[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -2383,10 +2383,11 @@ class RoomClient {
|
|||||||
userLog('warning', 'Something wrong, try with another Video or audio URL');
|
userLog('warning', 'Something wrong, try with another Video or audio URL');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// https://www.youtube.com/watch?v=RT6_Id5-7-s
|
/*
|
||||||
// http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
|
https://www.youtube.com/watch?v=RT6_Id5-7-s
|
||||||
// https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3
|
http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
|
||||||
|
https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3
|
||||||
|
*/
|
||||||
let is_youtube = this.getVideoType(result.value) == 'na' ? true : false;
|
let is_youtube = this.getVideoType(result.value) == 'na' ? true : false;
|
||||||
let video_url = is_youtube ? this.getYoutubeEmbed(result.value) : result.value;
|
let video_url = is_youtube ? this.getYoutubeEmbed(result.value) : result.value;
|
||||||
if (video_url) {
|
if (video_url) {
|
||||||
@@ -2497,7 +2498,7 @@ class RoomClient {
|
|||||||
this.closeVideo(true);
|
this.closeVideo(true);
|
||||||
});
|
});
|
||||||
if (!this.isMobileDevice) {
|
if (!this.isMobileDevice) {
|
||||||
this.setTippy(e.id, 'Close video', 'top-end');
|
this.setTippy(e.id, 'Close video player', 'top-end');
|
||||||
}
|
}
|
||||||
console.log('[openVideo] Video-element-count', this.videoMediaContainer.childElementCount);
|
console.log('[openVideo] Video-element-count', this.videoMediaContainer.childElementCount);
|
||||||
this.sound('joined');
|
this.sound('joined');
|
||||||
|
|||||||
@@ -214,12 +214,12 @@
|
|||||||
<br />
|
<br />
|
||||||
<button id="videoShareButton">
|
<button id="videoShareButton">
|
||||||
<i class="fab fa-youtube"></i>
|
<i class="fab fa-youtube"></i>
|
||||||
<p>Share Video</p>
|
<p>Share a Video or Audio</p>
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<br />
|
||||||
<button id="videoCloseBtn" class="hidden">
|
<button id="videoCloseBtn" class="hidden">
|
||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
<p>Close Video</p>
|
<p>Close Video or Audio</p>
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم