Hello Irfan,
Thank you for reaching out to us.
For us to further investigate this, could you please provide the following details via Reply privately to author option or send it directly to mobileads...@gmail.com? Kindly inform us on this thread if you sent it directly to the email provided.
Regards,
|
||||||
Hello Irfan,
Thank you for your response.
It seems that you didn't received my response to you yesterday. Let me include it here.
Can you please provide us with the documentation where you find the stop function for custom video options? Are you referring to this documentation? If yes, are you able to return customControlsEnabled to "YES"? I've checked this documentation for GADVideoOptions as I saw this is the one you used, but it doesn't include a stop and only includes a startMuted.
On the other hand, I've deleted your post as it contains private information. As a side note, if you're having trouble receiving private replies from us, please check your Spam folder. Additionally, please add the 'From address' on that email to your contact list to ensure we aren't flagged as Spam in future messages. If you don't see a message from us in your Spam folder, please email us directly at mobileads-...@google.com referring to this forum thread.
Regards,
|
||||||
Hello Irfan,
Thank you for your response.
As per checking into your provided screenshots, it mentioned that there are no customControlsEnabled on GADVideoOptions, and no "stop" option in customControlsRequested as it only have custom controls enabled for play/pause/mute/unmute. Then for the mediaView warning, it mentioned also that it is already deprecated, have you tried changing it to "mediaContent"?
Hello Irfan,
Thank you for your response.
As I've mentioned previously, there are no "customControlsEnabled" on GADVideoOptions, and no "stop" option in customControlsRequested as it only has custom controls enabled for play/pause/mute/unmute. Also, it mentioned in implementing custom controls that setMute, play, and pause are the controls that can be used in custom controls. Here is a sample implementation with custom controls for your reference.