VoipPhoneCall.NotifyCallActive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NotifyCallActive(IIterable<String>) | |
NotifyCallActive() |
Notifies the system that the VoIP call is active. |
NotifyCallActive(IIterable<String>)
public:
virtual void NotifyCallActive(IIterable<Platform::String ^> ^ associatedDeviceIds) = NotifyCallActive;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("NotifyCallActiveOnDevices")]
void NotifyCallActive(IIterable<winrt::hstring> const& associatedDeviceIds);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("NotifyCallActiveOnDevices")]
public void NotifyCallActive(IEnumerable<string> associatedDeviceIds);
function notifyCallActive(associatedDeviceIds)
Public Sub NotifyCallActive (associatedDeviceIds As IEnumerable(Of String))
Parameters
- Attributes
Applies to
NotifyCallActive()
Notifies the system that the VoIP call is active.
public:
virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
voipCall
voipCall
|
Remarks
The system raises the AnswerRequested event to signal to your VoIP application that the call has been accepted by the system. After the event is raised, your VoIP application must call NotifyCallActive within 5 seconds. See VoipPhoneCall for more info.