reportRoom

abstract suspend fun reportRoom(roomId: RoomId, reason: String): Result<Unit>

See also