Skip to content
Snippets Groups Projects
Commit 88c6e773 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Fix the issue with connectionStatus resulting in no users being availble to...

Fix the issue with connectionStatus resulting in no users being availble to randomly pick from (select random viewer feature)
parent 2f46c1fd
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ export default withModalMounter(withTracker(({ mountModal }) => {
const viewerPool = Users.find({
meetingId: Auth.meetingID,
presenter: { $ne: true },
connectionStatus: 'online',
role: { $eq: 'VIEWER' },
}, {
fields: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment