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