webrtc/talk/examples/ios
fischman@webrtc.org c31d4d0324 AppRTCDemo(iOS): prefer ISAC as audio codec
This makes audio flow well bidirectionally to an iPod Touch (5th gen).
Also:
- Update to new turnserver JSON style:
  - separate username field
  - multiple URLs for the same server (e.g. both UDP & TCP)
- Added more explicit logging for ICE Connected since it's useful for debugging
- Give focus to the input field on app launch since that's the only useful
  thing to have focus on, anyway.
- Fix minor typos
- Cleaned up trailing whitespace and hard tabs

BUG=2191
R=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4687 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-05 21:49:58 +00:00
..
AppRTCDemo AppRTCDemo(iOS): prefer ISAC as audio codec 2013-09-05 21:49:58 +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.