Home > sip.js > Session > sessionDescriptionHandlerModifiersReInvite
SDH modifiers for re-INVITE transactions.
Signature:
get sessionDescriptionHandlerModifiersReInvite(): Array<SessionDescriptionHandlerModifier>;
set sessionDescriptionHandlerModifiersReInvite(modifiers: Array<SessionDescriptionHandlerModifier>);
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().