[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -1870,7 +1870,7 @@ class RoomClient {
|
|||||||
// ####################################################
|
// ####################################################
|
||||||
|
|
||||||
youTubeShareVideo() {
|
youTubeShareVideo() {
|
||||||
rc.sound('open');
|
this.sound('open');
|
||||||
|
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
background: swalBackground,
|
background: swalBackground,
|
||||||
@@ -1956,7 +1956,7 @@ class RoomClient {
|
|||||||
d.appendChild(iframe);
|
d.appendChild(iframe);
|
||||||
this.videoMediaContainer.appendChild(d);
|
this.videoMediaContainer.appendChild(d);
|
||||||
resizeVideoMedia();
|
resizeVideoMedia();
|
||||||
rc.sound('joined');
|
this.sound('joined');
|
||||||
}
|
}
|
||||||
|
|
||||||
closeYouTube(emit = false) {
|
closeYouTube(emit = false) {
|
||||||
@@ -1972,7 +1972,7 @@ class RoomClient {
|
|||||||
youTubeSettings.style.display = 'none';
|
youTubeSettings.style.display = 'none';
|
||||||
youTubeDiv.parentNode.removeChild(youTubeDiv);
|
youTubeDiv.parentNode.removeChild(youTubeDiv);
|
||||||
resizeVideoMedia();
|
resizeVideoMedia();
|
||||||
rc.sound('left');
|
this.sound('left');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم