start adding command handlers

This commit is contained in:
Cadence Ember
2023-08-24 17:09:25 +12:00
parent 40c3ef8e83
commit c56e92ccfb
3 changed files with 89 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ module.exports.inviteToRoom = inviteToRoom
module.exports.leaveRoom = leaveRoom
module.exports.getEvent = getEvent
module.exports.getAllState = getAllState
module.exports.getStateEvent = getStateEvent
module.exports.getJoinedMembers = getJoinedMembers
module.exports.sendState = sendState
module.exports.sendEvent = sendEvent