Variable: SIPSessionState
constSIPSessionState:object
Defined in: sdk/.repo/sdk/src/enums/sip/SIPSessionState.ts:4
Represents the various states of a SIP session lifecycle.
Type Declaration
Constructed
Constructed:
string='Constructed'
Session object has been created but not yet initialized
Established
Established:
string='Established'
The session is fully established and active
Establishing
Establishing:
string='Establishing'
Session is being established
Initial
Initial:
string='Initial'
Session has been initialized but not established
NotPresentOnDevice
NotPresentOnDevice:
string='NotPresentOnDevice'
The session is not present on the current device (e.g., transferred or ended elsewhere)
Terminated
Terminated:
string='Terminated'
The session has been terminated and is no longer active
Terminating
Terminating:
string='Terminating'
The session is in the process of being terminated