Video.play() function is not working in public link

I wrote a query where when a query is successfull video component should be played automatically

-this was working fine in editor mode but when i try it in public link video is not starting automatically

-my work is to play a sound when count value increases, so there is no audio component im trying with video component
please help me out

@Chandu

Hey there :wave: Can I ask what is triggering that query that plays the video onSuccess? I tried to recreate this on my end and it works for me. I created a simple app with a button that triggers a JS Query that then runs video1.play() onSuccess: