Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在C#UWP中进行电话会议(蜂窝而非VoIP)_C#_Api_Uwp_Windows Phone_Conference - Fatal编程技术网

在C#UWP中进行电话会议(蜂窝而非VoIP)

在C#UWP中进行电话会议(蜂窝而非VoIP),c#,api,uwp,windows-phone,conference,C#,Api,Uwp,Windows Phone,Conference,我正试图弄清楚如何在UWP中使用C#进行会议通话(添加和合并不同联系人的电话通话-蜂窝电话而不是VoIP) 我看到github中提供的示例代码“PhoneCall”: 关于如何拨打电话: public async void DialOnCurrentLineAsync(string PhoneNumber, string DisplayName) { if ((currentPhoneLine != null) && (PhoneNumber.Trim().Length

我正试图弄清楚如何在UWP中使用C#进行会议通话(添加和合并不同联系人的电话通话-蜂窝电话而不是VoIP)

我看到github中提供的示例代码“PhoneCall”: 关于如何拨打电话:

public async void DialOnCurrentLineAsync(string PhoneNumber, string DisplayName)
{
    if ((currentPhoneLine != null) && (PhoneNumber.Trim().Length > 0))
    {
        currentPhoneLine.Dial(PhoneNumber, DisplayName);
    }
    else
    {
        var dialog = new MessageDialog("No line found to place the call");
        await dialog.ShowAsync();
    }
}

但是我看不到添加和合并调用的代码的任何部分。

目前,没有sucn内置API可供您在UWP中进行会议调用。它应该是一个功能请求。您可以在上提交功能请求