mirror of https://github.com/vector-im/riot-web
Don't show call banners in video rooms (#9441)
parent
10a429c68d
commit
57eec824d9
|
@ -734,7 +734,7 @@ export default class RoomHeader extends React.Component<IProps, IState> {
|
|||
{ betaPill }
|
||||
{ buttons }
|
||||
</div>
|
||||
<RoomCallBanner roomId={this.props.room.roomId} />
|
||||
{ !isVideoRoom && <RoomCallBanner roomId={this.props.room.roomId} /> }
|
||||
<RoomLiveShareWarning roomId={this.props.room.roomId} />
|
||||
</header>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue