Room directory : start branching join event

This commit is contained in:
ganfra 2024-03-25 20:10:16 +01:00
parent 967c1b1a02
commit 83b6875394
8 changed files with 39 additions and 100 deletions

View file

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