VonageAudioSocketConfig
Configuration options for VonageAudioSocket.
Defined in: src/providers/io/vonage/VonageAudioSocket.ts:194
Configuration options for VonageAudioSocket.
Remarks
The provider needs no credentials: the WebSocket is opened by Vonage directly to your server, and your application authenticates the call (e.g. by validating the NCCO answer webhook) before attaching the socket.
Example
const vonage = new VonageAudioSocket({ debug: true });
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
debug? | boolean | false | Enable debug logging for wire events and the outbound frame pump. | src/providers/io/vonage/VonageAudioSocket.ts:200 |