Type Alias: SipServiceConnectionState
SipServiceConnectionState =
object
Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:27
Represents sip service connection state.
Properties
errorCode?
optionalerrorCode?:number
Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:41
State error code. This is optional since only error states have error codes.
message?
optionalmessage?:string
Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:36
State message. This is optional since only error states have messages attached.
state
state:
SipConnectionState
Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:31
State of sip connection.