CallConnection.TransferCallToParticipantAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken) |
この通話を参加者に転送します。 |
TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken) |
この通話を参加者に転送します。 |
TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)
この通話を参加者に転送します。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>> TransferCallToParticipantAsync (Azure.Communication.CallAutomation.TransferToParticipantOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member TransferCallToParticipantAsync : Azure.Communication.CallAutomation.TransferToParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
override this.TransferCallToParticipantAsync : Azure.Communication.CallAutomation.TransferToParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
Public Overridable Function TransferCallToParticipantAsync (options As TransferToParticipantOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TransferCallToParticipantResult))
パラメーター
- options
- TransferToParticipantOptions
参加者への通話転送操作のオプション。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
options
繰り返し性ヘッダーが正しく設定されていません。
サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message 。
呼び出しを PSTN ターゲットに options
転送する場合、SourceCallerId は null です。
適用対象
TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)
この通話を参加者に転送します。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>> TransferCallToParticipantAsync (Azure.Communication.CommunicationIdentifier targetParticipant, System.Threading.CancellationToken cancellationToken = default);
abstract member TransferCallToParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
override this.TransferCallToParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
Public Overridable Function TransferCallToParticipantAsync (targetParticipant As CommunicationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TransferCallToParticipantResult))
パラメーター
- targetParticipant
- CommunicationIdentifier
呼び出しを転送するターゲット。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message 。
targetParticipant
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET