AzureCommunicationChatAdapterArgs type
Argumente zum Erstellen der Azure Communication Services Implementierung von ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}