In my Android app i want to disable the video stream so the remoteParticipant can not see me.
So i send to the webSocket the streamPropertyEvent with the newValue field = “true” of “false” depending on the state of the localVideo.
However, by logging on the remoteParticipant client app, i see that the newValue field is always false in the streamPropertyChange callback.
Why is that happening?