mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Version 26.0 release
This commit is contained in:
13
meet.html
13
meet.html
@@ -1039,10 +1039,17 @@
|
||||
mobile = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
var chat = true;
|
||||
if (urlParams.has('hidechat')){
|
||||
chat = false;
|
||||
}
|
||||
|
||||
if (mobile){
|
||||
toggleChat();
|
||||
document.body.classList.add("mobile");
|
||||
}
|
||||
}
|
||||
|
||||
var password = false;
|
||||
if (urlParams.has('password') || urlParams.has('pass') || urlParams.has('pw') || urlParams.has('p')) {
|
||||
@@ -1731,6 +1738,10 @@
|
||||
|
||||
document.getElementById("chatModule").classList.remove("hidden");
|
||||
|
||||
if (!chat && !mobile){
|
||||
toggleChat();
|
||||
}
|
||||
|
||||
iframe.onload = function(){
|
||||
iframe.contentWindow.postMessage({ groups: savedSession.groups }, "*");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user