Freigeben über


CallAdapterClientState type

CommonCallAdapter-Zustand, abgeleitet von Azure Communication Services Back-End.

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