|
@@ -255,11 +255,10 @@ class Conference extends Component<Props> {
|
255
|
255
|
<Filmstrip />
|
256
|
256
|
|
257
|
257
|
{/*
|
258
|
|
- * A container that automatically renders indicators such
|
259
|
|
- * as VideoQualityLabel or RecordingLabel if need be.
|
260
|
|
- */}
|
261
|
|
- {
|
262
|
|
- !this.props._reducedUI && <ConferenceIndicators />
|
|
258
|
+ * Examples of conference indicators are VideoQualityLabel
|
|
259
|
+ * and RecordingLabel.
|
|
260
|
+ */
|
|
261
|
+ this.props._reducedUI || <ConferenceIndicators />
|
263
|
262
|
}
|
264
|
263
|
</View>
|
265
|
264
|
<TestConnectionInfo />
|