Bugfix on mutualOpen localStorage setting
This commit is contained in:
parent
deb3bb616b
commit
30fbba2f55
|
@ -419,7 +419,7 @@ export default {
|
|||
}
|
||||
},
|
||||
"webcam.mutualOpen": function () {
|
||||
LocalStorage.set('videoMutualOpen', this.webcam.videoMutualOpen);
|
||||
LocalStorage.set('videoMutualOpen', this.webcam.mutualOpen);
|
||||
if (this.webcam.active) {
|
||||
this.sendMe();
|
||||
}
|
||||
|
@ -3560,9 +3560,11 @@ export default {
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<!-- Device Pickers: just in case the user had granted video permission in the past,
|
||||
<!--
|
||||
Device Pickers: just in case the user had granted video permission in the past,
|
||||
and we are able to enumerate their device names, we can show them here before they
|
||||
go on this time.-->
|
||||
go on this time.
|
||||
-->
|
||||
<div class="columns is-mobile" v-if="webcam.videoDevices.length > 0 || webcam.audioDevices.length > 0">
|
||||
|
||||
<div class="column">
|
||||
|
|
Loading…
Reference in New Issue
Block a user