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


AzureCommunicationChatAdapterArgs type

Аргументы для создания Службы коммуникации Azure реализации ChatAdapter.

type AzureCommunicationChatAdapterArgs = {
  credential: CommunicationTokenCredential
  displayName: string
  endpoint: string
  threadId: string
  userId: CommunicationUserIdentifier
}