Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 873 Bytes

sip.js.session.refer.md

File metadata and controls

25 lines (15 loc) · 873 Bytes

Home > sip.js > Session > refer

Session.refer() method

Proffer a Referral. Send a REFER.

Signature:

refer(referTo: URI | Session, options?: SessionReferOptions): Promise<OutgoingReferRequest>;

Parameters

Parameter Type Description
referTo URI | Session The referral target. If a Session, a REFER w/Replaces is sent.
options SessionReferOptions Options bucket. See SessionReferOptions for details.

Returns:

Promise<OutgoingReferRequest>