mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix SpeakerButton
This commit is contained in:
parent
e14a6e41c5
commit
c252377b00
1 changed files with 2 additions and 2 deletions
|
|
@ -52,11 +52,11 @@ INIT_WITH_COMMON_CF {
|
|||
}
|
||||
|
||||
- (void)onOn {
|
||||
//[LinphoneManager.instance setSpeakerEnabled:TRUE];
|
||||
[LinphoneManager.instance setSpeakerEnabled:TRUE];
|
||||
}
|
||||
|
||||
- (void)onOff {
|
||||
//[LinphoneManager.instance setSpeakerEnabled:FALSE];
|
||||
[LinphoneManager.instance setSpeakerEnabled:FALSE];
|
||||
}
|
||||
|
||||
- (bool)onUpdate {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue