2017-09-12 03:11:03 +08:00
|
|
|
import changeLockSettings from '../modifiers/changeLockSettings';
|
|
|
|
|
2023-03-14 00:59:52 +08:00
|
|
|
export default async function handleLockSettingsInMeeting({ body }, meetingId) {
|
|
|
|
await changeLockSettings(meetingId, body);
|
2017-09-12 03:11:03 +08:00
|
|
|
}
|