问题描述
我通过Nuget包在Visual Studio中安装了WebRTC UWP,我正在尝试在此链接后的c#项目中创建双向视频传输:"http ://www.cnblogs.com/Yixin-ran/p/webrtc.html",实际上我不知道如何
发送sdp报价?对于链接中提到的步骤,是否有完整且足以建立传输?我实现了第一部分,但不能
CreateMediaSource ,GetVideoTracks
retruns null
我在c#中寻找任何文档或教程但是有还没找到。任何帮助
谢谢
Hi,
I installed WebRTC UWP in Visual Studio via Nuget package, and I am trying to create a bi-directional video transmission in c# project following this link: "http://www.cnblogs.com/Yixin-ran/p/webrtc.html" , actually I don’t know how to send the sdp offer? and for the steps mentioned in the link , are there complete and sufficient to establish transmission? I implemented the first part but could notCreateMediaSource, the GetVideoTracksretruns null
I looked for any documentation or tutorial in c# but have not found yet. Any help please
Thank you
这篇关于[UWP]关于c#的WebRTC UWP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!