bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/layout/service.js

8 lines
168 B
JavaScript
Raw Normal View History

import { makeCall } from '/imports/ui/services/api';
const setMeetingLayout = newValue => makeCall('changeLayout', newValue);
export default {
setMeetingLayout,
};