This website works better with JavaScript.
Home
Explore
Help
Sign In
roderic
/
pico.chat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Allow audio ban
master
Roderic Day
5 years ago
parent
759860d600
commit
a2e35e0d0a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
apps/streams.js
+ 1
- 0
apps/streams.js
View File
@@ -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…
Cancel
Save