Link Search Menu Expand Document

Constructor: phone.phoneCall

Back to constructors index

A VoIP phone call

Attributes:

NameTypeRequiredDescription
phone_callPhoneCallOptionalThe VoIP phone call
usersArray of UserYesVoIP phone call participants

Type: phone.PhoneCall

Example:

$phone_phoneCall = ['_' => 'phone.phoneCall', 'phone_call' => PhoneCall, 'users' => [User, User]];