AzureCommunicationCallWithChatAdapterArgs type
Arguments for createAzureCommunicationCallWithChatAdapter
type AzureCommunicationCallWithChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
locator: CallAndChatLocator | TeamsMeetingLinkLocator
userId: CommunicationUserIdentifier
}