[mirotalksfu] - update dep. + fix typo
هذا الالتزام موجود في:
@@ -3124,12 +3124,12 @@ class RoomClient {
|
||||
switch (action) {
|
||||
case 'eject':
|
||||
let ejectConfirmed = false;
|
||||
let whoEject = data.broadcast ? 'All participants' : 'current participant';
|
||||
let whoEject = data.broadcast ? 'All participants except yourself?' : 'current participant?';
|
||||
Swal.fire({
|
||||
background: swalBackground,
|
||||
position: 'center',
|
||||
imageUrl: data.broadcast ? image.users : image.user,
|
||||
title: 'Eject ' + whoEject + ' excpect yourself?',
|
||||
title: 'Eject ' + whoEject,
|
||||
showDenyButton: true,
|
||||
confirmButtonText: `Yes`,
|
||||
denyButtonText: `No`,
|
||||
@@ -3167,15 +3167,12 @@ class RoomClient {
|
||||
case 'mute':
|
||||
case 'hide':
|
||||
let muteHideConfirmed = false;
|
||||
let whoMuteHide = data.broadcast ? 'everyone' : 'current participant';
|
||||
let whoMuteHide = data.broadcast ? 'everyone except yourself?' : 'current participant?';
|
||||
Swal.fire({
|
||||
background: swalBackground,
|
||||
position: 'center',
|
||||
imageUrl: action == 'mute' ? image.mute : image.hide,
|
||||
title:
|
||||
action == 'mute'
|
||||
? 'Mute ' + whoMuteHide + ' excpect yourself?'
|
||||
: 'Hide ' + whoMuteHide + ' except yourself?',
|
||||
title: action == 'mute' ? 'Mute ' + whoMuteHide : 'Hide ' + whoMuteHide,
|
||||
text:
|
||||
action == 'mute'
|
||||
? "Once muted, you won't be able to unmute them, but they can unmute themselves at any time."
|
||||
|
||||
@@ -3952,11 +3952,9 @@
|
||||
logger.debug('replaceTrack() | same track, ignored');
|
||||
return;
|
||||
}
|
||||
if (!this._zeroRtpOnPause || !this._paused) {
|
||||
await new Promise((resolve, reject) => {
|
||||
this.safeEmit('@replacetrack', track, resolve, reject);
|
||||
});
|
||||
}
|
||||
await new Promise((resolve, reject) => {
|
||||
this.safeEmit('@replacetrack', track, resolve, reject);
|
||||
});
|
||||
// Destroy the previous track.
|
||||
this._destroyTrack();
|
||||
// Set the new track.
|
||||
@@ -11753,7 +11751,7 @@
|
||||
/**
|
||||
* Expose mediasoup-client version.
|
||||
*/
|
||||
exports.version = '3.6.56';
|
||||
exports.version = '3.6.57';
|
||||
/**
|
||||
* Expose parseScalabilityMode() function.
|
||||
*/
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم