UNPKG

overcentric

Version:

Overcentric watches your website, product, and users - and tells you what matters and what to do about it.

5 lines (4 loc) 301 B
declare function stopActiveRecording(): void; declare function initRecording(sessionId: string, maxDuration?: number): Promise<void>; declare function updateRecordingIdentity(sessionId: string, userIdentity: any): Promise<void>; export { initRecording, updateRecordingIdentity, stopActiveRecording };