VoipPhoneCall.ResumeRequested event

Raised to indicate that a previously held VoIP call should be made active.

Syntax

public event TypedEventHandler<VoipPhoneCall, CallStateChangeEventArgs> ResumeRequested
Public Event ResumeRequested As TypedEventHandler(Of VoipPhoneCall, CallStateChangeEventArgs)
public:
event TypedEventHandler<VoipPhoneCall, CallStateChangeEventArgs>^ ResumeRequested {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<VoipPhoneCall, CallStateChangeEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<VoipPhoneCall, CallStateChangeEventArgs>

Remarks

After this event has been raised, the application must call NotifyCallActive within 5 seconds.

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