Don't show call banners in video rooms (#9441)
This commit is contained in:
parent
10a429c68d
commit
57eec824d9
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ export default class RoomHeader extends React.Component<IProps, IState> {
|
||||||
{ betaPill }
|
{ betaPill }
|
||||||
{ buttons }
|
{ buttons }
|
||||||
</div>
|
</div>
|
||||||
<RoomCallBanner roomId={this.props.room.roomId} />
|
{ !isVideoRoom && <RoomCallBanner roomId={this.props.room.roomId} /> }
|
||||||
<RoomLiveShareWarning roomId={this.props.room.roomId} />
|
<RoomLiveShareWarning roomId={this.props.room.roomId} />
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue