Share via


VoipPhoneCall.NotifyCallEnded Method

Definition

Notifies the system that the call has ended.

public:
 virtual void NotifyCallEnded() = NotifyCallEnded;
void NotifyCallEnded();
public void NotifyCallEnded();
function notifyCallEnded()
Public Sub NotifyCallEnded ()

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem voipCall

Remarks

The system raises the RejectRequested event to signal to your VoIP application that the call has been rejected. After this event is raised, your VoIP application must call NotifyCallEnded within 5 seconds. See VoipPhoneCall for more info.

Applies to