|
@@ -629,6 +629,13 @@ export default {
|
629
|
629
|
// the video later on, even if joined without it.
|
630
|
630
|
this.videoMuted = true;
|
631
|
631
|
APP.UI.setVideoMuted(this.getMyUserId(), this.videoMuted);
|
|
632
|
+ // FIXME this is a workaround for the situation where
|
|
633
|
+ // both audio and video permissions are rejected initially
|
|
634
|
+ // and the callback from _initDeviceList will never be
|
|
635
|
+ // executed (GUM not initialized - check lib-jitsi-meet).
|
|
636
|
+ // The goal here is to disable the video icon in case no
|
|
637
|
+ // video permissions were granted.
|
|
638
|
+ this.updateVideoIconEnabled();
|
632
|
639
|
}
|
633
|
640
|
|
634
|
641
|
this._initDeviceList();
|