共用方式為


VoipPhoneCall.NotifyCallActive 方法

定義

通知系統 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

適用於