Class VideoSubscription
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class VideoSubscription : ActionBase
Constructors
VideoSubscription()
Declaration
public VideoSubscription()
Properties
ParticipantIdentity
Declaration
public string ParticipantIdentity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SocketId
Declaration
public uint SocketId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
VideoModality
Declaration
public ModalityType VideoModality { get; set; }
Property Value
Type | Description |
---|---|
ModalityType |
VideoResolution
Declaration
public ResolutionFormat VideoResolution { get; set; }
Property Value
Type | Description |
---|---|
ResolutionFormat |
Methods
Validate()
Declaration
public override void Validate()