We need to queue attempts to call modifySources to prevent errors in setLocalDescription, et al. We need to let the asynchronous function flow in modifySources finish before we kick off another set.
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"name": "jitsi-meet",
|
|
"version": "0.0.0",
|
|
"description": "A sample app for the Jitsi Videobridge",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jitsi/jitsi-meet"
|
|
},
|
|
"keywords": [
|
|
"jingle",
|
|
"webrtc",
|
|
"xmpp",
|
|
"browser"
|
|
],
|
|
"author": "",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"events": "*",
|
|
"pako": "*",
|
|
"i18next-client": "1.7.7",
|
|
"sdp-interop": "jitsi/sdp-interop#f65fedfe57a",
|
|
"sdp-transform": "1.3.0",
|
|
"async": "0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"license": "MIT"
|
|
}
|