1a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis/*
2a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  Copyright 2015 The WebRTC Project Authors. All rights reserved.
3a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *
4a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  Use of this source code is governed by a BSD-style license
5a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  that can be found in the LICENSE file in the root of the source
6a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  tree. An additional intellectual property rights grant can be found
7a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  in the file PATENTS.  All contributing project authors may
8a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis *  be found in the AUTHORS file in the root of the source tree.
9a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis */
10a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis
11a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis#import <UIKit/UIKit.h>
12a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis
13a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis@interface ARDVideoCallViewController : UIViewController
14a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis
15913e645e10bd3a060add29ac634a7d28f82744f6haysc- (instancetype)initForRoom:(NSString *)room
16913e645e10bd3a060add29ac634a7d28f82744f6haysc                 isLoopback:(BOOL)isLoopback
17913e645e10bd3a060add29ac634a7d28f82744f6haysc                isAudioOnly:(BOOL)isAudioOnly;
18a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis
19a8736448970fedd82f051c6b2cc89185b755ddf3Donald E Curtis@end
20