Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 614 Bytes

sip.js.simpleuserdelegate.oncallreceived.md

File metadata and controls

21 lines (12 loc) · 614 Bytes

Home > sip.js > SimpleUserDelegate > onCallReceived

SimpleUserDelegate.onCallReceived() method

Called when a call is received.

Signature:

onCallReceived?(): void;

Returns:

void

Remarks

Callback for handling incoming INVITE requests. The callback must either accept or reject the incoming call by calling answer() or decline() respectively.