[RN] Hide conference indicators on reduced UI
This commit is contained in:
parent
7c8fa57bba
commit
79b31543c5
|
@ -258,7 +258,9 @@ class Conference extends Component<Props> {
|
|||
* A container that automatically renders indicators such
|
||||
* as VideoQualityLabel or RecordingLabel if need be.
|
||||
*/}
|
||||
<ConferenceIndicators />
|
||||
{
|
||||
!this.props._reducedUI && <ConferenceIndicators />
|
||||
}
|
||||
</View>
|
||||
<TestConnectionInfo />
|
||||
|
||||
|
|
Loading…
Reference in New Issue