Skip to main content

Type Alias: SipServiceConnectionState

SipServiceConnectionState = object

Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:27

Represents sip service connection state.

Properties

errorCode?

optional errorCode?: 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?

optional message?: 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.