Class CallParticipantsCollectionRequestBuilder
The type CallParticipantsCollectionRequestBuilder.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class CallParticipantsCollectionRequestBuilder : BaseRequestBuilder, ICallParticipantsCollectionRequestBuilder, IBaseRequestBuilder
Constructors
View SourceCallParticipantsCollectionRequestBuilder(String, IBaseClient)
Constructs a new CallParticipantsCollectionRequestBuilder.
Declaration
public CallParticipantsCollectionRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the built request. |
IBaseClient | client | The IBaseClient for handling requests. |
Properties
View SourceItem[String]
Gets an IParticipantRequestBuilder for the specified CallParticipant.
Declaration
public IParticipantRequestBuilder this[string id] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The ID for the CallParticipant. |
Property Value
Type | Description |
---|---|
IParticipantRequestBuilder |
Methods
View SourceConfigureMixer(IEnumerable<ParticipantMixerLevel>, String)
Gets the request builder for ParticipantConfigureMixer.
Declaration
public IParticipantConfigureMixerRequestBuilder ConfigureMixer(IEnumerable<ParticipantMixerLevel> participantMixerLevels, string clientContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ParticipantMixerLevel> | participantMixerLevels | |
System.String | clientContext |
Returns
Type | Description |
---|---|
IParticipantConfigureMixerRequestBuilder |
Invite(IEnumerable<InvitationParticipantInfo>, String)
Gets the request builder for ParticipantInvite.
Declaration
public IParticipantInviteRequestBuilder Invite(IEnumerable<InvitationParticipantInfo> participants, string clientContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<InvitationParticipantInfo> | participants | |
System.String | clientContext |
Returns
Type | Description |
---|---|
IParticipantInviteRequestBuilder |
MuteAll(IEnumerable<String>, String)
Gets the request builder for ParticipantMuteAll.
Declaration
public IParticipantMuteAllRequestBuilder MuteAll(IEnumerable<string> participants = null, string clientContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | participants | |
System.String | clientContext |
Returns
Type | Description |
---|---|
IParticipantMuteAllRequestBuilder |
Request()
Builds the request.
Declaration
public ICallParticipantsCollectionRequest Request()
Returns
Type | Description |
---|---|
ICallParticipantsCollectionRequest | The built request. |
Request(IEnumerable<Option>)
Builds the request.
Declaration
public ICallParticipantsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallParticipantsCollectionRequest | The built request. |
UnmuteAll(IEnumerable<String>, String)
Gets the request builder for ParticipantUnmuteAll.
Declaration
public IParticipantUnmuteAllRequestBuilder UnmuteAll(IEnumerable<string> participants = null, string clientContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | participants | |
System.String | clientContext |
Returns
Type | Description |
---|---|
IParticipantUnmuteAllRequestBuilder |