Class: Call

Wildix.Models.Call()

new Call()

Represents call information.
Used in user model and can be received from Wildix.Models.User.
Used in Telephony plugin and can be received from Wildix.Telephony.
Properties:
Name Type Description
name string name of the connected call.
number string number of the connected call.
channel string
destination string
destinationType string
direction string
duration string
id string
record string
state string
type string
Example
user.get('call').get(property)
or
call.get(property)

Extends