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:
parent
e65af0dc7c
commit
44e5e51a15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue