CallAdapterClientState type
Estado CommonCallAdapter inferido de Azure Communication Services back-end.
type CallAdapterClientState = {
call?: CallState
devices: DeviceManagerState
displayName?: string
endedCall?: CallState
isTeamsCall: boolean
latestErrors: AdapterErrors
userId: CommunicationIdentifierKind
}