Show / Hide Table of Contents

Interface IParticipantRequestBuilder

The interface IParticipantRequestBuilder.

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

Methods

View Source

Mute(String)

Gets the request builder for ParticipantMute.

Declaration
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
IParticipantRequest Request()
Returns
Type Description
IParticipantRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
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
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
IParticipantUnmuteRequestBuilder Unmute(string clientContext = null)
Parameters
Type Name Description
System.String clientContext
Returns
Type Description
IParticipantUnmuteRequestBuilder

The IParticipantUnmuteRequestBuilder.

  • View Source
Back to top Generated by DocFX