PreferredServiceCapabilities.VideoSupport Property
Gets or sets the presence endpoint video capability of the presentity.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property VideoSupport As CapabilitySupport
Get
Set
'Usage
Dim instance As PreferredServiceCapabilities
Dim value As CapabilitySupport
value = instance.VideoSupport
instance.VideoSupport = value
public CapabilitySupport VideoSupport { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CapabilitySupport
Remarks
By default, this property is set to CapabilitySupport.Default is set and the behavior is to not publish the Video service/device capabilities for compatibility with Microsoft Lync 2010. This will not block Audio calls, which can still be received or sent if supported by the platform.
See Also
Reference
PreferredServiceCapabilities Class