CallWithChatClientState interface

State from the backend services that drives CallWithChatComposite.

Properties

call

State of the current call.

chat

State of the current chat.

devices

State of available and currently selected devices

displayName

Display name of the participant using this CallWithChatAdapter.

isTeamsCall

State of whether the active call is a Teams interop call

latestCallErrors

Latest call error encountered for each operation performed via the adapter.

latestChatErrors

Latest chat error encountered for each operation performed via the adapter.

userId

ID of the call participant using this CallWithChatAdapter.

Property Details

call

State of the current call.

call?: CallState

Property Value

chat

State of the current chat.

chat?: ChatThreadClientState

Property Value

devices

State of available and currently selected devices

devices: DeviceManagerState

Property Value

displayName

Display name of the participant using this CallWithChatAdapter.

displayName: undefined | string

Property Value

undefined | string

isTeamsCall

State of whether the active call is a Teams interop call

isTeamsCall: boolean

Property Value

boolean

latestCallErrors

Latest call error encountered for each operation performed via the adapter.

latestCallErrors: AdapterErrors

Property Value

latestChatErrors

Latest chat error encountered for each operation performed via the adapter.

latestChatErrors: AdapterErrors

Property Value

userId

ID of the call participant using this CallWithChatAdapter.

userId: CommunicationIdentifierKind

Property Value