Options
Menu

Interface ConnectOptions

Options to be passed to Device.connect.

Hierarchy

Index

Properties

Optional params

params: Record<string, string>

A flat object containing key:value pairs to be sent to the TwiML app.

Optional rtcConfiguration

rtcConfiguration: RTCConfiguration

An RTCConfiguration to pass to the RTCPeerConnection constructor.

Optional rtcConstraints

rtcConstraints: MediaStreamConstraints

MediaStreamConstraints to pass to getUserMedia when making or accepting a Call.

Generated using TypeDoc