WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
475 B

{
"asi": true,
"bitwise": false,
"browser": true,
"camelcase": false, // Disabled for now.
"curly": true,
"forin": true,
"immed": true,
"latedef": true,
"maxlen": 1000,
"newcap": true,
"noarg": true,
"noempty": false, // Disabled for now.
"nonew": true,
"onecase": true,
"predef": [
"define",
"require",
"console"
],
"quotmark": false,
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": false, // Disabled for now
"globalstrict": true
}