feature (room upgrade) : manage navigation and clean code.
This commit is contained in:
+1
@@ -237,6 +237,7 @@ interface BaseRoom : Closeable {
|
||||
* @param reason - The reason the room is being reported.
|
||||
*/
|
||||
suspend fun reportRoom(reason: String?): Result<Unit>
|
||||
|
||||
/**
|
||||
* Destroy the room and release all resources associated to it.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user