iAppRTCDemo: WebSocket based signaling.

Updates the iOS code to use the new signaling model. Removes old Channel API
code. Note that this no longer logs messages to UI. UI update forthcoming.

BUG=
R=glaznev@webrtc.org, jiayl@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7852 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tkchin@webrtc.org
2014-12-09 19:32:35 +00:00
parent 0babb4a4e6
commit 87776a8935
26 changed files with 3481 additions and 1201 deletions

View File

@@ -31,6 +31,6 @@
+ (RTCICEServer *)serverFromJSONDictionary:(NSDictionary *)dictionary;
// CEOD provides different JSON, and this parses that.
+ (RTCICEServer *)serverFromCEODJSONDictionary:(NSDictionary *)dictionary;
+ (NSArray *)serversFromCEODJSONDictionary:(NSDictionary *)dictionary;
@end