VoipCallCoordinator.GetDefault Method

Definition

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.

Applies to