videoMuted/audioMuted ignored when localStorage values are present

There seems to be a bug with videoconference component:

  1. Set [videoMuted]=true and [videoMuted]=true, run the app, go to the video session. Local storage now has openviduCallVideoMuted and openviduCallAudioMuted set to true.

  2. Now change [videoMuted] and [audioMuted] back to false (or remove them, defaults are supposed to be false 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).

GitHub issue: `videoMuted/audioMuted` are ignored when localStorage values are present · Issue #805 · OpenVidu/openvidu · GitHub

Fixed now. The fix will be included on 2.28.0 release. thanks for reporting :slight_smile:

1 Like