@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.cjs.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",
         | 
| @@ -13461,7 +13542,7 @@ | |
| 13461 13542 | 
             
                  "imports": [],
         | 
| 13462 13543 | 
             
                  "exports": [],
         | 
| 13463 13544 | 
             
                  "inputs": {},
         | 
| 13464 | 
            -
                  "bytes":  | 
| 13545 | 
            +
                  "bytes": 3251031
         | 
| 13465 13546 | 
             
                },
         | 
| 13466 13547 | 
             
                "dist/index.cjs.js": {
         | 
| 13467 13548 | 
             
                  "imports": [
         | 
| @@ -13810,6 +13891,11 @@ | |
| 13810 13891 | 
             
                      "kind": "require-call",
         | 
| 13811 13892 | 
             
                      "external": true
         | 
| 13812 13893 | 
             
                    },
         | 
| 13894 | 
            +
                    {
         | 
| 13895 | 
            +
                      "path": "ts-pattern",
         | 
| 13896 | 
            +
                      "kind": "require-call",
         | 
| 13897 | 
            +
                      "external": true
         | 
| 13898 | 
            +
                    },
         | 
| 13813 13899 | 
             
                    {
         | 
| 13814 13900 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 13815 13901 | 
             
                      "kind": "require-call",
         | 
| @@ -14175,6 +14261,11 @@ | |
| 14175 14261 | 
             
                      "kind": "require-call",
         | 
| 14176 14262 | 
             
                      "external": true
         | 
| 14177 14263 | 
             
                    },
         | 
| 14264 | 
            +
                    {
         | 
| 14265 | 
            +
                      "path": "ts-pattern",
         | 
| 14266 | 
            +
                      "kind": "require-call",
         | 
| 14267 | 
            +
                      "external": true
         | 
| 14268 | 
            +
                    },
         | 
| 14178 14269 | 
             
                    {
         | 
| 14179 14270 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14180 14271 | 
             
                      "kind": "require-call",
         | 
| @@ -14260,6 +14351,11 @@ | |
| 14260 14351 | 
             
                      "kind": "require-call",
         | 
| 14261 14352 | 
             
                      "external": true
         | 
| 14262 14353 | 
             
                    },
         | 
| 14354 | 
            +
                    {
         | 
| 14355 | 
            +
                      "path": "ts-pattern",
         | 
| 14356 | 
            +
                      "kind": "require-call",
         | 
| 14357 | 
            +
                      "external": true
         | 
| 14358 | 
            +
                    },
         | 
| 14263 14359 | 
             
                    {
         | 
| 14264 14360 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14265 14361 | 
             
                      "kind": "require-call",
         | 
| @@ -14445,6 +14541,11 @@ | |
| 14445 14541 | 
             
                      "kind": "require-call",
         | 
| 14446 14542 | 
             
                      "external": true
         | 
| 14447 14543 | 
             
                    },
         | 
| 14544 | 
            +
                    {
         | 
| 14545 | 
            +
                      "path": "ts-pattern",
         | 
| 14546 | 
            +
                      "kind": "require-call",
         | 
| 14547 | 
            +
                      "external": true
         | 
| 14548 | 
            +
                    },
         | 
| 14448 14549 | 
             
                    {
         | 
| 14449 14550 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14450 14551 | 
             
                      "kind": "require-call",
         | 
| @@ -14900,6 +15001,11 @@ | |
| 14900 15001 | 
             
                      "kind": "require-call",
         | 
| 14901 15002 | 
             
                      "external": true
         | 
| 14902 15003 | 
             
                    },
         | 
| 15004 | 
            +
                    {
         | 
| 15005 | 
            +
                      "path": "ts-pattern",
         | 
| 15006 | 
            +
                      "kind": "require-call",
         | 
| 15007 | 
            +
                      "external": true
         | 
| 15008 | 
            +
                    },
         | 
| 14903 15009 | 
             
                    {
         | 
| 14904 15010 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14905 15011 | 
             
                      "kind": "require-call",
         | 
| @@ -15260,6 +15366,11 @@ | |
| 15260 15366 | 
             
                      "kind": "require-call",
         | 
| 15261 15367 | 
             
                      "external": true
         | 
| 15262 15368 | 
             
                    },
         | 
| 15369 | 
            +
                    {
         | 
| 15370 | 
            +
                      "path": "ts-pattern",
         | 
| 15371 | 
            +
                      "kind": "require-call",
         | 
| 15372 | 
            +
                      "external": true
         | 
| 15373 | 
            +
                    },
         | 
| 15263 15374 | 
             
                    {
         | 
| 15264 15375 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 15265 15376 | 
             
                      "kind": "require-call",
         | 
| @@ -15395,6 +15506,11 @@ | |
| 15395 15506 | 
             
                      "kind": "require-call",
         | 
| 15396 15507 | 
             
                      "external": true
         | 
| 15397 15508 | 
             
                    },
         | 
| 15509 | 
            +
                    {
         | 
| 15510 | 
            +
                      "path": "ts-pattern",
         | 
| 15511 | 
            +
                      "kind": "require-call",
         | 
| 15512 | 
            +
                      "external": true
         | 
| 15513 | 
            +
                    },
         | 
| 15398 15514 | 
             
                    {
         | 
| 15399 15515 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 15400 15516 | 
             
                      "kind": "require-call",
         | 
| @@ -15760,6 +15876,11 @@ | |
| 15760 15876 | 
             
                      "kind": "require-call",
         | 
| 15761 15877 | 
             
                      "external": true
         | 
| 15762 15878 | 
             
                    },
         | 
| 15879 | 
            +
                    {
         | 
| 15880 | 
            +
                      "path": "react-use",
         | 
| 15881 | 
            +
                      "kind": "require-call",
         | 
| 15882 | 
            +
                      "external": true
         | 
| 15883 | 
            +
                    },
         | 
| 15763 15884 | 
             
                    {
         | 
| 15764 15885 | 
             
                      "path": "react",
         | 
| 15765 15886 | 
             
                      "kind": "require-call",
         | 
| @@ -15785,6 +15906,11 @@ | |
| 15785 15906 | 
             
                      "kind": "require-call",
         | 
| 15786 15907 | 
             
                      "external": true
         | 
| 15787 15908 | 
             
                    },
         | 
| 15909 | 
            +
                    {
         | 
| 15910 | 
            +
                      "path": "react",
         | 
| 15911 | 
            +
                      "kind": "require-call",
         | 
| 15912 | 
            +
                      "external": true
         | 
| 15913 | 
            +
                    },
         | 
| 15788 15914 | 
             
                    {
         | 
| 15789 15915 | 
             
                      "path": "@100mslive/hls-player",
         | 
| 15790 15916 | 
             
                      "kind": "require-call",
         | 
| @@ -15815,6 +15941,16 @@ | |
| 15815 15941 | 
             
                      "kind": "require-call",
         | 
| 15816 15942 | 
             
                      "external": true
         | 
| 15817 15943 | 
             
                    },
         | 
| 15944 | 
            +
                    {
         | 
| 15945 | 
            +
                      "path": "react-use",
         | 
| 15946 | 
            +
                      "kind": "require-call",
         | 
| 15947 | 
            +
                      "external": true
         | 
| 15948 | 
            +
                    },
         | 
| 15949 | 
            +
                    {
         | 
| 15950 | 
            +
                      "path": "@100mslive/react-icons",
         | 
| 15951 | 
            +
                      "kind": "require-call",
         | 
| 15952 | 
            +
                      "external": true
         | 
| 15953 | 
            +
                    },
         | 
| 15818 15954 | 
             
                    {
         | 
| 15819 15955 | 
             
                      "path": "react",
         | 
| 15820 15956 | 
             
                      "kind": "require-call",
         | 
| @@ -16295,7 +16431,7 @@ | |
| 16295 16431 | 
             
                  "entryPoint": "src/index.ts",
         | 
| 16296 16432 | 
             
                  "inputs": {
         | 
| 16297 16433 | 
             
                    "<define:process.env>": {
         | 
| 16298 | 
            -
                      "bytesInOutput":  | 
| 16434 | 
            +
                      "bytesInOutput": 18233
         | 
| 16299 16435 | 
             
                    },
         | 
| 16300 16436 | 
             
                    "src/Theme/base.config.ts": {
         | 
| 16301 16437 | 
             
                      "bytesInOutput": 6104
         | 
| @@ -16571,7 +16707,7 @@ | |
| 16571 16707 | 
             
                      "bytesInOutput": 3450
         | 
| 16572 16708 | 
             
                    },
         | 
| 16573 16709 | 
             
                    "../../node_modules/lodash/lodash.js": {
         | 
| 16574 | 
            -
                      "bytesInOutput":  | 
| 16710 | 
            +
                      "bytesInOutput": 224285
         | 
| 16575 16711 | 
             
                    },
         | 
| 16576 16712 | 
             
                    "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
         | 
| 16577 16713 | 
             
                      "bytesInOutput": 1887
         | 
| @@ -16589,7 +16725,7 @@ | |
| 16589 16725 | 
             
                      "bytesInOutput": 3003
         | 
| 16590 16726 | 
             
                    },
         | 
| 16591 16727 | 
             
                    "src/Prebuilt/components/AppData/useSidepane.js": {
         | 
| 16592 | 
            -
                      "bytesInOutput":  | 
| 16728 | 
            +
                      "bytesInOutput": 3258
         | 
| 16593 16729 | 
             
                    },
         | 
| 16594 16730 | 
             
                    "src/Prebuilt/components/AppData/AppData.tsx": {
         | 
| 16595 16731 | 
             
                      "bytesInOutput": 6542
         | 
| @@ -16601,7 +16737,7 @@ | |
| 16601 16737 | 
             
                      "bytesInOutput": 4824
         | 
| 16602 16738 | 
             
                    },
         | 
| 16603 16739 | 
             
                    "src/Prebuilt/components/AuthToken.jsx": {
         | 
| 16604 | 
            -
                      "bytesInOutput":  | 
| 16740 | 
            +
                      "bytesInOutput": 4530
         | 
| 16605 16741 | 
             
                    },
         | 
| 16606 16742 | 
             
                    "src/Prebuilt/IconButton.tsx": {
         | 
| 16607 16743 | 
             
                      "bytesInOutput": 845
         | 
| @@ -16610,7 +16746,7 @@ | |
| 16610 16746 | 
             
                      "bytesInOutput": 4096
         | 
| 16611 16747 | 
             
                    },
         | 
| 16612 16748 | 
             
                    "src/Sheet/Sheet.tsx": {
         | 
| 16613 | 
            -
                      "bytesInOutput":  | 
| 16749 | 
            +
                      "bytesInOutput": 3577
         | 
| 16614 16750 | 
             
                    },
         | 
| 16615 16751 | 
             
                    "src/Sheet/index.ts": {
         | 
| 16616 16752 | 
             
                      "bytesInOutput": 128
         | 
| @@ -16700,7 +16836,7 @@ | |
| 16700 16836 | 
             
                      "bytesInOutput": 5459
         | 
| 16701 16837 | 
             
                    },
         | 
| 16702 16838 | 
             
                    "src/Prebuilt/components/StatsForNerds.jsx": {
         | 
| 16703 | 
            -
                      "bytesInOutput":  | 
| 16839 | 
            +
                      "bytesInOutput": 11847
         | 
| 16704 16840 | 
             
                    },
         | 
| 16705 16841 | 
             
                    "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
         | 
| 16706 16842 | 
             
                      "bytesInOutput": 6192
         | 
| @@ -16724,22 +16860,22 @@ | |
| 16724 16860 | 
             
                      "bytesInOutput": 2305
         | 
| 16725 16861 | 
             
                    },
         | 
| 16726 16862 | 
             
                    "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
         | 
| 16727 | 
            -
                      "bytesInOutput":  | 
| 16863 | 
            +
                      "bytesInOutput": 8565
         | 
| 16728 16864 | 
             
                    },
         | 
| 16729 16865 | 
             
                    "../../node_modules/reselect/es/index.js": {
         | 
| 16730 16866 | 
             
                      "bytesInOutput": 2641
         | 
| 16731 16867 | 
             
                    },
         | 
| 16732 16868 | 
             
                    "../../node_modules/ua-parser-js/src/ua-parser.js": {
         | 
| 16733 | 
            -
                      "bytesInOutput":  | 
| 16869 | 
            +
                      "bytesInOutput": 42475
         | 
| 16734 16870 | 
             
                    },
         | 
| 16735 16871 | 
             
                    "../../node_modules/lodash.isequal/index.js": {
         | 
| 16736 16872 | 
             
                      "bytesInOutput": 26597
         | 
| 16737 16873 | 
             
                    },
         | 
| 16738 16874 | 
             
                    "../../node_modules/webrtc-adapter/src/js/utils.js": {
         | 
| 16739 | 
            -
                      "bytesInOutput":  | 
| 16875 | 
            +
                      "bytesInOutput": 6463
         | 
| 16740 16876 | 
             
                    },
         | 
| 16741 16877 | 
             
                    "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
         | 
| 16742 | 
            -
                      "bytesInOutput":  | 
| 16878 | 
            +
                      "bytesInOutput": 6254
         | 
| 16743 16879 | 
             
                    },
         | 
| 16744 16880 | 
             
                    "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
         | 
| 16745 16881 | 
             
                      "bytesInOutput": 1396
         | 
| @@ -16763,7 +16899,7 @@ | |
| 16763 16899 | 
             
                      "bytesInOutput": 22291
         | 
| 16764 16900 | 
             
                    },
         | 
| 16765 16901 | 
             
                    "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
         | 
| 16766 | 
            -
                      "bytesInOutput":  | 
| 16902 | 
            +
                      "bytesInOutput": 12613
         | 
| 16767 16903 | 
             
                    },
         | 
| 16768 16904 | 
             
                    "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
         | 
| 16769 16905 | 
             
                      "bytesInOutput": 4575
         | 
| @@ -16775,7 +16911,7 @@ | |
| 16775 16911 | 
             
                      "bytesInOutput": 16122
         | 
| 16776 16912 | 
             
                    },
         | 
| 16777 16913 | 
             
                    "../../node_modules/sdp-transform/lib/parser.js": {
         | 
| 16778 | 
            -
                      "bytesInOutput":  | 
| 16914 | 
            +
                      "bytesInOutput": 3489
         | 
| 16779 16915 | 
             
                    },
         | 
| 16780 16916 | 
             
                    "../../node_modules/sdp-transform/lib/writer.js": {
         | 
| 16781 16917 | 
             
                      "bytesInOutput": 3070
         | 
| @@ -16796,7 +16932,7 @@ | |
| 16796 16932 | 
             
                      "bytesInOutput": 8158
         | 
| 16797 16933 | 
             
                    },
         | 
| 16798 16934 | 
             
                    "src/Prebuilt/components/Header/StreamActions.tsx": {
         | 
| 16799 | 
            -
                      "bytesInOutput":  | 
| 16935 | 
            +
                      "bytesInOutput": 12108
         | 
| 16800 16936 | 
             
                    },
         | 
| 16801 16937 | 
             
                    "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
         | 
| 16802 16938 | 
             
                      "bytesInOutput": 1881
         | 
| @@ -16814,7 +16950,7 @@ | |
| 16814 16950 | 
             
                      "bytesInOutput": 938
         | 
| 16815 16951 | 
             
                    },
         | 
| 16816 16952 | 
             
                    "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
         | 
| 16817 | 
            -
                      "bytesInOutput":  | 
| 16953 | 
            +
                      "bytesInOutput": 13339
         | 
| 16818 16954 | 
             
                    },
         | 
| 16819 16955 | 
             
                    "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
         | 
| 16820 16956 | 
             
                      "bytesInOutput": 831
         | 
| @@ -16868,7 +17004,7 @@ | |
| 16868 17004 | 
             
                      "bytesInOutput": 1694
         | 
| 16869 17005 | 
             
                    },
         | 
| 16870 17006 | 
             
                    "src/Prebuilt/components/Footer/RoleOptions.tsx": {
         | 
| 16871 | 
            -
                      "bytesInOutput":  | 
| 17007 | 
            +
                      "bytesInOutput": 8651
         | 
| 16872 17008 | 
             
                    },
         | 
| 16873 17009 | 
             
                    "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
         | 
| 16874 17010 | 
             
                      "bytesInOutput": 5338
         | 
| @@ -16946,7 +17082,7 @@ | |
| 16946 17082 | 
             
                      "bytesInOutput": 5057
         | 
| 16947 17083 | 
             
                    },
         | 
| 16948 17084 | 
             
                    "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
         | 
| 16949 | 
            -
                      "bytesInOutput":  | 
| 17085 | 
            +
                      "bytesInOutput": 9004
         | 
| 16950 17086 | 
             
                    },
         | 
| 16951 17087 | 
             
                    "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
         | 
| 16952 17088 | 
             
                      "bytesInOutput": 1658
         | 
| @@ -16988,7 +17124,7 @@ | |
| 16988 17124 | 
             
                      "bytesInOutput": 2348
         | 
| 16989 17125 | 
             
                    },
         | 
| 16990 17126 | 
             
                    "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
         | 
| 16991 | 
            -
                      "bytesInOutput":  | 
| 17127 | 
            +
                      "bytesInOutput": 923
         | 
| 16992 17128 | 
             
                    },
         | 
| 16993 17129 | 
             
                    "src/Prebuilt/components/Chat/ChatBody.tsx": {
         | 
| 16994 17130 | 
             
                      "bytesInOutput": 17147
         | 
| @@ -17030,7 +17166,7 @@ | |
| 17030 17166 | 
             
                      "bytesInOutput": 3060
         | 
| 17031 17167 | 
             
                    },
         | 
| 17032 17168 | 
             
                    "src/Prebuilt/components/SidePaneTabs.tsx": {
         | 
| 17033 | 
            -
                      "bytesInOutput":  | 
| 17169 | 
            +
                      "bytesInOutput": 9383
         | 
| 17034 17170 | 
             
                    },
         | 
| 17035 17171 | 
             
                    "src/Prebuilt/components/Connection/TileConnection.tsx": {
         | 
| 17036 17172 | 
             
                      "bytesInOutput": 2716
         | 
| @@ -17039,7 +17175,7 @@ | |
| 17039 17175 | 
             
                      "bytesInOutput": 296
         | 
| 17040 17176 | 
             
                    },
         | 
| 17041 17177 | 
             
                    "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
         | 
| 17042 | 
            -
                      "bytesInOutput":  | 
| 17178 | 
            +
                      "bytesInOutput": 13723
         | 
| 17043 17179 | 
             
                    },
         | 
| 17044 17180 | 
             
                    "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
         | 
| 17045 17181 | 
             
                      "bytesInOutput": 5495
         | 
| @@ -17066,7 +17202,7 @@ | |
| 17066 17202 | 
             
                      "bytesInOutput": 8756
         | 
| 17067 17203 | 
             
                    },
         | 
| 17068 17204 | 
             
                    "src/Prebuilt/layouts/SidePane.tsx": {
         | 
| 17069 | 
            -
                      "bytesInOutput":  | 
| 17205 | 
            +
                      "bytesInOutput": 7114
         | 
| 17070 17206 | 
             
                    },
         | 
| 17071 17207 | 
             
                    "src/Prebuilt/components/Chip.tsx": {
         | 
| 17072 17208 | 
             
                      "bytesInOutput": 1118
         | 
| @@ -17159,34 +17295,37 @@ | |
| 17159 17295 | 
             
                      "bytesInOutput": 656
         | 
| 17160 17296 | 
             
                    },
         | 
| 17161 17297 | 
             
                    "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
         | 
| 17162 | 
            -
                      "bytesInOutput":  | 
| 17298 | 
            +
                      "bytesInOutput": 2016
         | 
| 17163 17299 | 
             
                    },
         | 
| 17164 17300 | 
             
                    "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
         | 
| 17165 17301 | 
             
                      "bytesInOutput": 489
         | 
| 17166 17302 | 
             
                    },
         | 
| 17167 | 
            -
                    "src/Prebuilt/components/HMSVideo/ | 
| 17168 | 
            -
                      "bytesInOutput":  | 
| 17303 | 
            +
                    "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
         | 
| 17304 | 
            +
                      "bytesInOutput": 1254
         | 
| 17305 | 
            +
                    },
         | 
| 17306 | 
            +
                    "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
         | 
| 17307 | 
            +
                      "bytesInOutput": 595
         | 
| 17169 17308 | 
             
                    },
         | 
| 17170 17309 | 
             
                    "src/Prebuilt/components/HMSVideo/utils.ts": {
         | 
| 17171 17310 | 
             
                      "bytesInOutput": 1158
         | 
| 17172 17311 | 
             
                    },
         | 
| 17173 17312 | 
             
                    "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
         | 
| 17174 | 
            -
                      "bytesInOutput":  | 
| 17313 | 
            +
                      "bytesInOutput": 3266
         | 
| 17175 17314 | 
             
                    },
         | 
| 17176 17315 | 
             
                    "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
         | 
| 17177 17316 | 
             
                      "bytesInOutput": 1649
         | 
| 17178 17317 | 
             
                    },
         | 
| 17179 17318 | 
             
                    "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
         | 
| 17180 | 
            -
                      "bytesInOutput":  | 
| 17319 | 
            +
                      "bytesInOutput": 2951
         | 
| 17181 17320 | 
             
                    },
         | 
| 17182 17321 | 
             
                    "src/Prebuilt/components/HMSVideo/index.ts": {
         | 
| 17183 | 
            -
                      "bytesInOutput":  | 
| 17322 | 
            +
                      "bytesInOutput": 627
         | 
| 17184 17323 | 
             
                    },
         | 
| 17185 17324 | 
             
                    "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
         | 
| 17186 17325 | 
             
                      "bytesInOutput": 997
         | 
| 17187 17326 | 
             
                    },
         | 
| 17188 17327 | 
             
                    "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
         | 
| 17189 | 
            -
                      "bytesInOutput":  | 
| 17328 | 
            +
                      "bytesInOutput": 2389
         | 
| 17190 17329 | 
             
                    },
         | 
| 17191 17330 | 
             
                    "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
         | 
| 17192 17331 | 
             
                      "bytesInOutput": 1016
         | 
| @@ -17198,10 +17337,10 @@ | |
| 17198 17337 | 
             
                      "bytesInOutput": 3792
         | 
| 17199 17338 | 
             
                    },
         | 
| 17200 17339 | 
             
                    "src/Prebuilt/layouts/HLSView.jsx": {
         | 
| 17201 | 
            -
                      "bytesInOutput":  | 
| 17340 | 
            +
                      "bytesInOutput": 28298
         | 
| 17202 17341 | 
             
                    },
         | 
| 17203 17342 | 
             
                    "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
         | 
| 17204 | 
            -
                      "bytesInOutput":  | 
| 17343 | 
            +
                      "bytesInOutput": 4474
         | 
| 17205 17344 | 
             
                    },
         | 
| 17206 17345 | 
             
                    "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
         | 
| 17207 17346 | 
             
                      "bytesInOutput": 2182
         | 
| @@ -17219,7 +17358,7 @@ | |
| 17219 17358 | 
             
                      "bytesInOutput": 1024
         | 
| 17220 17359 | 
             
                    },
         | 
| 17221 17360 | 
             
                    "src/Prebuilt/components/ConferenceScreen.tsx": {
         | 
| 17222 | 
            -
                      "bytesInOutput":  | 
| 17361 | 
            +
                      "bytesInOutput": 8708
         | 
| 17223 17362 | 
             
                    },
         | 
| 17224 17363 | 
             
                    "src/Prebuilt/components/ErrorBoundary.jsx": {
         | 
| 17225 17364 | 
             
                      "bytesInOutput": 4366
         | 
| @@ -17252,19 +17391,19 @@ | |
| 17252 17391 | 
             
                      "bytesInOutput": 1817
         | 
| 17253 17392 | 
             
                    },
         | 
| 17254 17393 | 
             
                    "src/Prebuilt/components/Toast/ToastConfig.jsx": {
         | 
| 17255 | 
            -
                      "bytesInOutput":  | 
| 17394 | 
            +
                      "bytesInOutput": 8693
         | 
| 17256 17395 | 
             
                    },
         | 
| 17257 17396 | 
             
                    "src/Prebuilt/components/Toast/ToastBatcher.js": {
         | 
| 17258 | 
            -
                      "bytesInOutput":  | 
| 17397 | 
            +
                      "bytesInOutput": 2394
         | 
| 17259 17398 | 
             
                    },
         | 
| 17260 17399 | 
             
                    "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
         | 
| 17261 | 
            -
                      "bytesInOutput":  | 
| 17400 | 
            +
                      "bytesInOutput": 1708
         | 
| 17262 17401 | 
             
                    },
         | 
| 17263 17402 | 
             
                    "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
         | 
| 17264 17403 | 
             
                      "bytesInOutput": 1964
         | 
| 17265 17404 | 
             
                    },
         | 
| 17266 17405 | 
             
                    "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
         | 
| 17267 | 
            -
                      "bytesInOutput":  | 
| 17406 | 
            +
                      "bytesInOutput": 2146
         | 
| 17268 17407 | 
             
                    },
         | 
| 17269 17408 | 
             
                    "src/Prebuilt/images/android-perm-1.png": {
         | 
| 17270 17409 | 
             
                      "bytesInOutput": 10560
         | 
| @@ -17279,7 +17418,7 @@ | |
| 17279 17418 | 
             
                      "bytesInOutput": 2953
         | 
| 17280 17419 | 
             
                    },
         | 
| 17281 17420 | 
             
                    "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
         | 
| 17282 | 
            -
                      "bytesInOutput":  | 
| 17421 | 
            +
                      "bytesInOutput": 2379
         | 
| 17283 17422 | 
             
                    },
         | 
| 17284 17423 | 
             
                    "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
         | 
| 17285 17424 | 
             
                      "bytesInOutput": 948
         | 
| @@ -17336,7 +17475,7 @@ | |
| 17336 17475 | 
             
                      "bytesInOutput": 2980
         | 
| 17337 17476 | 
             
                    }
         | 
| 17338 17477 | 
             
                  },
         | 
| 17339 | 
            -
                  "bytes":  | 
| 17478 | 
            +
                  "bytes": 1541526
         | 
| 17340 17479 | 
             
                }
         | 
| 17341 17480 | 
             
              }
         | 
| 17342 17481 | 
             
            }
         |