Partager via


AzureCommunicationCallWithChatAdapterArgs type

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