Fix SpeakerButton

This commit is contained in:
Benjamin Reis 2017-03-04 11:52:49 +01:00
parent e14a6e41c5
commit c252377b00

View file

@ -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 {