CallAdapterClientState type
Stan CommonCallAdapter wywnioskowany z zaplecza Azure Communication Services.
type CallAdapterClientState = {
call?: CallState
devices: DeviceManagerState
displayName?: string
endedCall?: CallState
isTeamsCall: boolean
latestErrors: AdapterErrors
userId: CommunicationIdentifierKind
}