installed windows client save incoming recording to a specific directory (#7974)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2024-05-08 17:04:53 +08:00 committed by GitHub
parent 35832f8f7f
commit 09f3850250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 173 additions and 45 deletions

View file

@ -943,7 +943,7 @@ class RustdeskImpl {
throw UnimplementedError();
}
Future<String> mainDefaultVideoSaveDirectory({dynamic hint}) {
Future<String> mainVideoSaveDirectory({required bool root, dynamic hint}) {
throw UnimplementedError();
}