|
|
@@ -135,14 +135,14 @@ class VideoMuteButton extends AbstractVideoMuteButton<Props, *> {
|
|
135
|
135
|
if (this.props._audioOnly) {
|
|
136
|
136
|
this.props.dispatch(
|
|
137
|
137
|
setAudioOnly(false, /* ensureTrack */ true));
|
|
138
|
|
- } else {
|
|
139
|
|
- this.props.dispatch(
|
|
140
|
|
- setVideoMuted(
|
|
141
|
|
- videoMuted,
|
|
142
|
|
- VIDEO_MUTISM_AUTHORITY.USER,
|
|
143
|
|
- /* ensureTrack */ true));
|
|
144
|
138
|
}
|
|
145
|
139
|
|
|
|
140
|
+ this.props.dispatch(
|
|
|
141
|
+ setVideoMuted(
|
|
|
142
|
+ videoMuted,
|
|
|
143
|
+ VIDEO_MUTISM_AUTHORITY.USER,
|
|
|
144
|
+ /* ensureTrack */ true));
|
|
|
145
|
+
|
|
146
|
146
|
// FIXME: The old conference logic still relies on this event being
|
|
147
|
147
|
// emitted.
|
|
148
|
148
|
typeof APP === 'undefined'
|