CallAdapterClientState type
CommonCallAdapter'état déduit à partir du serveur principal Azure Communication Services.
type CallAdapterClientState = {
call?: CallState
devices: DeviceManagerState
displayName?: string
endedCall?: CallState
isTeamsCall: boolean
latestErrors: AdapterErrors
userId: CommunicationIdentifierKind
}