Show / Hide Table of Contents

Class ParticipantRequestBuilder

The type ParticipantRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
EntityRequestBuilder
ParticipantRequestBuilder
Implements
IParticipantRequestBuilder
IEntityRequestBuilder
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 ParticipantRequestBuilder : EntityRequestBuilder, IParticipantRequestBuilder, IEntityRequestBuilder, IBaseRequestBuilder

Constructors

View Source

ParticipantRequestBuilder(String, IBaseClient)

Constructs a new ParticipantRequestBuilder.

Declaration
public ParticipantRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type Name Description
System.String requestUrl

The URL for the built request.

IBaseClient client

The IBaseClient for handling requests.

Methods

View Source

Mute(String)

Gets the request builder for ParticipantMute.

Declaration
public IParticipantMuteRequestBuilder Mute(string clientContext = null)
Parameters
Type Name Description
System.String clientContext
Returns
Type Description
IParticipantMuteRequestBuilder

The IParticipantMuteRequestBuilder.

View Source

Request()

Builds the request.

Declaration
public IParticipantRequest Request()
Returns
Type Description
IParticipantRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
public IParticipantRequest 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
IParticipantRequest

The built request.

View Source

SubscribeVideo(VideoResolutionFormat, Modality, Int64, String)

Gets the request builder for ParticipantSubscribeVideo.

Declaration
public IParticipantSubscribeVideoRequestBuilder SubscribeVideo(VideoResolutionFormat videoResolution, Modality modality, long socketId, string clientContext = null)
Parameters
Type Name Description
VideoResolutionFormat videoResolution
Modality modality
System.Int64 socketId
System.String clientContext
Returns
Type Description
IParticipantSubscribeVideoRequestBuilder

The IParticipantSubscribeVideoRequestBuilder.

View Source

Unmute(String)

Gets the request builder for ParticipantUnmute.

Declaration
public IParticipantUnmuteRequestBuilder Unmute(string clientContext = null)
Parameters
Type Name Description
System.String clientContext
Returns
Type Description
IParticipantUnmuteRequestBuilder

The IParticipantUnmuteRequestBuilder.

Implements

IParticipantRequestBuilder
IEntityRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX