TwilioMediaStreamConfig
Configuration options for TwilioMediaStream.
Defined in: src/providers/io/twilio/TwilioMediaStream.ts:94
Configuration options for TwilioMediaStream.
Remarks
The provider needs no credentials: authentication happens before the WebSocket reaches the provider (Twilio connects to the URL in your TwiML, and your server accepts or rejects the connection). The only option is debug logging.
Example
const twilio = new TwilioMediaStream({ debug: true });
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
debug? | boolean | false | Enable debug logging for wire messages and state transitions. | src/providers/io/twilio/TwilioMediaStream.ts:100 |