Show / Hide Table of Contents

Class CallParticipantsCollectionRequestBuilder

The type CallParticipantsCollectionRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
CallParticipantsCollectionRequestBuilder
Implements
ICallParticipantsCollectionRequestBuilder
IBaseRequestBuilder
Inherited Members
BaseRequestBuilder.Client
BaseRequestBuilder.RequestUrl
BaseRequestBuilder.AppendSegmentToRequestUrl(String)
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 Source

CallParticipantsCollectionRequestBuilder(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 Source

Item[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

The IParticipantRequestBuilder.

Methods

View Source

ConfigureMixer(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

The IParticipantConfigureMixerRequestBuilder.

View Source

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

The IParticipantInviteRequestBuilder.

View Source

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

The IParticipantMuteAllRequestBuilder.

View Source

Request()

Builds the request.

Declaration
public ICallParticipantsCollectionRequest Request()
Returns
Type Description
ICallParticipantsCollectionRequest

The built request.

View Source

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.

View Source

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

The IParticipantUnmuteAllRequestBuilder.

Implements

ICallParticipantsCollectionRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX