AddParticipantOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The add participants operation options.
public class AddParticipantOptions
type AddParticipantOptions = class
Public Class AddParticipantOptions
- Inheritance
-
AddParticipantOptions
Constructors
AddParticipantOptions(CallInvite) |
Creates a new AddParticipantOptions object. |
Properties
InvitationTimeoutInSeconds |
Timeout before invitation times out. The minimum value is 1 second. The maximum value is 180 seconds. |
OperationCallbackUri |
The callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used. |
OperationContext |
The operationContext for this add participants call. |
ParticipantToAdd |
Participant to add to the call. |
Applies to
Azure SDK for .NET