我对WebRTC非常感兴趣,并希望开始构建基于Web的技术,这些技术可以访问硬件以及本机应用程序可能具有的其他方面。我的问题是,如何在不使用High Sierra for macOS或Safari 11 / Safari Preview的情况下将WebRTC实现到WebKit中?这不仅仅是使用Chrome或Firefox来测试一些WebRTC组件。我希望能够实现WebKit的实例,可能在macOS应用程序中使用webview,并包含WebRTC。
甚至可能是一个我可以在Xcode和Swift中用于macOS应用程序或iOS应用程序的框架?那会更棒!
到目前为止我看过的内容:
https://webkit.org/blog/7763/a-closer-look-into-webrtc/
https://webrtc.github.io/samples/
https://www.openwebrtc.org/bowser/
还发现这很有趣:
http://thejackalofjavascript.com/node-webkit-webrtc-and-angularjs-a-video-chat-client/