Show / Hide Table of Contents

Class VideoSubscription

Inheritance
System.Object
ActionBase
VideoSubscription
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
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()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX