[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-08-18 23:26:17 +02:00
الأصل a0cf2de469
التزام ddf70882d6
6 ملفات معدلة مع 11 إضافات و21 حذوفات

عرض الملف

@@ -64,7 +64,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.9.42
* @version 1.9.43
*
*/
@@ -3430,12 +3430,7 @@ function startServer() {
log.info('[Disconnect] - Last peer - current active RTMP streams', activeStreams);
}
if (isPresenter) removeIP(socket);
if (!OIDC.enabled && hostCfg.protected) {
hostCfg.authenticated = false;
removeIP(socket);
}
removeIP(socket);
socket.room_id = null;
});
@@ -3491,15 +3486,10 @@ function startServer() {
log.info('[REMOVE ME] - Last peer - current active RTMP streams', activeStreams);
}
if (isPresenter) removeIP(socket);
removeIP(socket);
socket.room_id = null;
if (!OIDC.enabled && hostCfg.protected) {
hostCfg.authenticated = false;
removeIP(socket);
}
callback('Successfully exited room');
});
@@ -4004,7 +3994,7 @@ function startServer() {
authHost.deleteIP(ip);
hostCfg.authenticated = false;
log.info('Remove IP from auth', {
ip: ip,
removedIp: ip,
authorizedIps: authHost.getAuthorizedIPs(),
});
}