[RN] Hide conference indicators on reduced UI (coding style)
This commit is contained in:
@@ -255,11 +255,10 @@ class Conference extends Component<Props> {
|
||||
<Filmstrip />
|
||||
|
||||
{/*
|
||||
* A container that automatically renders indicators such
|
||||
* as VideoQualityLabel or RecordingLabel if need be.
|
||||
*/}
|
||||
{
|
||||
!this.props._reducedUI && <ConferenceIndicators />
|
||||
* Examples of conference indicators are VideoQualityLabel
|
||||
* and RecordingLabel.
|
||||
*/
|
||||
this.props._reducedUI || <ConferenceIndicators />
|
||||
}
|
||||
</View>
|
||||
<TestConnectionInfo />
|
||||
|
||||
Reference in New Issue
Block a user