westonsoftware / vue-webrtc

WebRTC video component for Vue.js
MIT License
365 stars 127 forks source link

I can't use WebRTC! #130

Closed javokhirbekkhaydarov closed 1 year ago

javokhirbekkhaydarov commented 1 year ago

image

Now I'm using vue3

image

I wanted to use WebRTC and installed version 3.0.1. but it doesn't fit my project. what could be the error

westonsoftware commented 1 year ago

Hmmm ... try building this sample which is Vue 3 ... https://github.com/westonsoftware/vue-webrtc/blob/master/sample/package.json

Then compare your project to that to get it working.

javokhirbekkhaydarov commented 1 year ago

Hmmm ... try building this sample which is Vue 3 ... https://github.com/westonsoftware/vue-webrtc/blob/master/sample/package.json

Then compare your project to that to get it working.

Hi bro. here my vue version => "vue": "^3.2.45",

my project is almost finished now i want to use webRTC to organize webinars. I installed the webRTC package in my project few days ago but it showed several errors. I installed all these versions but it shows error.

3.0.1 Added ioOptions for Socket IO 3.0.0 Migrated from Vue 2 to Vue 3 2.0.0 Replaced signaling server and webrtc library with SimplePeer

javokhirbekkhaydarov commented 1 year ago

Hi bro I install vue 3 and vue webrtc but show this error

here my packgage json

image

and here bug

image

what is this error please look packgage

westonsoftware commented 1 year ago

Hey, no sure, node-gyp errors are usually a node version mis-match? Should core-js really be there? Again, try to match this sample package file ... https://github.com/westonsoftware/vue-webrtc/blob/master/sample/package.json