UNPKG

@klever-one/web-sdk

Version:

Web SDK for integrating real-time room management and streaming functionality into web applications

10 lines (9 loc) 285 B
interface LocationInfo { country?: string; timezone?: string; ip?: string; timestamp?: number; } export declare const forceRefreshLocation: () => Promise<LocationInfo>; export declare const initializeLocation: () => Promise<LocationInfo>; export type { LocationInfo };