Delen via


AzureCommunicationCallAdapterArgs type

Argumenten voor het maken van de Azure Communication Services-implementatie van CallAdapter.

Opmerking: displayName mag maximaal 256 tekens bevatten.

type AzureCommunicationCallAdapterArgs = {
  credential: CommunicationTokenCredential
  displayName: string
  locator: CallAdapterLocator
  options?: AzureCommunicationCallAdapterOptions
  userId: CommunicationUserIdentifier
}