Freigeben über


AzureCommunicationCallAdapterArgs type

Argumente zum Erstellen der Azure Communication Services-Implementierung von CallAdapter-.

Hinweis: displayName kann maximal 256 Zeichen lang sein.

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