Skip to content
Snippets Groups Projects
Commit 741455ae authored by KDSBrowne's avatar KDSBrowne
Browse files

remove hideUserList() from video-provider service

parent e82e0f5b
No related branches found
No related tags found
No related merge requests found
......@@ -134,12 +134,6 @@ class VideoService {
return m.lockSettingsProps ? m.lockSettingsProps.disableCam : false;
}
hideUserList() {
const m = Meetings.findOne({ meetingId: Auth.meetingID },
{ fields: { 'lockSettingsProps.hideUserList': 1 } });
return m.lockSettingsProps ? m.lockSettingsProps.hideUserList : false;
}
userId() {
return Auth.userID;
}
......
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