Triggered when you a incoming call
The call id
Is a call from a group
Is call with video
timestamp of offer
Wid of sender with device id
Wid of sender without device id
WPP.on('call.incoming_call', (call) => { // Your code //Example: Reject any incoming call WPP.call.rejectCall(call.id);}); Copy
WPP.on('call.incoming_call', (call) => { // Your code //Example: Reject any incoming call WPP.call.rejectCall(call.id);});
Triggered when you a incoming call