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 |
Methods
getName() → {*}
Returns the name of this connected call.
Returns:
- Type
- *
getNumber() → {*}
Returns the number of this connected call.
Returns:
- Type
- *