opt: rename to on_voice_call_started
This commit is contained in:
parent
040396b3f8
commit
ea391542fc
4 changed files with 5 additions and 5 deletions
|
|
@ -395,8 +395,8 @@ impl InvokeUiSession for FlutterHandler {
|
|||
self.push_event("switch_back", [("peer_id", peer_id)].into());
|
||||
}
|
||||
|
||||
fn on_voice_call_start(&self) {
|
||||
self.push_event("on_voice_call_start", [].into());
|
||||
fn on_voice_call_started(&self) {
|
||||
self.push_event("on_voice_call_started", [].into());
|
||||
}
|
||||
|
||||
fn on_voice_call_closed(&self, reason: &str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue