VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发出系统请求,以创建将替换现有手机网络呼叫的传出视频呼叫。
public:
virtual VoipPhoneCall ^ RequestOutgoingUpgradeToVideoCall(Platform::Guid callUpgradeGuid, Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName) = RequestOutgoingUpgradeToVideoCall;
VoipPhoneCall RequestOutgoingUpgradeToVideoCall(winrt::guid const& callUpgradeGuid, winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName);
public VoipPhoneCall RequestOutgoingUpgradeToVideoCall(Guid callUpgradeGuid, string context, string contactName, string serviceName);
function requestOutgoingUpgradeToVideoCall(callUpgradeGuid, context, contactName, serviceName)
Public Function RequestOutgoingUpgradeToVideoCall (callUpgradeGuid As Guid, context As String, contactName As String, serviceName As String) As VoipPhoneCall
参数
- context
-
String
Platform::String
winrt::hstring
作为深层链接传递给关联的前台应用的字符串。 这可能是联系人姓名或其他可用于更快地填充应用 UI 的数据。 最大长度为 128 个字符。 此参数必须为非 null,并且必须引用应用清单文件中定义的任务。
- contactName
-
String
Platform::String
winrt::hstring
显示在电话最小化呼叫 UI 中的呼叫方的姓名或 ID。 最大长度为 128 个字符。
- serviceName
-
String
Platform::String
winrt::hstring
显示在电话最小化呼叫 UI 中的 VoIP 服务的名称。 最大长度为 128 个字符。
返回
表示新的传出调用的 对象。
Windows 要求
应用功能 |
phoneCallHistory
phoneCallHistorySystem
voipCall
|