@100mslive/roomkit-react 0.2.7-alpha.6 → 0.2.7-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-LO4FKVVI.js → HLSView-T6AVELLE.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +3 -3
- package/dist/{chunk-AWVNH33H.js → chunk-O5FVMK47.js} +1740 -1991
- package/dist/chunk-O5FVMK47.js.map +7 -0
- package/dist/index.cjs.js +1729 -1986
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +22 -22
- package/dist/meta.esbuild.json +28 -28
- package/package.json +6 -6
- package/src/Prebuilt/common/constants.ts +4 -5
- package/dist/chunk-AWVNH33H.js.map +0 -7
- /package/dist/{HLSView-LO4FKVVI.js.map → HLSView-T6AVELLE.js.map} +0 -0
@@ -23,7 +23,7 @@ import {
|
|
23
23
|
styled,
|
24
24
|
usePollViewToggle,
|
25
25
|
useTheme
|
26
|
-
} from "./chunk-
|
26
|
+
} from "./chunk-O5FVMK47.js";
|
27
27
|
|
28
28
|
// src/Prebuilt/layouts/HLSView.jsx
|
29
29
|
init_define_process_env();
|
@@ -984,4 +984,4 @@ var HLSView_default = HLSView;
|
|
984
984
|
export {
|
985
985
|
HLSView_default as default
|
986
986
|
};
|
987
|
-
//# sourceMappingURL=HLSView-
|
987
|
+
//# sourceMappingURL=HLSView-T6AVELLE.js.map
|
@@ -84,9 +84,9 @@ export declare const SUBSCRIBED_NOTIFICATIONS: {
|
|
84
84
|
export declare const CREATE_ROOM_DOC_URL = "https://github.com/100mslive/100ms-web/wiki/Creating-and-joining-a-room";
|
85
85
|
export declare const HLS_TIMED_METADATA_DOC_URL = "https://www.100ms.live/docs/javascript/v2/how--to-guides/record-and-live-stream/hls/hls-timed-metadata";
|
86
86
|
export declare const REMOTE_STOP_SCREENSHARE_TYPE = "REMOTE_STOP_SCREENSHARE";
|
87
|
-
export declare const isChrome: boolean
|
88
|
-
export declare const isFirefox: boolean
|
89
|
-
export declare const isSafari: boolean
|
87
|
+
export declare const isChrome: boolean;
|
88
|
+
export declare const isFirefox: boolean;
|
89
|
+
export declare const isSafari: boolean;
|
90
90
|
export declare const isIOS: boolean;
|
91
91
|
export declare const isMacOS: boolean;
|
92
92
|
export declare const isAndroid: boolean;
|