Rate this page:

CallSettings

Props

H264first

Copy URL
H264first: 

boolean

Optional. Whether to use H264 video codec, if exists

audioSenderTransform

Copy URL
audioSenderTransform: 

TransformStream

customData

Copy URL
customData: 

string

Optional. Custom string associated with the call session. It can be passed to the cloud to be obtained from the CallAlerting event or Call History via the HTTP API. Maximum size is 200 bytes. Use the Call.sendMessage method to pass a string over the limit; in order to pass a large data use media_session_access_url on the backend.

extraHeaders

Copy URL
extraHeaders: 

{[id: string]: string}

Optional. Custom parameters (SIP headers) that should be passed with call (INVITE) message. Parameter names should start with "X-" to be processed by application. IMPORTANT: Headers size limit is 200 bytes.

number

Copy URL
number: 

string

The number to call. The international format E.164 is preferable

simulcast

Copy URL
simulcast: 

boolean

video

Copy URL
video: 

VideoFlags

|

boolean

Optional. Whether to support video for the call

videoSenderTransform

Copy URL
videoSenderTransform: 

TransformStream