sameh doush
sameh doush
I'm having the same problem ,Please help, It's even the same problem on the demo ,https://rtcmulticonnection.herokuapp.com/demos/dashboard/ After the scan it works with the same ip connection but if there is...
VM1772:305 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. at RTCMultiConnection.connection.onstream (:305:21) at RTCMultiConnection.min.js:442 at getRMCMediaElement (RTCMultiConnection.min.js:209) at MultiPeers.RTCMultiConnection.mPeer.onGettingRemoteMedia (RTCMultiConnection.min.js:441) at Object.onRemoteStream (RTCMultiConnection.min.js:61)...
@muaz-khan Thanks for the help I've experimented but it didn't work , Then I tried to add `connection.iceServers = []; // second step, set STUN url connection.iceServers.push({ urls: 'stun:stun4.l.google.com:19302' });...
i have same issue on whm/cpanel
I have the same issue yarn : 1.22.15 npm : 6.14.15 node : v12.22.5 os : Windows 11 with npm : ✖ Nuxt Fatal Error │ │ │ │ Error:...
It's great, waiting for its acceptance, so we can start using it immediately 👍 💯
any solution ? i tried : vue 3 vite 4 vuetify 3 ``` const getIcon = async (iconName) => { return { [iconName]: icon } = await import('@mdi/js') } {{...