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