Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
roderic
/
pico.chat
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Allow audio ban
master
Roderic Day
hace 5 años
padre
759860d600
commit
a2e35e0d0a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
apps/streams.js
+ 1
- 0
apps/streams.js
Ver fichero
@@ -8,6 +8,7 @@ const VideoConfig = Object.seal({
},
get audio() {
return VideoConfig.audioOn
&& params.get('a') !== '0'
},
toggle: (property) => () => {
VideoConfig[property] = !VideoConfig[property]
Escribir
Vista previa
Cargando…
Cancelar
Guardar