mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix: web send audit note (#9582)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -1188,7 +1188,7 @@ class RustdeskImpl {
|
||||
|
||||
Future<void> sessionSendNote(
|
||||
{required UuidValue sessionId, required String note, dynamic hint}) {
|
||||
throw UnimplementedError();
|
||||
return Future(() => js.context.callMethod('setByName', ['send_note', note]));
|
||||
}
|
||||
|
||||
Future<String> sessionAlternativeCodecs(
|
||||
|
||||
Reference in New Issue
Block a user