Room directory : implement simple join room

This commit is contained in:
ganfra 2024-03-26 12:32:15 +01:00
parent 83b6875394
commit 0700384ef0
10 changed files with 89 additions and 19 deletions

View file

@ -32,7 +32,7 @@ interface RoomDirectoryEntryPoint : FeatureEntryPoint {
}
interface Callback : Plugin {
fun onJoinRoom(roomId: RoomId)
fun onOpenRoom(roomId: RoomId)
}
}