feature (room upgrade) : manage navigation and clean code.
This commit is contained in:
parent
94e678a905
commit
e8bc54cf9e
13 changed files with 69 additions and 54 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue