(Auto)update libjingle 62865357-> 62871616
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5674 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -27,12 +27,18 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class VideoView;
|
||||
|
||||
// The view controller that is displayed when AppRTCDemo is loaded.
|
||||
@interface APPRTCViewController : UIViewController<UITextFieldDelegate>
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UITextField *textField;
|
||||
@property (weak, nonatomic) IBOutlet UITextView *textInstructions;
|
||||
@property (weak, nonatomic) IBOutlet UITextView *textOutput;
|
||||
@property(weak, nonatomic) IBOutlet UIView* blackView;
|
||||
|
||||
@property(nonatomic, strong) VideoView* remoteVideoView;
|
||||
@property(nonatomic, strong) VideoView* localVideoView;
|
||||
|
||||
- (void)displayText:(NSString *)text;
|
||||
- (void)resetUI;
|
||||
|
Reference in New Issue
Block a user