PhoneCallManager.IsCallActive Property

Definition

Gets a value that indicates whether an active call is in progress on the device.

public:
 static property bool IsCallActive { bool get(); };
static bool IsCallActive();
public static bool IsCallActive { get; }
var boolean = PhoneCallManager.isCallActive;
Public Shared ReadOnly Property IsCallActive As Boolean

Property Value

Boolean

bool

True if an active call is in progress on the device; otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to