Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Seek not applied in
play
method (#1695)
# Description This PR is fixing the bug in which in web while initialising the play with duration specified, there was no seek happening, which means that it starts from the beginning itself. setting the source before calling seek in play() function, instead of setting it afterwards solves the issue. Closes #1597
- Loading branch information