8 #import <UIKit/UIKit.h>
18 typedef NS_OPTIONS(NSInteger, CJGuestCallBarButtonOption) {
59 GuestCallBarButtonHook
69 - (id)initWithOrigin:(CGPoint)origin;
80 - (id)initWithOrigin:(CGPoint)origin mask:(CJGuestCallBarButtonOption) mask;
86 @property(nonatomic,weak)
id delegate;
90 @property(nonatomic,weak)
id keypadDelegate;
98 @property (nonatomic, readonly, getter = isKeypadOpen) BOOL keypadOpen;
104 @property(nonatomic,readwrite) BOOL useDefaultKeypad;
111 @property(nonatomic,readwrite) BOOL playKeypadTones;
117 @property(nonatomic, readwrite) BOOL confirmBeforeHangupDuringScreenShare;
133 +(CGSize)callBarButtonSize;
149 clickedButton:(CJGuestCallBarButtonType)buttonType;
The delegate for CJGuestCallBarViewDelegate.
Definition: CJGuestCallBarView.h:140
Option to show the keypad button on the call bar view.
Definition: CJGuestCallBarView.h:33
Option to show the video mute toggle button on the call bar view.
Definition: CJGuestCallBarView.h:28
CJGuestCallBarButtonOption
Enumeration bitmap describing the button types of the view.
Definition: CJGuestCallBarView.h:18
Defines the button for muting/un-muting video.
Definition: CJGuestCallBarView.h:51
The CJGuestCallBarView custom view.
Definition: CJGuestCallBarView.mm:83
Defines the button for muting/un-muting audio.
Definition: CJGuestCallBarView.h:47
Option to show the audio mute toggle button on the call bar view.
Definition: CJGuestCallBarView.h:23
CJGuestCallBarButtonType
Enumeration describing the button types of the view.
Definition: CJGuestCallBarView.h:43
Defines the button to activate the keypad view.
Definition: CJGuestCallBarView.h:55
Option to show the call/end call button on the call bar view.
Definition: CJGuestCallBarView.h:38