]> sjero.net Git - linphone/blobdiff - coreapi/help/java/org/linphone/core/tutorials/TutorialHelloWorld.java
Fix java tutorials
[linphone] / coreapi / help / java / org / linphone / core / tutorials / TutorialHelloWorld.java
index 30510fd84f6fafc61203d1877d79025fc216acdb..6daa65711f0f2e8c96aaac375f1b64ded179df0c 100644 (file)
@@ -70,7 +70,7 @@ public class TutorialHelloWorld implements LinphoneCoreListener {
        public void textReceived(LinphoneCore lc, LinphoneChatRoom cr,LinphoneAddress from, String message) {}
        public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,int delay_ms, Object data) {}
        public void callEncryptionChanged(LinphoneCore lc, LinphoneCall call,boolean encrypted, String authenticationToken) {}
-
+       public void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event){}
        /*
         * Call state notification listener
         */