timeBoundaryDidCross is not getting fired after tvOS 14 update. Has anyone faced the same issue. Pls give the solution.
player.addEventListener('timeBoundaryDidCross',function(event) {
console.log('time crossed boundary');
},[20.0, 25.0, 30.0]);
player.addEventListener('timeBoundaryDidCross',function(event) {
console.log('time crossed boundary');
},[20.0, 25.0, 30.0]);