CallAdapterClientState type
CommonCallAdapter state inferred from Azure Communication Services backend.
type CallAdapterClientState = {
call?: CallState
devices: DeviceManagerState
displayName?: string
endedCall?: CallState
isTeamsCall: boolean
latestErrors: AdapterErrors
userId: CommunicationIdentifierKind
}