Hi,
I've an issue with videos in DFPBannerView, since they're being played automatically in fullscreen mode. I want to avoid this.
I see that the DFPBannerView has a GADVideoController type property (videoController). I suppose that I have to set the videoController's clickToExpandEnabled property to true, but I don't know how to do this, since it doesn't have any setter.
I've tried the below code but it has been useless:
GADVideoOptions *videoOptions = [[GADVideoOptions alloc] init];
videoOptions.clickToExpandRequested = YES;
[bannerView setAdOptions:@[videoOptions]];
It would be very appretiated if anyone can help me with this.
Thanks and best regrads,
Haritz