sip.js.session.sessiondescriptionhandleroptionsreinvite.md
June 11, 2020 ยท View on GitHub
Home > sip.js > Session > sessionDescriptionHandlerOptionsReInvite
Session.sessionDescriptionHandlerOptionsReInvite property
SDH options for re-INVITE transactions.
Signature:
get sessionDescriptionHandlerOptionsReInvite(): SessionDescriptionHandlerOptions;
set sessionDescriptionHandlerOptionsReInvite(options: SessionDescriptionHandlerOptions);
Remarks
Used in all cases when handling a re-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 Session.invite().