mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 14:48:07 +00:00
fix for silk 24khz on Galaxy S
This commit is contained in:
parent
ab036c5fe0
commit
6fe2f65ab0
1 changed files with 0 additions and 3 deletions
|
|
@ -132,9 +132,6 @@ class LinphoneCallImpl implements LinphoneCall {
|
|||
public boolean isAuthenticationTokenVerified(){
|
||||
return isAuthenticationTokenVerified(nativePtr);
|
||||
}
|
||||
public boolean areStreamsEncrypted() {
|
||||
return areStreamsEncrypted(nativePtr);
|
||||
}
|
||||
|
||||
public boolean isInConference() {
|
||||
LinphoneCallParamsImpl params = new LinphoneCallParamsImpl(getCurrentParamsCopy(nativePtr));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue