mirror of https://github.com/OpenVidu/openvidu.git
ov-components: change PREFIX_KEY to protected visibility
parent
bc247b8090
commit
90446e43dc
|
@ -19,7 +19,7 @@ import { CustomDevice } from '../../models/device.model';
|
||||||
})
|
})
|
||||||
export class StorageService implements OnDestroy {
|
export class StorageService implements OnDestroy {
|
||||||
public log: ILogger;
|
public log: ILogger;
|
||||||
readonly PREFIX_KEY = STORAGE_PREFIX;
|
protected PREFIX_KEY = STORAGE_PREFIX;
|
||||||
private readonly tabId: string;
|
private readonly tabId: string;
|
||||||
private readonly TAB_CLEANUP_INTERVAL = 30000; // 30 seconds
|
private readonly TAB_CLEANUP_INTERVAL = 30000; // 30 seconds
|
||||||
private readonly TAB_TIMEOUT_THRESHOLD = 60000; // 60 seconds
|
private readonly TAB_TIMEOUT_THRESHOLD = 60000; // 60 seconds
|
||||||
|
|
Loading…
Reference in New Issue