Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h

Issue 1334003002: Loopback mode for AppRTCDemo on iOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Review Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h b/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h
index 2bd6264aefbbf6007624f0f77873b5c3dd32f80d..851d6ad39d01be8fa491599117d353b9e0e7c8a1 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h
+++ b/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h
@@ -29,3 +29,12 @@
- (void)sendMessage:(ARDSignalingMessage *)message;
@end
+
+
+// Sends received messages back to the WebSocket server simulating
+// another client.
tkchin_webrtc 2015/09/11 17:53:53 Can you elaborate on what it actually does? Loopba
Chuck 2015/09/28 16:26:40 Done.
+@interface ARDLoopbackWebSocketChannel : ARDWebSocketChannel
+
+- (instancetype)initWithURL:(NSURL *)url restURL:(NSURL *)restURL;
+
+@end

Powered by Google App Engine
This is Rietveld 408576698