mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(audio-only): combine video status labels
Move the HD label into the newly renamed VideoStatusLabel component. That way it cannot be possible for the audio only label and the HD label to display simultaneously.
This commit is contained in:
@@ -7,9 +7,9 @@ import { connect, disconnect } from '../../base/connection';
|
||||
import { DialogContainer } from '../../base/dialog';
|
||||
import { Watermarks } from '../../base/react';
|
||||
import { OverlayContainer } from '../../overlay';
|
||||
import { StatusLabel } from '../../status-label';
|
||||
import { Toolbox } from '../../toolbox';
|
||||
import { HideNotificationBarStyle } from '../../unsupported-browser';
|
||||
import { VideoStatusLabel } from '../../video-status-label';
|
||||
|
||||
declare var $: Function;
|
||||
declare var APP: Object;
|
||||
@@ -93,10 +93,7 @@ class Conference extends Component {
|
||||
muted = 'true' />
|
||||
</div>
|
||||
<span id = 'localConnectionMessage' />
|
||||
<span
|
||||
className = 'video-state-indicator moveToCorner'
|
||||
id = 'videoResolutionLabel'>HD</span>
|
||||
<StatusLabel />
|
||||
<VideoStatusLabel />
|
||||
<span
|
||||
className
|
||||
= 'video-state-indicator centeredVideoLabel'
|
||||
|
||||
Reference in New Issue
Block a user