VoipCallCoordinator.GetDefault Method
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.
Retrieves the default instance of the VoipCallCoordinator class.
public:
static VoipCallCoordinator ^ GetDefault();
static VoipCallCoordinator GetDefault();
public static VoipCallCoordinator GetDefault();
function getDefault()
Public Shared Function GetDefault () As VoipCallCoordinator
Returns
The default call coordinator.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
voipCall
|
Remarks
You can use this method to get the default instance of the VoipCallCoordinator class even if you do not define the required capability below. However, you will not be able to use the other methods of the VoipCallCoordinator object without defining the capability. The capability protects the service from running on the platform.