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
If I rendered more than video with the same url in different positions of the page, the listener like onPlay will trigger for both of the videos at the same time when I work with one of them which make it duplicated with the number of videos that have same url
Expected Behavior
The id of the listener should be unique and not using only the source of the video
Steps to Reproduce
Render two or more of Vidyard videos using react player in the same page and same src value, you will get multi triggers when the user act with one of the video which does not make sense
Current Behavior
If I rendered more than video with the same url in different positions of the page, the listener like onPlay will trigger for both of the videos at the same time when I work with one of them which make it duplicated with the number of videos that have same url
Expected Behavior
The id of the listener should be unique and not using only the source of the video
Steps to Reproduce
Render two or more of Vidyard videos using react player in the same page and same src value, you will get multi triggers when the user act with one of the video which does not make sense
Environment
Other Information
The text was updated successfully, but these errors were encountered: