Rate this page:

CallSettings

Props

H264first

Copy URL
H264first: 

boolean

Use H264 video codec, if exist

audioSenderTransform

Copy URL
audioSenderTransform: 

TransformStream

customData

Copy URL
customData: 

string

Custom string associated with the call session. It can be passed to the cloud to be obtained from the CallAlerting event or Call History using 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 your backend.

extraHeaders

Copy URL
extraHeaders: 

{[id: string]: string}

Optional custom parameters (SIP headers) that should be passed with call (INVITE) message. Parameter names must 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

Tells if video should be supported for the call

videoSenderTransform

Copy URL
videoSenderTransform: 

TransformStream