Interface ICallParticipantsCollectionRequestBuilder
The interface ICallParticipantsCollectionRequestBuilder.
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface ICallParticipantsCollectionRequestBuilder : IBaseRequestBuilder
Properties
View Source
Item[String]
Declaration
IParticipantRequestBuilder this[string id] { get; }
Parameters
Type |
Name |
Description |
System.String |
id |
The ID for the Participant.
|
Property Value
Methods
View Source
Gets the request builder for ParticipantConfigureMixer.
Declaration
IParticipantConfigureMixerRequestBuilder ConfigureMixer(IEnumerable<ParticipantMixerLevel> participantMixerLevels, string clientContext = null)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<ParticipantMixerLevel> |
participantMixerLevels |
|
System.String |
clientContext |
|
Returns
View Source
Invite(IEnumerable<InvitationParticipantInfo>, String)
Gets the request builder for ParticipantInvite.
Declaration
IParticipantInviteRequestBuilder Invite(IEnumerable<InvitationParticipantInfo> participants, string clientContext = null)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<InvitationParticipantInfo> |
participants |
|
System.String |
clientContext |
|
Returns
View Source
MuteAll(IEnumerable<String>, String)
Gets the request builder for ParticipantMuteAll.
Declaration
IParticipantMuteAllRequestBuilder MuteAll(IEnumerable<string> participants = null, string clientContext = null)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
participants |
|
System.String |
clientContext |
|
Returns
View Source
Request()
Declaration
ICallParticipantsCollectionRequest Request()
Returns
View Source
Request(IEnumerable<Option>)
Declaration
ICallParticipantsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<Option> |
options |
The query and header options for the request.
|
Returns
View Source
UnmuteAll(IEnumerable<String>, String)
Gets the request builder for ParticipantUnmuteAll.
Declaration
IParticipantUnmuteAllRequestBuilder UnmuteAll(IEnumerable<string> participants = null, string clientContext = null)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
participants |
|
System.String |
clientContext |
|
Returns