Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 978 Bytes

sip.js.session.sessiondescriptionhandler.md

File metadata and controls

18 lines (10 loc) · 978 Bytes

Home > sip.js > Session > sessionDescriptionHandler

Session.sessionDescriptionHandler property

Session description handler.

Signature:

get sessionDescriptionHandler(): SessionDescriptionHandler | undefined;

Remarks

If this is an instance of Invitation, sessionDescriptionHandler will be defined when the session state changes to "established". If this is an instance of Inviter and an offer was sent in the INVITE, sessionDescriptionHandler will be defined when the session state changes to "establishing". If this is an instance of Inviter and an offer was not sent in the INVITE, sessionDescriptionHandler will be defined when the session state changes to "established". Otherwise undefined.