PhoneCallVideoCapabilities PhoneCallVideoCapabilities PhoneCallVideoCapabilities PhoneCallVideoCapabilities Class

Definition

Provides access to the video call capabilities for a PhoneLine instance.

public : sealed class PhoneCallVideoCapabilities : IPhoneCallVideoCapabilitiespublic sealed class PhoneCallVideoCapabilities : IPhoneCallVideoCapabilitiesPublic NotInheritable Class PhoneCallVideoCapabilities Implements IPhoneCallVideoCapabilities// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1)

Properties

IsVideoCallingCapable IsVideoCallingCapable IsVideoCallingCapable IsVideoCallingCapable

Gets whether this PhoneLine instance supports video calls.

public : PlatForm::Boolean IsVideoCallingCapable { get; }public bool IsVideoCallingCapable { get; }Public ReadOnly Property IsVideoCallingCapable As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the PhoneLine instance supports video calls, false if it does not.