webrtc/talk/examples/android/src/org/appspot/apprtc
glaznev@webrtc.org 58202946a7 Cleaning up Android AppRTCDemo.
- Move signaling code from Activity to a separate class
and add interface for AppRTC signaling. For now
only pure GAE signaling implements this interface.
- Move peer connection, video source and peer connection
and SDP observer code from Activity to a separate class.
- Main Activity class will do only high level calls and
event handling for peer connection and signaling classes.
- Also add video renderer position update and use full
screen for local preview until the connection is established.

BUG=
R=braveyao@webrtc.org, pthatcher@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/24019004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7469 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-10-17 17:42:38 +00:00
..
AppRTCClient.java Cleaning up Android AppRTCDemo. 2014-10-17 17:42:38 +00:00
AppRTCDemoActivity.java Cleaning up Android AppRTCDemo. 2014-10-17 17:42:38 +00:00
AppRTCGLView.java Add OpenGL Android video renderer which can display multiple 2014-06-06 21:57:46 +00:00
GAEChannelClient.java Cleaning up Android AppRTCDemo. 2014-10-17 17:42:38 +00:00
GAERTCClient.java Cleaning up Android AppRTCDemo. 2014-10-17 17:42:38 +00:00
PeerConnectionClient.java Cleaning up Android AppRTCDemo. 2014-10-17 17:42:38 +00:00
UnhandledExceptionHandler.java AppRTCDemo(android): uncaught exceptions now display a modal dialog box before killing the app. 2013-10-03 18:09:40 +00:00