VoipPhoneCall.NotifyCallHeld method

Notifies the system that the call is currently on hold.

Syntax

public void NotifyCallHeld()
Public Sub NotifyCallHeld()
public:
void NotifyCallHeld()

Parameters

This method has no parameters.

Remarks

Apps must call this method before calling NotifyCallActive on another VoIP call. Only one call can be active at a time.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_VOIP [Windows Phone]

See also

VoipPhoneCall