Freigeben über


VoipPhoneCall.NotifyCallActive Methode

Definition

Überlädt

NotifyCallActive(IIterable<String>)

Wichtig

Die Typen im Windows.Phone.Networking.Voip-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen die entsprechenden Typen im Windows.ApplicationModel.Calls-Namespace .

NotifyCallActive()

Wichtig

Die Typen im Windows.Phone.Networking.Voip-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen die entsprechenden Typen im Windows.ApplicationModel.Calls-Namespace .

Benachrichtigt das System, dass der VoIP-Anruf aktiv ist.

NotifyCallActive(IIterable<String>)

Wichtig

Die Typen im Windows.Phone.Networking.Voip-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen die entsprechenden Typen im 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))

Parameter

associatedDeviceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Attribute

Gilt für:

NotifyCallActive()

Wichtig

Die Typen im Windows.Phone.Networking.Voip-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen die entsprechenden Typen im Windows.ApplicationModel.Calls-Namespace .

Benachrichtigt das System, dass der VoIP-Anruf aktiv ist.

public:
 virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()

Windows-Anforderungen

App-Funktionen
ID_CAP_VOIP [Windows Phone]

Gilt für: