Merge pull request #14881 from prlanzarin/u26-blind-moss2
refactor: use webrtc-adapter package, remove static script from compatibility
This commit is contained in:
commit
1d15e9968c
@ -100,7 +100,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
e.preventDefault();
|
||||
});
|
||||
</script>
|
||||
<script src="compatibility/adapter.js?v=VERSION" language="javascript"></script>
|
||||
<script src="compatibility/sip.js?v=VERSION" language="javascript"></script>
|
||||
<script src="compatibility/kurento-utils.js?v=VERSION" language="javascript"></script>
|
||||
<script src="compatibility/tflite-simd.js?v=VERSION" language="javascript"></script>
|
||||
|
@ -31,6 +31,9 @@ import ChatAdapter from '/imports/ui/components/components-data/chat-context/ada
|
||||
import UsersAdapter from '/imports/ui/components/components-data/users-context/adapter';
|
||||
import GroupChatAdapter from '/imports/ui/components/components-data/group-chat-context/adapter';
|
||||
import { liveDataEventBrokerInitializer } from '/imports/ui/services/LiveDataEventBroker/LiveDataEventBroker';
|
||||
// The adapter import is "unused" as far as static code is concerned, but it
|
||||
// needs to here to override global prototypes. So: don't remove it - prlanzarin 25 Apr 2022
|
||||
import adapter from 'webrtc-adapter';
|
||||
|
||||
import collectionMirrorInitializer from './collection-mirror-initializer';
|
||||
|
||||
|
13
bigbluebutton-html5/package-lock.json
generated
13
bigbluebutton-html5/package-lock.json
generated
@ -5545,6 +5545,11 @@
|
||||
"object-assign": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"sdp": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/sdp/-/sdp-3.0.3.tgz",
|
||||
"integrity": "sha512-8EkfckS+XZQaPLyChu4ey7PghrdcraCVNpJe2Gfdi2ON1ylQ7OasuKX+b37R9slnRChwIAiQgt+oj8xXGD8x+A=="
|
||||
},
|
||||
"sdp-transform": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/sdp-transform/-/sdp-transform-2.7.0.tgz",
|
||||
@ -6216,6 +6221,14 @@
|
||||
"resolved": "https://registry.npmjs.org/wasm-check/-/wasm-check-2.0.3.tgz",
|
||||
"integrity": "sha512-UbZqpDMO4TZskoVKDH3B9NqY+yJllDJX8I9lUU4nuQjBGeU57jCjjgCslP3r8xiE+yf5GTIfeGvznvubgCdbhw=="
|
||||
},
|
||||
"webrtc-adapter": {
|
||||
"version": "8.1.1",
|
||||
"resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-8.1.1.tgz",
|
||||
"integrity": "sha512-1yXevP7TeZGmklEXkvQVrZp3fOSJlLeXNGCA7NovQokxgP3/e2T3EVGL0eKU87S9vKppWjvRWqnJeSANEspOBg==",
|
||||
"requires": {
|
||||
"sdp": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"which": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"tippy.js": "^5.1.3",
|
||||
"use-context-selector": "^1.3.7",
|
||||
"wasm-check": "^2.0.3",
|
||||
"webrtc-adapter": "^8.1.1",
|
||||
"winston": "^3.7.2",
|
||||
"yaml": "^1.7.2"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user