Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 661 Bytes

sip.js.useragentdelegate.oninvite.md

File metadata and controls

28 lines (16 loc) · 661 Bytes

Home > sip.js > UserAgentDelegate > onInvite

UserAgentDelegate.onInvite() method

Called upon receipt of an invitation.

Signature:

onInvite?(invitation: Invitation): void;

Parameters

Parameter Type Description
invitation Invitation The invitation.

Returns:

void

Remarks

Handler for incoming out of dialog INVITE requests.