@100mslive/roomkit-react 0.2.8-alpha.5 → 0.2.8-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-CVNJNDUQ.js → HLSView-MYKM5AXS.js} +239 -144
- package/dist/HLSView-MYKM5AXS.js.map +7 -0
- package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +1 -1
- package/dist/Prebuilt/components/HMSVideo/PlayPauseButton.d.ts +6 -0
- package/dist/Prebuilt/components/HMSVideo/SeekControls.d.ts +7 -0
- package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +3 -1
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +10 -2
- package/dist/Prebuilt/layouts/SidePane.d.ts +1 -1
- package/dist/{chunk-25HZFDG5.js → chunk-DRBTAFKN.js} +356 -222
- package/dist/chunk-DRBTAFKN.js.map +7 -0
- package/dist/index.cjs.js +949 -712
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +217 -78
- package/dist/meta.esbuild.json +227 -87
- package/package.json +7 -6
- package/src/Prebuilt/components/AppData/useSidepane.js +34 -7
- package/src/Prebuilt/components/AuthToken.jsx +1 -1
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
- package/src/Prebuilt/components/Chat/MwebChatOption.tsx +1 -1
- package/src/Prebuilt/components/ConferenceScreen.tsx +11 -14
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +32 -15
- package/src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx +31 -1
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +7 -1
- package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +27 -0
- package/src/Prebuilt/components/HMSVideo/SeekControls.tsx +22 -0
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +4 -3
- package/src/Prebuilt/components/HMSVideo/VolumeControl.tsx +1 -1
- package/src/Prebuilt/components/HMSVideo/index.ts +4 -2
- package/src/Prebuilt/components/Header/StreamActions.tsx +1 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +37 -31
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +6 -5
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +2 -2
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +1 -1
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +19 -8
- package/src/Prebuilt/components/SidePaneTabs.tsx +27 -35
- package/src/Prebuilt/components/StatsForNerds.jsx +14 -6
- package/src/Prebuilt/components/Streaming/Common.jsx +1 -1
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +2 -2
- package/src/Prebuilt/components/Toast/ToastBatcher.js +8 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +17 -0
- package/src/Prebuilt/layouts/HLSView.jsx +109 -69
- package/src/Prebuilt/layouts/SidePane.tsx +125 -67
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +2 -1
- package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +1 -1
- package/src/Sheet/Sheet.tsx +4 -0
- package/dist/HLSView-CVNJNDUQ.js.map +0 -7
- package/dist/chunk-25HZFDG5.js.map +0 -7
- package/src/Prebuilt/components/HMSVideo/PlayButton.jsx +0 -13
    
        package/dist/meta.esbuild.json
    CHANGED
    
    | @@ -2122,7 +2122,7 @@ | |
| 2122 2122 | 
             
                  "format": "esm"
         | 
| 2123 2123 | 
             
                },
         | 
| 2124 2124 | 
             
                "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
         | 
| 2125 | 
            -
                  "bytes":  | 
| 2125 | 
            +
                  "bytes": 1865,
         | 
| 2126 2126 | 
             
                  "imports": [
         | 
| 2127 2127 | 
             
                    {
         | 
| 2128 2128 | 
             
                      "path": "react",
         | 
| @@ -2205,13 +2205,18 @@ | |
| 2205 2205 | 
             
                  "format": "esm"
         | 
| 2206 2206 | 
             
                },
         | 
| 2207 2207 | 
             
                "src/Prebuilt/components/AppData/useSidepane.js": {
         | 
| 2208 | 
            -
                  "bytes":  | 
| 2208 | 
            +
                  "bytes": 3164,
         | 
| 2209 2209 | 
             
                  "imports": [
         | 
| 2210 2210 | 
             
                    {
         | 
| 2211 2211 | 
             
                      "path": "react",
         | 
| 2212 2212 | 
             
                      "kind": "import-statement",
         | 
| 2213 2213 | 
             
                      "external": true
         | 
| 2214 2214 | 
             
                    },
         | 
| 2215 | 
            +
                    {
         | 
| 2216 | 
            +
                      "path": "ts-pattern",
         | 
| 2217 | 
            +
                      "kind": "import-statement",
         | 
| 2218 | 
            +
                      "external": true
         | 
| 2219 | 
            +
                    },
         | 
| 2215 2220 | 
             
                    {
         | 
| 2216 2221 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 2217 2222 | 
             
                      "kind": "import-statement",
         | 
| @@ -2327,7 +2332,7 @@ | |
| 2327 2332 | 
             
                  "imports": []
         | 
| 2328 2333 | 
             
                },
         | 
| 2329 2334 | 
             
                "src/Prebuilt/components/AuthToken.jsx": {
         | 
| 2330 | 
            -
                  "bytes":  | 
| 2335 | 
            +
                  "bytes": 4386,
         | 
| 2331 2336 | 
             
                  "imports": [
         | 
| 2332 2337 | 
             
                    {
         | 
| 2333 2338 | 
             
                      "path": "react",
         | 
| @@ -2465,7 +2470,7 @@ | |
| 2465 2470 | 
             
                  "format": "esm"
         | 
| 2466 2471 | 
             
                },
         | 
| 2467 2472 | 
             
                "src/Sheet/Sheet.tsx": {
         | 
| 2468 | 
            -
                  "bytes":  | 
| 2473 | 
            +
                  "bytes": 3199,
         | 
| 2469 2474 | 
             
                  "imports": [
         | 
| 2470 2475 | 
             
                    {
         | 
| 2471 2476 | 
             
                      "path": "react",
         | 
| @@ -3865,13 +3870,18 @@ | |
| 3865 3870 | 
             
                  "format": "esm"
         | 
| 3866 3871 | 
             
                },
         | 
| 3867 3872 | 
             
                "src/Prebuilt/components/StatsForNerds.jsx": {
         | 
| 3868 | 
            -
                  "bytes":  | 
| 3873 | 
            +
                  "bytes": 9165,
         | 
| 3869 3874 | 
             
                  "imports": [
         | 
| 3870 3875 | 
             
                    {
         | 
| 3871 3876 | 
             
                      "path": "react",
         | 
| 3872 3877 | 
             
                      "kind": "import-statement",
         | 
| 3873 3878 | 
             
                      "external": true
         | 
| 3874 3879 | 
             
                    },
         | 
| 3880 | 
            +
                    {
         | 
| 3881 | 
            +
                      "path": "ts-pattern",
         | 
| 3882 | 
            +
                      "kind": "import-statement",
         | 
| 3883 | 
            +
                      "external": true
         | 
| 3884 | 
            +
                    },
         | 
| 3875 3885 | 
             
                    {
         | 
| 3876 3886 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 3877 3887 | 
             
                      "kind": "import-statement",
         | 
| @@ -4203,7 +4213,7 @@ | |
| 4203 4213 | 
             
                  "format": "esm"
         | 
| 4204 4214 | 
             
                },
         | 
| 4205 4215 | 
             
                "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
         | 
| 4206 | 
            -
                  "bytes":  | 
| 4216 | 
            +
                  "bytes": 8195,
         | 
| 4207 4217 | 
             
                  "imports": [
         | 
| 4208 4218 | 
             
                    {
         | 
| 4209 4219 | 
             
                      "path": "react",
         | 
| @@ -4220,6 +4230,11 @@ | |
| 4220 4230 | 
             
                      "kind": "import-statement",
         | 
| 4221 4231 | 
             
                      "external": true
         | 
| 4222 4232 | 
             
                    },
         | 
| 4233 | 
            +
                    {
         | 
| 4234 | 
            +
                      "path": "ts-pattern",
         | 
| 4235 | 
            +
                      "kind": "import-statement",
         | 
| 4236 | 
            +
                      "external": true
         | 
| 4237 | 
            +
                    },
         | 
| 4223 4238 | 
             
                    {
         | 
| 4224 4239 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 4225 4240 | 
             
                      "kind": "import-statement",
         | 
| @@ -4900,7 +4915,7 @@ | |
| 4900 4915 | 
             
                  "format": "esm"
         | 
| 4901 4916 | 
             
                },
         | 
| 4902 4917 | 
             
                "src/Prebuilt/components/Header/StreamActions.tsx": {
         | 
| 4903 | 
            -
                  "bytes":  | 
| 4918 | 
            +
                  "bytes": 9392,
         | 
| 4904 4919 | 
             
                  "imports": [
         | 
| 4905 4920 | 
             
                    {
         | 
| 4906 4921 | 
             
                      "path": "react",
         | 
| @@ -5171,7 +5186,7 @@ | |
| 5171 5186 | 
             
                  "format": "esm"
         | 
| 5172 5187 | 
             
                },
         | 
| 5173 5188 | 
             
                "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
         | 
| 5174 | 
            -
                  "bytes":  | 
| 5189 | 
            +
                  "bytes": 12812,
         | 
| 5175 5190 | 
             
                  "imports": [
         | 
| 5176 5191 | 
             
                    {
         | 
| 5177 5192 | 
             
                      "path": "react",
         | 
| @@ -5188,6 +5203,11 @@ | |
| 5188 5203 | 
             
                      "kind": "import-statement",
         | 
| 5189 5204 | 
             
                      "external": true
         | 
| 5190 5205 | 
             
                    },
         | 
| 5206 | 
            +
                    {
         | 
| 5207 | 
            +
                      "path": "ts-pattern",
         | 
| 5208 | 
            +
                      "kind": "import-statement",
         | 
| 5209 | 
            +
                      "external": true
         | 
| 5210 | 
            +
                    },
         | 
| 5191 5211 | 
             
                    {
         | 
| 5192 5212 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 5193 5213 | 
             
                      "kind": "import-statement",
         | 
| @@ -5900,7 +5920,7 @@ | |
| 5900 5920 | 
             
                  "format": "esm"
         | 
| 5901 5921 | 
             
                },
         | 
| 5902 5922 | 
             
                "src/Prebuilt/components/Footer/RoleOptions.tsx": {
         | 
| 5903 | 
            -
                  "bytes":  | 
| 5923 | 
            +
                  "bytes": 6933,
         | 
| 5904 5924 | 
             
                  "imports": [
         | 
| 5905 5925 | 
             
                    {
         | 
| 5906 5926 | 
             
                      "path": "react",
         | 
| @@ -6377,7 +6397,7 @@ | |
| 6377 6397 | 
             
                  "format": "esm"
         | 
| 6378 6398 | 
             
                },
         | 
| 6379 6399 | 
             
                "src/Prebuilt/components/Streaming/Common.jsx": {
         | 
| 6380 | 
            -
                  "bytes":  | 
| 6400 | 
            +
                  "bytes": 3964,
         | 
| 6381 6401 | 
             
                  "imports": [
         | 
| 6382 6402 | 
             
                    {
         | 
| 6383 6403 | 
             
                      "path": "react",
         | 
| @@ -7152,13 +7172,18 @@ | |
| 7152 7172 | 
             
                  "format": "esm"
         | 
| 7153 7173 | 
             
                },
         | 
| 7154 7174 | 
             
                "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
         | 
| 7155 | 
            -
                  "bytes":  | 
| 7175 | 
            +
                  "bytes": 7263,
         | 
| 7156 7176 | 
             
                  "imports": [
         | 
| 7157 7177 | 
             
                    {
         | 
| 7158 7178 | 
             
                      "path": "react",
         | 
| 7159 7179 | 
             
                      "kind": "import-statement",
         | 
| 7160 7180 | 
             
                      "external": true
         | 
| 7161 7181 | 
             
                    },
         | 
| 7182 | 
            +
                    {
         | 
| 7183 | 
            +
                      "path": "ts-pattern",
         | 
| 7184 | 
            +
                      "kind": "import-statement",
         | 
| 7185 | 
            +
                      "external": true
         | 
| 7186 | 
            +
                    },
         | 
| 7162 7187 | 
             
                    {
         | 
| 7163 7188 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 7164 7189 | 
             
                      "kind": "import-statement",
         | 
| @@ -7495,7 +7520,7 @@ | |
| 7495 7520 | 
             
                  "format": "esm"
         | 
| 7496 7521 | 
             
                },
         | 
| 7497 7522 | 
             
                "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
         | 
| 7498 | 
            -
                  "bytes":  | 
| 7523 | 
            +
                  "bytes": 557,
         | 
| 7499 7524 | 
             
                  "imports": [
         | 
| 7500 7525 | 
             
                    {
         | 
| 7501 7526 | 
             
                      "path": "react",
         | 
| @@ -8568,7 +8593,7 @@ | |
| 8568 8593 | 
             
                  "format": "esm"
         | 
| 8569 8594 | 
             
                },
         | 
| 8570 8595 | 
             
                "src/Prebuilt/components/SidePaneTabs.tsx": {
         | 
| 8571 | 
            -
                  "bytes":  | 
| 8596 | 
            +
                  "bytes": 8375,
         | 
| 8572 8597 | 
             
                  "imports": [
         | 
| 8573 8598 | 
             
                    {
         | 
| 8574 8599 | 
             
                      "path": "react",
         | 
| @@ -8585,6 +8610,11 @@ | |
| 8585 8610 | 
             
                      "kind": "import-statement",
         | 
| 8586 8611 | 
             
                      "external": true
         | 
| 8587 8612 | 
             
                    },
         | 
| 8613 | 
            +
                    {
         | 
| 8614 | 
            +
                      "path": "ts-pattern",
         | 
| 8615 | 
            +
                      "kind": "import-statement",
         | 
| 8616 | 
            +
                      "external": true
         | 
| 8617 | 
            +
                    },
         | 
| 8588 8618 | 
             
                    {
         | 
| 8589 8619 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 8590 8620 | 
             
                      "kind": "import-statement",
         | 
| @@ -8649,11 +8679,6 @@ | |
| 8649 8679 | 
             
                      "path": "<define:process.env>",
         | 
| 8650 8680 | 
             
                      "kind": "import-statement",
         | 
| 8651 8681 | 
             
                      "external": true
         | 
| 8652 | 
            -
                    },
         | 
| 8653 | 
            -
                    {
         | 
| 8654 | 
            -
                      "path": "<runtime>",
         | 
| 8655 | 
            -
                      "kind": "import-statement",
         | 
| 8656 | 
            -
                      "external": true
         | 
| 8657 8682 | 
             
                    }
         | 
| 8658 8683 | 
             
                  ],
         | 
| 8659 8684 | 
             
                  "format": "esm"
         | 
| @@ -8716,7 +8741,7 @@ | |
| 8716 8741 | 
             
                  "format": "esm"
         | 
| 8717 8742 | 
             
                },
         | 
| 8718 8743 | 
             
                "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
         | 
| 8719 | 
            -
                  "bytes":  | 
| 8744 | 
            +
                  "bytes": 11533,
         | 
| 8720 8745 | 
             
                  "imports": [
         | 
| 8721 8746 | 
             
                    {
         | 
| 8722 8747 | 
             
                      "path": "react",
         | 
| @@ -9190,7 +9215,7 @@ | |
| 9190 9215 | 
             
                  "format": "esm"
         | 
| 9191 9216 | 
             
                },
         | 
| 9192 9217 | 
             
                "src/Prebuilt/layouts/SidePane.tsx": {
         | 
| 9193 | 
            -
                  "bytes":  | 
| 9218 | 
            +
                  "bytes": 6164,
         | 
| 9194 9219 | 
             
                  "imports": [
         | 
| 9195 9220 | 
             
                    {
         | 
| 9196 9221 | 
             
                      "path": "react",
         | 
| @@ -9202,6 +9227,11 @@ | |
| 9202 9227 | 
             
                      "kind": "import-statement",
         | 
| 9203 9228 | 
             
                      "external": true
         | 
| 9204 9229 | 
             
                    },
         | 
| 9230 | 
            +
                    {
         | 
| 9231 | 
            +
                      "path": "ts-pattern",
         | 
| 9232 | 
            +
                      "kind": "import-statement",
         | 
| 9233 | 
            +
                      "external": true
         | 
| 9234 | 
            +
                    },
         | 
| 9205 9235 | 
             
                    {
         | 
| 9206 9236 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 9207 9237 | 
             
                      "kind": "import-statement",
         | 
| @@ -10766,18 +10796,28 @@ | |
| 10766 10796 | 
             
                  "format": "esm"
         | 
| 10767 10797 | 
             
                },
         | 
| 10768 10798 | 
             
                "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
         | 
| 10769 | 
            -
                  "bytes":  | 
| 10799 | 
            +
                  "bytes": 1454,
         | 
| 10770 10800 | 
             
                  "imports": [
         | 
| 10771 10801 | 
             
                    {
         | 
| 10772 10802 | 
             
                      "path": "react",
         | 
| 10773 10803 | 
             
                      "kind": "import-statement",
         | 
| 10774 10804 | 
             
                      "external": true
         | 
| 10775 10805 | 
             
                    },
         | 
| 10806 | 
            +
                    {
         | 
| 10807 | 
            +
                      "path": "react-use",
         | 
| 10808 | 
            +
                      "kind": "import-statement",
         | 
| 10809 | 
            +
                      "external": true
         | 
| 10810 | 
            +
                    },
         | 
| 10776 10811 | 
             
                    {
         | 
| 10777 10812 | 
             
                      "path": "src/index.ts",
         | 
| 10778 10813 | 
             
                      "kind": "import-statement",
         | 
| 10779 10814 | 
             
                      "original": "../../../"
         | 
| 10780 10815 | 
             
                    },
         | 
| 10816 | 
            +
                    {
         | 
| 10817 | 
            +
                      "path": "src/Prebuilt/common/hooks.ts",
         | 
| 10818 | 
            +
                      "kind": "import-statement",
         | 
| 10819 | 
            +
                      "original": "../../common/hooks"
         | 
| 10820 | 
            +
                    },
         | 
| 10781 10821 | 
             
                    {
         | 
| 10782 10822 | 
             
                      "path": "<define:process.env>",
         | 
| 10783 10823 | 
             
                      "kind": "import-statement",
         | 
| @@ -10812,8 +10852,8 @@ | |
| 10812 10852 | 
             
                  ],
         | 
| 10813 10853 | 
             
                  "format": "esm"
         | 
| 10814 10854 | 
             
                },
         | 
| 10815 | 
            -
                "src/Prebuilt/components/HMSVideo/ | 
| 10816 | 
            -
                  "bytes":  | 
| 10855 | 
            +
                "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
         | 
| 10856 | 
            +
                  "bytes": 836,
         | 
| 10817 10857 | 
             
                  "imports": [
         | 
| 10818 10858 | 
             
                    {
         | 
| 10819 10859 | 
             
                      "path": "react",
         | 
| @@ -10848,6 +10888,27 @@ | |
| 10848 10888 | 
             
                  ],
         | 
| 10849 10889 | 
             
                  "format": "esm"
         | 
| 10850 10890 | 
             
                },
         | 
| 10891 | 
            +
                "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
         | 
| 10892 | 
            +
                  "bytes": 490,
         | 
| 10893 | 
            +
                  "imports": [
         | 
| 10894 | 
            +
                    {
         | 
| 10895 | 
            +
                      "path": "react",
         | 
| 10896 | 
            +
                      "kind": "import-statement",
         | 
| 10897 | 
            +
                      "external": true
         | 
| 10898 | 
            +
                    },
         | 
| 10899 | 
            +
                    {
         | 
| 10900 | 
            +
                      "path": "src/index.ts",
         | 
| 10901 | 
            +
                      "kind": "import-statement",
         | 
| 10902 | 
            +
                      "original": "../../.."
         | 
| 10903 | 
            +
                    },
         | 
| 10904 | 
            +
                    {
         | 
| 10905 | 
            +
                      "path": "<define:process.env>",
         | 
| 10906 | 
            +
                      "kind": "import-statement",
         | 
| 10907 | 
            +
                      "external": true
         | 
| 10908 | 
            +
                    }
         | 
| 10909 | 
            +
                  ],
         | 
| 10910 | 
            +
                  "format": "esm"
         | 
| 10911 | 
            +
                },
         | 
| 10851 10912 | 
             
                "src/Prebuilt/components/HMSVideo/utils.ts": {
         | 
| 10852 10913 | 
             
                  "bytes": 1319,
         | 
| 10853 10914 | 
             
                  "imports": [
         | 
| @@ -10860,7 +10921,7 @@ | |
| 10860 10921 | 
             
                  "format": "esm"
         | 
| 10861 10922 | 
             
                },
         | 
| 10862 10923 | 
             
                "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
         | 
| 10863 | 
            -
                  "bytes":  | 
| 10924 | 
            +
                  "bytes": 2546,
         | 
| 10864 10925 | 
             
                  "imports": [
         | 
| 10865 10926 | 
             
                    {
         | 
| 10866 10927 | 
             
                      "path": "react",
         | 
| @@ -10927,7 +10988,7 @@ | |
| 10927 10988 | 
             
                  "format": "esm"
         | 
| 10928 10989 | 
             
                },
         | 
| 10929 10990 | 
             
                "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
         | 
| 10930 | 
            -
                  "bytes":  | 
| 10991 | 
            +
                  "bytes": 2023,
         | 
| 10931 10992 | 
             
                  "imports": [
         | 
| 10932 10993 | 
             
                    {
         | 
| 10933 10994 | 
             
                      "path": "react",
         | 
| @@ -10958,7 +11019,7 @@ | |
| 10958 11019 | 
             
                  "format": "esm"
         | 
| 10959 11020 | 
             
                },
         | 
| 10960 11021 | 
             
                "src/Prebuilt/components/HMSVideo/index.ts": {
         | 
| 10961 | 
            -
                  "bytes":  | 
| 11022 | 
            +
                  "bytes": 662,
         | 
| 10962 11023 | 
             
                  "imports": [
         | 
| 10963 11024 | 
             
                    {
         | 
| 10964 11025 | 
             
                      "path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
         | 
| @@ -10971,9 +11032,14 @@ | |
| 10971 11032 | 
             
                      "original": "./HMSVideo"
         | 
| 10972 11033 | 
             
                    },
         | 
| 10973 11034 | 
             
                    {
         | 
| 10974 | 
            -
                      "path": "src/Prebuilt/components/HMSVideo/ | 
| 11035 | 
            +
                      "path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
         | 
| 11036 | 
            +
                      "kind": "import-statement",
         | 
| 11037 | 
            +
                      "original": "./PlayPauseButton"
         | 
| 11038 | 
            +
                    },
         | 
| 11039 | 
            +
                    {
         | 
| 11040 | 
            +
                      "path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
         | 
| 10975 11041 | 
             
                      "kind": "import-statement",
         | 
| 10976 | 
            -
                      "original": "./ | 
| 11042 | 
            +
                      "original": "./SeekControls"
         | 
| 10977 11043 | 
             
                    },
         | 
| 10978 11044 | 
             
                    {
         | 
| 10979 11045 | 
             
                      "path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
         | 
| @@ -11025,13 +11091,23 @@ | |
| 11025 11091 | 
             
                  "format": "esm"
         | 
| 11026 11092 | 
             
                },
         | 
| 11027 11093 | 
             
                "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
         | 
| 11028 | 
            -
                  "bytes":  | 
| 11094 | 
            +
                  "bytes": 1851,
         | 
| 11029 11095 | 
             
                  "imports": [
         | 
| 11030 11096 | 
             
                    {
         | 
| 11031 11097 | 
             
                      "path": "react",
         | 
| 11032 11098 | 
             
                      "kind": "import-statement",
         | 
| 11033 11099 | 
             
                      "external": true
         | 
| 11034 11100 | 
             
                    },
         | 
| 11101 | 
            +
                    {
         | 
| 11102 | 
            +
                      "path": "react-use",
         | 
| 11103 | 
            +
                      "kind": "import-statement",
         | 
| 11104 | 
            +
                      "external": true
         | 
| 11105 | 
            +
                    },
         | 
| 11106 | 
            +
                    {
         | 
| 11107 | 
            +
                      "path": "@100mslive/react-icons",
         | 
| 11108 | 
            +
                      "kind": "import-statement",
         | 
| 11109 | 
            +
                      "external": true
         | 
| 11110 | 
            +
                    },
         | 
| 11035 11111 | 
             
                    {
         | 
| 11036 11112 | 
             
                      "path": "src/index.ts",
         | 
| 11037 11113 | 
             
                      "kind": "import-statement",
         | 
| @@ -11042,6 +11118,11 @@ | |
| 11042 11118 | 
             
                      "kind": "import-statement",
         | 
| 11043 11119 | 
             
                      "original": "../../primitives/DialogContent"
         | 
| 11044 11120 | 
             
                    },
         | 
| 11121 | 
            +
                    {
         | 
| 11122 | 
            +
                      "path": "src/Prebuilt/common/hooks.ts",
         | 
| 11123 | 
            +
                      "kind": "import-statement",
         | 
| 11124 | 
            +
                      "original": "../../common/hooks"
         | 
| 11125 | 
            +
                    },
         | 
| 11045 11126 | 
             
                    {
         | 
| 11046 11127 | 
             
                      "path": "<define:process.env>",
         | 
| 11047 11128 | 
             
                      "kind": "import-statement",
         | 
| @@ -11189,7 +11270,7 @@ | |
| 11189 11270 | 
             
                  "format": "esm"
         | 
| 11190 11271 | 
             
                },
         | 
| 11191 11272 | 
             
                "src/Prebuilt/layouts/HLSView.jsx": {
         | 
| 11192 | 
            -
                  "bytes":  | 
| 11273 | 
            +
                  "bytes": 25249,
         | 
| 11193 11274 | 
             
                  "imports": [
         | 
| 11194 11275 | 
             
                    {
         | 
| 11195 11276 | 
             
                      "path": "react",
         | 
| @@ -11266,6 +11347,11 @@ | |
| 11266 11347 | 
             
                      "kind": "import-statement",
         | 
| 11267 11348 | 
             
                      "original": "../components/HMSVideo/PlayerContext"
         | 
| 11268 11349 | 
             
                    },
         | 
| 11350 | 
            +
                    {
         | 
| 11351 | 
            +
                      "path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
         | 
| 11352 | 
            +
                      "kind": "import-statement",
         | 
| 11353 | 
            +
                      "original": "../components/Leave/LeaveRoom"
         | 
| 11354 | 
            +
                    },
         | 
| 11269 11355 | 
             
                    {
         | 
| 11270 11356 | 
             
                      "path": "src/Prebuilt/components/Toast/ToastManager.js",
         | 
| 11271 11357 | 
             
                      "kind": "import-statement",
         | 
| @@ -11340,7 +11426,7 @@ | |
| 11340 11426 | 
             
                  "format": "esm"
         | 
| 11341 11427 | 
             
                },
         | 
| 11342 11428 | 
             
                "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
         | 
| 11343 | 
            -
                  "bytes":  | 
| 11429 | 
            +
                  "bytes": 4204,
         | 
| 11344 11430 | 
             
                  "imports": [
         | 
| 11345 11431 | 
             
                    {
         | 
| 11346 11432 | 
             
                      "path": "react",
         | 
| @@ -11656,7 +11742,7 @@ | |
| 11656 11742 | 
             
                  "format": "esm"
         | 
| 11657 11743 | 
             
                },
         | 
| 11658 11744 | 
             
                "src/Prebuilt/components/ConferenceScreen.tsx": {
         | 
| 11659 | 
            -
                  "bytes":  | 
| 11745 | 
            +
                  "bytes": 7927,
         | 
| 11660 11746 | 
             
                  "imports": [
         | 
| 11661 11747 | 
             
                    {
         | 
| 11662 11748 | 
             
                      "path": "react",
         | 
| @@ -11683,11 +11769,6 @@ | |
| 11683 11769 | 
             
                      "kind": "import-statement",
         | 
| 11684 11770 | 
             
                      "original": "./Footer/Footer"
         | 
| 11685 11771 | 
             
                    },
         | 
| 11686 | 
            -
                    {
         | 
| 11687 | 
            -
                      "path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
         | 
| 11688 | 
            -
                      "kind": "import-statement",
         | 
| 11689 | 
            -
                      "original": "./Leave/LeaveRoom"
         | 
| 11690 | 
            -
                    },
         | 
| 11691 11772 | 
             
                    {
         | 
| 11692 11773 | 
             
                      "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
         | 
| 11693 11774 | 
             
                      "kind": "import-statement",
         | 
| @@ -12177,7 +12258,7 @@ | |
| 12177 12258 | 
             
                  "format": "esm"
         | 
| 12178 12259 | 
             
                },
         | 
| 12179 12260 | 
             
                "src/Prebuilt/components/Toast/ToastConfig.jsx": {
         | 
| 12180 | 
            -
                  "bytes":  | 
| 12261 | 
            +
                  "bytes": 5843,
         | 
| 12181 12262 | 
             
                  "imports": [
         | 
| 12182 12263 | 
             
                    {
         | 
| 12183 12264 | 
             
                      "path": "react",
         | 
| @@ -12228,7 +12309,7 @@ | |
| 12228 12309 | 
             
                  "format": "esm"
         | 
| 12229 12310 | 
             
                },
         | 
| 12230 12311 | 
             
                "src/Prebuilt/components/Toast/ToastBatcher.js": {
         | 
| 12231 | 
            -
                  "bytes":  | 
| 12312 | 
            +
                  "bytes": 2054,
         | 
| 12232 12313 | 
             
                  "imports": [
         | 
| 12233 12314 | 
             
                    {
         | 
| 12234 12315 | 
             
                      "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
         | 
| @@ -12254,7 +12335,7 @@ | |
| 12254 12335 | 
             
                  "format": "esm"
         | 
| 12255 12336 | 
             
                },
         | 
| 12256 12337 | 
             
                "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
         | 
| 12257 | 
            -
                  "bytes":  | 
| 12338 | 
            +
                  "bytes": 1623,
         | 
| 12258 12339 | 
             
                  "imports": [
         | 
| 12259 12340 | 
             
                    {
         | 
| 12260 12341 | 
             
                      "path": "react",
         | 
| @@ -12326,7 +12407,7 @@ | |
| 12326 12407 | 
             
                  "format": "esm"
         | 
| 12327 12408 | 
             
                },
         | 
| 12328 12409 | 
             
                "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
         | 
| 12329 | 
            -
                  "bytes":  | 
| 12410 | 
            +
                  "bytes": 1842,
         | 
| 12330 12411 | 
             
                  "imports": [
         | 
| 12331 12412 | 
             
                    {
         | 
| 12332 12413 | 
             
                      "path": "react",
         | 
| @@ -13466,7 +13547,7 @@ | |
| 13466 13547 | 
             
                "dist/index.js": {
         | 
| 13467 13548 | 
             
                  "imports": [
         | 
| 13468 13549 | 
             
                    {
         | 
| 13469 | 
            -
                      "path": "dist/chunk- | 
| 13550 | 
            +
                      "path": "dist/chunk-DRBTAFKN.js",
         | 
| 13470 13551 | 
             
                      "kind": "import-statement"
         | 
| 13471 13552 | 
             
                    }
         | 
| 13472 13553 | 
             
                  ],
         | 
| @@ -13539,16 +13620,16 @@ | |
| 13539 13620 | 
             
                  "inputs": {},
         | 
| 13540 13621 | 
             
                  "bytes": 1822
         | 
| 13541 13622 | 
             
                },
         | 
| 13542 | 
            -
                "dist/HLSView- | 
| 13623 | 
            +
                "dist/HLSView-MYKM5AXS.js.map": {
         | 
| 13543 13624 | 
             
                  "imports": [],
         | 
| 13544 13625 | 
             
                  "exports": [],
         | 
| 13545 13626 | 
             
                  "inputs": {},
         | 
| 13546 | 
            -
                  "bytes":  | 
| 13627 | 
            +
                  "bytes": 87240
         | 
| 13547 13628 | 
             
                },
         | 
| 13548 | 
            -
                "dist/HLSView- | 
| 13629 | 
            +
                "dist/HLSView-MYKM5AXS.js": {
         | 
| 13549 13630 | 
             
                  "imports": [
         | 
| 13550 13631 | 
             
                    {
         | 
| 13551 | 
            -
                      "path": "dist/chunk- | 
| 13632 | 
            +
                      "path": "dist/chunk-DRBTAFKN.js",
         | 
| 13552 13633 | 
             
                      "kind": "import-statement"
         | 
| 13553 13634 | 
             
                    },
         | 
| 13554 13635 | 
             
                    {
         | 
| @@ -13596,6 +13677,11 @@ | |
| 13596 13677 | 
             
                      "kind": "import-statement",
         | 
| 13597 13678 | 
             
                      "external": true
         | 
| 13598 13679 | 
             
                    },
         | 
| 13680 | 
            +
                    {
         | 
| 13681 | 
            +
                      "path": "react-use",
         | 
| 13682 | 
            +
                      "kind": "import-statement",
         | 
| 13683 | 
            +
                      "external": true
         | 
| 13684 | 
            +
                    },
         | 
| 13599 13685 | 
             
                    {
         | 
| 13600 13686 | 
             
                      "path": "react",
         | 
| 13601 13687 | 
             
                      "kind": "import-statement",
         | 
| @@ -13621,6 +13707,11 @@ | |
| 13621 13707 | 
             
                      "kind": "import-statement",
         | 
| 13622 13708 | 
             
                      "external": true
         | 
| 13623 13709 | 
             
                    },
         | 
| 13710 | 
            +
                    {
         | 
| 13711 | 
            +
                      "path": "react",
         | 
| 13712 | 
            +
                      "kind": "import-statement",
         | 
| 13713 | 
            +
                      "external": true
         | 
| 13714 | 
            +
                    },
         | 
| 13624 13715 | 
             
                    {
         | 
| 13625 13716 | 
             
                      "path": "@100mslive/hls-player",
         | 
| 13626 13717 | 
             
                      "kind": "import-statement",
         | 
| @@ -13651,6 +13742,16 @@ | |
| 13651 13742 | 
             
                      "kind": "import-statement",
         | 
| 13652 13743 | 
             
                      "external": true
         | 
| 13653 13744 | 
             
                    },
         | 
| 13745 | 
            +
                    {
         | 
| 13746 | 
            +
                      "path": "react-use",
         | 
| 13747 | 
            +
                      "kind": "import-statement",
         | 
| 13748 | 
            +
                      "external": true
         | 
| 13749 | 
            +
                    },
         | 
| 13750 | 
            +
                    {
         | 
| 13751 | 
            +
                      "path": "@100mslive/react-icons",
         | 
| 13752 | 
            +
                      "kind": "import-statement",
         | 
| 13753 | 
            +
                      "external": true
         | 
| 13754 | 
            +
                    },
         | 
| 13654 13755 | 
             
                    {
         | 
| 13655 13756 | 
             
                      "path": "react",
         | 
| 13656 13757 | 
             
                      "kind": "import-statement",
         | 
| @@ -13693,28 +13794,31 @@ | |
| 13693 13794 | 
             
                  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
         | 
| 13694 13795 | 
             
                  "inputs": {
         | 
| 13695 13796 | 
             
                    "src/Prebuilt/layouts/HLSView.jsx": {
         | 
| 13696 | 
            -
                      "bytesInOutput":  | 
| 13797 | 
            +
                      "bytesInOutput": 23239
         | 
| 13697 13798 | 
             
                    },
         | 
| 13698 13799 | 
             
                    "src/Prebuilt/components/HlsStatsOverlay.jsx": {
         | 
| 13699 13800 | 
             
                      "bytesInOutput": 3521
         | 
| 13700 13801 | 
             
                    },
         | 
| 13701 13802 | 
             
                    "src/Prebuilt/components/HMSVideo/index.ts": {
         | 
| 13702 | 
            -
                      "bytesInOutput":  | 
| 13803 | 
            +
                      "bytesInOutput": 281
         | 
| 13703 13804 | 
             
                    },
         | 
| 13704 13805 | 
             
                    "src/Prebuilt/components/HMSVideo/Controls.jsx": {
         | 
| 13705 13806 | 
             
                      "bytesInOutput": 416
         | 
| 13706 13807 | 
             
                    },
         | 
| 13707 13808 | 
             
                    "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
         | 
| 13708 | 
            -
                      "bytesInOutput":  | 
| 13809 | 
            +
                      "bytesInOutput": 1525
         | 
| 13709 13810 | 
             
                    },
         | 
| 13710 | 
            -
                    "src/Prebuilt/components/HMSVideo/ | 
| 13711 | 
            -
                      "bytesInOutput":  | 
| 13811 | 
            +
                    "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
         | 
| 13812 | 
            +
                      "bytesInOutput": 851
         | 
| 13712 13813 | 
             
                    },
         | 
| 13713 13814 | 
             
                    "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
         | 
| 13714 13815 | 
             
                      "bytesInOutput": 244
         | 
| 13715 13816 | 
             
                    },
         | 
| 13817 | 
            +
                    "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
         | 
| 13818 | 
            +
                      "bytesInOutput": 329
         | 
| 13819 | 
            +
                    },
         | 
| 13716 13820 | 
             
                    "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
         | 
| 13717 | 
            -
                      "bytesInOutput":  | 
| 13821 | 
            +
                      "bytesInOutput": 2638
         | 
| 13718 13822 | 
             
                    },
         | 
| 13719 13823 | 
             
                    "src/Prebuilt/components/HMSVideo/utils.ts": {
         | 
| 13720 13824 | 
             
                      "bytesInOutput": 1048
         | 
| @@ -13723,33 +13827,33 @@ | |
| 13723 13827 | 
             
                      "bytesInOutput": 1221
         | 
| 13724 13828 | 
             
                    },
         | 
| 13725 13829 | 
             
                    "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
         | 
| 13726 | 
            -
                      "bytesInOutput":  | 
| 13830 | 
            +
                      "bytesInOutput": 2284
         | 
| 13727 13831 | 
             
                    },
         | 
| 13728 13832 | 
             
                    "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
         | 
| 13729 13833 | 
             
                      "bytesInOutput": 637
         | 
| 13730 13834 | 
             
                    },
         | 
| 13731 13835 | 
             
                    "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
         | 
| 13732 | 
            -
                      "bytesInOutput":  | 
| 13836 | 
            +
                      "bytesInOutput": 1930
         | 
| 13733 13837 | 
             
                    },
         | 
| 13734 13838 | 
             
                    "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
         | 
| 13735 13839 | 
             
                      "bytesInOutput": 688
         | 
| 13736 13840 | 
             
                    },
         | 
| 13737 13841 | 
             
                    "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
         | 
| 13738 | 
            -
                      "bytesInOutput":  | 
| 13842 | 
            +
                      "bytesInOutput": 7146
         | 
| 13739 13843 | 
             
                    },
         | 
| 13740 13844 | 
             
                    "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
         | 
| 13741 13845 | 
             
                      "bytesInOutput": 3003
         | 
| 13742 13846 | 
             
                    }
         | 
| 13743 13847 | 
             
                  },
         | 
| 13744 | 
            -
                  "bytes":  | 
| 13848 | 
            +
                  "bytes": 52721
         | 
| 13745 13849 | 
             
                },
         | 
| 13746 | 
            -
                "dist/chunk- | 
| 13850 | 
            +
                "dist/chunk-DRBTAFKN.js.map": {
         | 
| 13747 13851 | 
             
                  "imports": [],
         | 
| 13748 13852 | 
             
                  "exports": [],
         | 
| 13749 13853 | 
             
                  "inputs": {},
         | 
| 13750 | 
            -
                  "bytes":  | 
| 13854 | 
            +
                  "bytes": 3159515
         | 
| 13751 13855 | 
             
                },
         | 
| 13752 | 
            -
                "dist/chunk- | 
| 13856 | 
            +
                "dist/chunk-DRBTAFKN.js": {
         | 
| 13753 13857 | 
             
                  "imports": [
         | 
| 13754 13858 | 
             
                    {
         | 
| 13755 13859 | 
             
                      "path": "react",
         | 
| @@ -14121,6 +14225,11 @@ | |
| 14121 14225 | 
             
                      "kind": "import-statement",
         | 
| 14122 14226 | 
             
                      "external": true
         | 
| 14123 14227 | 
             
                    },
         | 
| 14228 | 
            +
                    {
         | 
| 14229 | 
            +
                      "path": "ts-pattern",
         | 
| 14230 | 
            +
                      "kind": "import-statement",
         | 
| 14231 | 
            +
                      "external": true
         | 
| 14232 | 
            +
                    },
         | 
| 14124 14233 | 
             
                    {
         | 
| 14125 14234 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14126 14235 | 
             
                      "kind": "import-statement",
         | 
| @@ -14441,6 +14550,11 @@ | |
| 14441 14550 | 
             
                      "kind": "import-statement",
         | 
| 14442 14551 | 
             
                      "external": true
         | 
| 14443 14552 | 
             
                    },
         | 
| 14553 | 
            +
                    {
         | 
| 14554 | 
            +
                      "path": "ts-pattern",
         | 
| 14555 | 
            +
                      "kind": "import-statement",
         | 
| 14556 | 
            +
                      "external": true
         | 
| 14557 | 
            +
                    },
         | 
| 14444 14558 | 
             
                    {
         | 
| 14445 14559 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14446 14560 | 
             
                      "kind": "import-statement",
         | 
| @@ -14536,6 +14650,11 @@ | |
| 14536 14650 | 
             
                      "kind": "import-statement",
         | 
| 14537 14651 | 
             
                      "external": true
         | 
| 14538 14652 | 
             
                    },
         | 
| 14653 | 
            +
                    {
         | 
| 14654 | 
            +
                      "path": "ts-pattern",
         | 
| 14655 | 
            +
                      "kind": "import-statement",
         | 
| 14656 | 
            +
                      "external": true
         | 
| 14657 | 
            +
                    },
         | 
| 14539 14658 | 
             
                    {
         | 
| 14540 14659 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14541 14660 | 
             
                      "kind": "import-statement",
         | 
| @@ -14621,6 +14740,11 @@ | |
| 14621 14740 | 
             
                      "kind": "import-statement",
         | 
| 14622 14741 | 
             
                      "external": true
         | 
| 14623 14742 | 
             
                    },
         | 
| 14743 | 
            +
                    {
         | 
| 14744 | 
            +
                      "path": "ts-pattern",
         | 
| 14745 | 
            +
                      "kind": "import-statement",
         | 
| 14746 | 
            +
                      "external": true
         | 
| 14747 | 
            +
                    },
         | 
| 14624 14748 | 
             
                    {
         | 
| 14625 14749 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14626 14750 | 
             
                      "kind": "import-statement",
         | 
| @@ -15066,6 +15190,11 @@ | |
| 15066 15190 | 
             
                      "kind": "import-statement",
         | 
| 15067 15191 | 
             
                      "external": true
         | 
| 15068 15192 | 
             
                    },
         | 
| 15193 | 
            +
                    {
         | 
| 15194 | 
            +
                      "path": "ts-pattern",
         | 
| 15195 | 
            +
                      "kind": "import-statement",
         | 
| 15196 | 
            +
                      "external": true
         | 
| 15197 | 
            +
                    },
         | 
| 15069 15198 | 
             
                    {
         | 
| 15070 15199 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 15071 15200 | 
             
                      "kind": "import-statement",
         | 
| @@ -15281,6 +15410,11 @@ | |
| 15281 15410 | 
             
                      "kind": "import-statement",
         | 
| 15282 15411 | 
             
                      "external": true
         | 
| 15283 15412 | 
             
                    },
         | 
| 15413 | 
            +
                    {
         | 
| 15414 | 
            +
                      "path": "ts-pattern",
         | 
| 15415 | 
            +
                      "kind": "import-statement",
         | 
| 15416 | 
            +
                      "external": true
         | 
| 15417 | 
            +
                    },
         | 
| 15284 15418 | 
             
                    {
         | 
| 15285 15419 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 15286 15420 | 
             
                      "kind": "import-statement",
         | 
| @@ -15331,6 +15465,11 @@ | |
| 15331 15465 | 
             
                      "kind": "import-statement",
         | 
| 15332 15466 | 
             
                      "external": true
         | 
| 15333 15467 | 
             
                    },
         | 
| 15468 | 
            +
                    {
         | 
| 15469 | 
            +
                      "path": "ts-pattern",
         | 
| 15470 | 
            +
                      "kind": "import-statement",
         | 
| 15471 | 
            +
                      "external": true
         | 
| 15472 | 
            +
                    },
         | 
| 15334 15473 | 
             
                    {
         | 
| 15335 15474 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 15336 15475 | 
             
                      "kind": "import-statement",
         | 
| @@ -16067,7 +16206,7 @@ | |
| 16067 16206 | 
             
                      "external": true
         | 
| 16068 16207 | 
             
                    },
         | 
| 16069 16208 | 
             
                    {
         | 
| 16070 | 
            -
                      "path": "dist/HLSView- | 
| 16209 | 
            +
                      "path": "dist/HLSView-MYKM5AXS.js",
         | 
| 16071 16210 | 
             
                      "kind": "dynamic-import"
         | 
| 16072 16211 | 
             
                    },
         | 
| 16073 16212 | 
             
                    {
         | 
| @@ -16473,6 +16612,7 @@ | |
| 16473 16612 | 
             
                    "IconButton_default",
         | 
| 16474 16613 | 
             
                    "Input",
         | 
| 16475 16614 | 
             
                    "Label",
         | 
| 16615 | 
            +
                    "LeaveRoom",
         | 
| 16476 16616 | 
             
                    "Link",
         | 
| 16477 16617 | 
             
                    "Loading",
         | 
| 16478 16618 | 
             
                    "Logo",
         | 
| @@ -16532,13 +16672,13 @@ | |
| 16532 16672 | 
             
                  ],
         | 
| 16533 16673 | 
             
                  "inputs": {
         | 
| 16534 16674 | 
             
                    "<define:process.env>": {
         | 
| 16535 | 
            -
                      "bytesInOutput":  | 
| 16675 | 
            +
                      "bytesInOutput": 18233
         | 
| 16536 16676 | 
             
                    },
         | 
| 16537 16677 | 
             
                    "../../node_modules/lodash/lodash.js": {
         | 
| 16538 | 
            -
                      "bytesInOutput":  | 
| 16678 | 
            +
                      "bytesInOutput": 224280
         | 
| 16539 16679 | 
             
                    },
         | 
| 16540 16680 | 
             
                    "../../node_modules/ua-parser-js/src/ua-parser.js": {
         | 
| 16541 | 
            -
                      "bytesInOutput":  | 
| 16681 | 
            +
                      "bytesInOutput": 42471
         | 
| 16542 16682 | 
             
                    },
         | 
| 16543 16683 | 
             
                    "../../node_modules/lodash.isequal/index.js": {
         | 
| 16544 16684 | 
             
                      "bytesInOutput": 26591
         | 
| @@ -16550,7 +16690,7 @@ | |
| 16550 16690 | 
             
                      "bytesInOutput": 16120
         | 
| 16551 16691 | 
             
                    },
         | 
| 16552 16692 | 
             
                    "../../node_modules/sdp-transform/lib/parser.js": {
         | 
| 16553 | 
            -
                      "bytesInOutput":  | 
| 16693 | 
            +
                      "bytesInOutput": 3489
         | 
| 16554 16694 | 
             
                    },
         | 
| 16555 16695 | 
             
                    "../../node_modules/sdp-transform/lib/writer.js": {
         | 
| 16556 16696 | 
             
                      "bytesInOutput": 3068
         | 
| @@ -16820,10 +16960,10 @@ | |
| 16820 16960 | 
             
                      "bytesInOutput": 3210
         | 
| 16821 16961 | 
             
                    },
         | 
| 16822 16962 | 
             
                    "src/Prebuilt/components/AppData/useSidepane.js": {
         | 
| 16823 | 
            -
                      "bytesInOutput":  | 
| 16963 | 
            +
                      "bytesInOutput": 2499
         | 
| 16824 16964 | 
             
                    },
         | 
| 16825 16965 | 
             
                    "src/Prebuilt/components/AuthToken.jsx": {
         | 
| 16826 | 
            -
                      "bytesInOutput":  | 
| 16966 | 
            +
                      "bytesInOutput": 3652
         | 
| 16827 16967 | 
             
                    },
         | 
| 16828 16968 | 
             
                    "src/Prebuilt/AppContext.tsx": {
         | 
| 16829 16969 | 
             
                      "bytesInOutput": 577
         | 
| @@ -16832,7 +16972,7 @@ | |
| 16832 16972 | 
             
                      "bytesInOutput": 4698
         | 
| 16833 16973 | 
             
                    },
         | 
| 16834 16974 | 
             
                    "src/Prebuilt/components/ConferenceScreen.tsx": {
         | 
| 16835 | 
            -
                      "bytesInOutput":  | 
| 16975 | 
            +
                      "bytesInOutput": 7096
         | 
| 16836 16976 | 
             
                    },
         | 
| 16837 16977 | 
             
                    "src/Prebuilt/components/Footer/Footer.tsx": {
         | 
| 16838 16978 | 
             
                      "bytesInOutput": 3350
         | 
| @@ -16853,7 +16993,7 @@ | |
| 16853 16993 | 
             
                      "bytesInOutput": 27
         | 
| 16854 16994 | 
             
                    },
         | 
| 16855 16995 | 
             
                    "src/Sheet/Sheet.tsx": {
         | 
| 16856 | 
            -
                      "bytesInOutput":  | 
| 16996 | 
            +
                      "bytesInOutput": 2826
         | 
| 16857 16997 | 
             
                    },
         | 
| 16858 16998 | 
             
                    "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
         | 
| 16859 16999 | 
             
                      "bytesInOutput": 6568
         | 
| @@ -16910,7 +17050,7 @@ | |
| 16910 17050 | 
             
                      "bytesInOutput": 472
         | 
| 16911 17051 | 
             
                    },
         | 
| 16912 17052 | 
             
                    "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
         | 
| 16913 | 
            -
                      "bytesInOutput":  | 
| 17053 | 
            +
                      "bytesInOutput": 6880
         | 
| 16914 17054 | 
             
                    },
         | 
| 16915 17055 | 
             
                    "src/Prebuilt/components/PIP/index.jsx": {
         | 
| 16916 17056 | 
             
                      "bytesInOutput": 178
         | 
| @@ -16940,7 +17080,7 @@ | |
| 16940 17080 | 
             
                      "bytesInOutput": 7701
         | 
| 16941 17081 | 
             
                    },
         | 
| 16942 17082 | 
             
                    "src/Prebuilt/components/StatsForNerds.jsx": {
         | 
| 16943 | 
            -
                      "bytesInOutput":  | 
| 17083 | 
            +
                      "bytesInOutput": 9844
         | 
| 16944 17084 | 
             
                    },
         | 
| 16945 17085 | 
             
                    "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
         | 
| 16946 17086 | 
             
                      "bytesInOutput": 5008
         | 
| @@ -16964,10 +17104,10 @@ | |
| 16964 17104 | 
             
                      "bytesInOutput": 1948
         | 
| 16965 17105 | 
             
                    },
         | 
| 16966 17106 | 
             
                    "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
         | 
| 16967 | 
            -
                      "bytesInOutput":  | 
| 17107 | 
            +
                      "bytesInOutput": 10879
         | 
| 16968 17108 | 
             
                    },
         | 
| 16969 17109 | 
             
                    "src/Prebuilt/components/Header/StreamActions.tsx": {
         | 
| 16970 | 
            -
                      "bytesInOutput":  | 
| 17110 | 
            +
                      "bytesInOutput": 10031
         | 
| 16971 17111 | 
             
                    },
         | 
| 16972 17112 | 
             
                    "../hms-video-store/dist/index.js": {
         | 
| 16973 17113 | 
             
                      "bytesInOutput": 48564
         | 
| @@ -16982,13 +17122,13 @@ | |
| 16982 17122 | 
             
                      "bytesInOutput": 4335
         | 
| 16983 17123 | 
             
                    },
         | 
| 16984 17124 | 
             
                    "../../node_modules/webrtc-adapter/src/js/utils.js": {
         | 
| 16985 | 
            -
                      "bytesInOutput":  | 
| 17125 | 
            +
                      "bytesInOutput": 6309
         | 
| 16986 17126 | 
             
                    },
         | 
| 16987 17127 | 
             
                    "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
         | 
| 16988 17128 | 
             
                      "bytesInOutput": 22678
         | 
| 16989 17129 | 
             
                    },
         | 
| 16990 17130 | 
             
                    "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
         | 
| 16991 | 
            -
                      "bytesInOutput":  | 
| 17131 | 
            +
                      "bytesInOutput": 6088
         | 
| 16992 17132 | 
             
                    },
         | 
| 16993 17133 | 
             
                    "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
         | 
| 16994 17134 | 
             
                      "bytesInOutput": 1256
         | 
| @@ -17006,7 +17146,7 @@ | |
| 17006 17146 | 
             
                      "bytesInOutput": 11868
         | 
| 17007 17147 | 
             
                    },
         | 
| 17008 17148 | 
             
                    "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
         | 
| 17009 | 
            -
                      "bytesInOutput":  | 
| 17149 | 
            +
                      "bytesInOutput": 12453
         | 
| 17010 17150 | 
             
                    },
         | 
| 17011 17151 | 
             
                    "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
         | 
| 17012 17152 | 
             
                      "bytesInOutput": 6823
         | 
| @@ -17087,7 +17227,7 @@ | |
| 17087 17227 | 
             
                      "bytesInOutput": 4229
         | 
| 17088 17228 | 
             
                    },
         | 
| 17089 17229 | 
             
                    "src/Prebuilt/components/Footer/RoleOptions.tsx": {
         | 
| 17090 | 
            -
                      "bytesInOutput":  | 
| 17230 | 
            +
                      "bytesInOutput": 7378
         | 
| 17091 17231 | 
             
                    },
         | 
| 17092 17232 | 
             
                    "src/Prebuilt/components/Footer/PollsToggle.tsx": {
         | 
| 17093 17233 | 
             
                      "bytesInOutput": 1073
         | 
| @@ -17105,7 +17245,7 @@ | |
| 17105 17245 | 
             
                      "bytesInOutput": 9637
         | 
| 17106 17246 | 
             
                    },
         | 
| 17107 17247 | 
             
                    "src/Prebuilt/layouts/SidePane.tsx": {
         | 
| 17108 | 
            -
                      "bytesInOutput":  | 
| 17248 | 
            +
                      "bytesInOutput": 5720
         | 
| 17109 17249 | 
             
                    },
         | 
| 17110 17250 | 
             
                    "src/Prebuilt/components/Polls/Polls.tsx": {
         | 
| 17111 17251 | 
             
                      "bytesInOutput": 735
         | 
| @@ -17174,7 +17314,7 @@ | |
| 17174 17314 | 
             
                      "bytesInOutput": 1221
         | 
| 17175 17315 | 
             
                    },
         | 
| 17176 17316 | 
             
                    "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
         | 
| 17177 | 
            -
                      "bytesInOutput":  | 
| 17317 | 
            +
                      "bytesInOutput": 7649
         | 
| 17178 17318 | 
             
                    },
         | 
| 17179 17319 | 
             
                    "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
         | 
| 17180 17320 | 
             
                      "bytesInOutput": 1727
         | 
| @@ -17189,7 +17329,7 @@ | |
| 17189 17329 | 
             
                      "bytesInOutput": 720
         | 
| 17190 17330 | 
             
                    },
         | 
| 17191 17331 | 
             
                    "src/Prebuilt/components/SidePaneTabs.tsx": {
         | 
| 17192 | 
            -
                      "bytesInOutput":  | 
| 17332 | 
            +
                      "bytesInOutput": 7698
         | 
| 17193 17333 | 
             
                    },
         | 
| 17194 17334 | 
             
                    "src/Prebuilt/components/Chat/Chat.tsx": {
         | 
| 17195 17335 | 
             
                      "bytesInOutput": 3466
         | 
| @@ -17216,7 +17356,7 @@ | |
| 17216 17356 | 
             
                      "bytesInOutput": 2261
         | 
| 17217 17357 | 
             
                    },
         | 
| 17218 17358 | 
             
                    "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
         | 
| 17219 | 
            -
                      "bytesInOutput":  | 
| 17359 | 
            +
                      "bytesInOutput": 707
         | 
| 17220 17360 | 
             
                    },
         | 
| 17221 17361 | 
             
                    "src/Prebuilt/components/Chat/ChatFooter.tsx": {
         | 
| 17222 17362 | 
             
                      "bytesInOutput": 9589
         | 
| @@ -17261,7 +17401,7 @@ | |
| 17261 17401 | 
             
                      "bytesInOutput": 4507
         | 
| 17262 17402 | 
             
                    },
         | 
| 17263 17403 | 
             
                    "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
         | 
| 17264 | 
            -
                      "bytesInOutput":  | 
| 17404 | 
            +
                      "bytesInOutput": 11441
         | 
| 17265 17405 | 
             
                    },
         | 
| 17266 17406 | 
             
                    "src/Prebuilt/components/TileMenu/utils.ts": {
         | 
| 17267 17407 | 
             
                      "bytesInOutput": 160
         | 
| @@ -17300,7 +17440,7 @@ | |
| 17300 17440 | 
             
                      "bytesInOutput": 2163
         | 
| 17301 17441 | 
             
                    },
         | 
| 17302 17442 | 
             
                    "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
         | 
| 17303 | 
            -
                      "bytesInOutput":  | 
| 17443 | 
            +
                      "bytesInOutput": 3517
         | 
| 17304 17444 | 
             
                    },
         | 
| 17305 17445 | 
             
                    "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
         | 
| 17306 17446 | 
             
                      "bytesInOutput": 3871
         | 
| @@ -17417,19 +17557,19 @@ | |
| 17417 17557 | 
             
                      "bytesInOutput": 1350
         | 
| 17418 17558 | 
             
                    },
         | 
| 17419 17559 | 
             
                    "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
         | 
| 17420 | 
            -
                      "bytesInOutput":  | 
| 17560 | 
            +
                      "bytesInOutput": 1430
         | 
| 17421 17561 | 
             
                    },
         | 
| 17422 17562 | 
             
                    "src/Prebuilt/components/Toast/ToastBatcher.js": {
         | 
| 17423 | 
            -
                      "bytesInOutput":  | 
| 17563 | 
            +
                      "bytesInOutput": 1983
         | 
| 17424 17564 | 
             
                    },
         | 
| 17425 17565 | 
             
                    "src/Prebuilt/components/Toast/ToastConfig.jsx": {
         | 
| 17426 | 
            -
                      "bytesInOutput":  | 
| 17566 | 
            +
                      "bytesInOutput": 7228
         | 
| 17427 17567 | 
             
                    },
         | 
| 17428 17568 | 
             
                    "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
         | 
| 17429 17569 | 
             
                      "bytesInOutput": 1596
         | 
| 17430 17570 | 
             
                    },
         | 
| 17431 17571 | 
             
                    "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
         | 
| 17432 | 
            -
                      "bytesInOutput":  | 
| 17572 | 
            +
                      "bytesInOutput": 1627
         | 
| 17433 17573 | 
             
                    },
         | 
| 17434 17574 | 
             
                    "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
         | 
| 17435 17575 | 
             
                      "bytesInOutput": 4534
         | 
| @@ -17486,7 +17626,7 @@ | |
| 17486 17626 | 
             
                      "bytesInOutput": 651
         | 
| 17487 17627 | 
             
                    }
         | 
| 17488 17628 | 
             
                  },
         | 
| 17489 | 
            -
                  "bytes":  | 
| 17629 | 
            +
                  "bytes": 1293784
         | 
| 17490 17630 | 
             
                }
         | 
| 17491 17631 | 
             
              }
         | 
| 17492 17632 | 
             
            }
         |