-
- Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
The dist/peerjs.min.js for some reason is compiled with a function $ which is global and gets into conflict with browser debugger's $ or any globally defined $
This causes this error whenever using $('someDOMselector') in site:
Uncaught TypeError: right-hand side of 'in' should be an object, got undefined``
Because it expect $(window) from this function, from webrtc-adapter dependency
export function shimGetDisplayMedia(window) { if (!('getDisplayMedia' in window.navigator)) { Reactions are currently unavailable