Enum AudioTransportType
- Namespace
- Vonage.Video.AudioConnector.Start
- Assembly
- Vonage.dll
Defines the serialization format for audio on the WebSocket wire.
public enum AudioTransportType
Fields
Binary = 0Raw PCM16 binary frames (the default).
Json = 1JSON-wrapped audio frames. Requires Encoding to be set to 'base64'.