Feedback

  • Contents
 

CallObject.currentDialerCallId Method

Definition

Returns the Id of the current active dialer interaction. This can be used to set a CallObject's id to initialize it with the current active dialer call.

Example

function makeCurrentCallObject()
{ currentCallObject = scripter.createCallObject(); currentCallObject.callObjectInitializedHandler = scripterCallInitialized; currentCallObject.id = currentCallObject.currentDialerCallId(); }

Value Returned

Interaction id

The id of the current interaction, in string form.