call: reposition preview on call start

This commit is contained in:
Gautier Pelloux-Prayer 2016-01-18 10:47:39 +01:00
parent 39a6619dbd
commit a3859200ef

View file

@ -147,6 +147,8 @@ static UICompositeViewDescription *compositeDescription = nil;
linphone_core_set_native_video_window_id(LC, (__bridge void *)(_videoView));
linphone_core_set_native_preview_window_id(LC, (__bridge void *)(_videoPreview));
[self previewTouchLift];
// Enable tap
[singleFingerTap setEnabled:TRUE];