我试图在Visual Studio中安装WebRtc,但到目前为止还无法做到。使用程序包管理器或程序包管理器控制台。
哪些步骤会重现此问题?
1. Open Visual Studio 2015
2. Select New project and select Asp web application ( either .NET framwork 4.5.1 or 4.5.2)
3. Install webrtc with this line on Package Manager Console : Install-Package XSockets.Sample.WebRTC
预期结果是什么?
Webrtc should be install correctly
你看到了什么?
It says it has been installed but then it runs the roll back and removes all files that has just been installed.
您使用的是哪个版本的产品?在什么操作系统上?
Visual Studio 2015.
Windows 8.1
有人知道如何解决这个问题吗?
答案 0 :(得分:1)
XSockets中的WebRTC示例包未更新,无法在VS2015中使用。要么使用早期版本的VS,要么只从github下载样本。
XSockets中的所有WebRTC代码都是github上的开源代码。
nuget上的WebRTC示例可能会在v5发布之后更新,现在将在任何一天发布。