mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
opt: uniform name
This commit is contained in:
@@ -399,8 +399,8 @@ impl InvokeUiSession for FlutterHandler {
|
||||
self.push_event("on_voice_call_start", [].into());
|
||||
}
|
||||
|
||||
fn on_voice_call_stop(&self, reason: &str) {
|
||||
self.push_event("on_voice_call_stop", [("reason", reason)].into())
|
||||
fn on_voice_call_closed(&self, reason: &str) {
|
||||
self.push_event("on_voice_call_closed", [("reason", reason)].into())
|
||||
}
|
||||
|
||||
fn on_voice_call_waiting(&self) {
|
||||
|
||||
Reference in New Issue
Block a user