Поделиться через


CallAdapterClientState type

Состояние CommonCallAdapter выводится из Службы коммуникации Azure серверной части.

type CallAdapterClientState = {
  call?: CallState
  devices: DeviceManagerState
  displayName?: string
  endedCall?: CallState
  isTeamsCall: boolean
  latestErrors: AdapterErrors
  userId: CommunicationIdentifierKind
}