From 07badfc9a928c68b422b63e680e5d1fd0a31fb88 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 4 May 2020 08:38:12 +0000 Subject: [PATCH] Update lib/src/room.dart --- lib/src/room.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/room.dart b/lib/src/room.dart index fd8178c..3be3291 100644 --- a/lib/src/room.dart +++ b/lib/src/room.dart @@ -480,7 +480,7 @@ class Room { bool waitUntilSent = false, int thumbnailMaxWidth = 800, int thumbnailMaxHeight = 600, - int thumbnailQuality = 10, + int thumbnailQuality = 50, }) async { Image fileImage; Image thumbnailImage;