In my view controller i have a WKWebView which play video with sound
When i dismiss the the view controller using:
self.presentingViewController?.dismissViewControllerAnimated(true, completion: nil)
The video sounf still play.
How can i stop it?