bigbluebutton-Github/bigbluebutton-html5/imports/api/group-chat-msg/server/methods.js
2023-11-28 11:18:56 -03:00

9 lines
235 B
JavaScript

import { Meteor } from 'meteor/meteor';
import clearPublicChatHistory from './methods/clearPublicChatHistory';
import startUserTyping from './methods/startUserTyping';
Meteor.methods({
clearPublicChatHistory,
startUserTyping,
});