Explorar el Código

Enables the welcome page in config file.

j8
hristoterezov hace 10 años
padre
commit
480d6f8c59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config.js

+ 1
- 1
config.js Ver fichero

@@ -25,6 +25,6 @@ var config = {
25 25
     useRtcpMux: true,
26 26
     useBundle: true,
27 27
     enableRecording: false,
28
-    enableWelcomePage: false,
28
+    enableWelcomePage: true,
29 29
     enableSimulcast: false
30 30
 };

Loading…
Cancelar
Guardar