VoipPhoneCall.NotifyCallActive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NotifyCallActive(IIterable<String>) |
重要 Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。 |
NotifyCallActive() |
重要 Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。 通知系统 VoIP 呼叫处于活动状态。 |
NotifyCallActive(IIterable<String>)
重要
Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。
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))
参数
- 属性
适用于
NotifyCallActive()
重要
Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。
通知系统 VoIP 呼叫处于活动状态。
public:
virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()
Windows 要求
应用功能 |
ID_CAP_VOIP [Windows Phone]
|