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 |
display |
Display name of the participant using this CallWithChatAdapter. |
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. |
user |
ID of the call participant using this CallWithChatAdapter. |
Property Details
call
chat
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