Show / Hide Table of Contents

Interface ICallParticipantsCollectionRequestBuilder

The interface ICallParticipantsCollectionRequestBuilder.

Inherited Members
IBaseRequestBuilder.Client
IBaseRequestBuilder.RequestUrl
IBaseRequestBuilder.AppendSegmentToRequestUrl(String)
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface ICallParticipantsCollectionRequestBuilder : IBaseRequestBuilder

Properties

View Source

Item[String]

Gets an IParticipantRequestBuilder for the specified Participant.

Declaration
IParticipantRequestBuilder this[string id] { get; }
Parameters
Type Name Description
System.String id

The ID for the Participant.

Property Value
Type Description
IParticipantRequestBuilder

The IParticipantRequestBuilder.

Methods

View Source

ConfigureMixer(IEnumerable<ParticipantMixerLevel>, String)

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
Type Description
IParticipantConfigureMixerRequestBuilder

The IParticipantConfigureMixerRequestBuilder.

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
Type Description
IParticipantInviteRequestBuilder

The IParticipantInviteRequestBuilder.

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
Type Description
IParticipantMuteAllRequestBuilder

The IParticipantMuteAllRequestBuilder.

View Source

Request()

Builds the request.

Declaration
ICallParticipantsCollectionRequest Request()
Returns
Type Description
ICallParticipantsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

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
Type Description
ICallParticipantsCollectionRequest

The built request.

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
Type Description
IParticipantUnmuteAllRequestBuilder

The IParticipantUnmuteAllRequestBuilder.

  • View Source
Back to top Generated by DocFX