mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 00:21:02 +03:00
feat: rust connection implementation
This commit is contained in:
@@ -210,7 +210,10 @@ pub enum Data {
|
||||
DataPortableService(DataPortableService),
|
||||
SwitchSidesRequest(String),
|
||||
SwitchSidesBack,
|
||||
UrlLink(String)
|
||||
UrlLink(String),
|
||||
VoiceCallIncoming,
|
||||
VoiceCallResponse(bool),
|
||||
CloseVoiceCall(String),
|
||||
}
|
||||
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
|
||||
Reference in New Issue
Block a user