Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 589 Bytes

sip.js.sessiondelegate.onrefer.md

File metadata and controls

24 lines (14 loc) · 589 Bytes

Home > sip.js > SessionDelegate > onRefer

SessionDelegate.onRefer() method

Called upon receiving an incoming in dialog REFER request.

Signature:

onRefer?(referral: Referral): void;

Parameters

Parameter Type Description
referral Referral The referral.

Returns:

void