forked from cadence/out-of-your-element
start adding command handlers
This commit is contained in:
parent
40c3ef8e83
commit
c56e92ccfb
3 changed files with 89 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue