Bagikan melalui


ChatCompositeClientState type

status ChatAdapter yang disimpulkan dari backend Azure Communication Services.

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