共用方式為


VoipPhoneCall.NotifyCallEnded 方法

定義

通知系統呼叫已結束。

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

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem voipCall

備註

系統會引發 RejectRequested 事件,向 VoIP 應用程式發出訊號,指出已拒絕通話。 引發此事件之後,您的 VoIP 應用程式必須在 5 秒內呼叫 NotifyCallEnded 。 如需詳細資訊 ,請參閱 VoipPhoneCall

適用於