CallConnection.AddParticipant Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddParticipant(AddParticipantOptions, CancellationToken) |
Fügen Sie dem Anruf Teilnehmer hinzu. |
AddParticipant(CallInvite, CancellationToken) |
Fügen Sie dem Anruf Teilnehmer hinzu. |
AddParticipant(AddParticipantOptions, CancellationToken)
- Quelle:
- CallConnection.cs
- Quelle:
- CallConnection.cs
Fügen Sie dem Anruf Teilnehmer hinzu.
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)
Parameter
- options
- AddParticipantOptions
Optionen für den Vorgang "Teilnehmer hinzufügen".
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Ausnahmen
Der Server hat einen Fehler zurückgegeben. Details, die vom Server zurückgegeben werden, finden Sie Message unter.
options
ist NULL.
Gilt für:
AddParticipant(CallInvite, CancellationToken)
- Quelle:
- CallConnection.cs
- Quelle:
- CallConnection.cs
Fügen Sie dem Anruf Teilnehmer hinzu.
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)
Parameter
- participantToAdd
- CallInvite
Hinzuzufügende Teilnehmer.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Ausnahmen
Der Server hat einen Fehler zurückgegeben. Details, die vom Server zurückgegeben werden, finden Sie Message unter.
participantToAdd
ist NULL.
Gilt für:
Azure SDK for .NET