Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(FEC-9088): play button displayed instead of pause, when playback …
…started anew in loop (loopback) (#12) The issue comes from DAI SDK that fires 'AD_BREAK_ENDED' before the ad actually ended. This causes the player to replay without `PLAY` event (the player is still playing) I’ve opened an issue - https://groups.google.com/forum/#!topic/ima-sdk/NrHGD2KfTlY Listening to 'ENDED' event as a workaround solves the issue. **Also fixes FEC-9101**
- Loading branch information