Delen via


AzureCommunicationChatAdapterArgs type

Argumenten voor het maken van de Azure Communication Services-implementatie van ChatAdapter.

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