Merge pull request #5906 from Tainan404/issue-5904
Fix audio lock setting not applied.
This commit is contained in:
commit
3265b199b0
@ -35,7 +35,7 @@ const audioLocked = () => {
|
||||
const User = mapUser(Users.findOne({ userId }));
|
||||
|
||||
const Meeting = Meetings.findOne({ meetingId: Auth.meetingID });
|
||||
const lockSetting = Meeting.lockSettingProps;
|
||||
const lockSetting = Meeting.lockSettingsProp;
|
||||
const audioLock = lockSetting ? lockSetting.disableMic : false;
|
||||
|
||||
return audioLock && User.isLocked;
|
||||
|
Loading…
Reference in New Issue
Block a user