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
When Vidyard videos are configured to autoplay by default, setting the player props to playing={false} does not prevent the behaviour. The video auto-plays on initialization.
Expected Behavior
When the player is set to playing={false}, expect the video to not auto-play.
Steps to Reproduce
Create a video and player in Vidyard
Set to autoplay = on
Initialize a ReactPlayer with the Vidyard URL and the prop playing={false}
Environment
Browser: Any
Operating system: Any
Other Information
With the 2.0.1 code, autoplay for Vidyard can be stopped this way:
Current Behavior
When Vidyard videos are configured to autoplay by default, setting the player props to
playing={false}
does not prevent the behaviour. The video auto-plays on initialization.Expected Behavior
When the player is set to
playing={false}
, expect the video to not auto-play.Steps to Reproduce
playing={false}
Environment
Other Information
With the 2.0.1 code, autoplay for Vidyard can be stopped this way:
The text was updated successfully, but these errors were encountered: