update
This commit is contained in:
@@ -223,9 +223,10 @@
|
||||
videoId = options.id;
|
||||
getPlayerVideo(roomId, options.id)
|
||||
.then(data => {
|
||||
console.log(data)
|
||||
setTimeout(function () {
|
||||
playVideo(data.data)
|
||||
}, 300)
|
||||
}, 1000)
|
||||
|
||||
});
|
||||
initChart(roomId, options.id)
|
||||
|
||||
Reference in New Issue
Block a user