diff --git a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js
index d8b3fb3..7e163f0 100644
--- a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js
+++ b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js
@@ -126,7 +126,7 @@ const ListPeer = (props) =>
}
- { screenConsumer &&
+ { screenConsumer && spotlight &&
}
-
-
- {
- e.stopPropagation();
-
- webcamEnabled ?
- roomClient.modifyPeerConsumer(peer.id, 'webcam', true) :
- roomClient.modifyPeerConsumer(peer.id, 'webcam', false);
- }}
+ placement='bottom'
>
- { webcamEnabled ?
-
- :
-
- }
-
-
+
+ {
+ e.stopPropagation();
+
+ webcamEnabled ?
+ roomClient.modifyPeerConsumer(peer.id, 'webcam', true) :
+ roomClient.modifyPeerConsumer(peer.id, 'webcam', false);
+ }}
+ >
+ { webcamEnabled ?
+
+ :
+
+ }
+
+
+ }