مشاركة عبر


ChatCompositeClientState type

حالة ChatAdapter مستنتجة من الواجهة الخلفية ل Azure Communication Services.

type ChatCompositeClientState = {
  displayName: string
  latestErrors: AdapterErrors
  thread: ChatThreadClientState
  userId: CommunicationIdentifierKind
}