Commit Graph

4264 Commits

Author SHA1 Message Date
Kingtous fc933ad7b4 fix: voice call 1 2023-02-07 16:47:19 +08:00
rustdesk bd07f60a11 disable blank issue, use better format 2023-02-07 16:41:33 +08:00
Kingtous 2943d2d0cc feat: cm interface 2023-02-07 16:20:37 +08:00
Kingtous 5e21a81a5c wip: implement flutter ui 2023-02-07 16:20:37 +08:00
Kingtous ea391542fc opt: rename to on_voice_call_started 2023-02-07 16:20:37 +08:00
Kingtous 040396b3f8 feat: cm interface 2023-02-07 16:20:37 +08:00
Kingtous 850c4bcbbf opt: uniform name 2023-02-07 16:20:37 +08:00
Kingtous a601e3b241 fix: compile 2023-02-07 16:20:37 +08:00
Kingtous 11c6008811 fix: rust conn build 2023-02-07 16:20:37 +08:00
Kingtous b412a7122b feat: rust connection implementation 2023-02-07 16:20:37 +08:00
Kingtous a04980fa13 refactor: remove audio mode 2023-02-07 16:20:37 +08:00
Kingtous 45b93100d6 feat: add voice call proto 2023-02-07 16:20:37 +08:00
Kingtous b335d2c828 fix: import 2023-02-07 16:20:37 +08:00
Kingtous efa4530c97 feat: add chat svg 2023-02-07 16:20:37 +08:00
Kingtous 2452a58eaa opt: rename and move audio transmission mode 2023-02-07 16:20:37 +08:00
Kingtous ebec8811c2 opt: add microphone permission tip 2023-02-07 16:20:37 +08:00
Kingtous 038d660e60 fix: android build 2023-02-07 16:20:37 +08:00
Kingtous 60925057f0 fix: poison error on setting sound input 2023-02-07 16:20:37 +08:00
Kingtous 7e5c5b50e5 feat: set to default input device when in dual-way 2023-02-07 16:20:37 +08:00
Kingtous cab1fc719a feat: add audio mode in sciter 2023-02-07 16:20:37 +08:00
Kingtous 05822991bf opt: rename to dual-way 2023-02-07 16:20:37 +08:00
Kingtous 8ab49d11d1 feat: add audio mode config 2023-02-07 16:20:37 +08:00
Kingtous 393e0e9afb add: divider 2023-02-07 16:20:37 +08:00
Kingtous cb228bef2b feat: add audio switch ui 2023-02-07 16:20:37 +08:00
Kingtous 95d06e160b fix: latency 2023-02-07 16:20:37 +08:00
Kingtous 9134c2826e feat: set audio only mode 2023-02-07 16:20:37 +08:00
Kingtous 3b34e2ea45 feat: run local audio server at start 2023-02-07 16:20:37 +08:00
Kingtous 4f3c5b42ae opt: send audio format and data after login successfully. 2023-02-07 16:20:36 +08:00
Kingtous e7e8e1a18b opt: send audio frame when connected 2023-02-07 16:20:36 +08:00
Kingtous 45a6fc3618 opt: remove latency detector on single audio 2023-02-07 16:20:36 +08:00
Kingtous 8e2d6945d0 feat: add audio thread in server being controlled 2023-02-07 16:20:36 +08:00
Kingtous 65ab43aa4a opt: compile 2023-02-07 16:20:36 +08:00
Kingtous 1f40963b5d wip: connection 2023-02-07 16:20:36 +08:00
Kingtous 28ad271693 wip: dual audio transmission server 2023-02-07 16:20:36 +08:00
rustdesk e0f73ccc28 remove docs/SECURITY.md to disable security report which is not the
report we imagine
2023-02-07 16:17:00 +08:00
RustDesk e9ffe504fa Merge pull request #3102 from 21pages/fix-elevate
Fix elevation
2023-02-07 16:00:20 +08:00
21pages 8aba51c120 fix cm push_event
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 15:39:46 +08:00
21pages cf3ddb2a18 filter foreground window to avoid frequent prompts
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 15:16:49 +08:00
21pages e1a9cfcf7f fix flink
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 12:47:07 +08:00
RustDesk 086bef41f4 Merge pull request #3097 from jimmyGALLAND/patch-1
Update fr.rs
2023-02-07 09:04:20 +08:00
RustDesk 0bccfc2733 Merge pull request #3096 from BestiaPL/patch-1
Updated Polish language
2023-02-07 09:04:02 +08:00
RustDesk 208d6a4e62 Merge pull request #3094 from Kingtous/master
fix: uni links failed to be invoked with --cm running on macOS
2023-02-07 09:00:12 +08:00
jimmyGALLAND bcbc1573aa Update fr.rs 2023-02-06 22:45:27 +01:00
Andrzej Rudnik 564b35d4c2 Update pl.rs 2023-02-06 21:29:36 +01:00
Kingtous 9d391d3801 opt: format and name 2023-02-07 01:35:38 +08:00
Kingtous 1426771ec9 fix: uni links failed to be invoked with --cm running on macOS 2023-02-07 01:31:23 +08:00
rustdesk b2afde4b27 tmp workaround of '-cm' not exit cause rustdesk not launchable from
finder
2023-02-07 00:18:25 +08:00
csf 893f18cdec add PenetrableOverlayState, opt chat page over remote_page 2023-02-07 00:11:48 +09:00
RustDesk 4965ecda12 Merge pull request #3086 from 21pages/peer_tab_model
refactor peer tab with Provider, make it scrollable
2023-02-06 13:50:48 +08:00
21pages 40d0ea016b refactor peer tab with model, make it scrollable
Signed-off-by: 21pages <pages21@163.com>
2023-02-06 12:54:32 +08:00