Freigeben über


AzureCommunicationOutboundCallAdapterArgs type

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

Diese Argumente werden verwendet, um Szenarien für ausgehende Anrufe zu erstellen.

Hinweis: displayName kann maximal 256 Zeichen lang sein.

type AzureCommunicationOutboundCallAdapterArgs = {
  alternateCallerId?: string
  credential: CommunicationTokenCredential
  displayName: string
  options?: AzureCommunicationCallAdapterOptions
  targetCallees: StartCallIdentifier[]
  userId: CommunicationUserIdentifier
}