[mirotalksfu] - refactoring and fix

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-23 23:30:02 +01:00
الأصل 53d66fa2c7
التزام ed4c848331
7 ملفات معدلة مع 229 إضافات و202 حذوفات

عرض الملف

@@ -137,11 +137,11 @@ class LocalStorage {
// GET LOCAL STORAGE
// ####################################################
getSettings() {
getLocalStorageSettings() {
return this.getObjectLocalStorage('SFU_SETTINGS');
}
getInitConfig() {
getLocalStorageInitConfig() {
return this.getObjectLocalStorage('INIT_CONFIG');
}