VoipPhoneCall.NotifyCallEnded 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知系統呼叫已結束。
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 。