You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done a sample project with the below parameters and it's working correctly. After a month I tried the same parameters is not working and the video still starts from 0
I have done a sample project with the below parameters and it's working correctly. After a month I tried the same parameters is not working and the video still starts from 0
let parameters: [String: Any] = [
"fullscreen-action": "trigger_event",
"logo": "false",
"sharing-action": "trigger_event",
"start": Int(25)
]
let controller = DMPlayerViewController(parameters: parameters)
controller.delegate = self
return controller
}()
The text was updated successfully, but these errors were encountered: