AzureCommunicationOutboundCallAdapterArgs type

Argumenty pro vytvoření implementace služby Azure Communication Services CallAdapter.

Tyto argumenty se používají k vytvoření scénářů odchozích volání.

Poznámka: displayName může mít maximálně 256 znaků.

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