Share via


Services.VideoEnabled Property

Gets whether this presentity is capable of supporting an video conversation.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property VideoEnabled As ServiceCapabilitySupport
    Get
'Usage
Dim instance As Services
Dim value As ServiceCapabilitySupport

value = instance.VideoEnabled
public ServiceCapabilitySupport VideoEnabled { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport

Remarks

If there are multiple instances of the same capability, then if any of them are enabled for render/capture, then the capability is considered enabled. If there is no entry for this capability in the notification, it would have the value ServiceCapabilitySupport.Unknown.

See Also

Reference

Services Class

Services Members

Microsoft.Rtc.Collaboration.Presence Namespace