Class ParticipantSubscribeVideoRequestBody
The type ParticipantSubscribeVideoRequestBody.
Inheritance
System.Object
ParticipantSubscribeVideoRequestBody
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
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class ParticipantSubscribeVideoRequestBody
Properties
View SourceClientContext
Gets or sets ClientContext.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "clientContext", Required = Required.Default)]
public string ClientContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modality
Gets or sets Modality.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "modality", Required = Required.Default)]
public Modality Modality { get; set; }
Property Value
Type | Description |
---|---|
Modality |
SocketId
Gets or sets SocketId.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "socketId", Required = Required.Default)]
public long SocketId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
VideoResolution
Gets or sets VideoResolution.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "videoResolution", Required = Required.Default)]
public VideoResolutionFormat VideoResolution { get; set; }
Property Value
Type | Description |
---|---|
VideoResolutionFormat |