Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |