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

Improve API with Live information

This commit is contained in:
DanieL 2022-03-29 10:49:34 -03:00
parent e65af0dc7c
commit 44e5e51a15

View file

@ -168,7 +168,7 @@ if (empty($meet_schedule_id)) {
<?php <?php
if(!empty($rtmpLink) && !empty($_REQUEST['startLiveMeet'])){ if(!empty($rtmpLink) && !empty($_REQUEST['startLiveMeet'])){
?> ?>
console.log('Live meet will start in 5 seconds'); avideoToast('Live meet will start in 5 seconds');
setTimeout(function(){startLiveMeet();},5000); setTimeout(function(){startLiveMeet();},5000);
<?php <?php
} }