fix for silk 24khz on Galaxy S
This commit is contained in:
parent
288fa28143
commit
e4b80f42b7
2 changed files with 1 additions and 4 deletions
|
@ -132,9 +132,6 @@ class LinphoneCallImpl implements LinphoneCall {
|
||||||
public boolean isAuthenticationTokenVerified(){
|
public boolean isAuthenticationTokenVerified(){
|
||||||
return isAuthenticationTokenVerified(nativePtr);
|
return isAuthenticationTokenVerified(nativePtr);
|
||||||
}
|
}
|
||||||
public boolean areStreamsEncrypted() {
|
|
||||||
return areStreamsEncrypted(nativePtr);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isInConference() {
|
public boolean isInConference() {
|
||||||
LinphoneCallParamsImpl params = new LinphoneCallParamsImpl(getCurrentParamsCopy(nativePtr));
|
LinphoneCallParamsImpl params = new LinphoneCallParamsImpl(getCurrentParamsCopy(nativePtr));
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f706103cc3b7bb5b31c02fd83f8e221677264b68
|
Subproject commit 32527a1bc1100ef99cc02823f617943d73d2d4ca
|
Loading…
Reference in a new issue