Поделиться через


AzureCommunicationOutboundCallAdapterArgs type

Аргументы для создания реализации Служб коммуникации Azure CallAdapter.

Эти аргументы используются для создания сценариев исходящего вызова.

Примечание. displayName может быть не более 256 символов.

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