webrtc/talk/examples/ios
fischman@webrtc.org 385a722646 PeerConnection(iOS): make ARC-clean talk/.../objc* and talk/examples/ios
- Removes a strong-reference cycle between RTCPeerConnection and
  RTCPeerConnectionObserver
- Gives RTCPeerConnectionObserver a virtual dtor
- Ensures RTCPeerConnectionTest tears down correctly
- Ensures AppRTCDemo tears down correctly

This is the talk/ half; the webrtc/ half is in https://webrtc-codereview.appspot.com/10539005

BUG=3054,3055,3100
R=noahric@google.com

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5771 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-03-25 05:16:29 +00:00
..
AppRTCDemo PeerConnection(iOS): make ARC-clean talk/.../objc* and talk/examples/ios 2014-03-25 05:16:29 +00:00
Icon.png Adds trunk/talk folder of revision 359 from libjingles google code to 2013-07-10 00:45:36 +00:00
README AppRTCDemo: builds using ninja on iOS for simulator and device! 2013-08-01 18:29:45 +00:00

This directory contains an example iOS client for http://apprtc.appspot.com

See ../../app/webrtc/objc/README for information on how to use it.