]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
API and makefiles for ZRTP support.
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 4afe7182ffab96653cd2af52a7889e4f9fc8ab28..bb52cc87426a1317883941888d946e12d7be7bdf 100644 (file)
@@ -581,4 +581,7 @@ public interface LinphoneCore {
        boolean pauseCall(LinphoneCall call);
        boolean resumeCall(LinphoneCall call);
        boolean pauseAllCalls();
+       
+       void setZrtpSecretsCache(String file);
+
 }