forked from mirrors/linphone-iphone
add spaeker management to linphone core api
This commit is contained in:
parent
5965a7ac64
commit
3cca4732fc
1 changed files with 4 additions and 0 deletions
|
|
@ -225,5 +225,9 @@ public interface LinphoneCore {
|
|||
public boolean isEchoCancellationEnabled();
|
||||
|
||||
public void setSignalingTransport(Transport aTransport);
|
||||
|
||||
public void enableSpeaker(boolean value);
|
||||
|
||||
public boolean isSpeakerEnabled();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue