ACSCallAudioStream Class

Declaration

@interface ACSCallAudioStream : NSObject;

Description

Base class for all Audio Stream objects

Methods

Properties

type

Informs the kind of the Audio Stream.

@property (readonly) ACSAudioStreamType type;

state

Informs the state of the Audio Stream.

@property (readonly) ACSAudioStreamState state;

direction

Informs if the audio is Incoming or Outgoing

@property (readonly) ACSStreamDirection direction;