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

7 lines (6 loc) 353 B
import { HMSRole } from '../internal'; export declare const DIAGNOSTICS_ROOM_ID = "6669151f480e55c215299a4a"; export declare const CONNECTIVITY_TEST_DURATION = 20000; export declare const MIC_CHECK_RECORD_DURATION = 10000; export declare const diagnosticsRole: HMSRole; export declare const DEFAULT_TEST_AUDIO_URL = "https://100ms.live/test-audio.wav";