Share via


VoipCallCoordinator.ReserveCallResourcesAsync | reserveCallResourcesAsync method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Reserves the resources necessary for a VoIP call.

Syntax

voipCallCoordinator.reserveCallResourcesAsync().done( /* Your success and error handlers */ );
public IAsyncOperation<VoipPhoneCallResourceReservationStatus> ReserveCallResourcesAsync()
Public Function ReserveCallResourcesAsync() As IAsyncOperation(Of VoipPhoneCallResourceReservationStatus)
public:
IAsyncOperation<VoipPhoneCallResourceReservationStatus>^ ReserveCallResourcesAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<VoipPhoneCallResourceReservationStatus>

The result of the reservation action.

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Mobile Insider Preview

Namespace

Windows.ApplicationModel.Calls Windows::ApplicationModel::Calls [C++]

Metadata

Windows.winmd

See also

VoipCallCoordinator