mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Enable zoom support
This commit is contained in:
parent
0e280b30a2
commit
fa44105ed4
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#import "CallDelegate.h"
|
||||
#import "LinphoneManager.h"
|
||||
#import "UILightButton.h"
|
||||
#import "VideoZoomHandler.h"
|
||||
|
||||
#define BJ_RING_FILE "01"
|
||||
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
UIDigitButton* openDoor;
|
||||
|
||||
LinphoneChatRoom * chatRoom;
|
||||
VideoZoomHandler* videoZoomHandler;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIView* videoView;
|
||||
|
|
|
|||
|
|
@ -80,6 +80,9 @@
|
|||
|
||||
[self createGradientForButton:takeCall withTopColor:col1 bottomColor:col2];
|
||||
}
|
||||
|
||||
videoZoomHandler = [[VideoZoomHandler alloc] init];
|
||||
[videoZoomHandler setup:videoView];
|
||||
}
|
||||
|
||||
- (void)viewDidUnload
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue