global.onCall
Triggered when the call is established. Helps to get the UUID of the call as soon as available.
Parameters
Name | Type | Description |
---|---|---|
uuid | {String} | A unique call identifier. |
Returns
none
Example
$().onCall = function (uuid) {
dump('onCall - uuid: ' + uuid);
vcc.setFieldValue('uuid', uuid);
};
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.