diff --git a/Classes/IncallViewController.m b/Classes/IncallViewController.m index 5d3e2901a..31a06e8aa 100644 --- a/Classes/IncallViewController.m +++ b/Classes/IncallViewController.m @@ -75,7 +75,9 @@ const NSInteger SECURE_BUTTON_TAG=5; @synthesize videoCameraSwitch; @synthesize videoUpdateIndicator; @synthesize videoWaitingForFirstImage; +#ifdef TEST_VIDEO_VIEW_CHANGE @synthesize testVideoView; +#endif @synthesize addVideo;