Thanks Rob, I tried to report a bug, but got “Woops, looks like something went wrong” message (all files are in .zip format, etc.). Maybe some of my attachments are wrong?
I created small test app, but it’s better to build for device to test it since native.newVideo() is not working in the sim.
Video’s isMuted option set to switch’s state. When switch is on - video.isMuted = false, when switch is off - video.isMuted = true. You can switch sound on/off when video.isMuted = false by default.
Switch is saving its state to the sandbox. Turn off the sound and reload the app - it’ll not be possible to turn sound on after that (to turn it on you need to change switch to “on” and reload the app again).
There’s no crashes or errors though.
Didn’t test it on iOS, but it’s probably affected too.
Test code:
https://www.dropbox.com/s/49u2b6k81so4i7e/native_video_mute_test.zip?dl=0
Not sure what I’m doing wrong with bug submission page, sorry 