AzureCommunicationChatAdapterArgs type
Argumentos para criar o Azure Communication Services implementação do ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}