sip.js.sessionreferoptions.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionReferOptions

SessionReferOptions interface

Options for Session.refer().

Signature:

export interface SessionReferOptions 

Properties

PropertyModifiersTypeDescription
onNotify(notification: Notification) => voidCalled upon receiving an incoming NOTIFY associated with a REFER.
requestDelegateOutgoingRequestDelegateSee core API.
requestOptionsRequestOptionsSee core API.

Contents

  1. 1SessionReferOptions interface
  2. 2Properties