共用方式為


AzureCommunicationOutboundCallAdapterArgs type

建立 CallAdapter之 Azure 通訊服務實作的自變數。

這些參數用於創建出站呼叫場景。

注意:displayName 最多可以有 256 個字元。

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