次の方法で共有


CallConnection.TransferCallToParticipantAsync メソッド

定義

オーバーロード

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

この通話を参加者に転送します。

TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)

この通話を参加者に転送します。

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

ソース:
CallConnection.cs
ソース:
CallConnection.cs

この通話を参加者に転送します。

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)

ソース:
CallConnection.cs
ソース:
CallConnection.cs

この通話を参加者に転送します。

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 です。

適用対象