[mirotalksfu] - fix typo

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

عرض الملف

@@ -1870,7 +1870,7 @@ class RoomClient {
// ####################################################
youTubeShareVideo() {
rc.sound('open');
this.sound('open');
Swal.fire({
background: swalBackground,
@@ -1956,7 +1956,7 @@ class RoomClient {
d.appendChild(iframe);
this.videoMediaContainer.appendChild(d);
resizeVideoMedia();
rc.sound('joined');
this.sound('joined');
}
closeYouTube(emit = false) {
@@ -1972,7 +1972,7 @@ class RoomClient {
youTubeSettings.style.display = 'none';
youTubeDiv.parentNode.removeChild(youTubeDiv);
resizeVideoMedia();
rc.sound('left');
this.sound('left');
}
}