Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 839 Bytes

sip.js.session.sessiondescriptionhandleroptionsreinvite.md

File metadata and controls

20 lines (11 loc) · 839 Bytes

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().