Skip to content

Commit

Permalink
Update linphone submodule for echo canceller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain MARY committed Oct 17, 2012
1 parent 6344e9e commit b4576a0
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 2,391 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<classpathentry excluding="org/linphone/mediastream/MediastreamerActivity.java" kind="src" path="submodules/linphone/mediastreamer2/java/src"/>
<classpathentry kind="src" path="submodules/linphone/java/j2se"/>
<classpathentry kind="src" path="submodules/linphone/java/common"/>
<classpathentry kind="src" path="submodules/linphone/java/impl"/>
<classpathentry excluding="org/linphone/core/tutorials/" kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="lib" path="libs/aXMLRPC.jar"/>
Expand Down
2 changes: 2 additions & 0 deletions src/org/linphone/LinphoneManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ of the License, or (at your option) any later version.
import org.linphone.core.LinphoneCore.MediaEncryption;
import org.linphone.core.LinphoneCore.RegistrationState;
import org.linphone.core.LinphoneCore.Transports;
import org.linphone.core.LinphoneChatMessage;
import org.linphone.core.LinphoneCoreException;
import org.linphone.core.LinphoneCoreFactory;
import org.linphone.core.LinphoneCoreListener;
Expand Down Expand Up @@ -926,6 +927,7 @@ public void textReceived(LinphoneCore lc, LinphoneChatRoom cr,
if (textReceivedListener != null)
textReceivedListener.onTextReceived(from, message);
}
public void messageReceived(LinphoneCore lc, LinphoneChatRoom cr, LinphoneChatMessage message) {}
public void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf) {
if (dtmfReceivedListener != null)
dtmfReceivedListener.onDTMFReceived(call, dtmf);
Expand Down
100 changes: 0 additions & 100 deletions src/org/linphone/core/LinphoneAddressImpl.java

This file was deleted.

56 changes: 0 additions & 56 deletions src/org/linphone/core/LinphoneAuthInfoImpl.java

This file was deleted.

183 changes: 0 additions & 183 deletions src/org/linphone/core/LinphoneCallImpl.java

This file was deleted.

Loading

0 comments on commit b4576a0

Please sign in to comment.