Compartir a través de


AzureCommunicationOutboundCallAdapterArgs type

Argumentos para crear la implementación de Azure Communication Services de CallAdapter.

Estos argumentos se utilizan para crear escenarios de llamadas salientes.

Nota: displayName puede tener un máximo de 256 caracteres.

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