Rate this page:

CallUserDirectParameters

Call parameters. Can be passed as arguments to the VoxEngine.callUserDirect method.

Props

analyticsLabel

Copy URL
analyticsLabel: 

string

Send custom tags along with the push notification of an incoming call.

callerid

Copy URL
callerid: 

string

CallerID to display to the callee. Usage of whitespaces is not allowed. Normally it is a phone number that can be used for callback. IMPORTANT: test numbers rented from Voximplant cannot be used as CallerIDs, use only real numbers.

displayName

Copy URL
displayName: 

string

Name of the caller that is displayed to the callee. Normally it is a human-readable version of CallerID, e.g. a person's name.

extraHeaders

Copy URL
extraHeaders: 

{[header: string]: string}

|

undefined

Optional custom parameters (SIP headers) to be passed with a call (INVITE) message. Custom header names have to begin with the 'X-' prefix. The "X-" headers can be handled by a SIP phone or WEB SDK (e.g. see the incomingCall event). Example: {'X-header':'value'}

pushNotificationTimeout

Copy URL
pushNotificationTimeout: 

number

|

undefined

Push notification timeout in milliseconds.