AzureCommunicationChatAdapterArgs type

Arguments for creating the Azure Communication Services implementation of ChatAdapter.

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