There seems to be a bug with videoconference component:
-
Set
[videoMuted]=true
and[videoMuted]=true
, run the app, go to the video session. Local storage now hasopenviduCallVideoMuted
andopenviduCallAudioMuted
set totrue
. -
Now change
[videoMuted]
and[audioMuted]
back tofalse
(or remove them, defaults are supposed to befalse
too). This has no effect in the app now, audio and video are always muted, and you cannot switch them (selects are disabled in prejoin component).