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>) |
Important The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace. |
NotifyCallActive() |
Important The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace. Notifies the system that the VoIP call is active. |
NotifyCallActive(IIterable<String>)
Important
The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.
public:
virtual void NotifyCallActive(IIterable<Platform::String ^> ^ associatedDeviceIds) = NotifyCallActive;
/// [Windows.Foundation.Metadata.Overload("NotifyCallActiveOnDevices")]
void NotifyCallActive(IIterable<winrt::hstring> const& associatedDeviceIds);
[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()
Important
The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.
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 |
ID_CAP_VOIP [Windows Phone]
|