ACSAudioStreamType Enum
Declaration
typedef enum ACSAudioStreamType : NSInteger { ... } ACSAudioStreamType;
Description
Type of outgoing audio stream is being used on the call
Values
Name | Value | Description | Remarks |
---|---|---|---|
ACSAudioStreamTypeRemoteIncoming |
1 | Remote Incoming | |
ACSAudioStreamTypeRawIncoming |
2 | Raw Incoming | |
ACSAudioStreamTypeLocalOutgoing |
3 | Local Outgoing | |
ACSAudioStreamTypeVirtualOutgoing |
4 | Virtual Outgoing |