Table of Contents

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 = 0

Raw PCM16 binary frames (the default).

Json = 1

JSON-wrapped audio frames. Requires Encoding to be set to 'base64'.