Closed brunoribeiro-lab closed 3 years ago
This was confusing for me too, but they are actually object properties passed in the initialPlayerParams prop:
initialPlayerParams
initialPlayerParams={{ controls: false, modestbranding: false }}
Hope this helps!
This was confusing for me too, but they are actually object properties passed in the
initialPlayerParams
prop:initialPlayerParams={{ controls: false, modestbranding: false }}
Hope this helps!