Megosztás a következőn keresztül:


AzureCommunicationChatAdapterArgs type

Argumentumok a ChatAdapterAzure Communication Services-implementációjának létrehozásához.

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