video, user-list: remove obsolete connectionStatus from getUserCount
This commit is contained in:
parent
0a0a4b4915
commit
e8a8deb006
@ -210,7 +210,7 @@ const getUsers = () => {
|
||||
};
|
||||
|
||||
const getUserCount = () => {
|
||||
return Users.find({ meetingId: Auth.meetingID, connectionStatus: 'online' }).count();
|
||||
return Users.find({ meetingId: Auth.meetingID }).count();
|
||||
};
|
||||
|
||||
const hasBreakoutRoom = () => Breakouts.find({ parentMeetingId: Auth.meetingID },
|
||||
|
Loading…
Reference in New Issue
Block a user