Thanks @Pamela for your response , please find my use case here
use case :
In our App we use video Ads cards in a list(UICollectionView) manner with vertical scroll , here each cell as a video ad card .
when cell on visible area will play the video with sound mute/unmute , if user scroll up or down will leave the visible area will stop/pause it .
Once again when it on visible area it will resume the play but difficult part is how to set the mute or unmute state of sound button on ad card ? because from
GADVideoController we can't get the previous mute state .
One more scenario when user tap on each Ads card , we navigate to detail screen with video Ads custom control enabled .
This detail screen is common for all Ads , Now , how to set sound button state ? was it mute or unmute ? because GADVideoController does not say anything about that .
please have a look to my attachment , may be it can explain my problem . if I didn't explained it properly feel free to reach me .
PFA
Thanks & Regards,
Saroj