소스 검색

Allow audio ban

master
Roderic Day 5 년 전
부모
커밋
a2e35e0d0a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      apps/streams.js

+ 1
- 0
apps/streams.js 파일 보기

@@ -8,6 +8,7 @@ const VideoConfig = Object.seal({
},
get audio() {
return VideoConfig.audioOn
&& params.get('a') !== '0'
},
toggle: (property) => () => {
VideoConfig[property] = !VideoConfig[property]

Loading…
취소
저장