sip.js.session.sessiondescriptionhandleroptions.md
June 11, 2020 ยท View on GitHub
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().