Don't show call banners in video rooms (#9441)
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user