Jabber Guest iOS SDK
CJGuestCallSelfView.h
1 //
2 // CJGuestCallSelfView.h
3 // JabberGuest
4 //
5 // Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
17 @interface CJGuestCallSelfView : UIView
18 @property (nonatomic) BOOL switchCameraVisible;
23 @property (nonatomic) BOOL videoCaptureAutoRotate;
24 @end
The CJGuestCallSelfView provides UI elements for displaying the self view video from CJGuestCall...
Definition: CJGuestCallSelfView.mm:40
BOOL videoCaptureAutoRotate
The selfView video feed auto rotate can be turn off.
Definition: CJGuestCallSelfView.h:23