CallWithChatAdapterState interface
CallWithChat State is a combination of Stateful Chat and Stateful Calling clients with some state specific to the CallWithChat Composite only.
- Extends
Inherited Properties
call | State of the current call. |
chat | State of the current chat. |
devices | State of available and currently selected devices |
display |
Display name of the participant using this CallWithChatAdapter. |
is |
Microphone state before a call has joined. |
is |
State of whether the active call is a Teams interop call |
latest |
Latest call error encountered for each operation performed via the adapter. |
latest |
Latest chat error encountered for each operation performed via the adapter. |
page | Current page of the Composite. |
user |
ID of the call participant using this CallWithChatAdapter. |
Inherited Property Details
call
State of the current call.
call?: CallState
Property Value
Inherited From CallWithChatClientState.call
chat
State of the current chat.
chat?: ChatThreadClientState
Property Value
Inherited From CallWithChatClientState.chat
devices
State of available and currently selected devices
devices: DeviceManagerState
Property Value
Inherited From CallWithChatClientState.devices
displayName
Display name of the participant using this CallWithChatAdapter.
displayName: undefined | string
Property Value
undefined | string
Inherited From CallWithChatClientState.displayName
isLocalPreviewMicrophoneEnabled
Microphone state before a call has joined.
public isLocalPreviewMicrophoneEnabled: boolean
Property Value
boolean
Inherited From CallWithChatAdapterUiState.isLocalPreviewMicrophoneEnabled
isTeamsCall
State of whether the active call is a Teams interop call
isTeamsCall: boolean
Property Value
boolean
Inherited From CallWithChatClientState.isTeamsCall
latestCallErrors
Latest call error encountered for each operation performed via the adapter.
latestCallErrors: AdapterErrors
Property Value
Inherited From CallWithChatClientState.latestCallErrors
latestChatErrors
Latest chat error encountered for each operation performed via the adapter.
latestChatErrors: AdapterErrors
Property Value
Inherited From CallWithChatClientState.latestChatErrors
page
Current page of the Composite.
public page: CallCompositePage
Property Value
Inherited From CallWithChatAdapterUiState.page
userId
ID of the call participant using this CallWithChatAdapter.
userId: CommunicationIdentifierKind
Property Value
Inherited From CallWithChatClientState.userId