Share via


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 을 참조하세요.

적용 대상