Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.
Apache License 2.0
996 stars 147 forks source link

Only unmute one video at a time #77

Open devingDev opened 6 years ago

devingDev commented 6 years ago

Could you easily implement that? I start all vids muted and would like to when a user unmutes a vid it mutes all others which were unmuted by the user.

If not could you tell me where I should add this logic so we can do something like recyclerView.onlyPlaySoundOnOneVideoAtATime(true);

I know ridiculous function name xD

see ya

o7