Edit

Share via


Services.VideoEnabled Property

Definition

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

public:
 property Microsoft::Rtc::Collaboration::Presence::ServiceCapabilitySupport VideoEnabled { Microsoft::Rtc::Collaboration::Presence::ServiceCapabilitySupport get(); };
public Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport VideoEnabled { get; }
member this.VideoEnabled : Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport
Public ReadOnly Property VideoEnabled As ServiceCapabilitySupport

Property Value

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.

Applies to