AzureCommunicationChatAdapterArgs type
Arguments pour la création de l’implémentation d’Azure Communication Services de ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}