opt: uniform name
This commit is contained in:
parent
a601e3b241
commit
850c4bcbbf
4 changed files with 7 additions and 6 deletions
|
|
@ -271,8 +271,8 @@ impl InvokeUiSession for SciterHandler {
|
|||
self.call("onVoiceCallStart", &make_args!());
|
||||
}
|
||||
|
||||
fn on_voice_call_stop(&self, reason: &str) {
|
||||
self.call("onVoiceCallStop", &make_args!(reason));
|
||||
fn on_voice_call_closed(&self, reason: &str) {
|
||||
self.call("onVoiceCallClosed", &make_args!(reason));
|
||||
}
|
||||
|
||||
fn on_voice_call_waiting(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue