mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-19 19:21:13 +03:00
opt: rename to on_voice_call_started
This commit is contained in:
@@ -1259,7 +1259,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
} else {
|
||||
if response.accepted {
|
||||
// The peer accepts the voice call.
|
||||
self.handler.on_voice_call_start();
|
||||
self.handler.on_voice_call_started();
|
||||
self.stop_voice_call_sender = self.start_voice_call();
|
||||
} else {
|
||||
// The peer refused the voice call.
|
||||
|
||||
Reference in New Issue
Block a user