VoipPhoneCall.NotifyCallActive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知系統 VoIP 通話為作用中。
public:
virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
voipCall
voipCall
|
備註
系統會引發 AnswerRequested 事件,向 VoIP 應用程式發出訊號,指出系統已接受呼叫。 引發事件之後,您的 VoIP 應用程式必須在 5 秒內呼叫 NotifyCallActive 。 如需詳細資訊 ,請參閱 VoipPhoneCall 。