Browse Source

Allow audio ban

master
Roderic Day 5 years ago
parent
commit
a2e35e0d0a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      apps/streams.js

+ 1
- 0
apps/streams.js View File

}, },
get audio() { get audio() {
return VideoConfig.audioOn return VideoConfig.audioOn
&& params.get('a') !== '0'
}, },
toggle: (property) => () => { toggle: (property) => () => {
VideoConfig[property] = !VideoConfig[property] VideoConfig[property] = !VideoConfig[property]

Loading…
Cancel
Save