ACSCallAudioStream Class
@interface ACSCallAudioStream : NSObject;
Base class for all Audio Stream objects
Informs the kind of the Audio Stream.
@property (readonly) ACSAudioStreamType type;
Informs the state of the Audio Stream.
@property (readonly) ACSAudioStreamState state;
Informs if the audio is Incoming or Outgoing
@property (readonly) ACSStreamDirection direction;