2017-09-12 03:11:03 +08:00
|
|
|
import changeLockSettings from '../modifiers/changeLockSettings';
|
|
|
|
|
|
|
|
export default function handleLockSettingsInMeeting({ body }, meetingId) {
|
2020-11-23 21:13:46 +08:00
|
|
|
changeLockSettings(meetingId, body);
|
2017-09-12 03:11:03 +08:00
|
|
|
}
|