diff --git a/plugin/Meet/api.js.php b/plugin/Meet/api.js.php index bd75fb330d..910b9cfeb5 100644 --- a/plugin/Meet/api.js.php +++ b/plugin/Meet/api.js.php @@ -168,7 +168,7 @@ if (empty($meet_schedule_id)) { - console.log('Live meet will start in 5 seconds'); + avideoToast('Live meet will start in 5 seconds'); setTimeout(function(){startLiveMeet();},5000);