Hello everyone is there any way to unmute native.newVideo() when it starts muted? I noticed that I can switch sound on/off using object.isMuted when initially object.isMuted = false, but when it’s “true” it’s not possible to unmute it I believe.
Daily build (2018.3210), tested on Android.
Example:
– … code to initialize native.newVideo(), load it and play
video.isMuted = true
timer.performWithDelay( 1000, function()
video.isMuted=false – stays muted anyway
end, 1)