MetaLabs-inc / react-native-vimeo-iframe

MIT License
44 stars 36 forks source link

I need to play the video on mute #27

Closed YojanR closed 2 years ago

YojanR commented 2 years ago

Is there a way to mute the video with a param? my video autoplays on screen navigation, but I need it to be mute for my app, is there a way to do so?

felipe-najson commented 2 years ago

Hey, @YojanR we will be publishing the new version (1.1.0) of the library these days with this functionality.

Now you can send a "muted=1" parameter to play the muted video as shown in the example project.

Regards, Philip