This website works better with JavaScript.
홈
탐색
도움말
로그인
roderic
/
pico.chat
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Allow audio ban
master
Roderic Day
5 년 전
부모
759860d600
커밋
a2e35e0d0a
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+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]
Write
Preview
Loading…
취소
저장