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
Get error
"Module 'nativescript-webrtc-plugin' not found for element 'nativescript-webrtc-plugin:WebRTCView"
"Class constructor View cannot be invoked without 'new'"
when trying to use WebRTCView in my xml file.
Hopefully everyone will get a nice Xmas update 🙂
Sent from Yahoo Mail for iPhone
On Friday, November 27, 2020, 2:38 PM, Ryan Gill <[email protected]> wrote:
Had to downgrade from nativescript 7.0.11 to 6.8.0 to get this to work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Problem
Get error
"Module 'nativescript-webrtc-plugin' not found for element 'nativescript-webrtc-plugin:WebRTCView"
"Class constructor View cannot be invoked without 'new'"
when trying to use WebRTCView in my xml file.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
"dependencies": {
"@nativescript/core": "~7.0.0",
"@nativescript/theme": "~2.3.0",
"nativescript-imagepicker": "^7.1.0",
"nativescript-modal-datetimepicker": "^1.2.3",
"nativescript-permissions": "^1.3.11",
"nativescript-ui-sidedrawer": "~9.0.0",
"nativescript-webrtc-plugin": "^2.0.0-alpha.22",
"nativescript-websockets": "^1.5.5",
"rxjs": "^6.6.0"
},
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/webpack": "~3.0.0",
"eslint": "~7.7.0",
"node-sass": "^4.14.1"
},
Please, tell us how to recreate the issue in as much detail as possible.
Is there any code involved?
app.js
(had issues with this initially and found someone saying you needed to switch build gradle to 3.4.2 so I did)
xml page
The text was updated successfully, but these errors were encountered: