AutoplayVideos
AutoplayVideos copied to clipboard
start videos as muted
I'm looking for a way to mute the videos by default. It would be nice to have an isMuted flag like the isLooping one, that can be used right after the mediaPlayer was created. Currently the vh.muteVideo() method doesn't work when called from within the onBindViewHolder method.
Use this holder.muteVideo(); in BindViewHolder
Raffiggthib you know read or what ?
If you need default code then you have to edit in the library to mute videos.You need to write your own code and use the library.
