[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2021-10-03 17:21:36 +02:00
الأصل 447040110a
التزام 4328c0bccc

عرض الملف

@@ -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');
} }
} }