Edit

Share via


PreferredServiceCapabilities.VideoSupport Property

Definition

Gets or sets the presence endpoint video capability of the presentity.

public:
 property Microsoft::Rtc::Collaboration::CapabilitySupport VideoSupport { Microsoft::Rtc::Collaboration::CapabilitySupport get(); void set(Microsoft::Rtc::Collaboration::CapabilitySupport value); };
public Microsoft.Rtc.Collaboration.CapabilitySupport VideoSupport { get; set; }
member this.VideoSupport : Microsoft.Rtc.Collaboration.CapabilitySupport with get, set
Public Property VideoSupport As CapabilitySupport

Property Value

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.

Applies to