@100mslive/roomkit-react 0.3.10-alpha.0 → 0.3.10-alpha.1
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-5GXP76IN.js → HLSView-524T6OTY.js} +2 -2
- package/dist/{HLSView-FBGVUTA5.css → HLSView-VL3DXGRO.css} +3 -3
- package/dist/{HLSView-FBGVUTA5.css.map → HLSView-VL3DXGRO.css.map} +1 -1
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.d.ts +3 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/RoleChangeModal.d.ts +5 -0
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +2 -1
- package/dist/{chunk-WSDBUVSZ.js → chunk-IOHV3H2B.js} +602 -561
- package/dist/chunk-IOHV3H2B.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1943 -1892
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +130 -56
- package/dist/meta.esbuild.json +141 -67
- package/package.json +7 -7
- package/src/Modal/DialogContent.tsx +1 -1
- package/src/Prebuilt/common/constants.ts +2 -0
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +22 -0
- package/src/Prebuilt/components/AudioVideoToggle.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +3 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +56 -37
- package/src/Prebuilt/components/RoleChangeModal.tsx +187 -0
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +5 -0
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +23 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -0
- package/src/Prebuilt/layouts/SidePane.tsx +9 -9
- package/dist/chunk-WSDBUVSZ.js.map +0 -7
- package/src/Prebuilt/components/RoleChangeModal.jsx +0 -185
- /package/dist/{HLSView-5GXP76IN.js.map → HLSView-524T6OTY.js.map} +0 -0
    
        package/dist/meta.esbuild.json
    CHANGED
    
    | @@ -21,7 +21,7 @@ | |
| 21 21 | 
             
                  "format": "esm"
         | 
| 22 22 | 
             
                },
         | 
| 23 23 | 
             
                "src/Prebuilt/common/constants.ts": {
         | 
| 24 | 
            -
                  "bytes":  | 
| 24 | 
            +
                  "bytes": 4556,
         | 
| 25 25 | 
             
                  "imports": [
         | 
| 26 26 | 
             
                    {
         | 
| 27 27 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| @@ -668,7 +668,7 @@ | |
| 668 668 | 
             
                  "format": "esm"
         | 
| 669 669 | 
             
                },
         | 
| 670 670 | 
             
                "src/Modal/DialogContent.tsx": {
         | 
| 671 | 
            -
                  "bytes":  | 
| 671 | 
            +
                  "bytes": 1918,
         | 
| 672 672 | 
             
                  "imports": [
         | 
| 673 673 | 
             
                    {
         | 
| 674 674 | 
             
                      "path": "react",
         | 
| @@ -2700,7 +2700,7 @@ | |
| 2700 2700 | 
             
                  "format": "esm"
         | 
| 2701 2701 | 
             
                },
         | 
| 2702 2702 | 
             
                "src/Prebuilt/components/AudioVideoToggle.tsx": {
         | 
| 2703 | 
            -
                  "bytes":  | 
| 2703 | 
            +
                  "bytes": 9981,
         | 
| 2704 2704 | 
             
                  "imports": [
         | 
| 2705 2705 | 
             
                    {
         | 
| 2706 2706 | 
             
                      "path": "react",
         | 
| @@ -3507,14 +3507,19 @@ | |
| 3507 3507 | 
             
                  ],
         | 
| 3508 3508 | 
             
                  "format": "esm"
         | 
| 3509 3509 | 
             
                },
         | 
| 3510 | 
            -
                "src/Prebuilt/components/RoleChangeModal. | 
| 3511 | 
            -
                  "bytes":  | 
| 3510 | 
            +
                "src/Prebuilt/components/RoleChangeModal.tsx": {
         | 
| 3511 | 
            +
                  "bytes": 5344,
         | 
| 3512 3512 | 
             
                  "imports": [
         | 
| 3513 3513 | 
             
                    {
         | 
| 3514 3514 | 
             
                      "path": "react",
         | 
| 3515 3515 | 
             
                      "kind": "import-statement",
         | 
| 3516 3516 | 
             
                      "external": true
         | 
| 3517 3517 | 
             
                    },
         | 
| 3518 | 
            +
                    {
         | 
| 3519 | 
            +
                      "path": "react-use",
         | 
| 3520 | 
            +
                      "kind": "import-statement",
         | 
| 3521 | 
            +
                      "external": true
         | 
| 3522 | 
            +
                    },
         | 
| 3518 3523 | 
             
                    {
         | 
| 3519 3524 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 3520 3525 | 
             
                      "kind": "import-statement",
         | 
| @@ -3530,21 +3535,11 @@ | |
| 3530 3535 | 
             
                      "kind": "import-statement",
         | 
| 3531 3536 | 
             
                      "original": "../../Button"
         | 
| 3532 3537 | 
             
                    },
         | 
| 3533 | 
            -
                    {
         | 
| 3534 | 
            -
                      "path": "src/Checkbox/index.tsx",
         | 
| 3535 | 
            -
                      "kind": "import-statement",
         | 
| 3536 | 
            -
                      "original": "../../Checkbox"
         | 
| 3537 | 
            -
                    },
         | 
| 3538 3538 | 
             
                    {
         | 
| 3539 3539 | 
             
                      "path": "src/Dropdown/index.tsx",
         | 
| 3540 3540 | 
             
                      "kind": "import-statement",
         | 
| 3541 3541 | 
             
                      "original": "../../Dropdown"
         | 
| 3542 3542 | 
             
                    },
         | 
| 3543 | 
            -
                    {
         | 
| 3544 | 
            -
                      "path": "src/Label/index.ts",
         | 
| 3545 | 
            -
                      "kind": "import-statement",
         | 
| 3546 | 
            -
                      "original": "../../Label"
         | 
| 3547 | 
            -
                    },
         | 
| 3548 3543 | 
             
                    {
         | 
| 3549 3544 | 
             
                      "path": "src/Layout/index.tsx",
         | 
| 3550 3545 | 
             
                      "kind": "import-statement",
         | 
| @@ -3556,29 +3551,24 @@ | |
| 3556 3551 | 
             
                      "original": "../../Modal"
         | 
| 3557 3552 | 
             
                    },
         | 
| 3558 3553 | 
             
                    {
         | 
| 3559 | 
            -
                      "path": "src/ | 
| 3560 | 
            -
                      "kind": "import-statement",
         | 
| 3561 | 
            -
                      "original": "../../Text"
         | 
| 3562 | 
            -
                    },
         | 
| 3563 | 
            -
                    {
         | 
| 3564 | 
            -
                      "path": "src/Tooltip/index.ts",
         | 
| 3554 | 
            +
                      "path": "src/Sheet/index.ts",
         | 
| 3565 3555 | 
             
                      "kind": "import-statement",
         | 
| 3566 | 
            -
                      "original": "../../ | 
| 3556 | 
            +
                      "original": "../../Sheet"
         | 
| 3567 3557 | 
             
                    },
         | 
| 3568 3558 | 
             
                    {
         | 
| 3569 | 
            -
                      "path": "src/ | 
| 3559 | 
            +
                      "path": "src/Text/index.tsx",
         | 
| 3570 3560 | 
             
                      "kind": "import-statement",
         | 
| 3571 | 
            -
                      "original": " | 
| 3561 | 
            +
                      "original": "../../Text"
         | 
| 3572 3562 | 
             
                    },
         | 
| 3573 3563 | 
             
                    {
         | 
| 3574 | 
            -
                      "path": "src/ | 
| 3564 | 
            +
                      "path": "src/Theme/index.tsx",
         | 
| 3575 3565 | 
             
                      "kind": "import-statement",
         | 
| 3576 | 
            -
                      "original": " | 
| 3566 | 
            +
                      "original": "../../Theme"
         | 
| 3577 3567 | 
             
                    },
         | 
| 3578 3568 | 
             
                    {
         | 
| 3579 | 
            -
                      "path": "src/ | 
| 3569 | 
            +
                      "path": "src/Tooltip/index.ts",
         | 
| 3580 3570 | 
             
                      "kind": "import-statement",
         | 
| 3581 | 
            -
                      "original": "../../ | 
| 3571 | 
            +
                      "original": "../../Tooltip"
         | 
| 3582 3572 | 
             
                    },
         | 
| 3583 3573 | 
             
                    {
         | 
| 3584 3574 | 
             
                      "path": "<define:process.env>",
         | 
| @@ -4133,7 +4123,7 @@ | |
| 4133 4123 | 
             
                      "original": "../../PIP/PIPManager"
         | 
| 4134 4124 | 
             
                    },
         | 
| 4135 4125 | 
             
                    {
         | 
| 4136 | 
            -
                      "path": "src/Prebuilt/components/RoleChangeModal. | 
| 4126 | 
            +
                      "path": "src/Prebuilt/components/RoleChangeModal.tsx",
         | 
| 4137 4127 | 
             
                      "kind": "import-statement",
         | 
| 4138 4128 | 
             
                      "original": "../../RoleChangeModal"
         | 
| 4139 4129 | 
             
                    },
         | 
| @@ -5924,6 +5914,47 @@ | |
| 5924 5914 | 
             
                  ],
         | 
| 5925 5915 | 
             
                  "format": "esm"
         | 
| 5926 5916 | 
             
                },
         | 
| 5917 | 
            +
                "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
         | 
| 5918 | 
            +
                  "bytes": 1030,
         | 
| 5919 | 
            +
                  "imports": [
         | 
| 5920 | 
            +
                    {
         | 
| 5921 | 
            +
                      "path": "react",
         | 
| 5922 | 
            +
                      "kind": "import-statement",
         | 
| 5923 | 
            +
                      "external": true
         | 
| 5924 | 
            +
                    },
         | 
| 5925 | 
            +
                    {
         | 
| 5926 | 
            +
                      "path": "@100mslive/types-prebuilt",
         | 
| 5927 | 
            +
                      "kind": "import-statement",
         | 
| 5928 | 
            +
                      "external": true
         | 
| 5929 | 
            +
                    },
         | 
| 5930 | 
            +
                    {
         | 
| 5931 | 
            +
                      "path": "@100mslive/react-sdk",
         | 
| 5932 | 
            +
                      "kind": "import-statement",
         | 
| 5933 | 
            +
                      "external": true
         | 
| 5934 | 
            +
                    },
         | 
| 5935 | 
            +
                    {
         | 
| 5936 | 
            +
                      "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
         | 
| 5937 | 
            +
                      "kind": "import-statement",
         | 
| 5938 | 
            +
                      "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
         | 
| 5939 | 
            +
                    },
         | 
| 5940 | 
            +
                    {
         | 
| 5941 | 
            +
                      "path": "src/Prebuilt/components/AppData/useSidepane.js",
         | 
| 5942 | 
            +
                      "kind": "import-statement",
         | 
| 5943 | 
            +
                      "original": "./useSidepane"
         | 
| 5944 | 
            +
                    },
         | 
| 5945 | 
            +
                    {
         | 
| 5946 | 
            +
                      "path": "src/Prebuilt/common/constants.ts",
         | 
| 5947 | 
            +
                      "kind": "import-statement",
         | 
| 5948 | 
            +
                      "original": "../../common/constants"
         | 
| 5949 | 
            +
                    },
         | 
| 5950 | 
            +
                    {
         | 
| 5951 | 
            +
                      "path": "<define:process.env>",
         | 
| 5952 | 
            +
                      "kind": "import-statement",
         | 
| 5953 | 
            +
                      "external": true
         | 
| 5954 | 
            +
                    }
         | 
| 5955 | 
            +
                  ],
         | 
| 5956 | 
            +
                  "format": "esm"
         | 
| 5957 | 
            +
                },
         | 
| 5927 5958 | 
             
                "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
         | 
| 5928 5959 | 
             
                  "bytes": 1672,
         | 
| 5929 5960 | 
             
                  "imports": [
         | 
| @@ -5951,7 +5982,7 @@ | |
| 5951 5982 | 
             
                  "format": "esm"
         | 
| 5952 5983 | 
             
                },
         | 
| 5953 5984 | 
             
                "src/Prebuilt/components/Footer/ParticipantList.tsx": {
         | 
| 5954 | 
            -
                  "bytes":  | 
| 5985 | 
            +
                  "bytes": 13879,
         | 
| 5955 5986 | 
             
                  "imports": [
         | 
| 5956 5987 | 
             
                    {
         | 
| 5957 5988 | 
             
                      "path": "react",
         | 
| @@ -5993,6 +6024,11 @@ | |
| 5993 6024 | 
             
                      "kind": "import-statement",
         | 
| 5994 6025 | 
             
                      "original": "../RemoveParticipant"
         | 
| 5995 6026 | 
             
                    },
         | 
| 6027 | 
            +
                    {
         | 
| 6028 | 
            +
                      "path": "src/Prebuilt/components/RoleChangeModal.tsx",
         | 
| 6029 | 
            +
                      "kind": "import-statement",
         | 
| 6030 | 
            +
                      "original": "../RoleChangeModal"
         | 
| 6031 | 
            +
                    },
         | 
| 5996 6032 | 
             
                    {
         | 
| 5997 6033 | 
             
                      "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
         | 
| 5998 6034 | 
             
                      "kind": "import-statement",
         | 
| @@ -6008,6 +6044,11 @@ | |
| 6008 6044 | 
             
                      "kind": "import-statement",
         | 
| 6009 6045 | 
             
                      "original": "../AppData/useSidepane"
         | 
| 6010 6046 | 
             
                    },
         | 
| 6047 | 
            +
                    {
         | 
| 6048 | 
            +
                      "path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
         | 
| 6049 | 
            +
                      "kind": "import-statement",
         | 
| 6050 | 
            +
                      "original": "../AppData/useSidepaneResetOnLayoutUpdate"
         | 
| 6051 | 
            +
                    },
         | 
| 6011 6052 | 
             
                    {
         | 
| 6012 6053 | 
             
                      "path": "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx",
         | 
| 6013 6054 | 
             
                      "kind": "import-statement",
         | 
| @@ -8255,7 +8296,7 @@ | |
| 8255 8296 | 
             
                  "format": "esm"
         | 
| 8256 8297 | 
             
                },
         | 
| 8257 8298 | 
             
                "src/Prebuilt/components/Chat/Chat.tsx": {
         | 
| 8258 | 
            -
                  "bytes":  | 
| 8299 | 
            +
                  "bytes": 5552,
         | 
| 8259 8300 | 
             
                  "imports": [
         | 
| 8260 8301 | 
             
                    {
         | 
| 8261 8302 | 
             
                      "path": "react",
         | 
| @@ -8337,6 +8378,11 @@ | |
| 8337 8378 | 
             
                      "kind": "import-statement",
         | 
| 8338 8379 | 
             
                      "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
         | 
| 8339 8380 | 
             
                    },
         | 
| 8381 | 
            +
                    {
         | 
| 8382 | 
            +
                      "path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
         | 
| 8383 | 
            +
                      "kind": "import-statement",
         | 
| 8384 | 
            +
                      "original": "../AppData/useSidepaneResetOnLayoutUpdate"
         | 
| 8385 | 
            +
                    },
         | 
| 8340 8386 | 
             
                    {
         | 
| 8341 8387 | 
             
                      "path": "src/Prebuilt/common/hooks.ts",
         | 
| 8342 8388 | 
             
                      "kind": "import-statement",
         | 
| @@ -8631,7 +8677,7 @@ | |
| 8631 8677 | 
             
                  "format": "esm"
         | 
| 8632 8678 | 
             
                },
         | 
| 8633 8679 | 
             
                "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
         | 
| 8634 | 
            -
                  "bytes":  | 
| 8680 | 
            +
                  "bytes": 12133,
         | 
| 8635 8681 | 
             
                  "imports": [
         | 
| 8636 8682 | 
             
                    {
         | 
| 8637 8683 | 
             
                      "path": "react",
         | 
| @@ -8717,7 +8763,7 @@ | |
| 8717 8763 | 
             
                  "format": "esm"
         | 
| 8718 8764 | 
             
                },
         | 
| 8719 8765 | 
             
                "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
         | 
| 8720 | 
            -
                  "bytes":  | 
| 8766 | 
            +
                  "bytes": 5158,
         | 
| 8721 8767 | 
             
                  "imports": [
         | 
| 8722 8768 | 
             
                    {
         | 
| 8723 8769 | 
             
                      "path": "react",
         | 
| @@ -8769,6 +8815,11 @@ | |
| 8769 8815 | 
             
                      "kind": "import-statement",
         | 
| 8770 8816 | 
             
                      "original": "../MoreSettings/ChangeNameModal"
         | 
| 8771 8817 | 
             
                    },
         | 
| 8818 | 
            +
                    {
         | 
| 8819 | 
            +
                      "path": "src/Prebuilt/components/RoleChangeModal.tsx",
         | 
| 8820 | 
            +
                      "kind": "import-statement",
         | 
| 8821 | 
            +
                      "original": "../RoleChangeModal"
         | 
| 8822 | 
            +
                    },
         | 
| 8772 8823 | 
             
                    {
         | 
| 8773 8824 | 
             
                      "path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
         | 
| 8774 8825 | 
             
                      "kind": "import-statement",
         | 
| @@ -8989,7 +9040,7 @@ | |
| 8989 9040 | 
             
                  "format": "esm"
         | 
| 8990 9041 | 
             
                },
         | 
| 8991 9042 | 
             
                "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
         | 
| 8992 | 
            -
                  "bytes":  | 
| 9043 | 
            +
                  "bytes": 8023,
         | 
| 8993 9044 | 
             
                  "imports": [
         | 
| 8994 9045 | 
             
                    {
         | 
| 8995 9046 | 
             
                      "path": "react",
         | 
| @@ -9051,6 +9102,11 @@ | |
| 9051 9102 | 
             
                      "kind": "import-statement",
         | 
| 9052 9103 | 
             
                      "original": "../AppData/useSidepane"
         | 
| 9053 9104 | 
             
                    },
         | 
| 9105 | 
            +
                    {
         | 
| 9106 | 
            +
                      "path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
         | 
| 9107 | 
            +
                      "kind": "import-statement",
         | 
| 9108 | 
            +
                      "original": "../AppData/useSidepaneResetOnLayoutUpdate"
         | 
| 9109 | 
            +
                    },
         | 
| 9054 9110 | 
             
                    {
         | 
| 9055 9111 | 
             
                      "path": "src/Prebuilt/components/AppData/useUISettings.js",
         | 
| 9056 9112 | 
             
                      "kind": "import-statement",
         | 
| @@ -10230,7 +10286,7 @@ | |
| 10230 10286 | 
             
                  ],
         | 
| 10231 10287 | 
             
                  "format": "esm"
         | 
| 10232 10288 | 
             
                },
         | 
| 10233 | 
            -
                "../../../../../../../tmp/tmp- | 
| 10289 | 
            +
                "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
         | 
| 10234 10290 | 
             
                  "bytes": 80111,
         | 
| 10235 10291 | 
             
                  "imports": [
         | 
| 10236 10292 | 
             
                    {
         | 
| @@ -10280,7 +10336,7 @@ | |
| 10280 10336 | 
             
                    }
         | 
| 10281 10337 | 
             
                  ]
         | 
| 10282 10338 | 
             
                },
         | 
| 10283 | 
            -
                "../../../../../../../tmp/tmp- | 
| 10339 | 
            +
                "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
         | 
| 10284 10340 | 
             
                  "bytes": 264,
         | 
| 10285 10341 | 
             
                  "imports": [
         | 
| 10286 10342 | 
             
                    {
         | 
| @@ -10289,7 +10345,7 @@ | |
| 10289 10345 | 
             
                      "external": true
         | 
| 10290 10346 | 
             
                    },
         | 
| 10291 10347 | 
             
                    {
         | 
| 10292 | 
            -
                      "path": "../../../../../../../tmp/tmp- | 
| 10348 | 
            +
                      "path": "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css",
         | 
| 10293 10349 | 
             
                      "kind": "import-rule",
         | 
| 10294 10350 | 
             
                      "original": "@tldraw/tldraw/tldraw.css"
         | 
| 10295 10351 | 
             
                    }
         | 
| @@ -10364,7 +10420,7 @@ | |
| 10364 10420 | 
             
                      "original": "../../common/constants"
         | 
| 10365 10421 | 
             
                    },
         | 
| 10366 10422 | 
             
                    {
         | 
| 10367 | 
            -
                      "path": "../../../../../../../tmp/tmp- | 
| 10423 | 
            +
                      "path": "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css",
         | 
| 10368 10424 | 
             
                      "kind": "import-statement",
         | 
| 10369 10425 | 
             
                      "original": "@100mslive/hms-whiteboard/index.css"
         | 
| 10370 10426 | 
             
                    },
         | 
| @@ -13463,7 +13519,7 @@ | |
| 13463 13519 | 
             
                "dist/index.js": {
         | 
| 13464 13520 | 
             
                  "imports": [
         | 
| 13465 13521 | 
             
                    {
         | 
| 13466 | 
            -
                      "path": "dist/chunk- | 
| 13522 | 
            +
                      "path": "dist/chunk-IOHV3H2B.js",
         | 
| 13467 13523 | 
             
                      "kind": "import-statement"
         | 
| 13468 13524 | 
             
                    }
         | 
| 13469 13525 | 
             
                  ],
         | 
| @@ -13537,16 +13593,16 @@ | |
| 13537 13593 | 
             
                  "inputs": {},
         | 
| 13538 13594 | 
             
                  "bytes": 1822
         | 
| 13539 13595 | 
             
                },
         | 
| 13540 | 
            -
                "dist/HLSView- | 
| 13596 | 
            +
                "dist/HLSView-524T6OTY.js.map": {
         | 
| 13541 13597 | 
             
                  "imports": [],
         | 
| 13542 13598 | 
             
                  "exports": [],
         | 
| 13543 13599 | 
             
                  "inputs": {},
         | 
| 13544 13600 | 
             
                  "bytes": 100337
         | 
| 13545 13601 | 
             
                },
         | 
| 13546 | 
            -
                "dist/HLSView- | 
| 13602 | 
            +
                "dist/HLSView-524T6OTY.js": {
         | 
| 13547 13603 | 
             
                  "imports": [
         | 
| 13548 13604 | 
             
                    {
         | 
| 13549 | 
            -
                      "path": "dist/chunk- | 
| 13605 | 
            +
                      "path": "dist/chunk-IOHV3H2B.js",
         | 
| 13550 13606 | 
             
                      "kind": "import-statement"
         | 
| 13551 13607 | 
             
                    },
         | 
| 13552 13608 | 
             
                    {
         | 
| @@ -13724,7 +13780,7 @@ | |
| 13724 13780 | 
             
                    "default"
         | 
| 13725 13781 | 
             
                  ],
         | 
| 13726 13782 | 
             
                  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
         | 
| 13727 | 
            -
                  "cssBundle": "dist/HLSView- | 
| 13783 | 
            +
                  "cssBundle": "dist/HLSView-VL3DXGRO.css",
         | 
| 13728 13784 | 
             
                  "inputs": {
         | 
| 13729 13785 | 
             
                    "src/Prebuilt/layouts/HLSView.jsx": {
         | 
| 13730 13786 | 
             
                      "bytesInOutput": 26045
         | 
| @@ -13783,13 +13839,13 @@ | |
| 13783 13839 | 
             
                  },
         | 
| 13784 13840 | 
             
                  "bytes": 58752
         | 
| 13785 13841 | 
             
                },
         | 
| 13786 | 
            -
                "dist/chunk- | 
| 13842 | 
            +
                "dist/chunk-IOHV3H2B.js.map": {
         | 
| 13787 13843 | 
             
                  "imports": [],
         | 
| 13788 13844 | 
             
                  "exports": [],
         | 
| 13789 13845 | 
             
                  "inputs": {},
         | 
| 13790 | 
            -
                  "bytes":  | 
| 13846 | 
            +
                  "bytes": 3222979
         | 
| 13791 13847 | 
             
                },
         | 
| 13792 | 
            -
                "dist/chunk- | 
| 13848 | 
            +
                "dist/chunk-IOHV3H2B.js": {
         | 
| 13793 13849 | 
             
                  "imports": [
         | 
| 13794 13850 | 
             
                    {
         | 
| 13795 13851 | 
             
                      "path": "react",
         | 
| @@ -14566,6 +14622,11 @@ | |
| 14566 14622 | 
             
                      "kind": "import-statement",
         | 
| 14567 14623 | 
             
                      "external": true
         | 
| 14568 14624 | 
             
                    },
         | 
| 14625 | 
            +
                    {
         | 
| 14626 | 
            +
                      "path": "react-use",
         | 
| 14627 | 
            +
                      "kind": "import-statement",
         | 
| 14628 | 
            +
                      "external": true
         | 
| 14629 | 
            +
                    },
         | 
| 14569 14630 | 
             
                    {
         | 
| 14570 14631 | 
             
                      "path": "@100mslive/react-sdk",
         | 
| 14571 14632 | 
             
                      "kind": "import-statement",
         | 
| @@ -15111,6 +15172,16 @@ | |
| 15111 15172 | 
             
                      "kind": "import-statement",
         | 
| 15112 15173 | 
             
                      "external": true
         | 
| 15113 15174 | 
             
                    },
         | 
| 15175 | 
            +
                    {
         | 
| 15176 | 
            +
                      "path": "@100mslive/react-sdk",
         | 
| 15177 | 
            +
                      "kind": "import-statement",
         | 
| 15178 | 
            +
                      "external": true
         | 
| 15179 | 
            +
                    },
         | 
| 15180 | 
            +
                    {
         | 
| 15181 | 
            +
                      "path": "react",
         | 
| 15182 | 
            +
                      "kind": "import-statement",
         | 
| 15183 | 
            +
                      "external": true
         | 
| 15184 | 
            +
                    },
         | 
| 15114 15185 | 
             
                    {
         | 
| 15115 15186 | 
             
                      "path": "@100mslive/react-icons",
         | 
| 15116 15187 | 
             
                      "kind": "import-statement",
         | 
| @@ -16227,7 +16298,7 @@ | |
| 16227 16298 | 
             
                      "external": true
         | 
| 16228 16299 | 
             
                    },
         | 
| 16229 16300 | 
             
                    {
         | 
| 16230 | 
            -
                      "path": "dist/HLSView- | 
| 16301 | 
            +
                      "path": "dist/HLSView-524T6OTY.js",
         | 
| 16231 16302 | 
             
                      "kind": "dynamic-import"
         | 
| 16232 16303 | 
             
                    },
         | 
| 16233 16304 | 
             
                    {
         | 
| @@ -16704,7 +16775,7 @@ | |
| 16704 16775 | 
             
                  ],
         | 
| 16705 16776 | 
             
                  "inputs": {
         | 
| 16706 16777 | 
             
                    "<define:process.env>": {
         | 
| 16707 | 
            -
                      "bytesInOutput":  | 
| 16778 | 
            +
                      "bytesInOutput": 17867
         | 
| 16708 16779 | 
             
                    },
         | 
| 16709 16780 | 
             
                    "../../node_modules/lodash/lodash.js": {
         | 
| 16710 16781 | 
             
                      "bytesInOutput": 224301
         | 
| @@ -16833,7 +16904,7 @@ | |
| 16833 16904 | 
             
                      "bytesInOutput": 1131
         | 
| 16834 16905 | 
             
                    },
         | 
| 16835 16906 | 
             
                    "src/Modal/DialogContent.tsx": {
         | 
| 16836 | 
            -
                      "bytesInOutput":  | 
| 16907 | 
            +
                      "bytesInOutput": 1740
         | 
| 16837 16908 | 
             
                    },
         | 
| 16838 16909 | 
             
                    "src/hooks/useDialogContainerSelector.tsx": {
         | 
| 16839 16910 | 
             
                      "bytesInOutput": 209
         | 
| @@ -17013,7 +17084,7 @@ | |
| 17013 17084 | 
             
                      "bytesInOutput": 3056
         | 
| 17014 17085 | 
             
                    },
         | 
| 17015 17086 | 
             
                    "src/Prebuilt/components/AudioVideoToggle.tsx": {
         | 
| 17016 | 
            -
                      "bytesInOutput":  | 
| 17087 | 
            +
                      "bytesInOutput": 9993
         | 
| 17017 17088 | 
             
                    },
         | 
| 17018 17089 | 
             
                    "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
         | 
| 17019 17090 | 
             
                      "bytesInOutput": 3074
         | 
| @@ -17105,8 +17176,8 @@ | |
| 17105 17176 | 
             
                    "src/Prebuilt/components/PIP/SetupMediaSession.js": {
         | 
| 17106 17177 | 
             
                      "bytesInOutput": 1870
         | 
| 17107 17178 | 
             
                    },
         | 
| 17108 | 
            -
                    "src/Prebuilt/components/RoleChangeModal. | 
| 17109 | 
            -
                      "bytesInOutput":  | 
| 17179 | 
            +
                    "src/Prebuilt/components/RoleChangeModal.tsx": {
         | 
| 17180 | 
            +
                      "bytesInOutput": 5403
         | 
| 17110 17181 | 
             
                    },
         | 
| 17111 17182 | 
             
                    "src/Prebuilt/components/Settings/StartRecording.jsx": {
         | 
| 17112 17183 | 
             
                      "bytesInOutput": 3537
         | 
| @@ -17202,7 +17273,7 @@ | |
| 17202 17273 | 
             
                      "bytesInOutput": 2056
         | 
| 17203 17274 | 
             
                    },
         | 
| 17204 17275 | 
             
                    "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
         | 
| 17205 | 
            -
                      "bytesInOutput":  | 
| 17276 | 
            +
                      "bytesInOutput": 3178
         | 
| 17206 17277 | 
             
                    },
         | 
| 17207 17278 | 
             
                    "src/Prebuilt/components/AppData/useSheet.ts": {
         | 
| 17208 17279 | 
             
                      "bytesInOutput": 844
         | 
| @@ -17250,7 +17321,7 @@ | |
| 17250 17321 | 
             
                      "bytesInOutput": 1445
         | 
| 17251 17322 | 
             
                    },
         | 
| 17252 17323 | 
             
                    "src/Prebuilt/components/Footer/ParticipantList.tsx": {
         | 
| 17253 | 
            -
                      "bytesInOutput":  | 
| 17324 | 
            +
                      "bytesInOutput": 12830
         | 
| 17254 17325 | 
             
                    },
         | 
| 17255 17326 | 
             
                    "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
         | 
| 17256 17327 | 
             
                      "bytesInOutput": 3835
         | 
| @@ -17270,6 +17341,9 @@ | |
| 17270 17341 | 
             
                    "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
         | 
| 17271 17342 | 
             
                      "bytesInOutput": 1730
         | 
| 17272 17343 | 
             
                    },
         | 
| 17344 | 
            +
                    "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
         | 
| 17345 | 
            +
                      "bytesInOutput": 632
         | 
| 17346 | 
            +
                    },
         | 
| 17273 17347 | 
             
                    "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
         | 
| 17274 17348 | 
             
                      "bytesInOutput": 1634
         | 
| 17275 17349 | 
             
                    },
         | 
| @@ -17379,7 +17453,7 @@ | |
| 17379 17453 | 
             
                      "bytesInOutput": 7336
         | 
| 17380 17454 | 
             
                    },
         | 
| 17381 17455 | 
             
                    "src/Prebuilt/components/Chat/Chat.tsx": {
         | 
| 17382 | 
            -
                      "bytesInOutput":  | 
| 17456 | 
            +
                      "bytesInOutput": 4759
         | 
| 17383 17457 | 
             
                    },
         | 
| 17384 17458 | 
             
                    "src/Prebuilt/components/Chat/ChatBody.tsx": {
         | 
| 17385 17459 | 
             
                      "bytesInOutput": 14266
         | 
| @@ -17445,10 +17519,10 @@ | |
| 17445 17519 | 
             
                      "bytesInOutput": 2399
         | 
| 17446 17520 | 
             
                    },
         | 
| 17447 17521 | 
             
                    "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
         | 
| 17448 | 
            -
                      "bytesInOutput":  | 
| 17522 | 
            +
                      "bytesInOutput": 4614
         | 
| 17449 17523 | 
             
                    },
         | 
| 17450 17524 | 
             
                    "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
         | 
| 17451 | 
            -
                      "bytesInOutput":  | 
| 17525 | 
            +
                      "bytesInOutput": 11826
         | 
| 17452 17526 | 
             
                    },
         | 
| 17453 17527 | 
             
                    "src/Prebuilt/components/TileMenu/utils.ts": {
         | 
| 17454 17528 | 
             
                      "bytesInOutput": 130
         | 
| @@ -17457,7 +17531,7 @@ | |
| 17457 17531 | 
             
                      "bytesInOutput": 1050
         | 
| 17458 17532 | 
             
                    },
         | 
| 17459 17533 | 
             
                    "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
         | 
| 17460 | 
            -
                      "bytesInOutput":  | 
| 17534 | 
            +
                      "bytesInOutput": 7474
         | 
| 17461 17535 | 
             
                    },
         | 
| 17462 17536 | 
             
                    "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
         | 
| 17463 17537 | 
             
                      "bytesInOutput": 1077
         | 
| @@ -17511,7 +17585,7 @@ | |
| 17511 17585 | 
             
                      "bytesInOutput": 2082
         | 
| 17512 17586 | 
             
                    },
         | 
| 17513 17587 | 
             
                    "src/Prebuilt/components/SecondaryTiles.tsx": {
         | 
| 17514 | 
            -
                      "bytesInOutput":  | 
| 17588 | 
            +
                      "bytesInOutput": 2525
         | 
| 17515 17589 | 
             
                    },
         | 
| 17516 17590 | 
             
                    "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
         | 
| 17517 17591 | 
             
                      "bytesInOutput": 2133
         | 
| @@ -17534,7 +17608,7 @@ | |
| 17534 17608 | 
             
                    "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
         | 
| 17535 17609 | 
             
                      "bytesInOutput": 2656
         | 
| 17536 17610 | 
             
                    },
         | 
| 17537 | 
            -
                    "../../../../../../../tmp/tmp- | 
| 17611 | 
            +
                    "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
         | 
| 17538 17612 | 
             
                      "bytesInOutput": 0
         | 
| 17539 17613 | 
             
                    },
         | 
| 17540 17614 | 
             
                    "src/Prebuilt/common/PeersSorter.ts": {
         | 
| @@ -17676,7 +17750,7 @@ | |
| 17676 17750 | 
             
                      "bytesInOutput": 651
         | 
| 17677 17751 | 
             
                    }
         | 
| 17678 17752 | 
             
                  },
         | 
| 17679 | 
            -
                  "bytes":  | 
| 17753 | 
            +
                  "bytes": 1290113
         | 
| 17680 17754 | 
             
                },
         | 
| 17681 17755 | 
             
                "dist/index.css.map": {
         | 
| 17682 17756 | 
             
                  "imports": [],
         | 
| @@ -17738,22 +17812,22 @@ | |
| 17738 17812 | 
             
                    }
         | 
| 17739 17813 | 
             
                  ],
         | 
| 17740 17814 | 
             
                  "inputs": {
         | 
| 17741 | 
            -
                    "../../../../../../../tmp/tmp- | 
| 17815 | 
            +
                    "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
         | 
| 17742 17816 | 
             
                      "bytesInOutput": 75223
         | 
| 17743 17817 | 
             
                    },
         | 
| 17744 | 
            -
                    "../../../../../../../tmp/tmp- | 
| 17818 | 
            +
                    "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
         | 
| 17745 17819 | 
             
                      "bytesInOutput": 131
         | 
| 17746 17820 | 
             
                    }
         | 
| 17747 17821 | 
             
                  },
         | 
| 17748 17822 | 
             
                  "bytes": 75631
         | 
| 17749 17823 | 
             
                },
         | 
| 17750 | 
            -
                "dist/HLSView- | 
| 17824 | 
            +
                "dist/HLSView-VL3DXGRO.css.map": {
         | 
| 17751 17825 | 
             
                  "imports": [],
         | 
| 17752 17826 | 
             
                  "exports": [],
         | 
| 17753 17827 | 
             
                  "inputs": {},
         | 
| 17754 17828 | 
             
                  "bytes": 121900
         | 
| 17755 17829 | 
             
                },
         | 
| 17756 | 
            -
                "dist/HLSView- | 
| 17830 | 
            +
                "dist/HLSView-VL3DXGRO.css": {
         | 
| 17757 17831 | 
             
                  "imports": [
         | 
| 17758 17832 | 
             
                    {
         | 
| 17759 17833 | 
             
                      "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
         | 
| @@ -17807,10 +17881,10 @@ | |
| 17807 17881 | 
             
                    }
         | 
| 17808 17882 | 
             
                  ],
         | 
| 17809 17883 | 
             
                  "inputs": {
         | 
| 17810 | 
            -
                    "../../../../../../../tmp/tmp- | 
| 17884 | 
            +
                    "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
         | 
| 17811 17885 | 
             
                      "bytesInOutput": 75223
         | 
| 17812 17886 | 
             
                    },
         | 
| 17813 | 
            -
                    "../../../../../../../tmp/tmp- | 
| 17887 | 
            +
                    "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
         | 
| 17814 17888 | 
             
                      "bytesInOutput": 131
         | 
| 17815 17889 | 
             
                    }
         | 
| 17816 17890 | 
             
                  },
         | 
    
        package/package.json
    CHANGED
    
    | @@ -10,7 +10,7 @@ | |
| 10 10 | 
             
                "prebuilt",
         | 
| 11 11 | 
             
                "roomkit"
         | 
| 12 12 | 
             
              ],
         | 
| 13 | 
            -
              "version": "0.3.10-alpha. | 
| 13 | 
            +
              "version": "0.3.10-alpha.1",
         | 
| 14 14 | 
             
              "author": "100ms",
         | 
| 15 15 | 
             
              "license": "MIT",
         | 
| 16 16 | 
             
              "repository": {
         | 
| @@ -74,12 +74,12 @@ | |
| 74 74 | 
             
                "react": ">=17.0.2 <19.0.0"
         | 
| 75 75 | 
             
              },
         | 
| 76 76 | 
             
              "dependencies": {
         | 
| 77 | 
            -
                "@100mslive/hls-player": "0.3.10-alpha. | 
| 77 | 
            +
                "@100mslive/hls-player": "0.3.10-alpha.1",
         | 
| 78 78 | 
             
                "@100mslive/hms-noise-cancellation": "0.0.1",
         | 
| 79 | 
            -
                "@100mslive/hms-virtual-background": "1.13.10-alpha. | 
| 80 | 
            -
                "@100mslive/hms-whiteboard": "0.0.0-alpha. | 
| 81 | 
            -
                "@100mslive/react-icons": "0.10.10-alpha. | 
| 82 | 
            -
                "@100mslive/react-sdk": "0.10.10-alpha. | 
| 79 | 
            +
                "@100mslive/hms-virtual-background": "1.13.10-alpha.1",
         | 
| 80 | 
            +
                "@100mslive/hms-whiteboard": "0.0.0-alpha.2",
         | 
| 81 | 
            +
                "@100mslive/react-icons": "0.10.10-alpha.1",
         | 
| 82 | 
            +
                "@100mslive/react-sdk": "0.10.10-alpha.1",
         | 
| 83 83 | 
             
                "@100mslive/types-prebuilt": "0.12.8",
         | 
| 84 84 | 
             
                "@emoji-mart/data": "^1.0.6",
         | 
| 85 85 | 
             
                "@emoji-mart/react": "^1.0.1",
         | 
| @@ -115,5 +115,5 @@ | |
| 115 115 | 
             
                "uuid": "^8.3.2",
         | 
| 116 116 | 
             
                "worker-timers": "^7.0.40"
         | 
| 117 117 | 
             
              },
         | 
| 118 | 
            -
              "gitHead": " | 
| 118 | 
            +
              "gitHead": "6d26007639e3d5088d8f47681590b58698e934f4"
         | 
| 119 119 | 
             
            }
         | 
| @@ -27,7 +27,7 @@ export const StyledDialogPortal = styled(DialogPrimitive.Portal, {}); | |
| 27 27 |  | 
| 28 28 | 
             
            export const CustomDialogContent = styled(DialogPrimitive.Content, {
         | 
| 29 29 | 
             
              color: '$on_surface_medium',
         | 
| 30 | 
            -
              backgroundColor: '$ | 
| 30 | 
            +
              backgroundColor: '$surface_dim',
         | 
| 31 31 | 
             
              borderRadius: '8px',
         | 
| 32 32 | 
             
              position: 'absolute',
         | 
| 33 33 | 
             
              top: '50%',
         | 
| @@ -0,0 +1,22 @@ | |
| 1 | 
            +
            import { useEffect } from 'react';
         | 
| 2 | 
            +
            import { DefaultConferencingScreen_Elements } from '@100mslive/types-prebuilt';
         | 
| 3 | 
            +
            import { selectAppData, useHMSStore } from '@100mslive/react-sdk';
         | 
| 4 | 
            +
            import { useRoomLayoutConferencingScreen } from '../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen';
         | 
| 5 | 
            +
            // @ts-ignore
         | 
| 6 | 
            +
            import { useSidepaneReset } from './useSidepane';
         | 
| 7 | 
            +
            import { APP_DATA, SidePaneOption } from '../../common/constants';
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            // Closes the sidepane if an element is removed from the layout via the customiser
         | 
| 10 | 
            +
            export const useSidepaneResetOnLayoutUpdate = (
         | 
| 11 | 
            +
              layoutKey: keyof DefaultConferencingScreen_Elements,
         | 
| 12 | 
            +
              sidepaneOption: SidePaneOption,
         | 
| 13 | 
            +
            ) => {
         | 
| 14 | 
            +
              const { elements } = useRoomLayoutConferencingScreen();
         | 
| 15 | 
            +
              const sidepane = useHMSStore(selectAppData(APP_DATA.sidePane));
         | 
| 16 | 
            +
              const resetSidePane = useSidepaneReset();
         | 
| 17 | 
            +
              useEffect(() => {
         | 
| 18 | 
            +
                if (sidepane === sidepaneOption && !elements?.[layoutKey]) {
         | 
| 19 | 
            +
                  resetSidePane();
         | 
| 20 | 
            +
                }
         | 
| 21 | 
            +
              }, [elements, elements?.[layoutKey], resetSidePane, sidepane, layoutKey, sidepaneOption]);
         | 
| 22 | 
            +
            };
         | 
| @@ -122,6 +122,7 @@ const NoiseCancellation = () => { | |
| 122 122 |  | 
| 123 123 | 
             
              return (
         | 
| 124 124 | 
             
                <>
         | 
| 125 | 
            +
                  <Dropdown.ItemSeparator css={{ mx: 0 }} />
         | 
| 125 126 | 
             
                  <Dropdown.Item
         | 
| 126 127 | 
             
                    css={{
         | 
| 127 128 | 
             
                      p: '$4 $8',
         | 
| @@ -256,7 +257,6 @@ export const AudioVideoToggle = ({ hideOptions = false }) => { | |
| 256 257 | 
             
                          </Dropdown.Group>
         | 
| 257 258 | 
             
                        </>
         | 
| 258 259 | 
             
                      )}
         | 
| 259 | 
            -
                      <Dropdown.ItemSeparator css={{ mx: 0 }} />
         | 
| 260 260 | 
             
                      <NoiseCancellation />
         | 
| 261 261 | 
             
                      <AudioSettings onClick={() => setShowSettings(true)} />
         | 
| 262 262 | 
             
                    </IconButtonWithOptions>
         | 
| @@ -15,8 +15,9 @@ import { ChatFooter } from './ChatFooter'; | |
| 15 15 | 
             
            import { ChatBlocked, ChatPaused } from './ChatStates';
         | 
| 16 16 | 
             
            import { PinnedMessage } from './PinnedMessage';
         | 
| 17 17 | 
             
            import { useRoomLayoutConferencingScreen } from '../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen';
         | 
| 18 | 
            +
            import { useSidepaneResetOnLayoutUpdate } from '../AppData/useSidepaneResetOnLayoutUpdate';
         | 
| 18 19 | 
             
            import { useLandscapeHLSStream, useMobileHLSStream } from '../../common/hooks';
         | 
| 19 | 
            -
            import { SESSION_STORE_KEY } from '../../common/constants';
         | 
| 20 | 
            +
            import { SESSION_STORE_KEY, SIDE_PANE_OPTIONS } from '../../common/constants';
         | 
| 20 21 |  | 
| 21 22 | 
             
            export const Chat = () => {
         | 
| 22 23 | 
             
              const { elements } = useRoomLayoutConferencingScreen();
         | 
| @@ -27,6 +28,7 @@ export const Chat = () => { | |
| 27 28 | 
             
              const isMobile = useMedia(cssConfig.media.md);
         | 
| 28 29 | 
             
              const isMobileHLSStream = useMobileHLSStream();
         | 
| 29 30 | 
             
              const isLandscapeStream = useLandscapeHLSStream();
         | 
| 31 | 
            +
              useSidepaneResetOnLayoutUpdate('chat', SIDE_PANE_OPTIONS.CHAT);
         | 
| 30 32 |  | 
| 31 33 | 
             
              const scrollToBottom = useCallback(
         | 
| 32 34 | 
             
                (unreadCount = 0) => {
         | 
| @@ -42,9 +44,6 @@ export const Chat = () => { | |
| 42 44 | 
             
                [hmsActions, vanillaStore],
         | 
| 43 45 | 
             
              );
         | 
| 44 46 |  | 
| 45 | 
            -
              if (!elements?.chat) {
         | 
| 46 | 
            -
                return null;
         | 
| 47 | 
            -
              }
         | 
| 48 47 | 
             
              const streaming = isMobileHLSStream || isLandscapeStream;
         | 
| 49 48 |  | 
| 50 49 | 
             
              return (
         |