PhoneCallManager.IsCallActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|