Freigeben über


AzureCommunicationChatAdapterArgs type

Argumente zum Erstellen der Azure Communication Services-Implementierung von ChatAdapter.

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