Problem issuing new WebRTC({ enableVideo:true, enableAudio:true });
I am usin Angular to develop NativeScript app.
Upon issuing the command above I get the following error:
ERROR Error: java.lang.Exception: Failed resolving constructor for class 'co.fitcom.fancywebrtc.FancyWebRTC' with 3 parameters. Check the number and type of arguments.
Primitive types need to be manually wrapped in their respective Object wrappers.
If you are creating an instance of an inner class, make sure to always provide reference to the outer 'this' as the first argument.
Problem issuing new WebRTC({ enableVideo:true, enableAudio:true }); I am usin Angular to develop NativeScript app. Upon issuing the command above I get the following error:
Any thoughts on how to fix this?