Home > sip.js > Session > sessionDescriptionHandlerOptions
SDH options for the initial INVITE transaction.
Signature:
get sessionDescriptionHandlerOptions(): SessionDescriptionHandlerOptions;
set sessionDescriptionHandlerOptions(options: SessionDescriptionHandlerOptions);
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().