]> sjero.net Git - linphone/blobdiff - coreapi/help/java/org/linphone/core/tutorials/TutorialChatRoom.java
Fix java tutorials
[linphone] / coreapi / help / java / org / linphone / core / tutorials / TutorialChatRoom.java
index 5837876cb0ceececd85551b61250288ecaf8dbfd..c81823e8a66b0bdb3a8d01e746f40882c7a9f701 100644 (file)
@@ -76,6 +76,7 @@ public class TutorialChatRoom 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 void textReceived(LinphoneCore lc, LinphoneChatRoom cr,LinphoneAddress from, String message) {
         write("Message ["+message+"] received from ["+from.asString()+"]");