Open lu-zero opened 8 years ago
Hey @lu-zero ! Long time no speak. Hope you're well.
The plan has been to do a 0.4.0 release asap but alas it takes time to do and I don't want to just cut it without being confident of the quality.
Coming real soon now.
Hey @superdump =)
I'm looking forward to it =)
Same here – can't wait to build a Cordova plugin for OpenWebRTC :-)
After some time off this project, I wanted to continue my efforts in writing a Cordova plugin for OpenWebRTC today.
To do so, I have to expose the WebRTC API in JavaScript, mapping the standard WebRTC JavaScript functions to your native OpenWebRTC code (e.g. navigator.getUserMedia, the navigator.WebRTCPeerConnection object etc.) Naturally, Cordova provides a method for this: cordova.exec(args) to execute native methods. I have to input Objective-C header and source files where it will look for the method to execute.
Now, after reading the Developing a hybrid iOS app tutorial, and building OpenWebRTC, I am still clueless where to find the Objective-C methods corresponding to the standard WebRTC API, and whether this is actually the right question to ask. I'm a bit jumping into the cold water, because I don't have a lot of (very little to none) experience with the native and the architecture of the OpenWebRTC framework.
Any hints?
@superdump will this release allow direct access to the GST sinks and pads that are being used? Would be great to be able to inject visual effects that way, considering the powerful underlying GST framework... I've been trying to include owr_gst to be able to do this myself, with limited success...
Had been over an year since the last release and looks like most of the Known Issues in the current release had been fixed.