Interface IParticipantRequestBuilder
The interface IParticipantRequestBuilder.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IParticipantRequestBuilder : IEntityRequestBuilder, IBaseRequestBuilder
Methods
View SourceMute(String)
Gets the request builder for ParticipantMute.
Declaration
IParticipantMuteRequestBuilder Mute(string clientContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | clientContext |
Returns
Type | Description |
---|---|
IParticipantMuteRequestBuilder |
Request()
Builds the request.
Declaration
IParticipantRequest Request()
Returns
Type | Description |
---|---|
IParticipantRequest | The built request. |
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. |
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 |
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 |