UNPKG

@100mslive/hms-video-store

Version:

@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow

9 lines (8 loc) 221 B
export declare class WakeLockManager { private readonly TAG; private wakeLock; acquireLock: () => Promise<void>; cleanup: () => Promise<void>; private visibilityHandler; private requestWakeLock; }