Commit a3e3aef1 by Иван Кубота

no zeros

parent f3dc43a8
...@@ -2,7 +2,7 @@ AddCss('/main.css'); ...@@ -2,7 +2,7 @@ AddCss('/main.css');
let content, remoteVideoEl; let content, remoteVideoEl;
var getConferenceID = function() { var getConferenceID = function() {
return 'DDD'.replace(/D/g, ()=>Math.random()*10|0) return 'DDD'.replace(/D/g, ()=>1+(Math.random()*9|0));
}; };
const store = window.store = new Store({ const store = window.store = new Store({
conference_id: getConferenceID(), // LUCID conference_id: getConferenceID(), // LUCID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment