webrtc/talk/examples/objc
Chuck Hays caae5d47c1 Bye request should use POST not GET
AppRTCDemo is failing to cleanly exit a room because it sends a GET request to /bye. The request to /bye should be a POST request. Because the /bye request is failing, the room is still marked as "full" and rejoining will fail.

BUG=
R=tkchin@webrtc.org

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

Patch from Chuck Hays <haysc@webrtc.org>.

Cr-Commit-Position: refs/heads/master@{#8860}
2015-03-25 20:01:29 +00:00
..
AppRTCDemo Bye request should use POST not GET 2015-03-25 20:01:29 +00:00
Icon.png talk/ios: Fixes source after corrupt sync in r6305 (which corrupted r6291). 2014-06-03 22:46:23 +00:00
README Implement mac version of AppRTCDemo. 2014-05-30 22:26:06 +00:00

This directory contains sample iOS and mac clients for http://apprtc.appspot.com

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