Class ParticipantRequestBuilder
The type ParticipantRequestBuilder.
Inherited Members
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 SourceParticipantRequestBuilder(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 SourceMute(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 |
Request()
Builds the request.
Declaration
public IParticipantRequest Request()
Returns
Type | Description |
---|---|
IParticipantRequest | The built request. |
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. |
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 |
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 |