The current user will receive this event if their ID is associated with any of the start or invite methods.
Properties
Property | Type | Description |
---|
call | Call | Call object |
Examples
client.on('call:incoming', function callEnded(call) {
console.log("You've been invited to a call");
});