Disable mic button if getUserMedia not available in browser

Issue #92.
This commit is contained in:
N-Pex 2021-03-18 11:58:46 +01:00
parent 1de3d2c954
commit d94bcec376
5 changed files with 33 additions and 2 deletions

15
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "keanuapp-weblite",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"aes-js": "^3.1.2",
"axios": "^0.21.0",
@ -17,6 +17,7 @@
"linkifyjs": "^2.1.9",
"material-design-icons-iconfont": "^5.0.1",
"matrix-js-sdk": "^9.4.1",
"md-gum-polyfill": "^1.0.0",
"mic-recorder-to-mp3": "^2.2.2",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"qrcode": "^1.4.4",
@ -8461,6 +8462,11 @@
"unhomoglyph": "^1.0.6"
}
},
"node_modules/md-gum-polyfill": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/md-gum-polyfill/-/md-gum-polyfill-1.0.0.tgz",
"integrity": "sha1-gppRLSXtAxjAxJqWEEi1BfZwots="
},
"node_modules/md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
@ -22104,6 +22110,11 @@
"unhomoglyph": "^1.0.6"
}
},
"md-gum-polyfill": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/md-gum-polyfill/-/md-gum-polyfill-1.0.0.tgz",
"integrity": "sha1-gppRLSXtAxjAxJqWEEi1BfZwots="
},
"md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",