fix(remote-menu): show volume slider whenever available

This commit is contained in:
Leonard Kim
2017-11-15 16:25:44 -06:00
committed by yanas
parent 713700456e
commit 30be46326a
2 changed files with 2 additions and 1 deletions
@@ -172,7 +172,7 @@ class RemoteVideoMenuTriggerButton extends Component {
);
}
if (onVolumeChange && isModerator) {
if (onVolumeChange) {
buttons.push(
<VolumeSlider
initialValue = { initialVolumeValue }