VoipPhoneCall.NotifyCallActive Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- 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]
|