mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
fix: web send audit note (#9582)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
e06f456bbd
commit
00d38260e1
3 changed files with 11 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue