commit | 913e645e10bd3a060add29ac634a7d28f82744f6 | [log] [tgz] |
---|---|---|
author | haysc <haysc@webrtc.org> | Fri Oct 02 11:44:03 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 02 18:45:13 2015 +0000 |
tree | 590815e6931ef169764f00db8923b1ad1fee615c | |
parent | f9c23ca1b939aa156b0c1321c8429ca14341a2f2 [diff] [blame] |
Loopback and audio only mode. Adds a loopback button that will connect to itself by simulating another client connection to the web socket server. Adds an audio only mode switch. BUG= Review URL: https://codereview.webrtc.org/1334003002 Cr-Commit-Position: refs/heads/master@{#10153}
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h index 9616da5..7dee2d8 100644 --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
@@ -12,6 +12,8 @@ @interface ARDVideoCallViewController : UIViewController -- (instancetype)initForRoom:(NSString *)room; +- (instancetype)initForRoom:(NSString *)room + isLoopback:(BOOL)isLoopback + isAudioOnly:(BOOL)isAudioOnly; @end