VoipPhoneCall.NotifyCallEnded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.