Class: ConnectedCall

WTAPI.ConnectedCall(name, number)

new ConnectedCall(name, number)

Represents call information of user. Used in user presence status and can be received from WTAPI.Presence.
Parameters:
Name Type Description
name string
number string
Source:

Methods

getName() → {*}

Returns the name of this connected call.
Source:
Returns:
Type
*

getNumber() → {*}

Returns the number of this connected call.
Source:
Returns:
Type
*