stories-react
stories-react copied to clipboard
Need sound button clicked event
No sure how to achieve it
we have a callback that gets called on every story change. u can attach your own sound in that callback.
Sorry, I didn't make myself understood. I meant that it would be useful to call an event when the user clicks the sound button in the video stories (for example to keep interaction statistics, see if the button is being seen and so on).
Something like afterSoundButtonClicked
callback.
oh by bad. i didnt quite understand it before. but gotcha. we need to attach a callback for sound button interaction . could be something like onSoundChanges(state:boolean)
. i will add this to our milestones
Yes, maybe attach also the storie data or index. If guide me, I can help with that.
same problem, is there no mechanism currently to default the muted functionality to false? If not, I'm willing to contribute in any way
we should be able to add new props for story type video. i will add this asap