Home > sip.js > Session > refer
Proffer a Referral. Send a REFER.
Signature:
refer(referTo: URI | Session, options?: SessionReferOptions): Promise<OutgoingReferRequest>;
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>