VoipPhoneCall.NotifyCallActive Method

Definition

Notifies the system that the VoIP call is active.

public:
 virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem voipCall voipCall

Remarks

The system raises the AnswerRequested event to signal to your VoIP application that the call has been accepted by the system. After the event is raised, your VoIP application must call NotifyCallActive within 5 seconds. See VoipPhoneCall for more info.

Applies to