Nativescript supports webrtc? I want implement webrtc in my nativescript app, but i dont know that's nativescript supports webrtc
NativeScript doesn't come with it out of the box, but it should be possible to use something like openWebRTC with it.
I do not know if this is the right place for this question , some bad hesitate implementation OpenWebRTC and NativeScript ?
I've been investigating integrating WebRTC with NativeScript since I first saw it. The WebRTC implementation used in Google Chrome can be found here as an alternative to OpenWebRTC. The issue is that it's all c code and isn't very easy to convert to TypeScript with NativeScript's tools. OpenWebRTC has libraries in Java and Objective-C so that should be easier to convert into something that NativeScript can easily understand.
OK, thanks
Did you have any luck with the conversion ?
I personally haven't had time to look into it, and have since seen people implement it in alternatives to NativeScript like React-Native
Hi there, any luck on this ? anyone ?
Also desperately trying to find a way to use WebRTC with NativeScript
For future ref you can check out this plugin
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
For future ref you can check out this plugin