mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: close notify
This commit is contained in:
@@ -1264,7 +1264,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
self.stop_voice_call_sender = self.start_voice_call();
|
||||
} else {
|
||||
// The peer refused the voice call.
|
||||
self.handler.on_voice_call_closed("Refused");
|
||||
self.handler.on_voice_call_closed("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user