次の方法で共有


AzureCommunicationOutboundCallAdapterArgs type

CallAdapterの Azure Communication Services 実装を作成するための引数。

これらの引数は、発信通話シナリオを作成するために使用されます。

注: displayName は最大 256 文字です。

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