共用方式為


CallAdapterClientState type

從後端推斷的CommonCallAdapter狀態Azure 通訊服務。

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