]> sjero.net Git - linphone/blobdiff - coreapi/help/java/org/linphone/core/tutorials/TutorialBuddyStatus.java
Fix java tutorials
[linphone] / coreapi / help / java / org / linphone / core / tutorials / TutorialBuddyStatus.java
index e7db170b86e719cb9a7450a919929e66aafe8d96..58a75e56be2b6a408db286f444313860dcaccddf 100644 (file)
@@ -98,6 +98,7 @@ public class TutorialBuddyStatus implements LinphoneCoreListener {
        public void callState(LinphoneCore lc, LinphoneCall call, State cstate, String msg) {}
        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){}
 
 
        public static void main(String[] args) {