blob: 493f1425844a46b0f382624307c027020a5ebdc0 (
plain)
1
2
3
4
|
// FIXME: This file should handle the room's chat subscription
// Functions may include:
// - subscribeToRoomChat (subscribe to the chat of a room)
// - sendChatMessage (send a chat message)
|