2018-09-29 05:32:52 +08:00
|
|
|
import changeMuteMeeting from '../modifiers/changeMuteMeeting';
|
|
|
|
|
2023-03-17 02:37:24 +08:00
|
|
|
export default async function handleMeetingMuted({ body }, meetingId) {
|
|
|
|
await changeMuteMeeting(meetingId, body);
|
2018-09-29 05:32:52 +08:00
|
|
|
}
|