VoipCallCoordinator.RequestNewOutgoingCall 方法

定义

重载

RequestNewOutgoingCall(String, String, String, VoipCallMedia, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

通知系统新的传出呼叫。

RequestNewOutgoingCall(String, String, String, VoipCallMedia, IVector<String>, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

RequestNewOutgoingCall(String, String, String, VoipCallMedia, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

通知系统新的传出呼叫。

public:
 virtual void RequestNewOutgoingCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, VoipCallMedia media, [Out] VoipPhoneCall ^ & call) = RequestNewOutgoingCall;
void RequestNewOutgoingCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, VoipCallMedia const& media, [Out] VoipPhoneCall const& & call);
public void RequestNewOutgoingCall(string context, string contactName, string serviceName, VoipCallMedia media, out VoipPhoneCall call);
Public Sub RequestNewOutgoingCall (context As String, contactName As String, serviceName As String, media As VoipCallMedia, ByRef call As VoipPhoneCall)

参数

context
String

Platform::String

winrt::hstring

作为深层链接传递到关联的前台应用的字符串。 最大长度为 128 个字符。 此参数必须为非 null。

contactName
String

Platform::String

winrt::hstring

在手机的最小化呼叫 UI 中显示的呼叫方的名称或 ID。 最大长度为 128 个字符。

serviceName
String

Platform::String

winrt::hstring

显示在电话最小化呼叫 UI 中的 VoIP 服务的名称。 最大长度为 128 个字符。

media
VoipCallMedia

新传出呼叫的媒体类型。

call
VoipPhoneCall

表示新传出调用的 对象。

Windows 要求

应用功能
ID_CAP_VOIP [Windows Phone]

适用于

RequestNewOutgoingCall(String, String, String, VoipCallMedia, IVector<String>, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

public:
 virtual void RequestNewOutgoingCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, VoipCallMedia media, IVector<Platform::String ^> ^ pAssociatedDeviceIds, [Out] VoipPhoneCall ^ & call) = RequestNewOutgoingCall;
void RequestNewOutgoingCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, VoipCallMedia const& media, IVector<winrt::hstring> const& pAssociatedDeviceIds, [Out] VoipPhoneCall const& & call);
public void RequestNewOutgoingCall(string context, string contactName, string serviceName, VoipCallMedia media, IList<string> pAssociatedDeviceIds, out VoipPhoneCall call);
Public Sub RequestNewOutgoingCall (context As String, contactName As String, serviceName As String, media As VoipCallMedia, pAssociatedDeviceIds As IList(Of String), ByRef call As VoipPhoneCall)

参数

context
String

Platform::String

winrt::hstring

contactName
String

Platform::String

winrt::hstring

serviceName
String

Platform::String

winrt::hstring

pAssociatedDeviceIds

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

适用于