Constructor: phone.phoneCall
A VoIP phone call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone_call | PhoneCall | Optional | The VoIP phone call |
users | Array of User | Yes | VoIP phone call participants |
Type: phone.PhoneCall
Example:
$phone_phoneCall = ['_' => 'phone.phoneCall', 'phone_call' => PhoneCall, 'users' => [User, User]];