Event: "call:incoming"

The current user will receive this event if their ID is associated with any of the start or invite methods.

Properties

PropertyTypeDescription
callCallCall object

Examples

client.on('call:incoming', function callEnded(call) {
console.log("You've been invited to a call");
});