1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

New meet version

This commit is contained in:
Daniel 2021-07-12 10:25:46 -03:00
parent ffe71117b8
commit 7ee0bff1fe
3 changed files with 1 additions and 23 deletions

View file

@ -65,6 +65,7 @@ if (empty($meet_schedule_id)) {
if(!isMobile()){
$css = "@media (max-width: 767px) {{$css}}";
}
$css .= file_get_contents($global['systemRootPath'] . 'plugin/Meet/meet.css');
?>
aVideoMeetAppendElement("head", <?php echo json_encode("<style>{$css}</style>"); ?>);
console.log("YPTMeetScript conference is ready");