You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: