Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 837 Bytes

sip.js.session.sessiondescriptionhandleroptions.md

File metadata and controls

20 lines (11 loc) · 837 Bytes

Home > sip.js > Session > sessionDescriptionHandlerOptions

Session.sessionDescriptionHandlerOptions property

SDH options for the initial INVITE transaction.

Signature:

get sessionDescriptionHandlerOptions(): SessionDescriptionHandlerOptions;

set sessionDescriptionHandlerOptions(options: SessionDescriptionHandlerOptions);

Remarks

Used in all cases when handling the initial INVITE transaction as either UAC or UAS. May be set directly at anytime. May optionally be set via constructor option. May optionally be set via options passed to Inviter.invite() or Invitation.accept().