@100mslive/roomkit-react 0.4.3-alpha.0 → 0.4.3-alpha.10

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.
Files changed (442) hide show
  1. package/dist/index.cjs.css +214 -223
  2. package/dist/index.cjs.css.map +3 -3
  3. package/dist/index.cjs.js +489 -727
  4. package/dist/index.cjs.js.map +4 -4
  5. package/dist/index.css +214 -223
  6. package/dist/index.css.map +3 -3
  7. package/dist/index.js +501 -739
  8. package/dist/index.js.map +4 -4
  9. package/dist/meta.cjs.json +93 -149
  10. package/dist/meta.esbuild.json +92 -148
  11. package/package.json +10 -24
  12. package/src/Accordion/Accordion.stories.tsx +0 -50
  13. package/src/Accordion/Accordion.tsx +0 -88
  14. package/src/Accordion/index.ts +0 -8
  15. package/src/AudioLevel/AudioLevel.tsx +0 -84
  16. package/src/AudioLevel/audio-level.png +0 -0
  17. package/src/AudioLevel/index.ts +0 -2
  18. package/src/AudioLevel/useBorderAudioLevel.tsx +0 -34
  19. package/src/Avatar/Avatar.stories.tsx +0 -33
  20. package/src/Avatar/Avatar.tsx +0 -60
  21. package/src/Avatar/getAvatarBg.ts +0 -50
  22. package/src/Avatar/index.ts +0 -1
  23. package/src/Button/Button.mdx +0 -43
  24. package/src/Button/Button.stories.tsx +0 -52
  25. package/src/Button/Button.tsx +0 -210
  26. package/src/Button/index.tsx +0 -1
  27. package/src/Chat/Chat.mdx +0 -39
  28. package/src/Chat/Chat.stories.tsx +0 -39
  29. package/src/Checkbox/Checkbox.stories.tsx +0 -61
  30. package/src/Checkbox/Checkbox.tsx +0 -35
  31. package/src/Checkbox/index.tsx +0 -1
  32. package/src/Collapsible/Collapsible.tsx +0 -34
  33. package/src/Collapsible/index.tsx +0 -1
  34. package/src/Diagnostics/AudioTest.tsx +0 -188
  35. package/src/Diagnostics/BrowserTest.tsx +0 -141
  36. package/src/Diagnostics/ConnectivityTest.tsx +0 -383
  37. package/src/Diagnostics/DeviceSelector.jsx +0 -71
  38. package/src/Diagnostics/Diagnostics.tsx +0 -190
  39. package/src/Diagnostics/DiagnosticsContext.ts +0 -46
  40. package/src/Diagnostics/VideoTest.tsx +0 -72
  41. package/src/Diagnostics/components.tsx +0 -70
  42. package/src/Diagnostics/index.ts +0 -1
  43. package/src/Divider/Divider.tsx +0 -45
  44. package/src/Divider/HorizontalDivider.stories.tsx +0 -34
  45. package/src/Divider/VerticalDivider.stories.tsx +0 -40
  46. package/src/Divider/index.ts +0 -1
  47. package/src/Dropdown/Dropdown.stories.tsx +0 -94
  48. package/src/Dropdown/Dropdown.tsx +0 -145
  49. package/src/Dropdown/index.tsx +0 -1
  50. package/src/Fieldset/Fieldset.stories.tsx +0 -29
  51. package/src/Fieldset/Fieldset.tsx +0 -11
  52. package/src/Fieldset/index.tsx +0 -1
  53. package/src/Footer/Footer.stories.tsx +0 -61
  54. package/src/Footer/Footer.tsx +0 -47
  55. package/src/Footer/index.tsx +0 -1
  56. package/src/IconButton/IconButton.tsx +0 -43
  57. package/src/IconButton/index.tsx +0 -1
  58. package/src/Icons/Icons.stories.mdx +0 -10
  59. package/src/Icons/IconsList.jsx +0 -17
  60. package/src/Input/Input.stories.tsx +0 -25
  61. package/src/Input/Input.tsx +0 -109
  62. package/src/Input/PasswordInput.stories.tsx +0 -53
  63. package/src/Input/index.tsx +0 -1
  64. package/src/Introduction/Integrating.stories.mdx +0 -100
  65. package/src/Introduction/Introduction.stories.mdx +0 -9
  66. package/src/Label/Label.tsx +0 -8
  67. package/src/Label/index.ts +0 -1
  68. package/src/Layout/Box.tsx +0 -3
  69. package/src/Layout/Flex.tsx +0 -76
  70. package/src/Layout/index.tsx +0 -2
  71. package/src/Link/Link.stories.tsx +0 -18
  72. package/src/Link/Link.tsx +0 -54
  73. package/src/Link/index.tsx +0 -2
  74. package/src/Loading/Loading.mdx +0 -15
  75. package/src/Loading/Loading.stories.tsx +0 -37
  76. package/src/Loading/Loading.tsx +0 -30
  77. package/src/Loading/index.ts +0 -1
  78. package/src/Modal/Dialog.mdx +0 -19
  79. package/src/Modal/Dialog.stories.tsx +0 -68
  80. package/src/Modal/Dialog.tsx +0 -57
  81. package/src/Modal/DialogContent.tsx +0 -65
  82. package/src/Modal/index.ts +0 -1
  83. package/src/Pagination/StyledPagination.stories.tsx +0 -80
  84. package/src/Pagination/StyledPagination.tsx +0 -70
  85. package/src/Pagination/index.tsx +0 -1
  86. package/src/Popover/Popover.mdx +0 -9
  87. package/src/Popover/Popover.stories.tsx +0 -95
  88. package/src/Popover/index.tsx +0 -34
  89. package/src/Prebuilt/App.tsx +0 -318
  90. package/src/Prebuilt/AppContext.tsx +0 -33
  91. package/src/Prebuilt/AppStateContext.tsx +0 -95
  92. package/src/Prebuilt/IconButton.tsx +0 -26
  93. package/src/Prebuilt/Prebuilt.stories.tsx +0 -46
  94. package/src/Prebuilt/common/PeersSorter.ts +0 -111
  95. package/src/Prebuilt/common/constants.ts +0 -151
  96. package/src/Prebuilt/common/hooks.ts +0 -257
  97. package/src/Prebuilt/common/utils.js +0 -185
  98. package/src/Prebuilt/components/AppData/AppData.tsx +0 -208
  99. package/src/Prebuilt/components/AppData/useChatState.js +0 -18
  100. package/src/Prebuilt/components/AppData/useSheet.ts +0 -33
  101. package/src/Prebuilt/components/AppData/useSidepane.js +0 -99
  102. package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +0 -22
  103. package/src/Prebuilt/components/AppData/useUISettings.js +0 -212
  104. package/src/Prebuilt/components/AudioVideoToggle.tsx +0 -411
  105. package/src/Prebuilt/components/AuthToken.tsx +0 -148
  106. package/src/Prebuilt/components/CaptionIcon.tsx +0 -27
  107. package/src/Prebuilt/components/Chat/ArrowNavigation.tsx +0 -44
  108. package/src/Prebuilt/components/Chat/Chat.tsx +0 -190
  109. package/src/Prebuilt/components/Chat/ChatActions.tsx +0 -314
  110. package/src/Prebuilt/components/Chat/ChatBody.tsx +0 -493
  111. package/src/Prebuilt/components/Chat/ChatFooter.tsx +0 -316
  112. package/src/Prebuilt/components/Chat/ChatSelector.tsx +0 -228
  113. package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +0 -158
  114. package/src/Prebuilt/components/Chat/ChatStates.tsx +0 -73
  115. package/src/Prebuilt/components/Chat/EmptyChat.tsx +0 -58
  116. package/src/Prebuilt/components/Chat/MwebChatOption.tsx +0 -24
  117. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +0 -140
  118. package/src/Prebuilt/components/Chat/StickIndicator.tsx +0 -24
  119. package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +0 -32
  120. package/src/Prebuilt/components/Chat/useUnreadCount.ts +0 -19
  121. package/src/Prebuilt/components/Chat/utils.ts +0 -11
  122. package/src/Prebuilt/components/ChatSettings.tsx +0 -68
  123. package/src/Prebuilt/components/Chip.tsx +0 -40
  124. package/src/Prebuilt/components/ConferenceScreen.tsx +0 -205
  125. package/src/Prebuilt/components/Connection/ConnectionIndicator.tsx +0 -89
  126. package/src/Prebuilt/components/Connection/TileConnection.tsx +0 -93
  127. package/src/Prebuilt/components/Connection/connectionQualityUtils.js +0 -37
  128. package/src/Prebuilt/components/EmojiReaction.jsx +0 -100
  129. package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +0 -71
  130. package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +0 -381
  131. package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +0 -64
  132. package/src/Prebuilt/components/ErrorBoundary.jsx +0 -102
  133. package/src/Prebuilt/components/Footer/ChatToggle.tsx +0 -53
  134. package/src/Prebuilt/components/Footer/EmojiCard.jsx +0 -34
  135. package/src/Prebuilt/components/Footer/Footer.tsx +0 -115
  136. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +0 -124
  137. package/src/Prebuilt/components/Footer/ParticipantList.tsx +0 -478
  138. package/src/Prebuilt/components/Footer/PollsToggle.tsx +0 -37
  139. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +0 -183
  140. package/src/Prebuilt/components/Footer/RoleOptions.tsx +0 -215
  141. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +0 -52
  142. package/src/Prebuilt/components/FullPageProgress.tsx +0 -22
  143. package/src/Prebuilt/components/HMSVideo/Controls.jsx +0 -22
  144. package/src/Prebuilt/components/HMSVideo/FullscreenButton.tsx +0 -13
  145. package/src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx +0 -72
  146. package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +0 -15
  147. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +0 -248
  148. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +0 -75
  149. package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +0 -86
  150. package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +0 -27
  151. package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +0 -158
  152. package/src/Prebuilt/components/HMSVideo/PlayerContext.tsx +0 -15
  153. package/src/Prebuilt/components/HMSVideo/SeekControl.tsx +0 -22
  154. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +0 -100
  155. package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +0 -52
  156. package/src/Prebuilt/components/HMSVideo/VolumeControl.tsx +0 -70
  157. package/src/Prebuilt/components/HMSVideo/index.ts +0 -24
  158. package/src/Prebuilt/components/HMSVideo/utils.ts +0 -37
  159. package/src/Prebuilt/components/Header/Header.tsx +0 -52
  160. package/src/Prebuilt/components/Header/HeaderComponents.jsx +0 -57
  161. package/src/Prebuilt/components/Header/ParticipantFilter.jsx +0 -89
  162. package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +0 -51
  163. package/src/Prebuilt/components/Header/StreamActions.tsx +0 -297
  164. package/src/Prebuilt/components/Header/common.jsx +0 -196
  165. package/src/Prebuilt/components/Header/index.tsx +0 -1
  166. package/src/Prebuilt/components/HlsStatsOverlay.jsx +0 -89
  167. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.stories.tsx +0 -40
  168. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +0 -167
  169. package/src/Prebuilt/components/Input/KeyboardInputManager.js +0 -107
  170. package/src/Prebuilt/components/InsetTile.tsx +0 -136
  171. package/src/Prebuilt/components/LayoutModeSelector.tsx +0 -112
  172. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -166
  173. package/src/Prebuilt/components/Leave/EndSessionContent.tsx +0 -64
  174. package/src/Prebuilt/components/Leave/LeaveAtoms.tsx +0 -26
  175. package/src/Prebuilt/components/Leave/LeaveCard.tsx +0 -36
  176. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +0 -82
  177. package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +0 -61
  178. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +0 -135
  179. package/src/Prebuilt/components/LeaveScreen.tsx +0 -71
  180. package/src/Prebuilt/components/MoreSettings/ActionTile.jsx +0 -60
  181. package/src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx +0 -139
  182. package/src/Prebuilt/components/MoreSettings/CaptionContent.tsx +0 -143
  183. package/src/Prebuilt/components/MoreSettings/CaptionModal.tsx +0 -37
  184. package/src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx +0 -123
  185. package/src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx +0 -78
  186. package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +0 -81
  187. package/src/Prebuilt/components/MoreSettings/FullScreenItem.tsx +0 -26
  188. package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +0 -29
  189. package/src/Prebuilt/components/MoreSettings/MuteAllContent.tsx +0 -81
  190. package/src/Prebuilt/components/MoreSettings/MuteAllModal.tsx +0 -72
  191. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -282
  192. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +0 -387
  193. package/src/Prebuilt/components/MoreSettings/constants.ts +0 -14
  194. package/src/Prebuilt/components/MwebLandscapePrompt.tsx +0 -81
  195. package/src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx +0 -39
  196. package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +0 -34
  197. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +0 -18
  198. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +0 -86
  199. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +0 -56
  200. package/src/Prebuilt/components/Notifications/HLSFailureModal.tsx +0 -71
  201. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +0 -78
  202. package/src/Prebuilt/components/Notifications/InitErrorModal.tsx +0 -42
  203. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +0 -24
  204. package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -65
  205. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +0 -52
  206. package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +0 -144
  207. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +0 -71
  208. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +0 -33
  209. package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +0 -24
  210. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +0 -61
  211. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +0 -41
  212. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +0 -63
  213. package/src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx +0 -58
  214. package/src/Prebuilt/components/Notifications/index.tsx +0 -1
  215. package/src/Prebuilt/components/PIP/PIPChat.tsx +0 -292
  216. package/src/Prebuilt/components/PIP/PIPChatOption.tsx +0 -18
  217. package/src/Prebuilt/components/PIP/PIPComponent.tsx +0 -90
  218. package/src/Prebuilt/components/PIP/PIPManager.ts +0 -335
  219. package/src/Prebuilt/components/PIP/PIPProvider.tsx +0 -56
  220. package/src/Prebuilt/components/PIP/PIPWindow.tsx +0 -13
  221. package/src/Prebuilt/components/PIP/SetupMediaSession.js +0 -60
  222. package/src/Prebuilt/components/PIP/context.ts +0 -10
  223. package/src/Prebuilt/components/PIP/index.jsx +0 -6
  224. package/src/Prebuilt/components/PIP/pip.test.js +0 -72
  225. package/src/Prebuilt/components/PIP/pipUtils.js +0 -183
  226. package/src/Prebuilt/components/PIP/usePIPChat.tsx +0 -105
  227. package/src/Prebuilt/components/PIP/usePIPWindow.tsx +0 -12
  228. package/src/Prebuilt/components/Pagination.tsx +0 -60
  229. package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +0 -248
  230. package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +0 -142
  231. package/src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx +0 -74
  232. package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx +0 -324
  233. package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +0 -64
  234. package/src/Prebuilt/components/Polls/Polls.tsx +0 -31
  235. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +0 -76
  236. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +0 -116
  237. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +0 -60
  238. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +0 -221
  239. package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +0 -47
  240. package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +0 -20
  241. package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +0 -55
  242. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +0 -143
  243. package/src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx +0 -50
  244. package/src/Prebuilt/components/Polls/common/Line.tsx +0 -4
  245. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +0 -115
  246. package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +0 -38
  247. package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +0 -140
  248. package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +0 -35
  249. package/src/Prebuilt/components/Polls/common/VoteCount.tsx +0 -15
  250. package/src/Prebuilt/components/Polls/common/VoteProgress.tsx +0 -18
  251. package/src/Prebuilt/components/Polls/common/constants.ts +0 -5
  252. package/src/Prebuilt/components/Polls/common/utils.ts +0 -22
  253. package/src/Prebuilt/components/Preview/PreviewForm.tsx +0 -94
  254. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +0 -292
  255. package/src/Prebuilt/components/Preview/PreviewScreen.tsx +0 -38
  256. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -20
  257. package/src/Prebuilt/components/RaiseHand.tsx +0 -30
  258. package/src/Prebuilt/components/RemoveParticipant.tsx +0 -35
  259. package/src/Prebuilt/components/RoleChangeModal.tsx +0 -188
  260. package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +0 -75
  261. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -94
  262. package/src/Prebuilt/components/RoomDetails/Duration.tsx +0 -26
  263. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +0 -63
  264. package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +0 -23
  265. package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +0 -45
  266. package/src/Prebuilt/components/ScreenShareToggle.jsx +0 -58
  267. package/src/Prebuilt/components/ScreenshareDisplay.tsx +0 -39
  268. package/src/Prebuilt/components/ScreenshareTile.tsx +0 -134
  269. package/src/Prebuilt/components/SecondaryTiles.tsx +0 -81
  270. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +0 -208
  271. package/src/Prebuilt/components/Settings/LayoutSettings.tsx +0 -74
  272. package/src/Prebuilt/components/Settings/NotificationSettings.tsx +0 -66
  273. package/src/Prebuilt/components/Settings/SettingsModal.jsx +0 -301
  274. package/src/Prebuilt/components/Settings/StartRecording.jsx +0 -101
  275. package/src/Prebuilt/components/Settings/SwitchWithLabel.tsx +0 -53
  276. package/src/Prebuilt/components/Settings/common.ts +0 -16
  277. package/src/Prebuilt/components/ShareMenuIcon.jsx +0 -27
  278. package/src/Prebuilt/components/SidePaneTabs.tsx +0 -214
  279. package/src/Prebuilt/components/StatsForNerds.jsx +0 -373
  280. package/src/Prebuilt/components/Streaming/Common.jsx +0 -143
  281. package/src/Prebuilt/components/Streaming/ResolutionInput.jsx +0 -88
  282. package/src/Prebuilt/components/TileMenu/TileMenu.tsx +0 -148
  283. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +0 -393
  284. package/src/Prebuilt/components/TileMenu/utils.ts +0 -7
  285. package/src/Prebuilt/components/Toast/Toast.jsx +0 -17
  286. package/src/Prebuilt/components/Toast/ToastBatcher.js +0 -64
  287. package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -177
  288. package/src/Prebuilt/components/Toast/ToastContainer.jsx +0 -30
  289. package/src/Prebuilt/components/Toast/ToastManager.js +0 -44
  290. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +0 -62
  291. package/src/Prebuilt/components/VideoLayouts/Grid.tsx +0 -43
  292. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -155
  293. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +0 -91
  294. package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +0 -66
  295. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -74
  296. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +0 -93
  297. package/src/Prebuilt/components/VideoLayouts/interface.ts +0 -11
  298. package/src/Prebuilt/components/VideoTile.tsx +0 -203
  299. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +0 -52
  300. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +0 -130
  301. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +0 -57
  302. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +0 -252
  303. package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +0 -50
  304. package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +0 -20
  305. package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +0 -70
  306. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +0 -29
  307. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +0 -17
  308. package/src/Prebuilt/components/hooks/useDropdownList.ts +0 -24
  309. package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +0 -3
  310. package/src/Prebuilt/components/hooks/useFullscreen.ts +0 -46
  311. package/src/Prebuilt/components/hooks/useGroupOnStageActions.tsx +0 -54
  312. package/src/Prebuilt/components/hooks/useMetadata.tsx +0 -56
  313. package/src/Prebuilt/components/hooks/usePeerOnStageActions.tsx +0 -49
  314. package/src/Prebuilt/components/hooks/usePinnedBy.tsx +0 -22
  315. package/src/Prebuilt/components/hooks/usePinnedMessages.ts +0 -78
  316. package/src/Prebuilt/components/hooks/usePlaylist.js +0 -25
  317. package/src/Prebuilt/components/hooks/usePlaylistMusic.js +0 -35
  318. package/src/Prebuilt/components/hooks/useRedirectToLeave.tsx +0 -23
  319. package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +0 -39
  320. package/src/Prebuilt/components/hooks/useScreenshareAudio.js +0 -28
  321. package/src/Prebuilt/components/hooks/useTileLayout.tsx +0 -128
  322. package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +0 -17
  323. package/src/Prebuilt/components/hooks/useUserPreferences.jsx +0 -26
  324. package/src/Prebuilt/components/hooks/useVideoTileLayout.ts +0 -26
  325. package/src/Prebuilt/components/init/Init.jsx +0 -31
  326. package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +0 -42
  327. package/src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx +0 -31
  328. package/src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx +0 -32
  329. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +0 -211
  330. package/src/Prebuilt/components/pdfAnnotator/submitPdf.jsx +0 -48
  331. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +0 -71
  332. package/src/Prebuilt/components/peerTileUtils.tsx +0 -42
  333. package/src/Prebuilt/images/android-perm-1.png +0 -0
  334. package/src/Prebuilt/images/empty-chat.svg +0 -12
  335. package/src/Prebuilt/images/ios-perm-0.png +0 -0
  336. package/src/Prebuilt/images/pdf-share.png +0 -0
  337. package/src/Prebuilt/images/rtmp.png +0 -0
  338. package/src/Prebuilt/images/screen-share.png +0 -0
  339. package/src/Prebuilt/images/transaction_error.svg +0 -12
  340. package/src/Prebuilt/index.ts +0 -1
  341. package/src/Prebuilt/layouts/EmbedView.jsx +0 -94
  342. package/src/Prebuilt/layouts/HLSView.jsx +0 -747
  343. package/src/Prebuilt/layouts/PDFView.jsx +0 -67
  344. package/src/Prebuilt/layouts/Sheet.tsx +0 -14
  345. package/src/Prebuilt/layouts/SidePane.tsx +0 -241
  346. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -164
  347. package/src/Prebuilt/layouts/WaitingView.tsx +0 -52
  348. package/src/Prebuilt/plugins/CaptionsViewer.tsx +0 -261
  349. package/src/Prebuilt/plugins/FlyingEmoji.jsx +0 -154
  350. package/src/Prebuilt/plugins/RemoteStopScreenshare.jsx +0 -18
  351. package/src/Prebuilt/plugins/transcription/Transcriber.js +0 -216
  352. package/src/Prebuilt/plugins/transcription/TranscriptionButton.jsx +0 -138
  353. package/src/Prebuilt/plugins/transcription/index.jsx +0 -1
  354. package/src/Prebuilt/primitives/DialogContent.jsx +0 -285
  355. package/src/Prebuilt/primitives/DropdownTrigger.jsx +0 -46
  356. package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +0 -60
  357. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +0 -88
  358. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useInsetEnabled.ts +0 -10
  359. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +0 -112
  360. package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +0 -53
  361. package/src/Prebuilt/services/FeatureFlags.jsx +0 -46
  362. package/src/Progress/index.tsx +0 -17
  363. package/src/QRCode/QRCode.mdx +0 -9
  364. package/src/QRCode/QRCode.stories.tsx +0 -29
  365. package/src/QRCode/QRCode.tsx +0 -6
  366. package/src/QRCode/index.tsx +0 -1
  367. package/src/RadioGroup/RadioGroup.stories.tsx +0 -32
  368. package/src/RadioGroup/RadioGroup.tsx +0 -33
  369. package/src/RadioGroup/index.tsx +0 -1
  370. package/src/ReactSelect/ReactSelect.stories.tsx +0 -83
  371. package/src/ReactSelect/ReactSelect.tsx +0 -97
  372. package/src/ReactSelect/index.ts +0 -1
  373. package/src/Select/Select.stories.tsx +0 -33
  374. package/src/Select/Select.tsx +0 -63
  375. package/src/Select/index.ts +0 -1
  376. package/src/Sheet/Sheet.mdx +0 -19
  377. package/src/Sheet/Sheet.stories.tsx +0 -103
  378. package/src/Sheet/Sheet.tsx +0 -122
  379. package/src/Sheet/index.ts +0 -1
  380. package/src/Slider/Slider.stories.tsx +0 -21
  381. package/src/Slider/Slider.tsx +0 -70
  382. package/src/Slider/index.ts +0 -1
  383. package/src/Stats/Stats.tsx +0 -243
  384. package/src/Stats/StyledStats.tsx +0 -57
  385. package/src/Stats/formatBytes.ts +0 -19
  386. package/src/Stats/index.tsx +0 -2
  387. package/src/Stats/useQoE.ts +0 -79
  388. package/src/Switch/Switch.mdx +0 -11
  389. package/src/Switch/Switch.stories.tsx +0 -46
  390. package/src/Switch/Switch.tsx +0 -52
  391. package/src/Switch/index.ts +0 -1
  392. package/src/Tabs/Tabs.stories.tsx +0 -77
  393. package/src/Tabs/Tabs.tsx +0 -41
  394. package/src/Tabs/index.tsx +0 -1
  395. package/src/Text/Text.stories.tsx +0 -21
  396. package/src/Text/Text.tsx +0 -149
  397. package/src/Text/index.tsx +0 -1
  398. package/src/TextArea/TextArea.tsx +0 -30
  399. package/src/TextArea/index.tsx +0 -1
  400. package/src/Theme/Theme.stories.mdx +0 -8
  401. package/src/Theme/ThemeProvider.tsx +0 -98
  402. package/src/Theme/ThemeStory.jsx +0 -56
  403. package/src/Theme/base.config.ts +0 -236
  404. package/src/Theme/index.tsx +0 -2
  405. package/src/Theme/stitches.config.ts +0 -88
  406. package/src/Theme/useSSR.tsx +0 -24
  407. package/src/TileMenu/StyledMenuTile.tsx +0 -105
  408. package/src/TileMenu/TileMenu.tsx +0 -98
  409. package/src/TileMenu/index.tsx +0 -1
  410. package/src/Toast/AppToast.stories.tsx +0 -56
  411. package/src/Toast/Toast.mdx +0 -19
  412. package/src/Toast/Toast.stories.tsx +0 -57
  413. package/src/Toast/Toast.tsx +0 -170
  414. package/src/Toast/index.tsx +0 -1
  415. package/src/Tooltip/Tooltip.stories.tsx +0 -62
  416. package/src/Tooltip/Tooltip.tsx +0 -79
  417. package/src/Tooltip/index.ts +0 -1
  418. package/src/Video/UseVideo.mdx +0 -22
  419. package/src/Video/UseVideo.stories.tsx +0 -26
  420. package/src/Video/Video.mdx +0 -24
  421. package/src/Video/Video.stories.tsx +0 -27
  422. package/src/Video/Video.tsx +0 -61
  423. package/src/Video/index.tsx +0 -1
  424. package/src/VideoList/StyledVideoList.tsx +0 -39
  425. package/src/VideoList/VideoList.stories.tsx +0 -92
  426. package/src/VideoList/index.tsx +0 -2
  427. package/src/VideoList/videoListUtils.tsx +0 -20
  428. package/src/VideoTile/StyledVideoTile.tsx +0 -146
  429. package/src/VideoTile/VideoTile.mdx +0 -28
  430. package/src/VideoTile/VideoTile.stories.tsx +0 -32
  431. package/src/VideoTile/index.tsx +0 -1
  432. package/src/context/DialogContext.tsx +0 -13
  433. package/src/fixtures/chats.ts +0 -25
  434. package/src/fixtures/peers.ts +0 -27
  435. package/src/fixtures/tracks.ts +0 -11
  436. package/src/hooks/useDialogContainerSelector.tsx +0 -7
  437. package/src/index.ts +0 -41
  438. package/src/store/SetupFakeStore.ts +0 -33
  439. package/src/store/StorybookSDK.ts +0 -231
  440. package/src/utils/animations.ts +0 -114
  441. package/src/utils/index.ts +0 -2
  442. package/src/utils/styles.ts +0 -22
package/dist/index.js CHANGED
@@ -8,6 +8,9 @@ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
8
8
  var __getProtoOf = Object.getPrototypeOf;
9
9
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
10
  var __propIsEnum = Object.prototype.propertyIsEnumerable;
11
+ var __typeError = (msg) => {
12
+ throw TypeError(msg);
13
+ };
11
14
  var __pow = Math.pow;
12
15
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
16
  var __spreadValues = (a2, b2) => {
@@ -34,8 +37,8 @@ var __objRest = (source, exclude) => {
34
37
  }
35
38
  return target;
36
39
  };
37
- var __esm = (fn2, res) => function __init() {
38
- return fn2 && (res = (0, fn2[__getOwnPropNames(fn2)[0]])(fn2 = 0)), res;
40
+ var __esm = (fn, res) => function __init() {
41
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
39
42
  };
40
43
  var __commonJS = (cb, mod) => function __require() {
41
44
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
@@ -60,28 +63,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
60
63
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
61
64
  mod
62
65
  ));
63
- var __publicField = (obj, key, value) => {
64
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
65
- return value;
66
- };
67
- var __accessCheck = (obj, member, msg) => {
68
- if (!member.has(obj))
69
- throw TypeError("Cannot " + msg);
70
- };
71
- var __privateGet = (obj, member, getter) => {
72
- __accessCheck(obj, member, "read from private field");
73
- return getter ? getter.call(obj) : member.get(obj);
74
- };
75
- var __privateAdd = (obj, member, value) => {
76
- if (member.has(obj))
77
- throw TypeError("Cannot add the same private member more than once");
78
- member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
79
- };
80
- var __privateSet = (obj, member, value, setter) => {
81
- __accessCheck(obj, member, "write to private field");
82
- setter ? setter.call(obj, value) : member.set(obj, value);
83
- return value;
84
- };
66
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
67
+ var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
68
+ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
69
+ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
70
+ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
85
71
  var __async = (__this, __arguments, generator) => {
86
72
  return new Promise((resolve, reject) => {
87
73
  var fulfilled = (value) => {
@@ -107,7 +93,7 @@ var __async = (__this, __arguments, generator) => {
107
93
  var define_process_env_default;
108
94
  var init_define_process_env = __esm({
109
95
  "<define:process.env>"() {
110
- define_process_env_default = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_d9a6b5fe-26fb-43aa-bef3-08525559e40b", npm_package_devDependencies_ts_node: "^10.4.0", npm_package_devDependencies__types_node: "^16.11.17", npm_package_exports___index_css: "./dist/index.css", npm_package_exports___require: "./dist/index.cjs.js", DOTNET_NOLOGO: "1", npm_package_dependencies_screenfull: "^5.1.0", npm_package_dependencies_react_draggable: "^4.4.5", npm_package_dependencies__radix_ui_react_switch: "1.0.0", npm_package_dependencies__100mslive_hms_whiteboard: "0.1.3-alpha.0", USER: "runner", npm_package_resolutions__octokit_request: "^8.4.1", npm_package_devDependencies_jest: "^29.7.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v24.13.0 linux x64", npm_config_always_auth: "", NX_WORKSPACE_ROOT: "/home/runner/work/web-sdks/web-sdks", npm_package_scripts_babel: "npx storybook@latest babelrc", CI: "true", npm_package_devDependencies__size_limit_file: "^5.0.3", npm_config_bin_links: "true", npm_config_wrap_output: "", npm_package_dependencies__radix_ui_react_tabs: "1.0.0", npm_package_dependencies__100mslive_react_sdk: "0.11.3-alpha.0", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_d9a6b5fe-26fb-43aa-bef3-08525559e40b", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/24.13.0/x64/bin/node", npm_config_init_version: "1.0.0", npm_package_dependencies__emoji_mart_react: "^1.0.1", npm_package_dependencies__emoji_mart_data: "^1.0.6", npm_package_dependencies__100mslive_hms_virtual_background: "1.14.3-alpha.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_dependencies__radix_ui_react_tooltip: "1.0.6", npm_package_dependencies__radix_ui_react_popover: "1.0.6", npm_package_dependencies__100mslive_types_prebuilt: "0.12.12", npm_package_peerDependencies_react: ">=17.0.2 <19.0.0", npm_package_devDependencies__storybook_addon_links: "^7.0.27", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies__typescript_eslint_parser: "^5.4.0", npm_package_dependencies__radix_ui_react_dialog: "1.0.4", npm_package_devDependencies__types_react_window: "^1.8.5", npm_package_files_1: "src", npm_package_repository_directory: "packages/roomkit-react", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_resolutions__tldraw_tldraw__radix_ui_react_dialog: "1.0.5", npm_package_scripts_controller: "cd packages/hls-controller && yarn start", npm_package_dependencies__stitches_react: "1.3.1-1", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "100mslive", npm_package_engines_node: ">=16", npm_package_devDependencies_typedoc_plugin_markdown: "^3.14.0", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-9.3.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "73883131", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_scripts_lint_fix: "yarn lint --fix", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", npm_package_devDependencies__storybook_addon_a11y: "^7.0.27", SYSTEMD_EXEC_PID: "2036", ACTIONS_ORCHESTRATION_ID: "7472c1ac-f8f4-49ec-a15e-34d45d0c448f.publish_packages.__default", npm_package_resolutions_tmp: "^0.2.3", npm_package_scripts_postinstall: "husky install", npm_package_devDependencies_husky: "^6.0.0", npm_package_dependencies_recordrtc: "^5.6.2", npm_package_dependencies_eventemitter2: "^6.4.9", npm_package_dependencies__radix_ui_react_label: "1.0.0", npm_package_dependencies__radix_ui_react_dropdown_menu: "2.0.5", npm_package_keywords_0: "100mslive", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: "100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.", npm_package_devDependencies_typescript: "~4.7.4", npm_package_devDependencies_typedoc: "^0.24.8", npm_package_devDependencies_babel_loader: "^8.2.5", npm_package_keywords_1: "react", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_react: "^18.1.0", npm_package_devDependencies__babel_preset_env: "^7.22.5", npm_package_keywords_2: "prebuilt", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260209.23.1", npm_package_devDependencies_prettier: "^2.4.1", npm_package_devDependencies_babel_jest: "^29.7.0", npm_package_scripts_dev: "node ../../scripts/dev", npm_package_keywords_3: "roomkit", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", FORCE_COLOR: "true", npm_package_dependencies__radix_ui_react_toast: "1.0.0", npm_package_dependencies__radix_ui_react_radio_group: "1.0.0", npm_package_dependencies__100mslive_hms_noise_cancellation: "0.0.2", npm_package_devDependencies__babel_preset_typescript: "^7.22.5", npm_package_exports___default: "./dist/index.js", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:10995", GITHUB_WORKFLOW: "Publish Packages", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_lerna: "^9.0.4", npm_package_devDependencies__types_jest: "^27.0.3", npm_package_devDependencies__commitlint_config_conventional: "^19.6.0", npm_package_private: "true", npm_package_dependencies__radix_ui_react_accordion: "1.0.0", npm_package_devDependencies__babel_preset_react: "^7.22.5", npm_package_module: "dist/index.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint -c .eslintrc --no-error-on-unmatched-pattern src --ext .js --ext .jsx --ext .ts --ext .tsx", npm_package_devDependencies__typescript_eslint_eslint_plugin: "^5.4.0", npm_config_registry: "https://registry.yarnpkg.com", npm_package_dependencies_react_window: "^1.8.7", npm_package_dependencies__100mslive_hls_player: "0.4.3-alpha.0", npm_package_devDependencies__types_lodash_merge: "^4.6.6", npm_package_devDependencies__storybook_cli: "^7.0.27", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.7/x64", GITHUB_RUN_ID: "22051713627", npm_package_workspaces_0: "packages/*", npm_package_scripts_store: "cd packages/hms-video-store && yarn start", npm_package_devDependencies__babel_core: "^7.18.2", npm_package_dependencies_ts_pattern: "4.3.0", npm_package_devDependencies__storybook_addon_interactions: "^7.0.27", npm_package_devDependencies__storybook_addon_actions: "^7.0.27", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "f1f1e1e72eb47deed22698a3c7a1fd10d9dcd0af", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_workspaces_1: "examples/*", npm_package_resolutions_qs: "^6.14.1", npm_package_scripts_start: 'concurrently "yarn dev" "yarn types"', npm_config_ignore_scripts: "", NX_TASK_HASH: "14474588079637437322", npm_package_exports___import: "./dist/index.js", GITHUB_WORKFLOW_REF: "100mslive/web-sdks/.github/workflows/publish.yml@refs/heads/ci/release-1def1fa18", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9jaS9yZWxlYXNlLTFkZWYxZmExOFwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJhdWQiOiJ2c286NWUxMmUwMDktZGQwMS00Y2NjLTllODktNDUyMzAyNTAzZGI1IiwiYmlsbGluZ19vd25lcl9pZCI6IkVfa2dET0FBT0V2USIsImV4cCI6MTc3MTI0MzM1MywiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaWF0IjoxNzcxMjIxMTUzLCJpc3MiOiJodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwiam9iX2lkIjoiOTRkNTg1NjEtMzliOC01NzM2LTk5MzYtOWU4NGI1MjBkYzQ0IiwibmFtZWlkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwibmJmIjoxNzcxMjIwODUzLCJvaWRjX2V4dHJhIjoie1wiYWN0b3JcIjpcInJhdml0ZWphODNcIixcImFjdG9yX2lkXCI6XCI2NzYzMjYxXCIsXCJiYXNlX3JlZlwiOlwiXCIsXCJjaGVja19ydW5faWRcIjpcIjYzNzExMDczMzg1XCIsXCJldmVudF9uYW1lXCI6XCJ3b3JrZmxvd19kaXNwYXRjaFwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiam9iX3dvcmtmbG93X3JlZlwiOlwiMTAwbXNsaXZlL3dlYi1zZGtzLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gueW1sQHJlZnMvaGVhZHMvY2kvcmVsZWFzZS0xZGVmMWZhMThcIixcImpvYl93b3JrZmxvd19zaGFcIjpcImYxZjFlMWU3MmViNDdkZWVkMjI2OThhM2M3YTFmZDEwZDlkY2QwYWZcIixcInJlZlwiOlwicmVmcy9oZWFkcy9jaS9yZWxlYXNlLTFkZWYxZmExOFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcInJlcG9zaXRvcnlcIjpcIjEwMG1zbGl2ZS93ZWItc2Rrc1wiLFwicmVwb3NpdG9yeV9pZFwiOlwiNDI5ODI2NTE1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCIxMDBtc2xpdmVcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjczODgzMTMxXCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInB1YmxpY1wiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJ1bl9pZFwiOlwiMjIwNTE3MTM2MjdcIixcInJ1bl9udW1iZXJcIjpcIjgwMFwiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcImYxZjFlMWU3MmViNDdkZWVkMjI2OThhM2M3YTFmZDEwZDlkY2QwYWZcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIFBhY2thZ2VzXCIsXCJ3b3JrZmxvd19yZWZcIjpcIjEwMG1zbGl2ZS93ZWItc2Rrcy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLnltbEByZWZzL2hlYWRzL2NpL3JlbGVhc2UtMWRlZjFmYTE4XCIsXCJ3b3JrZmxvd19zaGFcIjpcImYxZjFlMWU3MmViNDdkZWVkMjI2OThhM2M3YTFmZDEwZDlkY2QwYWZcIn0iLCJvaWRjX3N1YiI6InJlcG86MTAwbXNsaXZlL3dlYi1zZGtzOnJlZjpyZWZzL2hlYWRzL2NpL3JlbGVhc2UtMWRlZjFmYTE4Iiwib3JjaF9pZCI6Ijc0NzJjMWFjLWY4ZjQtNDllYy1hMTVlLTM0ZDQ1ZDBjNDQ4Zi5wdWJsaXNoX3BhY2thZ2VzLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFPRXZRIiwicGxhbl9pZCI6Ijc0NzJjMWFjLWY4ZjQtNDllYy1hMTVlLTM0ZDQ1ZDBjNDQ4ZiIsInJlcG9zaXRvcnlfaWQiOiI0Mjk4MjY1MTUiLCJydW5faWQiOiIyMjA1MTcxMzYyNyIsInJ1bl9udW1iZXIiOiI4MDAiLCJydW5fdHlwZSI6ImZ1bGwiLCJydW5uZXJfaWQiOiIxMDAwMTUyMzg0IiwicnVubmVyX3R5cGUiOiJob3N0ZWQiLCJzY3AiOiJBY3Rpb25zLlJlc3VsdHM6NzQ3MmMxYWMtZjhmNC00OWVjLWExNWUtMzRkNDVkMGM0NDhmOjk0ZDU4NTYxLTM5YjgtNTczNi05OTM2LTllODRiNTIwZGM0NCBBY3Rpb25zLlJ1bm5lcjo3NDcyYzFhYy1mOGY0LTQ5ZWMtYTE1ZS0zNGQ0NWQwYzQ0OGY6OTRkNTg1NjEtMzliOC01NzM2LTk5MzYtOWU4NGI1MjBkYzQ0IEFjdGlvbnMuVXBsb2FkQXJ0aWZhY3RzOjc0NzJjMWFjLWY4ZjQtNDllYy1hMTVlLTM0ZDQ1ZDBjNDQ4Zjo5NGQ1ODU2MS0zOWI4LTU3MzYtOTkzNi05ZTg0YjUyMGRjNDQgZ2VuZXJhdGVfaWRfdG9rZW46NzQ3MmMxYWMtZjhmNC00OWVjLWExNWUtMzRkNDVkMGM0NDhmOjk0ZDU4NTYxLTM5YjgtNTczNi05OTM2LTllODRiNTIwZGM0NCBBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInNoYSI6ImYxZjFlMWU3MmViNDdkZWVkMjI2OThhM2M3YTFmZDEwZDlkY2QwYWYiLCJ0cnVzdF90aWVyIjoiMSJ9.bLSLQWyPPVkO61KGgLUYj2SRTnqiyvnCf8eb2ElTNADjGs7MuFzsSyoulN919cjvDVfJAqOUyLdGgGcAzrDFoYPR37lsmzwhi5M93sJAPRlfSaFJ9-1cm0ubSjc_ApVvF1N7iR1Vpxd_hqczoh_o85_t7q4uCahI1TPpTlM59uNIghGJ_MJqN6EQHgGUzPbQcV5LVnZV6dBkmruDq9PzyDzT2vLy_aco8x1mZ7bU-vnR6r8UNSSyC_eL2q9Eu9Q2lzcIG3BKFl4fg8-b-zjF_ZmhwrBfqaqJLBf-doLhE8g63PIZ1aWzQoMXVTr6P_OSbWdmO3yGvofJbvN7ESgG5w", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_resolutions_on_headers: "^1.1.0", npm_package_resolutions_semver: "^7.5.2", npm_package_scripts_prebuilt: "cd packages/roomkit-react && yarn start", npm_package_devDependencies_postcss_loader: "^6.2.1", npm_package_devDependencies_esbuild_loader: "^4.0.2", PATH: "/tmp/yarn--1771221247970-0.059849999953656585:/home/runner/work/web-sdks/web-sdks/packages/roomkit-react/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/home/runner/work/web-sdks/web-sdks/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1771221247788-0.924153169618331:/home/runner/work/web-sdks/web-sdks/packages/roomkit-react/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/home/runner/work/web-sdks/web-sdks/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1771221225477-0.8573701091633154:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1771221225312-0.4646596545044822:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/24.13.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_5bc6d43a-3c90-4ac4-ae7c-9a4d7ace6ad7", INVOCATION_ID: "221b1e19e81c4b22b52cd707a9dcd09a", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_scripts_size: "size-limit", npm_package_devDependencies_size_limit: "^5.0.3", npm_package_name: "@100mslive/roomkit-react", npm_package_devDependencies__storybook_react_webpack5: "^7.0.27", npm_package_repository_type: "git", GITHUB_ACTION: "__run_3", GITHUB_RUN_NUMBER: "800", GITHUB_TRIGGERING_ACTOR: "raviteja83", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_lint_staged____js_ts_jsx_tsx_: "eslint", npm_package_devDependencies_babel_plugin_istanbul: "^6.1.1", LERNA_PACKAGE_NAME: "@100mslive/roomkit-react", npm_package_dependencies__radix_ui_react_select: "1.0.0", npm_package_size_limit_0_limit: "20 KB", npm_package_devDependencies__commitlint_cli: "^19.6.0", npm_config_legacy_peer_deps: "", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_size_limit_1_limit: "20 KB", npm_package_devDependencies_eslint_plugin_simple_import_sort: "^8.0.0", npm_package_devDependencies_eslint: "^8.9.0", npm_package_dependencies_react_intersection_observer: "^9.4.3", npm_package_dependencies_react_dom: "^18.2.0", npm_package_devDependencies__types_mdx: "2.0.2", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000152384", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "ci/release-1def1fa18", GITHUB_REPOSITORY: "100mslive/web-sdks", npm_lifecycle_script: "rm -rf dist && node ../../scripts/build-webapp", npm_package_size_limit_2_limit: "400 KB", npm_package_resolutions_loader_utils: "^2.0.4", npm_package_devDependencies_dotenv: "^14.2.0", npm_package_dependencies__radix_ui_react_slider: "1.0.0", npm_package_scripts_types_build: "tsc -p tsconfig.json", npm_package_main: "dist/index.cjs.js", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_size_limit_3_limit: "20 KB", npm_package_size_limit_0_path: "packages/hms-video-store/dist/index.cjs.js", npm_package_scripts_lerna_publish: "lerna publish from-package --dist-tag $PUBLISH_FLAG --yes", npm_package_scripts_test: "yarn build --no-private && lerna run test", npm_package_devDependencies_concurrently: "^6.4.0", npm_config_version_git_message: "v%s", npm_package_dependencies__radix_ui_react_checkbox: "1.0.0", npm_package_dependencies__100mslive_react_icons: "0.11.3-alpha.0", npm_package_scripts_types: "tsc -w", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "429826515", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:only", npm_package_version: "0.4.3-alpha.0", npm_package_size_limit_4_limit: "20 KB", npm_package_size_limit_1_path: "packages/hms-video-store/dist/index.js", npm_package_resolutions__octokit_request_error: "^5.1.1", npm_package_resolutions_axios: "^1.7.4", npm_package_scripts_build_only: "rm -rf dist && node ../../scripts/build-webapp", npm_package_devDependencies_jest_environment_jsdom: "^29.7.0", NX_ISOLATE_PLUGINS: "false", npm_package_devDependencies__types_react: "^18.1.0", npm_package_sideEffects: "false", npm_package_repository_url: "https://github.com/100mslive/web-sdks.git", npm_package_source: "src/index.ts", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","test"],"original":["test"]}', npm_package_size_limit_5_limit: "20 KB", npm_package_size_limit_2_path: "packages/roomkit-react/dist/index.cjs.js", npm_package_scripts_build: "yarn build:only && yarn types:build", npm_package_devDependencies_tslib: "^2.2.0", npm_package_devDependencies_lint_staged: "^12.0.3", NX_CLI_SET: "true", npm_package_dependencies_uuid: "^8.3.2", npm_package_dependencies_react_virtualized_auto_sizer: "^1.0.7", npm_package_dependencies_lodash_merge: "^4.6.2", npm_package_dependencies_emoji_mart: "^5.2.2", GITHUB_WORKSPACE: "/home/runner/work/web-sdks/web-sdks", ACCEPT_EULA: "Y", GITHUB_JOB: "publish_packages", npm_package_size_limit_6_limit: "150 KB", npm_package_size_limit_3_path: "packages/roomkit-react/dist/index.js", GITHUB_SHA: "f1f1e1e72eb47deed22698a3c7a1fd10d9dcd0af", GITHUB_RUN_ATTEMPT: "1", npm_package_size_limit_7_limit: "100 KB", npm_package_size_limit_4_path: "packages/hms-virtual-background/dist/index.cjs.js", npm_package_resolutions_form_data: "^4.0.4", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", NX_TASK_TARGET_TARGET: "build", NX_FORKED_TASK_EXECUTOR: "true", npm_package_dependencies_qrcode_react: "^3.1.0", GITHUB_REF: "refs/heads/ci/release-1def1fa18", GITHUB_ACTOR: "raviteja83", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_license: "MIT", npm_package_size_limit_5_path: "packages/hms-virtual-background/dist/index.js", npm_config_strict_ssl: "true", NX_LOAD_DOT_ENV_FILES: "true", npm_package_size_limit_6_path: "packages/react-icons/dist/index.cjs.js", npm_package_scripts_format: "prettier -w src/**", npm_package_devDependencies_eslint_plugin_prettier: "^4.0.0", npm_package_devDependencies_eslint_config_react_app: "^7.0.0", NX_TASK_TARGET_PROJECT: "@100mslive/roomkit-react", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_d9a6b5fe-26fb-43aa-bef3-08525559e40b", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/web-sdks/web-sdks/packages/roomkit-react", GITHUB_ACTOR_ID: "6763261", RUNNER_WORKSPACE: "/home/runner/work/web-sdks", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", npm_package_size_limit_7_path: "packages/react-icons/dist/index.js", npm_package_scripts_ybys: "yarn && yarn build --no-private && yarn storybook", npm_package_dependencies__radix_ui_react_progress: "1.0.0", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-2-azure-eastus.actions.githubusercontent.com/116//idtoken/7472c1ac-f8f4-49ec-a15e-34d45d0c448f/94d58561-39b8-5736-9936-9e84b520dc44?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_d9a6b5fe-26fb-43aa-bef3-08525559e40b", npm_package_scripts_prestart: "rm -rf dist && yarn types:build", npm_package_author_name: "100ms", EDGEWEBDRIVER: "/usr/local/share/edge_driver", npm_package_resolutions_js_yaml: "^4.1.1", npm_package_scripts_build_storybook: "sb build", npm_package_devDependencies_postcss: "^8.4.5", npm_package_devDependencies_esbuild: "^0.18.13", npm_config_save_prefix: "^", npm_config_ignore_optional: "", NX_TUI: "false", npm_package_dependencies_worker_timers: "^7.0.40", npm_package_typings: "dist/index.d.ts", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_storybook: "sb dev -p 6006", npm_package_devDependencies_esbuild_plugin_postcss2: "0.1.1", npm_package_dependencies_react_swipeable: "^7.0.1", npm_package_devDependencies_babel_plugin_react_require: "3.1.3", npm_package_devDependencies__storybook_testing_library: "^0.2.0", npm_package_devDependencies__storybook_addon_essentials: "^7.0.27", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", npm_package_scripts_reactsdk: "cd packages/react-sdk && yarn start", npm_package_dependencies_react_use: "^17.4.0", npm_package_dependencies__radix_ui_react_collapsible: "1.0.0", npm_package_devDependencies_storybook_dark_mode: "^3.0.0", npm_package_devDependencies_knip: "^5.11.0", npm_package_devDependencies__storybook_react: "^7.0.27", INIT_CWD: "/home/runner/work/web-sdks/web-sdks", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_d9a6b5fe-26fb-43aa-bef3-08525559e40b" };
96
+ define_process_env_default = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_197d6611-828a-4ba8-9820-e5ea9c7a3b6f", npm_package_devDependencies_ts_node: "^10.4.0", npm_package_devDependencies__types_node: "^16.11.17", npm_package_exports___index_css: "./dist/index.css", npm_package_exports___require: "./dist/index.cjs.js", DOTNET_NOLOGO: "1", npm_package_resolutions_tar: "^7.5.13", npm_package_dependencies_screenfull: "^5.1.0", npm_package_dependencies_react_draggable: "^4.4.5", npm_package_dependencies__radix_ui_react_switch: "1.0.0", npm_package_dependencies__100mslive_hms_whiteboard: "0.1.3-alpha.10", USER: "runner", npm_package_resolutions_picomatch: "^2.3.2", npm_package_resolutions__octokit_request: "^8.4.1", npm_package_devDependencies_jest: "^29.7.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v24.14.1 linux x64", npm_config_always_auth: "", NX_WORKSPACE_ROOT: "/home/runner/work/web-sdks/web-sdks", npm_package_scripts_babel: "npx storybook@latest babelrc", CI: "true", npm_package_resolutions____babel_plugin_istanbul_test_exclude_minimatch: "^3.1.4", npm_package_devDependencies__size_limit_file: "^5.0.3", npm_config_bin_links: "true", npm_config_wrap_output: "", npm_package_dependencies__radix_ui_react_tabs: "1.0.0", npm_package_dependencies__100mslive_react_sdk: "0.11.3-alpha.10", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_197d6611-828a-4ba8-9820-e5ea9c7a3b6f", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/24.14.1/x64/bin/node", npm_config_init_version: "1.0.0", npm_package_dependencies__emoji_mart_react: "^1.0.1", npm_package_dependencies__emoji_mart_data: "^1.0.6", npm_package_dependencies__100mslive_hms_virtual_background: "1.14.3-alpha.10", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_dependencies__radix_ui_react_tooltip: "1.0.6", npm_package_dependencies__radix_ui_react_popover: "1.0.6", npm_package_dependencies__100mslive_types_prebuilt: "0.12.12", npm_package_peerDependencies_react: ">=17.0.2 <19.0.0", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies__typescript_eslint_parser: "^5.4.0", npm_package_dependencies__radix_ui_react_dialog: "1.0.4", npm_package_devDependencies__types_react_window: "^1.8.5", npm_package_repository_directory: "packages/roomkit-react", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_resolutions__babel_runtime: "^7.29.2", npm_package_resolutions__tldraw_tldraw__radix_ui_react_dialog: "1.0.5", npm_package_scripts_controller: "cd packages/hls-controller && yarn start", npm_package_dependencies__stitches_react: "1.3.1-1", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "100mslive", npm_package_engines_node: ">=16", npm_package_resolutions_____nx_devkit_minimatch: "^9.0.7", npm_package_devDependencies_typedoc_plugin_markdown: "^3.14.0", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-9.4.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "73883131", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_resolutions__isaacs_brace_expansion: "^5.0.1", npm_package_scripts_lint_fix: "yarn lint --fix", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "2075", ACTIONS_ORCHESTRATION_ID: "e944666a-fd56-4755-9707-c474429c71aa.publish_packages.__default", npm_package_resolutions_tmp: "^0.2.3", npm_package_scripts_postinstall: "husky install", npm_package_devDependencies_husky: "^6.0.0", npm_package_dependencies_recordrtc: "^5.6.2", npm_package_dependencies_eventemitter2: "^6.4.9", npm_package_dependencies__radix_ui_react_label: "1.0.0", npm_package_dependencies__radix_ui_react_dropdown_menu: "2.0.5", npm_package_keywords_0: "100mslive", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: "100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.", npm_package_devDependencies_typescript: "~4.7.4", npm_package_devDependencies_typedoc: "^0.24.8", npm_package_devDependencies_babel_loader: "^8.2.5", npm_package_keywords_1: "react", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_resolutions____typedoc_minimatch: "^9.0.7", npm_package_devDependencies_react: "^18.1.0", npm_package_devDependencies__babel_preset_env: "^7.22.5", npm_package_keywords_2: "prebuilt", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260329.72.1", npm_package_devDependencies_prettier: "^2.4.1", npm_package_devDependencies_babel_jest: "^29.7.0", npm_package_scripts_dev: "node ../../scripts/dev", npm_package_keywords_3: "roomkit", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", FORCE_COLOR: "true", npm_package_dependencies__radix_ui_react_toast: "1.0.0", npm_package_dependencies__radix_ui_react_radio_group: "1.0.0", npm_package_dependencies__100mslive_hms_noise_cancellation: "0.0.3", npm_package_devDependencies__babel_preset_typescript: "^7.22.5", npm_package_exports___default: "./dist/index.js", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:14336", GITHUB_WORKFLOW: "Publish Packages", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_lerna: "^9.0.7", npm_package_devDependencies__types_jest: "^27.0.3", npm_package_devDependencies__commitlint_config_conventional: "^19.6.0", npm_package_private: "true", npm_package_dependencies__radix_ui_react_accordion: "1.0.0", npm_package_devDependencies__babel_preset_react: "^7.22.5", npm_package_module: "dist/index.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint -c .eslintrc --no-error-on-unmatched-pattern src --ext .js --ext .jsx --ext .ts --ext .tsx", npm_package_devDependencies__typescript_eslint_eslint_plugin: "^5.4.0", npm_config_registry: "https://registry.yarnpkg.com", npm_package_dependencies_react_window: "^1.8.7", npm_package_dependencies__100mslive_hls_player: "0.4.3-alpha.10", npm_package_devDependencies__types_lodash_merge: "^4.6.6", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.8/x64", GITHUB_RUN_ID: "24153658383", npm_package_workspaces_0: "packages/*", npm_package_resolutions_cross_spawn: "^7.0.6", npm_package_scripts_store: "cd packages/hms-video-store && yarn start", npm_package_devDependencies__babel_core: "^7.18.2", npm_package_dependencies_ts_pattern: "4.3.0", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "1ee21ecfbbd262d52bdf3ed9adb86f882f50af66", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_workspaces_1: "examples/*", npm_package_resolutions_qs: "^6.14.2", npm_package_scripts_start: 'concurrently "yarn dev" "yarn types"', npm_config_ignore_scripts: "", NX_TASK_HASH: "16789732792716251929", npm_package_exports___import: "./dist/index.js", GITHUB_WORKFLOW_REF: "100mslive/web-sdks/.github/workflows/publish.yml@refs/heads/ci/release-01eae86ce", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9jaS9yZWxlYXNlLTAxZWFlODZjZVwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJhdWQiOiJ2c286NWUxMmUwMDktZGQwMS00Y2NjLTllODktNDUyMzAyNTAzZGI1IiwiYmlsbGluZ19vd25lcl9pZCI6IkVfa2dET0FBT0V2USIsImV4cCI6MTc3NTY5Nzg0NywiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaWF0IjoxNzc1Njc1NjQ3LCJpc3MiOiJodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwiam9iX2lkIjoiYjVjYjFjMjMtMWI2Yy01MDViLWI2Y2ItMzllM2Q1ZGUyMzlkIiwibmFtZWlkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwibmJmIjoxNzc1Njc1MzQ3LCJvaWRjX2V4dHJhIjoie1wiYWN0b3JcIjpcInJhdml0ZWphODNcIixcImFjdG9yX2lkXCI6XCI2NzYzMjYxXCIsXCJiYXNlX3JlZlwiOlwiXCIsXCJjaGVja19ydW5faWRcIjpcIjcwNDg3MTgzNzg1XCIsXCJldmVudF9uYW1lXCI6XCJ3b3JrZmxvd19kaXNwYXRjaFwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiam9iX3dvcmtmbG93X3JlZlwiOlwiMTAwbXNsaXZlL3dlYi1zZGtzLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gueW1sQHJlZnMvaGVhZHMvY2kvcmVsZWFzZS0wMWVhZTg2Y2VcIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjFlZTIxZWNmYmJkMjYyZDUyYmRmM2VkOWFkYjg2Zjg4MmY1MGFmNjZcIixcInJlZlwiOlwicmVmcy9oZWFkcy9jaS9yZWxlYXNlLTAxZWFlODZjZVwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcInJlcG9zaXRvcnlcIjpcIjEwMG1zbGl2ZS93ZWItc2Rrc1wiLFwicmVwb3NpdG9yeV9pZFwiOlwiNDI5ODI2NTE1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCIxMDBtc2xpdmVcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjczODgzMTMxXCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInB1YmxpY1wiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJ1bl9pZFwiOlwiMjQxNTM2NTgzODNcIixcInJ1bl9udW1iZXJcIjpcIjgxOVwiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcIjFlZTIxZWNmYmJkMjYyZDUyYmRmM2VkOWFkYjg2Zjg4MmY1MGFmNjZcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIFBhY2thZ2VzXCIsXCJ3b3JrZmxvd19yZWZcIjpcIjEwMG1zbGl2ZS93ZWItc2Rrcy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLnltbEByZWZzL2hlYWRzL2NpL3JlbGVhc2UtMDFlYWU4NmNlXCIsXCJ3b3JrZmxvd19zaGFcIjpcIjFlZTIxZWNmYmJkMjYyZDUyYmRmM2VkOWFkYjg2Zjg4MmY1MGFmNjZcIn0iLCJvaWRjX3N1YiI6InJlcG86MTAwbXNsaXZlL3dlYi1zZGtzOnJlZjpyZWZzL2hlYWRzL2NpL3JlbGVhc2UtMDFlYWU4NmNlIiwib3JjaF9pZCI6ImU5NDQ2NjZhLWZkNTYtNDc1NS05NzA3LWM0NzQ0MjljNzFhYS5wdWJsaXNoX3BhY2thZ2VzLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFPRXZRIiwicGxhbl9pZCI6ImU5NDQ2NjZhLWZkNTYtNDc1NS05NzA3LWM0NzQ0MjljNzFhYSIsInJlcG9zaXRvcnlfaWQiOiI0Mjk4MjY1MTUiLCJydW5faWQiOiIyNDE1MzY1ODM4MyIsInJ1bl9udW1iZXIiOiI4MTkiLCJydW5fdHlwZSI6ImZ1bGwiLCJydW5uZXJfaWQiOiIxMDAwMjU1MTA5IiwicnVubmVyX3R5cGUiOiJob3N0ZWQiLCJzY3AiOiJBY3Rpb25zLlJlc3VsdHM6ZTk0NDY2NmEtZmQ1Ni00NzU1LTk3MDctYzQ3NDQyOWM3MWFhOmI1Y2IxYzIzLTFiNmMtNTA1Yi1iNmNiLTM5ZTNkNWRlMjM5ZCBBY3Rpb25zLlJ1bm5lcjplOTQ0NjY2YS1mZDU2LTQ3NTUtOTcwNy1jNDc0NDI5YzcxYWE6YjVjYjFjMjMtMWI2Yy01MDViLWI2Y2ItMzllM2Q1ZGUyMzlkIEFjdGlvbnMuVXBsb2FkQXJ0aWZhY3RzOmU5NDQ2NjZhLWZkNTYtNDc1NS05NzA3LWM0NzQ0MjljNzFhYTpiNWNiMWMyMy0xYjZjLTUwNWItYjZjYi0zOWUzZDVkZTIzOWQgZ2VuZXJhdGVfaWRfdG9rZW46ZTk0NDY2NmEtZmQ1Ni00NzU1LTk3MDctYzQ3NDQyOWM3MWFhOmI1Y2IxYzIzLTFiNmMtNTA1Yi1iNmNiLTM5ZTNkNWRlMjM5ZCBBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInNoYSI6IjFlZTIxZWNmYmJkMjYyZDUyYmRmM2VkOWFkYjg2Zjg4MmY1MGFmNjYiLCJ0cnVzdF90aWVyIjoiMSJ9.DHTFVNEL5TSSwUMmZyV-tfFe1JnLUhQ4DCBMxO5PW5qsdyxI_tKUo8AAvDyByGyRuCkEtURuNT4m3WphVbxSOrsTpWohoVG7rEAorIORhLu7-zQE2wxh257CdPaCLTODFhjH3AkYjmZjWQfDPHjpbJ2i83fx8wLdO4P2trQVCDiaBon2C68PT9QyVkBCorJBQA6CQbqbNRBRsSDbgG1KvktlZE65UtfUECoS4N_Q3wmNjaUooyf7iM0MyHILrYqU11sWEeL_h09wHV3qLUEeNfWrTayPjqdlF0-LtmXOO9nkhB2Cb0v_Vwu95OYagRrFFRPnX8WtzybpdE-ZcqM7Fw", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_resolutions_on_headers: "^1.1.0", npm_package_resolutions_semver: "^7.5.2", npm_package_scripts_prebuilt: "cd packages/roomkit-react && yarn start", npm_package_devDependencies_postcss_loader: "^6.2.1", npm_package_devDependencies_esbuild_loader: "^4.0.2", PATH: "/tmp/yarn--1775675727749-0.2123799870697074:/home/runner/work/web-sdks/web-sdks/packages/roomkit-react/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/home/runner/work/web-sdks/web-sdks/node_modules/.bin:/opt/hostedtoolcache/node/24.14.1/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1775675727578-0.34548456185817467:/home/runner/work/web-sdks/web-sdks/packages/roomkit-react/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/home/runner/work/web-sdks/web-sdks/node_modules/.bin:/opt/hostedtoolcache/node/24.14.1/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1775675708648-0.3727919229232921:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/24.14.1/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1775675708486-0.12493243555792599:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/24.14.1/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/24.14.1/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/24.14.1/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_659b735e-7f99-4026-b22e-65217bf89cf6", INVOCATION_ID: "28dbb1541cbf476390ab9d227652cc87", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_scripts_size: "size-limit", npm_package_devDependencies_size_limit: "^5.0.3", npm_package_name: "@100mslive/roomkit-react", npm_package_repository_type: "git", GITHUB_ACTION: "__run_3", GITHUB_RUN_NUMBER: "819", GITHUB_TRIGGERING_ACTOR: "raviteja83", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_lint_staged____js_ts_jsx_tsx_: "eslint", npm_package_devDependencies_babel_plugin_istanbul: "^6.1.1", LERNA_PACKAGE_NAME: "@100mslive/roomkit-react", npm_package_dependencies__radix_ui_react_select: "1.0.0", npm_package_size_limit_0_limit: "20 KB", npm_package_devDependencies__commitlint_cli: "^19.6.0", npm_config_legacy_peer_deps: "", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_size_limit_1_limit: "20 KB", npm_package_resolutions____glob_minimatch: "^3.1.4", npm_package_resolutions_flatted: "^3.4.2", npm_package_devDependencies_eslint_plugin_simple_import_sort: "^8.0.0", npm_package_devDependencies_eslint: "^8.9.0", npm_package_dependencies_react_intersection_observer: "^9.4.3", npm_package_dependencies_react_dom: "^18.2.0", npm_package_devDependencies__types_mdx: "2.0.2", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000255109", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "ci/release-01eae86ce", GITHUB_REPOSITORY: "100mslive/web-sdks", npm_lifecycle_script: "rm -rf dist && node ../../scripts/build-webapp", npm_package_size_limit_2_limit: "400 KB", npm_package_resolutions____eslint_minimatch: "^3.1.4", npm_package_resolutions_braces: "^3.0.3", npm_package_resolutions_loader_utils: "^2.0.4", npm_package_devDependencies_dotenv: "^14.2.0", npm_package_dependencies__radix_ui_react_slider: "1.0.0", npm_package_scripts_types_build: "tsc -p tsconfig.json", npm_package_main: "dist/index.cjs.js", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_size_limit_3_limit: "20 KB", npm_package_size_limit_0_path: "packages/hms-video-store/dist/index.cjs.js", npm_package_scripts_lerna_publish: "lerna publish from-package --dist-tag $PUBLISH_FLAG --yes", npm_package_scripts_test: "yarn build --no-private && lerna run test", npm_package_devDependencies_concurrently: "^9.2.1", npm_config_version_git_message: "v%s", npm_package_dependencies__radix_ui_react_checkbox: "1.0.0", npm_package_dependencies__100mslive_react_icons: "0.11.3-alpha.10", npm_package_scripts_types: "tsc -w", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "429826515", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:only", npm_package_version: "0.4.3-alpha.10", npm_package_size_limit_4_limit: "20 KB", npm_package_size_limit_1_path: "packages/hms-video-store/dist/index.js", npm_package_resolutions__octokit_request_error: "^5.1.1", npm_package_resolutions_axios: "^1.13.6", npm_package_scripts_build_only: "rm -rf dist && node ../../scripts/build-webapp", npm_package_devDependencies_jest_environment_jsdom: "^29.7.0", NX_ISOLATE_PLUGINS: "false", npm_package_devDependencies__types_react: "^18.1.0", npm_package_sideEffects: "false", npm_package_repository_url: "https://github.com/100mslive/web-sdks.git", npm_package_source: "src/index.ts", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","test"],"original":["test"]}', npm_package_size_limit_5_limit: "20 KB", npm_package_size_limit_2_path: "packages/roomkit-react/dist/index.cjs.js", npm_package_scripts_build: "yarn build:only && yarn types:build", npm_package_devDependencies_tslib: "^2.2.0", npm_package_devDependencies_lint_staged: "^12.0.3", NX_CLI_SET: "true", npm_package_dependencies_uuid: "^8.3.2", npm_package_dependencies_react_virtualized_auto_sizer: "^1.0.7", npm_package_dependencies_lodash_merge: "^4.6.2", npm_package_dependencies_emoji_mart: "^5.2.2", GITHUB_WORKSPACE: "/home/runner/work/web-sdks/web-sdks", ACCEPT_EULA: "Y", GITHUB_JOB: "publish_packages", npm_package_size_limit_6_limit: "150 KB", npm_package_size_limit_3_path: "packages/roomkit-react/dist/index.js", npm_package_resolutions____nx_minimatch: "^9.0.7", npm_package_resolutions__babel_helpers: "^7.29.2", GITHUB_SHA: "1ee21ecfbbd262d52bdf3ed9adb86f882f50af66", GITHUB_RUN_ATTEMPT: "1", npm_package_size_limit_7_limit: "100 KB", npm_package_size_limit_4_path: "packages/hms-virtual-background/dist/index.cjs.js", npm_package_resolutions____tinyglobby_picomatch: "^4.0.4", npm_package_resolutions__adobe_css_tools: "^4.4.4", npm_package_resolutions_form_data: "^4.0.4", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", NX_TASK_TARGET_TARGET: "build", NX_FORKED_TASK_EXECUTOR: "true", npm_package_dependencies_qrcode_react: "^3.1.0", GITHUB_REF: "refs/heads/ci/release-01eae86ce", GITHUB_ACTOR: "raviteja83", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_license: "MIT", npm_package_size_limit_5_path: "packages/hms-virtual-background/dist/index.js", npm_package_resolutions_yaml: "^2.8.3", npm_config_strict_ssl: "true", NX_LOAD_DOT_ENV_FILES: "true", npm_package_size_limit_6_path: "packages/react-icons/dist/index.cjs.js", npm_package_scripts_format: "prettier -w src/**", npm_package_devDependencies_eslint_plugin_prettier: "^4.0.0", npm_package_devDependencies_eslint_config_react_app: "^7.0.0", NX_TASK_TARGET_PROJECT: "@100mslive/roomkit-react", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_197d6611-828a-4ba8-9820-e5ea9c7a3b6f", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/web-sdks/web-sdks/packages/roomkit-react", GITHUB_ACTOR_ID: "6763261", RUNNER_WORKSPACE: "/home/runner/work/web-sdks", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", npm_package_size_limit_7_path: "packages/react-icons/dist/index.js", npm_package_resolutions__tootallnate_once: "^3.0.1", npm_package_resolutions____vite_rollup: "^4.59.0", npm_package_scripts_ybys: "yarn && yarn build --no-private", npm_package_dependencies__radix_ui_react_progress: "1.0.0", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-1-azure-eastus.actions.githubusercontent.com/54//idtoken/e944666a-fd56-4755-9707-c474429c71aa/b5cb1c23-1b6c-505b-b6cb-39e3d5de239d?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_197d6611-828a-4ba8-9820-e5ea9c7a3b6f", npm_package_scripts_prestart: "rm -rf dist && yarn types:build", npm_package_author_name: "100ms", EDGEWEBDRIVER: "/usr/local/share/edge_driver", npm_package_resolutions_micromatch: "^4.0.8", npm_package_resolutions_js_yaml: "^4.1.1", npm_package_devDependencies_postcss: "^8.4.5", npm_package_devDependencies_esbuild: "^0.27.4", npm_config_save_prefix: "^", npm_config_ignore_optional: "", NX_TUI: "false", npm_package_dependencies_worker_timers: "^7.0.40", npm_package_typings: "dist/index.d.ts", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_esbuild_plugin_postcss2: "0.1.1", npm_package_dependencies_react_swipeable: "^7.0.1", npm_package_devDependencies_babel_plugin_react_require: "3.1.3", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", npm_package_scripts_reactsdk: "cd packages/react-sdk && yarn start", npm_package_dependencies_react_use: "^17.4.0", npm_package_dependencies__radix_ui_react_collapsible: "1.0.0", INIT_CWD: "/home/runner/work/web-sdks/web-sdks", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_197d6611-828a-4ba8-9820-e5ea9c7a3b6f", npm_package_resolutions_sass: "^1.83.0" };
111
97
  }
112
98
  });
113
99
 
@@ -117,7 +103,7 @@ var require_lodash = __commonJS({
117
103
  init_define_process_env();
118
104
  (function() {
119
105
  var undefined2;
120
- var VERSION2 = "4.17.21";
106
+ var VERSION2 = "4.17.23";
121
107
  var LARGE_ARRAY_SIZE = 200;
122
108
  var CORE_ERROR_TEXT = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", FUNC_ERROR_TEXT = "Expected a function", INVALID_TEMPL_VAR_ERROR_TEXT = "Invalid `variable` option passed into `_.template`";
123
109
  var HASH_UNDEFINED = "__lodash_hash_undefined__";
@@ -446,7 +432,7 @@ var require_lodash = __commonJS({
446
432
  var freeModule = freeExports && typeof module == "object" && module && !module.nodeType && module;
447
433
  var moduleExports = freeModule && freeModule.exports === freeExports;
448
434
  var freeProcess = moduleExports && freeGlobal.process;
449
- var nodeUtil = function() {
435
+ var nodeUtil = (function() {
450
436
  try {
451
437
  var types = freeModule && freeModule.require && freeModule.require("util").types;
452
438
  if (types) {
@@ -455,7 +441,7 @@ var require_lodash = __commonJS({
455
441
  return freeProcess && freeProcess.binding && freeProcess.binding("util");
456
442
  } catch (e) {
457
443
  }
458
- }();
444
+ })();
459
445
  var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, nodeIsDate = nodeUtil && nodeUtil.isDate, nodeIsMap = nodeUtil && nodeUtil.isMap, nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, nodeIsSet = nodeUtil && nodeUtil.isSet, nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
460
446
  function apply(func, thisArg, args) {
461
447
  switch (args.length) {
@@ -801,7 +787,7 @@ var require_lodash = __commonJS({
801
787
  function unicodeWords(string) {
802
788
  return string.match(reUnicodeWord) || [];
803
789
  }
804
- var runInContext = function runInContext2(context) {
790
+ var runInContext = (function runInContext2(context) {
805
791
  context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));
806
792
  var Array2 = context.Array, Date2 = context.Date, Error2 = context.Error, Function2 = context.Function, Math2 = context.Math, Object2 = context.Object, RegExp2 = context.RegExp, String2 = context.String, TypeError2 = context.TypeError;
807
793
  var arrayProto = Array2.prototype, funcProto = Function2.prototype, objectProto = Object2.prototype;
@@ -809,10 +795,10 @@ var require_lodash = __commonJS({
809
795
  var funcToString = funcProto.toString;
810
796
  var hasOwnProperty = objectProto.hasOwnProperty;
811
797
  var idCounter = 0;
812
- var maskSrcKey = function() {
798
+ var maskSrcKey = (function() {
813
799
  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
814
800
  return uid ? "Symbol(src)_1." + uid : "";
815
- }();
801
+ })();
816
802
  var nativeObjectToString = objectProto.toString;
817
803
  var objectCtorString = funcToString.call(Object2);
818
804
  var oldDash = root._;
@@ -820,14 +806,14 @@ var require_lodash = __commonJS({
820
806
  "^" + funcToString.call(hasOwnProperty).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
821
807
  );
822
808
  var Buffer2 = moduleExports ? context.Buffer : undefined2, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined2, getPrototype = overArg(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol2 ? Symbol2.isConcatSpreadable : undefined2, symIterator = Symbol2 ? Symbol2.iterator : undefined2, symToStringTag = Symbol2 ? Symbol2.toStringTag : undefined2;
823
- var defineProperty = function() {
809
+ var defineProperty = (function() {
824
810
  try {
825
811
  var func = getNative(Object2, "defineProperty");
826
812
  func({}, "", {});
827
813
  return func;
828
814
  } catch (e) {
829
815
  }
830
- }();
816
+ })();
831
817
  var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, ctxNow = Date2 && Date2.now !== root.Date.now && Date2.now, ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout;
832
818
  var nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined2, nativeIsFinite = context.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse;
833
819
  var DataView = getNative(context, "DataView"), Map2 = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set2 = getNative(context, "Set"), WeakMap2 = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create");
@@ -846,7 +832,7 @@ var require_lodash = __commonJS({
846
832
  }
847
833
  return new LodashWrapper(value);
848
834
  }
849
- var baseCreate = function() {
835
+ var baseCreate = /* @__PURE__ */ (function() {
850
836
  function object() {
851
837
  }
852
838
  return function(proto) {
@@ -861,7 +847,7 @@ var require_lodash = __commonJS({
861
847
  object.prototype = undefined2;
862
848
  return result2;
863
849
  };
864
- }();
850
+ })();
865
851
  function baseLodash() {
866
852
  }
867
853
  function LodashWrapper(value, chainAll) {
@@ -2045,8 +2031,28 @@ var require_lodash = __commonJS({
2045
2031
  }
2046
2032
  function baseUnset(object, path) {
2047
2033
  path = castPath(path, object);
2048
- object = parent(object, path);
2049
- return object == null || delete object[toKey(last(path))];
2034
+ var index = -1, length = path.length;
2035
+ if (!length) {
2036
+ return true;
2037
+ }
2038
+ var isRootPrimitive = object == null || typeof object !== "object" && typeof object !== "function";
2039
+ while (++index < length) {
2040
+ var key = path[index];
2041
+ if (typeof key !== "string") {
2042
+ continue;
2043
+ }
2044
+ if (key === "__proto__" && !hasOwnProperty.call(object, "__proto__")) {
2045
+ return false;
2046
+ }
2047
+ if (key === "constructor" && index + 1 < length && typeof path[index + 1] === "string" && path[index + 1] === "prototype") {
2048
+ if (isRootPrimitive && index === 0) {
2049
+ continue;
2050
+ }
2051
+ return false;
2052
+ }
2053
+ }
2054
+ var obj = parent(object, path);
2055
+ return obj == null || delete obj[toKey(last(path))];
2050
2056
  }
2051
2057
  function baseUpdate(object, path, updater, customizer2) {
2052
2058
  return baseSet(object, path, updater(baseGet(object, path)), customizer2);
@@ -2286,8 +2292,8 @@ var require_lodash = __commonJS({
2286
2292
  function createBind(func, bitmask, thisArg) {
2287
2293
  var isBind = bitmask & WRAP_BIND_FLAG, Ctor = createCtor(func);
2288
2294
  function wrapper() {
2289
- var fn2 = this && this !== root && this instanceof wrapper ? Ctor : func;
2290
- return fn2.apply(isBind ? thisArg : this, arguments);
2295
+ var fn = this && this !== root && this instanceof wrapper ? Ctor : func;
2296
+ return fn.apply(isBind ? thisArg : this, arguments);
2291
2297
  }
2292
2298
  return wrapper;
2293
2299
  }
@@ -2353,8 +2359,8 @@ var require_lodash = __commonJS({
2353
2359
  arity - length
2354
2360
  );
2355
2361
  }
2356
- var fn2 = this && this !== root && this instanceof wrapper ? Ctor : func;
2357
- return apply(fn2, this, args);
2362
+ var fn = this && this !== root && this instanceof wrapper ? Ctor : func;
2363
+ return apply(fn, this, args);
2358
2364
  }
2359
2365
  return wrapper;
2360
2366
  }
@@ -2442,7 +2448,7 @@ var require_lodash = __commonJS({
2442
2448
  arity - length
2443
2449
  );
2444
2450
  }
2445
- var thisBinding = isBind ? thisArg : this, fn2 = isBindKey ? thisBinding[func] : func;
2451
+ var thisBinding = isBind ? thisArg : this, fn = isBindKey ? thisBinding[func] : func;
2446
2452
  length = args.length;
2447
2453
  if (argPos) {
2448
2454
  args = reorder(args, argPos);
@@ -2453,9 +2459,9 @@ var require_lodash = __commonJS({
2453
2459
  args.length = ary2;
2454
2460
  }
2455
2461
  if (this && this !== root && this instanceof wrapper) {
2456
- fn2 = Ctor || createCtor(fn2);
2462
+ fn = Ctor || createCtor(fn);
2457
2463
  }
2458
- return fn2.apply(thisBinding, args);
2464
+ return fn.apply(thisBinding, args);
2459
2465
  }
2460
2466
  return wrapper;
2461
2467
  }
@@ -2512,14 +2518,14 @@ var require_lodash = __commonJS({
2512
2518
  function createPartial(func, bitmask, thisArg, partials) {
2513
2519
  var isBind = bitmask & WRAP_BIND_FLAG, Ctor = createCtor(func);
2514
2520
  function wrapper() {
2515
- var argsIndex = -1, argsLength = arguments.length, leftIndex = -1, leftLength = partials.length, args = Array2(leftLength + argsLength), fn2 = this && this !== root && this instanceof wrapper ? Ctor : func;
2521
+ var argsIndex = -1, argsLength = arguments.length, leftIndex = -1, leftLength = partials.length, args = Array2(leftLength + argsLength), fn = this && this !== root && this instanceof wrapper ? Ctor : func;
2516
2522
  while (++leftIndex < leftLength) {
2517
2523
  args[leftIndex] = partials[leftIndex];
2518
2524
  }
2519
2525
  while (argsLength--) {
2520
2526
  args[leftIndex++] = arguments[++argsIndex];
2521
2527
  }
2522
- return apply(fn2, isBind ? thisArg : this, args);
2528
+ return apply(fn, isBind ? thisArg : this, args);
2523
2529
  }
2524
2530
  return wrapper;
2525
2531
  }
@@ -4153,9 +4159,9 @@ var require_lodash = __commonJS({
4153
4159
  var gte = createRelationalOperation(function(value, other) {
4154
4160
  return value >= other;
4155
4161
  });
4156
- var isArguments = baseIsArguments(function() {
4162
+ var isArguments = baseIsArguments(/* @__PURE__ */ (function() {
4157
4163
  return arguments;
4158
- }()) ? baseIsArguments : function(value) {
4164
+ })()) ? baseIsArguments : function(value) {
4159
4165
  return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
4160
4166
  };
4161
4167
  var isArray2 = Array2.isArray;
@@ -5407,7 +5413,7 @@ var require_lodash = __commonJS({
5407
5413
  lodash.each = forEach;
5408
5414
  lodash.eachRight = forEachRight;
5409
5415
  lodash.first = head;
5410
- mixin(lodash, function() {
5416
+ mixin(lodash, (function() {
5411
5417
  var source = {};
5412
5418
  baseForOwn(lodash, function(func, methodName) {
5413
5419
  if (!hasOwnProperty.call(lodash.prototype, methodName)) {
@@ -5415,7 +5421,7 @@ var require_lodash = __commonJS({
5415
5421
  }
5416
5422
  });
5417
5423
  return source;
5418
- }(), { "chain": false });
5424
+ })(), { "chain": false });
5419
5425
  lodash.VERSION = VERSION2;
5420
5426
  arrayEach(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(methodName) {
5421
5427
  lodash[methodName].placeholder = lodash;
@@ -5575,7 +5581,7 @@ var require_lodash = __commonJS({
5575
5581
  lodash.prototype[symIterator] = wrapperToIterator;
5576
5582
  }
5577
5583
  return lodash;
5578
- };
5584
+ });
5579
5585
  var _ = runInContext();
5580
5586
  if (typeof define == "function" && typeof define.amd == "object" && define.amd) {
5581
5587
  root._ = _;
@@ -5645,12 +5651,12 @@ var require_lodash2 = __commonJS({
5645
5651
  var freeModule = freeExports && typeof module == "object" && module && !module.nodeType && module;
5646
5652
  var moduleExports = freeModule && freeModule.exports === freeExports;
5647
5653
  var freeProcess = moduleExports && freeGlobal.process;
5648
- var nodeUtil = function() {
5654
+ var nodeUtil = (function() {
5649
5655
  try {
5650
5656
  return freeProcess && freeProcess.binding && freeProcess.binding("util");
5651
5657
  } catch (e) {
5652
5658
  }
5653
- }();
5659
+ })();
5654
5660
  var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
5655
5661
  function arrayFilter(array, predicate) {
5656
5662
  var index = -1, length = array == null ? 0 : array.length, resIndex = 0, result = [];
@@ -5721,10 +5727,10 @@ var require_lodash2 = __commonJS({
5721
5727
  var coreJsData = root["__core-js_shared__"];
5722
5728
  var funcToString = funcProto.toString;
5723
5729
  var hasOwnProperty = objectProto.hasOwnProperty;
5724
- var maskSrcKey = function() {
5730
+ var maskSrcKey = (function() {
5725
5731
  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
5726
5732
  return uid ? "Symbol(src)_1." + uid : "";
5727
- }();
5733
+ })();
5728
5734
  var nativeObjectToString = objectProto.toString;
5729
5735
  var reIsNative = RegExp(
5730
5736
  "^" + funcToString.call(hasOwnProperty).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
@@ -6250,9 +6256,9 @@ var require_lodash2 = __commonJS({
6250
6256
  function eq(value, other) {
6251
6257
  return value === other || value !== value && other !== other;
6252
6258
  }
6253
- var isArguments = baseIsArguments(function() {
6259
+ var isArguments = baseIsArguments(/* @__PURE__ */ (function() {
6254
6260
  return arguments;
6255
- }()) ? baseIsArguments : function(value) {
6261
+ })()) ? baseIsArguments : function(value) {
6256
6262
  return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
6257
6263
  };
6258
6264
  var isArray2 = Array.isArray;
@@ -7608,147 +7614,33 @@ var require_lib = __commonJS({
7608
7614
  }
7609
7615
  });
7610
7616
 
7611
- // ../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js
7612
- var require_react_is_production_min = __commonJS({
7613
- "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js"(exports) {
7614
- "use strict";
7615
- init_define_process_env();
7616
- var b2 = "function" === typeof Symbol && Symbol.for;
7617
- var c2 = b2 ? Symbol.for("react.element") : 60103;
7618
- var d = b2 ? Symbol.for("react.portal") : 60106;
7619
- var e = b2 ? Symbol.for("react.fragment") : 60107;
7620
- var f = b2 ? Symbol.for("react.strict_mode") : 60108;
7621
- var g = b2 ? Symbol.for("react.profiler") : 60114;
7622
- var h = b2 ? Symbol.for("react.provider") : 60109;
7623
- var k2 = b2 ? Symbol.for("react.context") : 60110;
7624
- var l2 = b2 ? Symbol.for("react.async_mode") : 60111;
7625
- var m2 = b2 ? Symbol.for("react.concurrent_mode") : 60111;
7626
- var n = b2 ? Symbol.for("react.forward_ref") : 60112;
7627
- var p = b2 ? Symbol.for("react.suspense") : 60113;
7628
- var q2 = b2 ? Symbol.for("react.suspense_list") : 60120;
7629
- var r = b2 ? Symbol.for("react.memo") : 60115;
7630
- var t = b2 ? Symbol.for("react.lazy") : 60116;
7631
- var v = b2 ? Symbol.for("react.block") : 60121;
7632
- var w = b2 ? Symbol.for("react.fundamental") : 60117;
7633
- var x = b2 ? Symbol.for("react.responder") : 60118;
7634
- var y2 = b2 ? Symbol.for("react.scope") : 60119;
7635
- function z2(a2) {
7636
- if ("object" === typeof a2 && null !== a2) {
7637
- var u = a2.$$typeof;
7638
- switch (u) {
7639
- case c2:
7640
- switch (a2 = a2.type, a2) {
7641
- case l2:
7642
- case m2:
7643
- case e:
7644
- case g:
7645
- case f:
7646
- case p:
7647
- return a2;
7648
- default:
7649
- switch (a2 = a2 && a2.$$typeof, a2) {
7650
- case k2:
7651
- case n:
7652
- case t:
7653
- case r:
7654
- case h:
7655
- return a2;
7656
- default:
7657
- return u;
7658
- }
7659
- }
7660
- case d:
7661
- return u;
7662
- }
7663
- }
7664
- }
7665
- function A(a2) {
7666
- return z2(a2) === m2;
7667
- }
7668
- exports.AsyncMode = l2;
7669
- exports.ConcurrentMode = m2;
7670
- exports.ContextConsumer = k2;
7671
- exports.ContextProvider = h;
7672
- exports.Element = c2;
7673
- exports.ForwardRef = n;
7674
- exports.Fragment = e;
7675
- exports.Lazy = t;
7676
- exports.Memo = r;
7677
- exports.Portal = d;
7678
- exports.Profiler = g;
7679
- exports.StrictMode = f;
7680
- exports.Suspense = p;
7681
- exports.isAsyncMode = function(a2) {
7682
- return A(a2) || z2(a2) === l2;
7683
- };
7684
- exports.isConcurrentMode = A;
7685
- exports.isContextConsumer = function(a2) {
7686
- return z2(a2) === k2;
7687
- };
7688
- exports.isContextProvider = function(a2) {
7689
- return z2(a2) === h;
7690
- };
7691
- exports.isElement = function(a2) {
7692
- return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
7693
- };
7694
- exports.isForwardRef = function(a2) {
7695
- return z2(a2) === n;
7696
- };
7697
- exports.isFragment = function(a2) {
7698
- return z2(a2) === e;
7699
- };
7700
- exports.isLazy = function(a2) {
7701
- return z2(a2) === t;
7702
- };
7703
- exports.isMemo = function(a2) {
7704
- return z2(a2) === r;
7705
- };
7706
- exports.isPortal = function(a2) {
7707
- return z2(a2) === d;
7708
- };
7709
- exports.isProfiler = function(a2) {
7710
- return z2(a2) === g;
7711
- };
7712
- exports.isStrictMode = function(a2) {
7713
- return z2(a2) === f;
7714
- };
7715
- exports.isSuspense = function(a2) {
7716
- return z2(a2) === p;
7717
- };
7718
- exports.isValidElementType = function(a2) {
7719
- return "string" === typeof a2 || "function" === typeof a2 || a2 === e || a2 === m2 || a2 === g || a2 === f || a2 === p || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t || a2.$$typeof === r || a2.$$typeof === h || a2.$$typeof === k2 || a2.$$typeof === n || a2.$$typeof === w || a2.$$typeof === x || a2.$$typeof === y2 || a2.$$typeof === v);
7720
- };
7721
- exports.typeOf = z2;
7722
- }
7723
- });
7724
-
7725
7617
  // ../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js
7726
7618
  var require_react_is_development = __commonJS({
7727
7619
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js"(exports) {
7728
7620
  "use strict";
7729
7621
  init_define_process_env();
7730
- if (define_process_env_default.NODE_ENV !== "production") {
7622
+ if (true) {
7731
7623
  (function() {
7732
7624
  "use strict";
7733
7625
  var hasSymbol = typeof Symbol === "function" && Symbol.for;
7734
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
7735
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
7736
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
7737
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
7738
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
7739
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
7740
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
7741
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
7742
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
7743
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
7744
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
7745
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
7746
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
7747
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
7748
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
7749
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
7750
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
7751
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
7626
+ var REACT_ELEMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
7627
+ var REACT_PORTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.portal") : 60106;
7628
+ var REACT_FRAGMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107;
7629
+ var REACT_STRICT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108;
7630
+ var REACT_PROFILER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114;
7631
+ var REACT_PROVIDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.provider") : 60109;
7632
+ var REACT_CONTEXT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.context") : 60110;
7633
+ var REACT_ASYNC_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111;
7634
+ var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111;
7635
+ var REACT_FORWARD_REF_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112;
7636
+ var REACT_SUSPENSE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113;
7637
+ var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120;
7638
+ var REACT_MEMO_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.memo") : 60115;
7639
+ var REACT_LAZY_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116;
7640
+ var REACT_BLOCK_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.block") : 60121;
7641
+ var REACT_FUNDAMENTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117;
7642
+ var REACT_RESPONDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.responder") : 60118;
7643
+ var REACT_SCOPE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
7752
7644
  function isValidElementType(type) {
7753
7645
  return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
7754
7646
  type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === "object" && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
@@ -7883,8 +7775,8 @@ var require_react_is = __commonJS({
7883
7775
  "../../node_modules/prop-types/node_modules/react-is/index.js"(exports, module) {
7884
7776
  "use strict";
7885
7777
  init_define_process_env();
7886
- if (define_process_env_default.NODE_ENV === "production") {
7887
- module.exports = require_react_is_production_min();
7778
+ if (false) {
7779
+ module.exports = null;
7888
7780
  } else {
7889
7781
  module.exports = require_react_is_development();
7890
7782
  }
@@ -7987,7 +7879,7 @@ var require_checkPropTypes = __commonJS({
7987
7879
  init_define_process_env();
7988
7880
  var printWarning = function() {
7989
7881
  };
7990
- if (define_process_env_default.NODE_ENV !== "production") {
7882
+ if (true) {
7991
7883
  ReactPropTypesSecret = require_ReactPropTypesSecret();
7992
7884
  loggedTypeFailures = {};
7993
7885
  has2 = require_has();
@@ -8006,7 +7898,7 @@ var require_checkPropTypes = __commonJS({
8006
7898
  var loggedTypeFailures;
8007
7899
  var has2;
8008
7900
  function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
8009
- if (define_process_env_default.NODE_ENV !== "production") {
7901
+ if (true) {
8010
7902
  for (var typeSpecName in typeSpecs) {
8011
7903
  if (has2(typeSpecs, typeSpecName)) {
8012
7904
  var error;
@@ -8039,7 +7931,7 @@ var require_checkPropTypes = __commonJS({
8039
7931
  }
8040
7932
  }
8041
7933
  checkPropTypes.resetWarningCache = function() {
8042
- if (define_process_env_default.NODE_ENV !== "production") {
7934
+ if (true) {
8043
7935
  loggedTypeFailures = {};
8044
7936
  }
8045
7937
  };
@@ -8059,7 +7951,7 @@ var require_factoryWithTypeCheckers = __commonJS({
8059
7951
  var checkPropTypes = require_checkPropTypes();
8060
7952
  var printWarning = function() {
8061
7953
  };
8062
- if (define_process_env_default.NODE_ENV !== "production") {
7954
+ if (true) {
8063
7955
  printWarning = function(text) {
8064
7956
  var message = "Warning: " + text;
8065
7957
  if (typeof console !== "undefined") {
@@ -8119,7 +8011,7 @@ var require_factoryWithTypeCheckers = __commonJS({
8119
8011
  }
8120
8012
  PropTypeError.prototype = Error.prototype;
8121
8013
  function createChainableTypeChecker(validate) {
8122
- if (define_process_env_default.NODE_ENV !== "production") {
8014
+ if (true) {
8123
8015
  var manualPropTypeCallCache = {};
8124
8016
  var manualPropTypeWarningCount = 0;
8125
8017
  }
@@ -8133,7 +8025,7 @@ var require_factoryWithTypeCheckers = __commonJS({
8133
8025
  );
8134
8026
  err.name = "Invariant Violation";
8135
8027
  throw err;
8136
- } else if (define_process_env_default.NODE_ENV !== "production" && typeof console !== "undefined") {
8028
+ } else if (typeof console !== "undefined") {
8137
8029
  var cacheKey = componentName + ":" + propName;
8138
8030
  if (!manualPropTypeCallCache[cacheKey] && // Avoid spamming the console because they are often not actionable except for lib authors
8139
8031
  manualPropTypeWarningCount < 3) {
@@ -8234,7 +8126,7 @@ var require_factoryWithTypeCheckers = __commonJS({
8234
8126
  }
8235
8127
  function createEnumTypeChecker(expectedValues) {
8236
8128
  if (!Array.isArray(expectedValues)) {
8237
- if (define_process_env_default.NODE_ENV !== "production") {
8129
+ if (true) {
8238
8130
  if (arguments.length > 1) {
8239
8131
  printWarning(
8240
8132
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
@@ -8287,7 +8179,7 @@ var require_factoryWithTypeCheckers = __commonJS({
8287
8179
  }
8288
8180
  function createUnionTypeChecker(arrayOfTypeCheckers) {
8289
8181
  if (!Array.isArray(arrayOfTypeCheckers)) {
8290
- define_process_env_default.NODE_ENV !== "production" ? printWarning("Invalid argument supplied to oneOfType, expected an instance of array.") : void 0;
8182
+ true ? printWarning("Invalid argument supplied to oneOfType, expected an instance of array.") : void 0;
8291
8183
  return emptyFunctionThatReturnsNull;
8292
8184
  }
8293
8185
  for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
@@ -8491,73 +8383,16 @@ var require_factoryWithTypeCheckers = __commonJS({
8491
8383
  }
8492
8384
  });
8493
8385
 
8494
- // ../../node_modules/prop-types/factoryWithThrowingShims.js
8495
- var require_factoryWithThrowingShims = __commonJS({
8496
- "../../node_modules/prop-types/factoryWithThrowingShims.js"(exports, module) {
8497
- "use strict";
8498
- init_define_process_env();
8499
- var ReactPropTypesSecret = require_ReactPropTypesSecret();
8500
- function emptyFunction() {
8501
- }
8502
- function emptyFunctionWithReset() {
8503
- }
8504
- emptyFunctionWithReset.resetWarningCache = emptyFunction;
8505
- module.exports = function() {
8506
- function shim(props, propName, componentName, location, propFullName, secret) {
8507
- if (secret === ReactPropTypesSecret) {
8508
- return;
8509
- }
8510
- var err = new Error(
8511
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
8512
- );
8513
- err.name = "Invariant Violation";
8514
- throw err;
8515
- }
8516
- ;
8517
- shim.isRequired = shim;
8518
- function getShim() {
8519
- return shim;
8520
- }
8521
- ;
8522
- var ReactPropTypes = {
8523
- array: shim,
8524
- bigint: shim,
8525
- bool: shim,
8526
- func: shim,
8527
- number: shim,
8528
- object: shim,
8529
- string: shim,
8530
- symbol: shim,
8531
- any: shim,
8532
- arrayOf: getShim,
8533
- element: shim,
8534
- elementType: shim,
8535
- instanceOf: getShim,
8536
- node: shim,
8537
- objectOf: getShim,
8538
- oneOf: getShim,
8539
- oneOfType: getShim,
8540
- shape: getShim,
8541
- exact: getShim,
8542
- checkPropTypes: emptyFunctionWithReset,
8543
- resetWarningCache: emptyFunction
8544
- };
8545
- ReactPropTypes.PropTypes = ReactPropTypes;
8546
- return ReactPropTypes;
8547
- };
8548
- }
8549
- });
8550
-
8551
8386
  // ../../node_modules/prop-types/index.js
8552
8387
  var require_prop_types = __commonJS({
8553
8388
  "../../node_modules/prop-types/index.js"(exports, module) {
8554
8389
  init_define_process_env();
8555
- if (define_process_env_default.NODE_ENV !== "production") {
8390
+ if (true) {
8556
8391
  ReactIs = require_react_is();
8557
8392
  throwOnDirectAccess = true;
8558
8393
  module.exports = require_factoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
8559
8394
  } else {
8560
- module.exports = require_factoryWithThrowingShims()();
8395
+ module.exports = null();
8561
8396
  }
8562
8397
  var ReactIs;
8563
8398
  var throwOnDirectAccess;
@@ -10093,8 +9928,7 @@ var StyledDialog = styled2(Root6, {});
10093
9928
  var DialogRoot = (props) => {
10094
9929
  useEffect3(() => {
10095
9930
  return () => {
10096
- if (document)
10097
- setTimeout(() => document.body.style.pointerEvents = "auto", 0);
9931
+ if (document) setTimeout(() => document.body.style.pointerEvents = "auto", 0);
10098
9932
  };
10099
9933
  }, []);
10100
9934
  return /* @__PURE__ */ React11.createElement(StyledDialog, __spreadValues({}, props));
@@ -11983,7 +11817,7 @@ var LayoutSettings = () => {
11983
11817
  const isLocalScreenShared = useHMSStore3(selectIsLocalScreenShared);
11984
11818
  const [{ isAudioOnly, maxTileCount, mirrorLocalVideo }, setUISettings] = useSetUiSettings();
11985
11819
  const toggleIsAudioOnly = useCallback4(
11986
- (isAudioOnlyModeOn) => __async(void 0, null, function* () {
11820
+ (isAudioOnlyModeOn) => __async(null, null, function* () {
11987
11821
  if (isAudioOnlyModeOn) {
11988
11822
  isLocalVideoEnabled && (yield hmsActions.setLocalVideoEnabled(false));
11989
11823
  isLocalScreenShared && (yield hmsActions.setScreenShareEnabled(false));
@@ -12101,7 +11935,7 @@ var defaultLayout = {
12101
11935
  };
12102
11936
 
12103
11937
  // src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts
12104
- var fetchWithRetry = (..._0) => __async(void 0, [..._0], function* (url = "", options = {}) {
11938
+ var fetchWithRetry = (..._0) => __async(null, [..._0], function* (url = "", options = {}) {
12105
11939
  const MAX_RETRIES = 4;
12106
11940
  let error = Error("something went wrong");
12107
11941
  for (let i = 0; i < MAX_RETRIES; i++) {
@@ -12134,7 +11968,7 @@ var useFetchRoomLayout = ({
12134
11968
  }
12135
11969
  }, []);
12136
11970
  useEffect5(() => {
12137
- (() => __async(void 0, null, function* () {
11971
+ (() => __async(null, null, function* () {
12138
11972
  var _a8, _b7;
12139
11973
  if (isFetchInProgress.current || !authToken) {
12140
11974
  return;
@@ -12231,8 +12065,7 @@ var formatTime = (timeInSeconds) => {
12231
12065
  return `${hour}${minutes < 10 ? "0" : ""}${minutes}:${seconds < 10 ? "0" : ""}${seconds}`;
12232
12066
  };
12233
12067
  var compareArrays = (a2, b2) => {
12234
- if (a2.length !== b2.length)
12235
- return false;
12068
+ if (a2.length !== b2.length) return false;
12236
12069
  else {
12237
12070
  for (var i = 0; i < a2.length; i++) {
12238
12071
  if (a2[i] !== b2[i]) {
@@ -14370,7 +14203,7 @@ var useNoiseCancellationWithPlugin = () => {
14370
14203
  const [, setNoiseCancellationEnabled] = useSetNoiseCancellation();
14371
14204
  const isEnabledForRoom = (_a8 = useHMSStore9(selectRoom)) == null ? void 0 : _a8.isNoiseCancellationEnabled;
14372
14205
  const setNoiseCancellationWithPlugin = useCallback9(
14373
- (enabled) => __async(void 0, null, function* () {
14206
+ (enabled) => __async(null, null, function* () {
14374
14207
  if (!isEnabledForRoom || inProgress) {
14375
14208
  return;
14376
14209
  }
@@ -14412,7 +14245,7 @@ var NoiseCancellation = ({
14412
14245
  {
14413
14246
  active: isNoiseCancellationEnabled && isKrispPluginAdded,
14414
14247
  disabled: inProgress,
14415
- onClick: () => __async(void 0, null, function* () {
14248
+ onClick: () => __async(null, null, function* () {
14416
14249
  yield setNoiseCancellationWithPlugin(!isNoiseCancellationEnabled);
14417
14250
  setOpenOptionsSheet == null ? void 0 : setOpenOptionsSheet(false);
14418
14251
  })
@@ -14425,7 +14258,7 @@ var NoiseCancellation = ({
14425
14258
  return /* @__PURE__ */ React34.createElement(Tooltip, { title: isNoiseCancellationEnabled ? "Noise Reduced" : "Reduce Noise" }, /* @__PURE__ */ React34.createElement(
14426
14259
  IconButton_default,
14427
14260
  {
14428
- onClick: () => __async(void 0, null, function* () {
14261
+ onClick: () => __async(null, null, function* () {
14429
14262
  yield setNoiseCancellationWithPlugin(!isNoiseCancellationEnabled);
14430
14263
  }),
14431
14264
  disabled: inProgress,
@@ -14446,7 +14279,7 @@ var NoiseCancellation = ({
14446
14279
  fontSize: "$xs",
14447
14280
  justifyContent: "space-between"
14448
14281
  },
14449
- onClick: (e) => __async(void 0, null, function* () {
14282
+ onClick: (e) => __async(null, null, function* () {
14450
14283
  e.preventDefault();
14451
14284
  yield setNoiseCancellationWithPlugin(!isNoiseCancellationEnabled);
14452
14285
  })
@@ -14459,7 +14292,7 @@ var NoiseCancellation = ({
14459
14292
  checked: isNoiseCancellationEnabled && isKrispPluginAdded,
14460
14293
  disabled: inProgress,
14461
14294
  onClick: (e) => e.stopPropagation(),
14462
- onCheckedChange: (value) => __async(void 0, null, function* () {
14295
+ onCheckedChange: (value) => __async(null, null, function* () {
14463
14296
  yield setNoiseCancellationWithPlugin(value);
14464
14297
  })
14465
14298
  }
@@ -14473,7 +14306,7 @@ var AudioOutputLabel = ({ deviceId }) => {
14473
14306
  {
14474
14307
  variant: "xs",
14475
14308
  css: { color: "$primary_bright", "&:hover": { cursor: "pointer" } },
14476
- onClick: () => __async(void 0, null, function* () {
14309
+ onClick: () => __async(null, null, function* () {
14477
14310
  var _a8;
14478
14311
  if (playing) {
14479
14312
  return;
@@ -14539,7 +14372,7 @@ var AudioVideoToggle = ({ hideOptions = false }) => {
14539
14372
  const { setNoiseCancellationWithPlugin, inProgress } = useNoiseCancellationWithPlugin();
14540
14373
  const showMuteIcon = !isLocalAudioEnabled || !toggleAudio;
14541
14374
  useEffect11(() => {
14542
- (() => __async(void 0, null, function* () {
14375
+ (() => __async(null, null, function* () {
14543
14376
  var _a8;
14544
14377
  const isEnabledForRoom = (_a8 = vanillaStore.getState(selectRoom)) == null ? void 0 : _a8.isNoiseCancellationEnabled;
14545
14378
  if (isEnabledForRoom && isNoiseCancellationEnabled && !isKrispPluginAdded && !inProgress && (localPeer == null ? void 0 : localPeer.audioTrack)) {
@@ -14616,7 +14449,7 @@ var AudioVideoToggle = ({ hideOptions = false }) => {
14616
14449
  ) : null, (localVideoTrack == null ? void 0 : localVideoTrack.facingMode) && roomState === HMSRoomState3.Preview && (isIOS || isAndroid) ? /* @__PURE__ */ React34.createElement(Tooltip, { title: "Switch Camera", key: "switchCamera" }, /* @__PURE__ */ React34.createElement(
14617
14450
  IconButton_default,
14618
14451
  {
14619
- onClick: () => __async(void 0, null, function* () {
14452
+ onClick: () => __async(null, null, function* () {
14620
14453
  try {
14621
14454
  yield actions.switchCamera();
14622
14455
  } catch (e) {
@@ -14791,7 +14624,7 @@ var useMobileHLSStream = () => {
14791
14624
  };
14792
14625
  var useKeyboardHandler = (isPaused, hlsPlayer2) => {
14793
14626
  const handleKeyEvent = useCallback10(
14794
- (event) => __async(void 0, null, function* () {
14627
+ (event) => __async(null, null, function* () {
14795
14628
  switch (event.key) {
14796
14629
  case " ":
14797
14630
  if (isPaused) {
@@ -14823,7 +14656,7 @@ var useRecordingHandler = () => {
14823
14656
  }
14824
14657
  }, [recordingStarted, recordingState.browser.error, setRecordingState]);
14825
14658
  const startRecording = useCallback10(
14826
- (resolution = null) => __async(void 0, null, function* () {
14659
+ (resolution = null) => __async(null, null, function* () {
14827
14660
  try {
14828
14661
  setRecordingState(true);
14829
14662
  setIsRecordingLoading(true);
@@ -14909,7 +14742,7 @@ var EmojiReaction = ({ showCard = false }) => {
14909
14742
  const { sendEvent } = useCustomEvent({
14910
14743
  type: EMOJI_REACTION_TYPE
14911
14744
  });
14912
- const sendReaction = (emojiId) => __async(void 0, null, function* () {
14745
+ const sendReaction = (emojiId) => __async(null, null, function* () {
14913
14746
  var _a8;
14914
14747
  const data3 = {
14915
14748
  type: EMOJI_REACTION_TYPE,
@@ -14998,7 +14831,7 @@ var EndSessionContent = ({
14998
14831
  {
14999
14832
  variant: "danger",
15000
14833
  css: { w: "100%" },
15001
- onClick: () => __async(void 0, null, function* () {
14834
+ onClick: () => __async(null, null, function* () {
15002
14835
  yield leaveRoom({ endStream: true });
15003
14836
  setShowEndStreamAlert(false);
15004
14837
  }),
@@ -15085,7 +14918,7 @@ var LeaveSessionContent = ({
15085
14918
  {
15086
14919
  variant: "danger",
15087
14920
  css: { w: "100%" },
15088
- onClick: () => __async(void 0, null, function* () {
14921
+ onClick: () => __async(null, null, function* () {
15089
14922
  yield leaveRoom({ sendReason: true });
15090
14923
  }),
15091
14924
  id: "leaveRoom",
@@ -15156,7 +14989,7 @@ var DesktopLeaveRoom = ({
15156
14989
  bg: "",
15157
14990
  titleColor: "$on_surface_high",
15158
14991
  icon: /* @__PURE__ */ React41.createElement(ExitIcon, { height: 24, width: 24, style: { transform: "rotate(180deg)" } }),
15159
- onClick: () => __async(void 0, null, function* () {
14992
+ onClick: () => __async(null, null, function* () {
15160
14993
  return yield leaveRoom({ sendReason: true });
15161
14994
  }),
15162
14995
  css: { p: "$8 $4" }
@@ -15247,7 +15080,7 @@ var MwebLeaveRoom = ({
15247
15080
  bg: "$surface_default",
15248
15081
  titleColor: "$on_surface_high",
15249
15082
  icon: /* @__PURE__ */ React42.createElement(ExitIcon2, { height: 24, width: 24, style: { transform: "rotate(180deg)" } }),
15250
- onClick: () => __async(void 0, null, function* () {
15083
+ onClick: () => __async(null, null, function* () {
15251
15084
  return yield leaveRoom({ sendReason: true });
15252
15085
  }),
15253
15086
  css: { pt: 0, mt: "$10", color: "$on_surface_low", "&:hover": { color: "$on_surface_high" } }
@@ -15313,7 +15146,7 @@ var LeaveRoom = ({
15313
15146
  const hmsActions = useHMSActions9();
15314
15147
  const isMobileHLSStream = useMobileHLSStream();
15315
15148
  const isLandscapeHLSStream = useLandscapeHLSStream();
15316
- const stopStream = (stop_reason = "") => __async(void 0, null, function* () {
15149
+ const stopStream = (stop_reason = "") => __async(null, null, function* () {
15317
15150
  try {
15318
15151
  if (permissions == null ? void 0 : permissions.hlsStreaming) {
15319
15152
  console.log("Stopping HLS stream");
@@ -15325,10 +15158,10 @@ var LeaveRoom = ({
15325
15158
  ToastManager.addToast({ title: "Error in stopping the stream", type: "error" });
15326
15159
  }
15327
15160
  });
15328
- const endRoom = () => __async(void 0, null, function* () {
15161
+ const endRoom = () => __async(null, null, function* () {
15329
15162
  yield hmsActions.endRoom(false, "End Room");
15330
15163
  });
15331
- const leaveRoom = (..._0) => __async(void 0, [..._0], function* (options = { endStream: false, sendReason: false }) {
15164
+ const leaveRoom = (..._0) => __async(null, [..._0], function* (options = { endStream: false, sendReason: false }) {
15332
15165
  if (options.endStream || hlsState.running && peersWithStreamingRights.length === 1) {
15333
15166
  yield stopStream(options.sendReason ? "last publisher left" : "");
15334
15167
  }
@@ -15598,7 +15431,7 @@ var useChatBlacklist = (sessionStoreKey) => {
15598
15431
  const hmsActions = useHMSActions11();
15599
15432
  const blacklistedIDs = useHMSStore16(selectSessionStore2(sessionStoreKey));
15600
15433
  const blacklistItem = useCallback12(
15601
- (blacklistID) => __async(void 0, null, function* () {
15434
+ (blacklistID) => __async(null, null, function* () {
15602
15435
  yield hmsActions.sessionStore.set(sessionStoreKey, [...blacklistedIDs || [], blacklistID]).catch((err) => ToastManager.addToast({ title: err.description }));
15603
15436
  }),
15604
15437
  [hmsActions, sessionStoreKey, blacklistedIDs]
@@ -15624,7 +15457,7 @@ var usePinnedMessages = () => {
15624
15457
  const hmsActions = useHMSActions12();
15625
15458
  const vanillaStore = useHMSVanillaStore7();
15626
15459
  const setPinnedMessages = useCallback13(
15627
- (message, pinnedBy) => __async(void 0, null, function* () {
15460
+ (message, pinnedBy) => __async(null, null, function* () {
15628
15461
  const peerName = vanillaStore.getState(selectPeerNameByID(message == null ? void 0 : message.sender)) || (message == null ? void 0 : message.senderName);
15629
15462
  const newPinnedMessage = { text: "", id: message.id, pinnedBy };
15630
15463
  if (message && peerName) {
@@ -15640,7 +15473,7 @@ var usePinnedMessages = () => {
15640
15473
  [hmsActions, vanillaStore]
15641
15474
  );
15642
15475
  const removePinnedMessage = useCallback13(
15643
- (indexToRemove) => __async(void 0, null, function* () {
15476
+ (indexToRemove) => __async(null, null, function* () {
15644
15477
  const pinnedMessages = vanillaStore.getState(selectSessionStore3("pinnedMessages" /* PINNED_MESSAGES */)) || [];
15645
15478
  if (pinnedMessages[indexToRemove]) {
15646
15479
  yield hmsActions.sessionStore.set(
@@ -15652,7 +15485,7 @@ var usePinnedMessages = () => {
15652
15485
  [hmsActions, vanillaStore]
15653
15486
  );
15654
15487
  const unpinBlacklistedMessages = useCallback13(
15655
- (blacklistedMessageIDSet) => __async(void 0, null, function* () {
15488
+ (blacklistedMessageIDSet) => __async(null, null, function* () {
15656
15489
  const pinnedMessages = vanillaStore.getState(selectSessionStore3("pinnedMessages" /* PINNED_MESSAGES */)) || [];
15657
15490
  const filteredPinnedMessages = pinnedMessages == null ? void 0 : pinnedMessages.filter(
15658
15491
  (pinnedMessage) => !(blacklistedMessageIDSet == null ? void 0 : blacklistedMessageIDSet.has(pinnedMessage.id))
@@ -15750,7 +15583,7 @@ var ChatActions = ({
15750
15583
  hide: {
15751
15584
  text: message.recipientPeer ? "Hide for both" : "Hide for everyone",
15752
15585
  icon: /* @__PURE__ */ React47.createElement(EyeCloseIcon2, { style: iconStyle }),
15753
- onClick: () => __async(void 0, null, function* () {
15586
+ onClick: () => __async(null, null, function* () {
15754
15587
  blacklistMessage(message.id);
15755
15588
  updatePinnedMessages(message.id);
15756
15589
  }),
@@ -15759,7 +15592,7 @@ var ChatActions = ({
15759
15592
  block: {
15760
15593
  text: "Block from chat",
15761
15594
  icon: /* @__PURE__ */ React47.createElement(CrossCircleIcon, { style: iconStyle }),
15762
- onClick: () => __async(void 0, null, function* () {
15595
+ onClick: () => __async(null, null, function* () {
15763
15596
  if (message.senderUserId) {
15764
15597
  blacklistPeer(message.senderUserId);
15765
15598
  }
@@ -15772,7 +15605,7 @@ var ChatActions = ({
15772
15605
  icon: /* @__PURE__ */ React47.createElement(PeopleRemoveIcon2, { style: iconStyle }),
15773
15606
  color: "$alert_error_default",
15774
15607
  show: !!canRemoveOthers && !sentByLocalPeer,
15775
- onClick: () => __async(void 0, null, function* () {
15608
+ onClick: () => __async(null, null, function* () {
15776
15609
  if (!message.sender) {
15777
15610
  return;
15778
15611
  }
@@ -15883,8 +15716,7 @@ var EmptyChat = () => {
15883
15716
  const isMobileHLSStream = useMobileHLSStream();
15884
15717
  const isLandscapeStream = useLandscapeHLSStream();
15885
15718
  const streaming = isMobileHLSStream || isLandscapeStream;
15886
- if (isMobile && ((_a8 = elements == null ? void 0 : elements.chat) == null ? void 0 : _a8.is_overlay) && !streaming)
15887
- return /* @__PURE__ */ React48.createElement(React48.Fragment, null);
15719
+ if (isMobile && ((_a8 = elements == null ? void 0 : elements.chat) == null ? void 0 : _a8.is_overlay) && !streaming) return /* @__PURE__ */ React48.createElement(React48.Fragment, null);
15888
15720
  return /* @__PURE__ */ React48.createElement(
15889
15721
  Flex,
15890
15722
  {
@@ -16371,8 +16203,7 @@ var PIPChat = () => {
16371
16203
  const message_placeholder = ((_a8 = elements == null ? void 0 : elements.chat) == null ? void 0 : _a8.message_placeholder) || "Send a message";
16372
16204
  const canSendChatMessages = !!((_b7 = elements == null ? void 0 : elements.chat) == null ? void 0 : _b7.public_chat_enabled) || !!((_d = (_c = elements == null ? void 0 : elements.chat) == null ? void 0 : _c.roles_whitelist) == null ? void 0 : _d.length) || !!((_e = elements == null ? void 0 : elements.chat) == null ? void 0 : _e.private_chat_enabled);
16373
16205
  const getChatStatus = useCallback16(() => {
16374
- if (isLocalPeerBlacklisted)
16375
- return "You've been blocked from sending messages";
16206
+ if (isLocalPeerBlacklisted) return "You've been blocked from sending messages";
16376
16207
  if (!isChatEnabled)
16377
16208
  return `Chat has been paused by ${chatStateUpdatedBy.peerId === localPeerID ? "you" : chatStateUpdatedBy == null ? void 0 : chatStateUpdatedBy.userName}`;
16378
16209
  return message_placeholder;
@@ -16688,7 +16519,7 @@ var RoleChangeContent = ({
16688
16519
  "data-testid": "change_button",
16689
16520
  variant: "primary",
16690
16521
  css: { width: "100%" },
16691
- onClick: () => __async(void 0, null, function* () {
16522
+ onClick: () => __async(null, null, function* () {
16692
16523
  if (selectedRole) {
16693
16524
  yield hmsActions.changeRoleOfPeer(peer.id, selectedRole, true);
16694
16525
  onOpenChange(false);
@@ -16970,7 +16801,7 @@ var StartRecording = ({ open, onOpenChange }) => {
16970
16801
  "data-testid": "stop_recording_confirm_mobile",
16971
16802
  variant: "danger",
16972
16803
  icon: true,
16973
- onClick: () => __async(void 0, null, function* () {
16804
+ onClick: () => __async(null, null, function* () {
16974
16805
  try {
16975
16806
  yield hmsActions.stopRTMPAndRecording();
16976
16807
  } catch (error) {
@@ -17002,7 +16833,7 @@ var StartRecording = ({ open, onOpenChange }) => {
17002
16833
  css: { ml: "auto" },
17003
16834
  type: "submit",
17004
16835
  disabled: recordingStarted || isStreamingOn,
17005
- onClick: () => __async(void 0, null, function* () {
16836
+ onClick: () => __async(null, null, function* () {
17006
16837
  yield startRecording(resolution);
17007
16838
  onOpenChange(false);
17008
16839
  })
@@ -17280,7 +17111,7 @@ var BulkRoleChangeModal = ({ onOpenChange }) => {
17280
17111
  const [roleDialog, setRoleDialog] = useState24(false);
17281
17112
  const [errorMessage, setErrorMessage] = useState24("");
17282
17113
  const [isSubmiting, setIsSubmiting] = useState24(false);
17283
- const changeBulkRole = useCallback18(() => __async(void 0, null, function* () {
17114
+ const changeBulkRole = useCallback18(() => __async(null, null, function* () {
17284
17115
  if (selectedBulkRole.length > 0 && selectedRole) {
17285
17116
  try {
17286
17117
  setIsSubmiting(true);
@@ -17451,7 +17282,7 @@ var CaptionContent = ({ isMobile, onExit }) => {
17451
17282
  variant: isTranscriptionEnabled ? "danger" : "primary",
17452
17283
  css: { width: "100%" },
17453
17284
  "data-testid": "popup_change_btn",
17454
- onClick: () => __async(void 0, null, function* () {
17285
+ onClick: () => __async(null, null, function* () {
17455
17286
  try {
17456
17287
  if (isTranscriptionEnabled) {
17457
17288
  yield actions.stopTranscription({
@@ -17524,7 +17355,7 @@ import { useCallback as useCallback19, useEffect as useEffect19, useState as use
17524
17355
  import screenfull from "screenfull";
17525
17356
  var useFullscreen = () => {
17526
17357
  const [isFullScreenEnabled, setIsFullScreenEnabled] = useState25(screenfull.isFullscreen);
17527
- const toggle = useCallback19(() => __async(void 0, null, function* () {
17358
+ const toggle = useCallback19(() => __async(null, null, function* () {
17528
17359
  if (!screenfull.isEnabled) {
17529
17360
  ToastManager.addToast({ title: "Fullscreen feature not supported" });
17530
17361
  return;
@@ -17640,7 +17471,7 @@ var MuteAllModal = ({
17640
17471
  const [trackType, setTrackType] = useState26();
17641
17472
  const [selectedRole, setRole] = useState26();
17642
17473
  const [selectedSource, setSource] = useState26();
17643
- const muteAll = useCallback20(() => __async(void 0, null, function* () {
17474
+ const muteAll = useCallback20(() => __async(null, null, function* () {
17644
17475
  yield hmsActions.setRemoteTracksEnabled({
17645
17476
  enabled,
17646
17477
  type: trackType,
@@ -17685,7 +17516,7 @@ var useMyMetadata = () => {
17685
17516
  const vanillaStore = useHMSVanillaStore9();
17686
17517
  const metaData = useHMSStore27(selectPeerMetadata2(localPeerId));
17687
17518
  const isHandRaised = useHMSStore27(selectHasPeerHandRaised(localPeerId));
17688
- const update = (updatedFields) => __async(void 0, null, function* () {
17519
+ const update = (updatedFields) => __async(null, null, function* () {
17689
17520
  try {
17690
17521
  const currentMetadata = vanillaStore.getState(selectPeerMetadata2(localPeerId));
17691
17522
  yield hmsActions.changeMetadata(Object.assign(currentMetadata, updatedFields));
@@ -17695,7 +17526,7 @@ var useMyMetadata = () => {
17695
17526
  }
17696
17527
  return false;
17697
17528
  });
17698
- const toggleHandRaise = useCallback21(() => __async(void 0, null, function* () {
17529
+ const toggleHandRaise = useCallback21(() => __async(null, null, function* () {
17699
17530
  if (isHandRaised) {
17700
17531
  yield hmsActions.lowerLocalPeerHand();
17701
17532
  yield update({ handRaisedAt: void 0 });
@@ -17704,7 +17535,7 @@ var useMyMetadata = () => {
17704
17535
  yield update({ isBRBOn: false, handRaisedAt: Date.now() });
17705
17536
  }
17706
17537
  }), [isHandRaised]);
17707
- const toggleBRB = useCallback21(() => __async(void 0, null, function* () {
17538
+ const toggleBRB = useCallback21(() => __async(null, null, function* () {
17708
17539
  const newValue = !(metaData == null ? void 0 : metaData.isBRBOn);
17709
17540
  yield update({ isBRBOn: newValue });
17710
17541
  if (newValue) {
@@ -17788,8 +17619,7 @@ var usePIPChat = () => {
17788
17619
  "click",
17789
17620
  () => setTimeout(() => marker == null ? void 0 : marker.scrollIntoView({ block: "end", behavior: "smooth" }), 0)
17790
17621
  );
17791
- } else if (messageId)
17792
- observer.observe(message);
17622
+ } else if (messageId) observer.observe(message);
17793
17623
  });
17794
17624
  }
17795
17625
  });
@@ -17797,7 +17627,7 @@ var usePIPChat = () => {
17797
17627
  mutationObserver.observe(chatContainer, {
17798
17628
  childList: true
17799
17629
  });
17800
- const sendMessage = () => __async(void 0, null, function* () {
17630
+ const sendMessage = () => __async(null, null, function* () {
17801
17631
  const selection = (selector == null ? void 0 : selector.value) || "Everyone";
17802
17632
  if (selection === "Everyone") {
17803
17633
  yield hmsActions.sendBroadcastMessage(pipChatInput.value.trim());
@@ -17815,8 +17645,7 @@ var usePIPChat = () => {
17815
17645
  }
17816
17646
  });
17817
17647
  const sendOnEnter = (e) => {
17818
- if (e.key === "Enter")
17819
- sendMessage();
17648
+ if (e.key === "Enter") sendMessage();
17820
17649
  };
17821
17650
  sendBtn.addEventListener("click", sendMessage);
17822
17651
  pipChatInput.addEventListener("keypress", sendOnEnter);
@@ -17928,7 +17757,7 @@ var DesktopOptions = ({
17928
17757
  PIPChatOption,
17929
17758
  {
17930
17759
  showPIPChat: showPipChatOption,
17931
- openChat: () => __async(void 0, null, function* () {
17760
+ openChat: () => __async(null, null, function* () {
17932
17761
  isChatOpen && toggleChat();
17933
17762
  yield requestPipWindow(350, 500);
17934
17763
  })
@@ -18210,8 +18039,7 @@ var enumerize = function(arr) {
18210
18039
  var has = function(str1, str2) {
18211
18040
  if (typeof str1 === TYPEOF.OBJECT && str1.length > 0) {
18212
18041
  for (var i in str1) {
18213
- if (lowerize(str2) == lowerize(str1[i]))
18214
- return true;
18042
+ if (lowerize(str2) == lowerize(str1[i])) return true;
18215
18043
  }
18216
18044
  return false;
18217
18045
  }
@@ -18226,8 +18054,7 @@ var isString = function(val) {
18226
18054
  return typeof val === TYPEOF.STRING;
18227
18055
  };
18228
18056
  var itemListToArray = function(header) {
18229
- if (!header)
18230
- return void 0;
18057
+ if (!header) return void 0;
18231
18058
  var arr = [];
18232
18059
  var tokens = strip(/\\?\"/g, header).split(",");
18233
18060
  for (var i = 0; i < tokens.length; i++) {
@@ -18248,8 +18075,7 @@ var majorize = function(version) {
18248
18075
  };
18249
18076
  var setProps = function(arr) {
18250
18077
  for (var i in arr) {
18251
- if (!arr.hasOwnProperty(i))
18252
- continue;
18078
+ if (!arr.hasOwnProperty(i)) continue;
18253
18079
  var propName = arr[i];
18254
18080
  if (typeof propName == TYPEOF.OBJECT && propName.length == 2) {
18255
18081
  this[propName[0]] = propName[1];
@@ -18270,8 +18096,7 @@ var trim = function(str, len) {
18270
18096
  return typeof len === TYPEOF.UNDEFINED ? str : str.substring(0, len);
18271
18097
  };
18272
18098
  var rgxMapper = function(ua2, arrays) {
18273
- if (!ua2 || !arrays)
18274
- return;
18099
+ if (!ua2 || !arrays) return;
18275
18100
  var i = 0, j, k2, p, q2, matches, match18;
18276
18101
  while (i < arrays.length && !matches) {
18277
18102
  var regex = arrays[i], props = arrays[i + 1];
@@ -19600,7 +19425,7 @@ var defaultRegexes = {
19600
19425
  [NAME, VERSION]
19601
19426
  ]
19602
19427
  };
19603
- var defaultProps = function() {
19428
+ var defaultProps = (function() {
19604
19429
  var props = { init: {}, isIgnore: {}, isIgnoreRgx: {}, toString: {} };
19605
19430
  setProps.call(props.init, [
19606
19431
  [BROWSER, [NAME, VERSION, MAJOR, TYPE]],
@@ -19626,7 +19451,7 @@ var defaultProps = function() {
19626
19451
  [OS, [NAME, VERSION]]
19627
19452
  ]);
19628
19453
  return props;
19629
- }();
19454
+ })();
19630
19455
  var createIData = function(item, itemType) {
19631
19456
  var init_props = defaultProps.init[itemType], is_ignoreProps = defaultProps.isIgnore[itemType] || 0, is_ignoreRgx = defaultProps.isIgnoreRgx[itemType] || 0, toString_props = defaultProps.toString[itemType] || 0;
19632
19457
  function IData() {
@@ -19652,8 +19477,7 @@ var createIData = function(item, itemType) {
19652
19477
  for (var i in this) {
19653
19478
  if (this.hasOwnProperty(i) && !has(is_ignoreProps, i) && lowerize(is_ignoreRgx ? strip(is_ignoreRgx, this[i]) : this[i]) == lowerize(is_ignoreRgx ? strip(is_ignoreRgx, strToCheck) : strToCheck)) {
19654
19479
  is2 = true;
19655
- if (strToCheck != TYPEOF.UNDEFINED)
19656
- break;
19480
+ if (strToCheck != TYPEOF.UNDEFINED) break;
19657
19481
  } else if (strToCheck == TYPEOF.UNDEFINED && is2) {
19658
19482
  is2 = !is2;
19659
19483
  break;
@@ -19709,15 +19533,13 @@ function UACHData(uach, isHttpUACH) {
19709
19533
  ]);
19710
19534
  } else {
19711
19535
  for (var prop in uach) {
19712
- if (this.hasOwnProperty(prop) && typeof uach[prop] !== TYPEOF.UNDEFINED)
19713
- this[prop] = uach[prop];
19536
+ if (this.hasOwnProperty(prop) && typeof uach[prop] !== TYPEOF.UNDEFINED) this[prop] = uach[prop];
19714
19537
  }
19715
19538
  }
19716
19539
  }
19717
19540
  function UAItem(itemType, ua2, rgxMap, uaCH) {
19718
19541
  this.get = function(prop) {
19719
- if (!prop)
19720
- return this.data;
19542
+ if (!prop) return this.data;
19721
19543
  return this.data.hasOwnProperty(prop) ? this.data[prop] : void 0;
19722
19544
  };
19723
19545
  this.set = function(prop, val) {
@@ -19804,8 +19626,7 @@ function UAItem(itemType, ua2, rgxMap, uaCH) {
19804
19626
  case CPU:
19805
19627
  var archName = uaCH2[ARCHITECTURE];
19806
19628
  if (archName) {
19807
- if (archName && uaCH2[BITNESS] == "64")
19808
- archName += "64";
19629
+ if (archName && uaCH2[BITNESS] == "64") archName += "64";
19809
19630
  rgxMapper.call(this.data, archName + ";", rgxMap2);
19810
19631
  }
19811
19632
  break;
@@ -19843,8 +19664,7 @@ function UAItem(itemType, ua2, rgxMap, uaCH) {
19843
19664
  var osName = uaCH2[PLATFORM];
19844
19665
  if (osName) {
19845
19666
  var osVersion = uaCH2[PLATFORMVER];
19846
- if (osName == WINDOWS)
19847
- osVersion = parseInt(majorize(osVersion), 10) >= 13 ? "11" : "10";
19667
+ if (osName == WINDOWS) osVersion = parseInt(majorize(osVersion), 10) >= 13 ? "11" : "10";
19848
19668
  this.set(NAME, osName).set(VERSION, osVersion);
19849
19669
  }
19850
19670
  if (this.get(NAME) == WINDOWS && uaCH2[MODEL] == "Xbox") {
@@ -19936,8 +19756,7 @@ function UAParser(ua2, extensions, headers) {
19936
19756
  return userAgent;
19937
19757
  }],
19938
19758
  ["setUA", function(ua3) {
19939
- if (isString(ua3))
19940
- userAgent = trim(ua3, UA_MAX_LENGTH);
19759
+ if (isString(ua3)) userAgent = trim(ua3, UA_MAX_LENGTH);
19941
19760
  return this;
19942
19761
  }]
19943
19762
  ]).setUA(userAgent);
@@ -19951,9 +19770,9 @@ UAParser.ENGINE = UAParser.OS = enumerize([NAME, VERSION]);
19951
19770
 
19952
19771
  // ../hms-video-store/dist/index.js
19953
19772
  var import_lodash3 = __toESM(require_lodash2());
19954
- import { v4 as Uo } from "uuid";
19955
- import { v4 as Oo } from "uuid";
19956
- import { v4 as Wo } from "uuid";
19773
+ import { v4 as Un } from "uuid";
19774
+ import { v4 as On } from "uuid";
19775
+ import { v4 as Wn } from "uuid";
19957
19776
 
19958
19777
  // ../../node_modules/webrtc-adapter/src/js/adapter_core.js
19959
19778
  init_define_process_env();
@@ -22050,73 +21869,66 @@ var adapter = adapterFactory({ window: typeof window === "undefined" ? void 0 :
22050
21869
 
22051
21870
  // ../hms-video-store/dist/index.js
22052
21871
  var import_lodash4 = __toESM(require_lodash2());
22053
- import { v4 as Qo } from "uuid";
22054
- import { v4 as cn } from "uuid";
22055
- import { EventEmitter2 as dn } from "eventemitter2";
22056
- var ti = __toESM(require_lib());
22057
- import { EventEmitter2 as On } from "eventemitter2";
22058
- import { v4 as Fn } from "uuid";
22059
- import { EventEmitter2 as Gn } from "eventemitter2";
22060
- import $n from "eventemitter2";
22061
- import { v4 as Kn } from "uuid";
22062
21872
  import { v4 as Qn } from "uuid";
22063
- var Eo = Object.defineProperty;
22064
- var Po = Object.defineProperties;
22065
- var bo = Object.getOwnPropertyDescriptors;
21873
+ import { v4 as oo } from "uuid";
21874
+ import { EventEmitter2 as co } from "eventemitter2";
21875
+ var ti = __toESM(require_lib());
21876
+ import { EventEmitter2 as Oo } from "eventemitter2";
21877
+ import { v4 as Fo } from "uuid";
21878
+ import { EventEmitter2 as Go } from "eventemitter2";
21879
+ import $o from "eventemitter2";
21880
+ import { v4 as Ko } from "uuid";
21881
+ import { v4 as Qo } from "uuid";
21882
+ var En = Object.defineProperty;
21883
+ var Pn = Object.defineProperties;
21884
+ var bn = Object.getOwnPropertyDescriptors;
22066
21885
  var di = Object.getOwnPropertySymbols;
22067
21886
  var ks = Object.prototype.hasOwnProperty;
22068
21887
  var Es = Object.prototype.propertyIsEnumerable;
22069
- var ys = (a2, e, t) => e in a2 ? Eo(a2, e, { enumerable: true, configurable: true, writable: true, value: t }) : a2[e] = t;
21888
+ var ys = (a2, e, t) => e in a2 ? En(a2, e, { enumerable: true, configurable: true, writable: true, value: t }) : a2[e] = t;
22070
21889
  var m = (a2, e) => {
22071
- for (var t in e || (e = {}))
22072
- ks.call(e, t) && ys(a2, t, e[t]);
22073
- if (di)
22074
- for (var t of di(e))
22075
- Es.call(e, t) && ys(a2, t, e[t]);
21890
+ for (var t in e || (e = {})) ks.call(e, t) && ys(a2, t, e[t]);
21891
+ if (di) for (var t of di(e)) Es.call(e, t) && ys(a2, t, e[t]);
22076
21892
  return a2;
22077
21893
  };
22078
- var M = (a2, e) => Po(a2, bo(e));
21894
+ var M = (a2, e) => Pn(a2, bn(e));
22079
21895
  var Ar = (a2, e) => {
22080
21896
  var t = {};
22081
- for (var i in a2)
22082
- ks.call(a2, i) && e.indexOf(i) < 0 && (t[i] = a2[i]);
22083
- if (a2 != null && di)
22084
- for (var i of di(a2))
22085
- e.indexOf(i) < 0 && Es.call(a2, i) && (t[i] = a2[i]);
21897
+ for (var i in a2) ks.call(a2, i) && e.indexOf(i) < 0 && (t[i] = a2[i]);
21898
+ if (a2 != null && di) for (var i of di(a2)) e.indexOf(i) < 0 && Es.call(a2, i) && (t[i] = a2[i]);
22086
21899
  return t;
22087
21900
  };
22088
- var Ro = (a2, e) => () => (e || a2((e = { exports: {} }).exports, e), e.exports);
21901
+ var Rn = (a2, e) => () => (e || a2((e = { exports: {} }).exports, e), e.exports);
22089
21902
  var c = (a2, e, t) => new Promise((i, r) => {
22090
21903
  var s = (d) => {
22091
21904
  try {
22092
- n(t.next(d));
21905
+ o(t.next(d));
22093
21906
  } catch (u) {
22094
21907
  r(u);
22095
21908
  }
22096
- }, o = (d) => {
21909
+ }, n = (d) => {
22097
21910
  try {
22098
- n(t.throw(d));
21911
+ o(t.throw(d));
22099
21912
  } catch (u) {
22100
21913
  r(u);
22101
21914
  }
22102
- }, n = (d) => d.done ? i(d.value) : Promise.resolve(d.value).then(s, o);
22103
- n((t = t.apply(a2, e)).next());
21915
+ }, o = (d) => d.done ? i(d.value) : Promise.resolve(d.value).then(s, n);
21916
+ o((t = t.apply(a2, e)).next());
22104
21917
  });
22105
- var _r = Ro((gd, xo) => {
22106
- xo.exports = { version: "0.13.3-alpha.0", license: "MIT", repository: { type: "git", url: "https://github.com/100mslive/web-sdks.git", directory: "packages/hms-video-store" }, main: "dist/index.cjs.js", module: "dist/index.js", typings: "dist/index.d.ts", files: ["dist", "src"], engines: { node: ">=12" }, exports: { ".": { require: "./dist/index.cjs.js", import: "./dist/index.js", default: "./dist/index.js" } }, sideEffects: false, scripts: { prestart: "rm -rf dist && yarn types:build", start: 'concurrently "yarn dev" "yarn types"', dev: "node ../../scripts/dev", "build:only": "node ../../scripts/build", build: "yarn build:only && yarn types:build", types: "tsc -w", "types:build": "tsc -p tsconfig.json", format: "prettier --write src/**/*.ts", test: "jest --maxWorkers=1", "test:watch": "jest --watch", "test:coverage": "jest --coverage", lint: "eslint -c ../../.eslintrc .", "lint:fix": "yarn lint --fix", prepare: "yarn build", size: "size-limit", analyze: "size-limit --why", docs: "rm -rf ./docs && typedoc && rm -f ./docs/README.md && mkdir ./docs/home &&mv ./docs/modules.md ./docs/home/content.md && node ../../scripts/docs-store && npx prettier --write './docs/**/*'" }, name: "@100mslive/hms-video-store", author: "100ms", dependencies: { eventemitter2: "^6.4.9", immer: "^9.0.6", "lodash.isequal": "^4.5.0", reselect: "4.0.0", "sdp-transform": "^2.14.1", "ua-parser-js": "^2.0.6", uuid: "^8.3.2", "webrtc-adapter": "^8.0.0", zustand: "3.5.7" }, devDependencies: { "@types/dom-screen-wake-lock": "^1.0.1", "@types/lodash.isequal": "^4.5.8", "@types/sdp-transform": "^2.4.4", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^8.3.0", "jest-canvas-mock": "^2.3.1", "jsdom-worker": "^0.3.0", tslib: "^2.2.0" }, description: "@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow", keywords: ["video", "webrtc", "conferencing", "100ms"] };
21918
+ var _r = Rn((gd, xn) => {
21919
+ xn.exports = { version: "0.13.3-alpha.10", license: "MIT", repository: { type: "git", url: "https://github.com/100mslive/web-sdks.git", directory: "packages/hms-video-store" }, main: "dist/index.cjs.js", module: "dist/index.js", typings: "dist/index.d.ts", files: ["dist"], engines: { node: ">=12" }, exports: { ".": { require: "./dist/index.cjs.js", import: "./dist/index.js", default: "./dist/index.js" } }, sideEffects: false, scripts: { prestart: "rm -rf dist && yarn types:build", start: 'concurrently "yarn dev" "yarn types"', dev: "node ../../scripts/dev", "build:only": "node ../../scripts/build", build: "yarn build:only && yarn types:build", types: "tsc -w", "types:build": "tsc -p tsconfig.json", format: "prettier --write src/**/*.ts", test: "jest --maxWorkers=1", "test:watch": "jest --watch", "test:coverage": "jest --coverage", lint: "eslint -c ../../.eslintrc .", "lint:fix": "yarn lint --fix", prepare: "yarn build", size: "size-limit", analyze: "size-limit --why", docs: "rm -rf ./docs && typedoc && rm -f ./docs/README.md && mkdir ./docs/home &&mv ./docs/modules.md ./docs/home/content.md && node ../../scripts/docs-store && npx prettier --write './docs/**/*'" }, name: "@100mslive/hms-video-store", author: "100ms", dependencies: { eventemitter2: "^6.4.9", immer: "^9.0.6", "lodash.isequal": "^4.5.0", reselect: "4.0.0", "sdp-transform": "^2.14.1", "ua-parser-js": "^2.0.6", uuid: "^8.3.2", "webrtc-adapter": "^8.0.0", zustand: "3.5.7" }, devDependencies: { "@types/dom-screen-wake-lock": "^1.0.1", "@types/lodash.isequal": "^4.5.8", "@types/sdp-transform": "^2.4.4", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^8.3.0", "jest-canvas-mock": "^2.3.1", "jsdom-worker": "^0.3.0", tslib: "^2.2.0" }, description: "@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow", keywords: ["video", "webrtc", "conferencing", "100ms"] };
22107
21920
  });
22108
- var Rr = ((n) => (n.Disconnected = "Disconnected", n.Preview = "Preview", n.Connecting = "Connecting", n.Connected = "Connected", n.Reconnecting = "Reconnecting", n.Disconnecting = "Disconnecting", n.Failed = "Failed", n))(Rr || {});
22109
- var Ho = ((e) => (e.CHAT = "chat", e))(Ho || {});
21921
+ var Rr = ((o) => (o.Disconnected = "Disconnected", o.Preview = "Preview", o.Connecting = "Connecting", o.Connected = "Connected", o.Reconnecting = "Reconnecting", o.Disconnecting = "Disconnecting", o.Failed = "Failed", o))(Rr || {});
21922
+ var Hn = ((e) => (e.CHAT = "chat", e))(Hn || {});
22110
21923
  var Ps = ((t) => (t.INFO = "info", t.ERROR = "error", t))(Ps || {});
22111
21924
  var Hr = ((w) => (w.PEER_JOINED = "PEER_JOINED", w.PEER_LEFT = "PEER_LEFT", w.PEER_LIST = "PEER_LIST", w.NEW_MESSAGE = "NEW_MESSAGE", w.ERROR = "ERROR", w.RECONNECTING = "RECONNECTING", w.RECONNECTED = "RECONNECTED", w.TRACK_ADDED = "TRACK_ADDED", w.TRACK_REMOVED = "TRACK_REMOVED", w.TRACK_MUTED = "TRACK_MUTED", w.TRACK_UNMUTED = "TRACK_UNMUTED", w.TRACK_DEGRADED = "TRACK_DEGRADED", w.TRACK_RESTORED = "TRACK_RESTORED", w.TRACK_DESCRIPTION_CHANGED = "TRACK_DESCRIPTION_CHANGED", w.ROLE_UPDATED = "ROLE_UPDATED", w.CHANGE_TRACK_STATE_REQUEST = "CHANGE_TRACK_STATE_REQUEST", w.CHANGE_MULTI_TRACK_STATE_REQUEST = "CHANGE_MULTI_TRACK_STATE_REQUEST", w.ROOM_ENDED = "ROOM_ENDED", w.REMOVED_FROM_ROOM = "REMOVED_FROM_ROOM", w.DEVICE_CHANGE_UPDATE = "DEVICE_CHANGE_UPDATE", w.PLAYLIST_TRACK_ENDED = "PLAYLIST_TRACK_ENDED", w.NAME_UPDATED = "NAME_UPDATED", w.METADATA_UPDATED = "METADATA_UPDATED", w.POLL_CREATED = "POLL_CREATED", w.POLL_STARTED = "POLL_STARTED", w.POLL_STOPPED = "POLL_STOPPED", w.POLL_VOTES_UPDATED = "POLL_VOTES_UPDATED", w.POLLS_LIST = "POLLS_LIST", w.HAND_RAISE_CHANGED = "HAND_RAISE_CHANGED", w.TRANSCRIPTION_STATE_UPDATED = "TRANSCRIPTION_STATE_UPDATED", w))(Hr || {});
22112
21925
  var bs = ((t) => (t.audio = "audio", t.video = "video", t))(bs || {});
22113
21926
  function We(a2, e) {
22114
21927
  let t, i;
22115
- if (e)
22116
- for (let r of e.auxiliaryTracks) {
22117
- let s = a2[r];
22118
- Co(s) && (i = vt(s) ? s : i, t = Mt(s) ? s : t);
22119
- }
21928
+ if (e) for (let r of e.auxiliaryTracks) {
21929
+ let s = a2[r];
21930
+ Cn(s) && (i = vt(s) ? s : i, t = Mt(s) ? s : t);
21931
+ }
22120
21932
  return { video: t, audio: i };
22121
21933
  }
22122
21934
  function vt(a2) {
@@ -22125,7 +21937,7 @@ function vt(a2) {
22125
21937
  function Mt(a2) {
22126
21938
  return a2 && a2.type === "video";
22127
21939
  }
22128
- function Co(a2) {
21940
+ function Cn(a2) {
22129
21941
  return a2 && a2.source === "screen";
22130
21942
  }
22131
21943
  function pi(a2) {
@@ -22146,7 +21958,7 @@ function kt(a2) {
22146
21958
  return (r = a2 == null ? void 0 : a2.publishParams) != null && r.allowed && (e = a2.publishParams.allowed.includes("video"), t = a2.publishParams.allowed.includes("audio"), i = a2.publishParams.allowed.includes("screen")), { video: e, audio: t, screen: i };
22147
21959
  }
22148
21960
  var Rs = ((d) => (d[d.VERBOSE = 0] = "VERBOSE", d[d.DEBUG = 1] = "DEBUG", d[d.INFO = 2] = "INFO", d[d.WARN = 3] = "WARN", d[d.TIME = 4] = "TIME", d[d.TIMEEND = 5] = "TIMEEND", d[d.ERROR = 6] = "ERROR", d[d.NONE = 7] = "NONE", d))(Rs || {});
22149
- var Lo = typeof window != "undefined" && typeof window.expect != "undefined";
21961
+ var Ln = typeof window != "undefined" && typeof window.expect != "undefined";
22150
21962
  var l = class {
22151
21963
  static v(e, ...t) {
22152
21964
  this.log(0, e, ...t);
@@ -22173,67 +21985,65 @@ var l = class {
22173
21985
  performance.clearMarks(), performance.clearMeasures();
22174
21986
  }
22175
21987
  static log(e, t, ...i) {
22176
- if (!(this.level.valueOf() > e.valueOf()))
22177
- switch (e) {
22178
- case 0: {
22179
- console.log(t, ...i);
22180
- break;
22181
- }
22182
- case 1: {
22183
- console.debug(t, ...i);
22184
- break;
22185
- }
22186
- case 2: {
22187
- console.info(t, ...i);
22188
- break;
22189
- }
22190
- case 3: {
22191
- console.warn(t, ...i);
22192
- break;
22193
- }
22194
- case 6: {
22195
- console.error(t, ...i);
22196
- break;
22197
- }
22198
- case 4: {
22199
- performance.mark(i[0]);
22200
- break;
22201
- }
22202
- case 5: {
22203
- let r = i[0];
22204
- try {
22205
- let s = performance.measure(r, r);
22206
- this.log(1, t, r, s == null ? void 0 : s.duration), performance.clearMarks(r), performance.clearMeasures(r);
22207
- } catch (s) {
22208
- this.log(1, t, r, s);
22209
- }
22210
- break;
21988
+ if (!(this.level.valueOf() > e.valueOf())) switch (e) {
21989
+ case 0: {
21990
+ console.log(t, ...i);
21991
+ break;
21992
+ }
21993
+ case 1: {
21994
+ console.debug(t, ...i);
21995
+ break;
21996
+ }
21997
+ case 2: {
21998
+ console.info(t, ...i);
21999
+ break;
22000
+ }
22001
+ case 3: {
22002
+ console.warn(t, ...i);
22003
+ break;
22004
+ }
22005
+ case 6: {
22006
+ console.error(t, ...i);
22007
+ break;
22008
+ }
22009
+ case 4: {
22010
+ performance.mark(i[0]);
22011
+ break;
22012
+ }
22013
+ case 5: {
22014
+ let r = i[0];
22015
+ try {
22016
+ let s = performance.measure(r, r);
22017
+ this.log(1, t, r, s == null ? void 0 : s.duration), performance.clearMarks(r), performance.clearMeasures(r);
22018
+ } catch (s) {
22019
+ this.log(1, t, r, s);
22211
22020
  }
22021
+ break;
22212
22022
  }
22023
+ }
22213
22024
  }
22214
22025
  };
22215
- l.level = Lo ? 7 : 0;
22026
+ l.level = Ln ? 7 : 0;
22216
22027
  var Cr = new UAParser();
22217
22028
  var Et = null;
22218
22029
  var Lr = null;
22219
22030
  var B = typeof window != "undefined";
22220
- if (B)
22221
- try {
22222
- let a2 = Cr.getResult(), e = a2.withClientHints();
22223
- e && typeof e.then == "function" ? (Lr = e, Lr.then((t) => {
22224
- Et = t;
22225
- }).catch(() => {
22226
- Et = a2;
22227
- })) : (l.d("UAParser", "Client Hints not supported, using standard UA parsing"), Et = e);
22228
- } catch (a2) {
22229
- Et = Cr.getResult();
22230
- }
22031
+ if (B) try {
22032
+ let a2 = Cr.getResult(), e = a2.withClientHints();
22033
+ e && typeof e.then == "function" ? (Lr = e, Lr.then((t) => {
22034
+ Et = t;
22035
+ }).catch(() => {
22036
+ Et = a2;
22037
+ })) : (l.d("UAParser", "Client Hints not supported, using standard UA parsing"), Et = e);
22038
+ } catch (a2) {
22039
+ Et = Cr.getResult();
22040
+ }
22231
22041
  var we = () => Et || Cr.getResult();
22232
22042
  var Se = { getBrowser: () => we().browser, getOS: () => we().os, getDevice: () => we().device, getCPU: () => we().cpu, getEngine: () => we().engine, getUA: () => we().ua, getResult: we, withClientHints: () => Lr || Promise.resolve(we()) };
22233
22043
  var Hs;
22234
22044
  var $e = typeof window == "undefined" && !((Hs = Se.getBrowser().name) != null && Hs.toLowerCase().includes("electron"));
22235
- var wo = () => !$e;
22236
- var Bc = wo();
22045
+ var wn = () => !$e;
22046
+ var Bc = wn();
22237
22047
  var Cs;
22238
22048
  var Ls;
22239
22049
  var Us = (Ls = (Cs = Se.getBrowser()) == null ? void 0 : Cs.name) == null ? void 0 : Ls.toLowerCase().includes("safari");
@@ -22244,23 +22054,23 @@ var _s;
22244
22054
  var Ns;
22245
22055
  var Vs = ((Ns = (_s = Se.getEngine()) == null ? void 0 : _s.name) == null ? void 0 : Ns.toLowerCase()) === "blink";
22246
22056
  var Fs = ((i) => (i.CUSTOM = "CUSTOM", i.LOCAL = "LOCAL", i.HMS = "HMS", i))(Fs || {});
22247
- function _o() {
22057
+ function _n() {
22248
22058
  if (B && window) {
22249
22059
  let a2 = window.location.hostname;
22250
22060
  return a2 === "localhost" || a2 === "127.0.0.1" ? "LOCAL" : a2.includes("app.100ms.live") ? "HMS" : "CUSTOM";
22251
22061
  }
22252
22062
  return "CUSTOM";
22253
22063
  }
22254
- var et = _o();
22064
+ var et = _n();
22255
22065
  var k = { WebSocketConnectionErrors: { FAILED_TO_CONNECT: 1e3, WEBSOCKET_CONNECTION_LOST: 1003, ABNORMAL_CLOSE: 1006 }, APIErrors: { SERVER_ERRORS: 2e3, INIT_CONFIG_NOT_AVAILABLE: 2002, ENDPOINT_UNREACHABLE: 2003, INVALID_TOKEN_FORMAT: 2004 }, TracksErrors: { GENERIC_TRACK: 3e3, CANT_ACCESS_CAPTURE_DEVICE: 3001, DEVICE_NOT_AVAILABLE: 3002, DEVICE_IN_USE: 3003, DEVICE_LOST_MIDWAY: 3004, NOTHING_TO_RETURN: 3005, INVALID_VIDEO_SETTINGS: 3006, CODEC_CHANGE_NOT_PERMITTED: 3007, AUTOPLAY_ERROR: 3008, OVER_CONSTRAINED: 3009, NO_AUDIO_DETECTED: 3010, SYSTEM_DENIED_PERMISSION: 3011, CURRENT_TAB_NOT_SHARED: 3012, AUDIO_PLAYBACK_ERROR: 3013, SELECTED_DEVICE_MISSING: 3014, NO_DATA: 3015 }, WebrtcErrors: { CREATE_OFFER_FAILED: 4001, CREATE_ANSWER_FAILED: 4002, SET_LOCAL_DESCRIPTION_FAILED: 4003, SET_REMOTE_DESCRIPTION_FAILED: 4004, ICE_FAILURE: 4005, ICE_DISCONNECTED: 4006, STATS_FAILED: 4007 }, WebsocketMethodErrors: { SERVER_ERRORS: 5e3, ALREADY_JOINED: 5001, CANNOT_JOIN_PREVIEW_IN_PROGRESS: 5002 }, GenericErrors: { NOT_CONNECTED: 6e3, SIGNALLING: 6001, UNKNOWN: 6002, NOT_READY: 6003, JSON_PARSING_FAILED: 6004, TRACK_METADATA_MISSING: 6005, RTC_TRACK_MISSING: 6006, PEER_METADATA_MISSING: 6007, INVALID_ROLE: 6008, PREVIEW_IN_PROGRESS: 6009, MISSING_MEDIADEVICES: 6010, MISSING_RTCPEERCONNECTION: 6011, LOCAL_STORAGE_ACCESS_DENIED: 6012, VALIDATION_FAILED: 6013 }, PlaylistErrors: { NO_ENTRY_TO_PLAY: 8001, NO_ENTRY_IS_PLAYING: 8002 } };
22256
22066
  var E = class a extends Error {
22257
- constructor(t, i, r, s, o, n = false) {
22067
+ constructor(t, i, r, s, n, o = false) {
22258
22068
  super(s);
22259
22069
  this.code = t;
22260
22070
  this.name = i;
22261
22071
  this.message = s;
22262
- this.description = o;
22263
- this.isTerminal = n;
22072
+ this.description = n;
22073
+ this.isTerminal = o;
22264
22074
  Object.setPrototypeOf(this, a.prototype), this.action = r.toString();
22265
22075
  }
22266
22076
  toAnalyticsProperties() {
@@ -22283,13 +22093,13 @@ var E = class a extends Error {
22283
22093
  }
22284
22094
  };
22285
22095
  var q = class extends E {
22286
- constructor(t, i, r, s, o, n) {
22287
- super(t, i, r, s, o, false);
22096
+ constructor(t, i, r, s, n, o) {
22097
+ super(t, i, r, s, n, false);
22288
22098
  this.code = t;
22289
22099
  this.name = i;
22290
22100
  this.message = s;
22291
- this.description = o;
22292
- this.trackType = n;
22101
+ this.description = n;
22102
+ this.trackType = o;
22293
22103
  }
22294
22104
  toAnalyticsProperties() {
22295
22105
  return M(m({}, super.toAnalyticsProperties()), { track_type: this.trackType });
@@ -22309,7 +22119,7 @@ var q = class extends E {
22309
22119
  }
22310
22120
  };
22311
22121
  var Gs = ((r) => (r.AUDIO = "audio", r.VIDEO = "video", r.AUDIO_VIDEO = "audio, video", r.SCREEN = "screen", r))(Gs || {});
22312
- var No = ["join", "offer", "answer", "trickle", "on-error", "JOIN"];
22122
+ var Nn = ["join", "offer", "answer", "trickle", "on-error", "JOIN"];
22313
22123
  var S = { WebSocketConnectionErrors: { FailedToConnect(a2, e = "") {
22314
22124
  return new E(k.WebSocketConnectionErrors.FAILED_TO_CONNECT, "WebsocketFailedToConnect", a2, `[WS]: ${e}`, `[WS]: ${e}`);
22315
22125
  }, WebSocketConnectionLost(a2, e = "") {
@@ -22371,7 +22181,7 @@ var S = { WebSocketConnectionErrors: { FailedToConnect(a2, e = "") {
22371
22181
  }, StatsFailed(a2, e = "") {
22372
22182
  return new E(k.WebrtcErrors.STATS_FAILED, "StatsFailed", a2, `Failed to WebRTC get stats - ${e}`, e);
22373
22183
  } }, WebsocketMethodErrors: { ServerErrors(a2, e, t) {
22374
- return new E(a2, "ServerErrors", e, t, t, No.includes(e));
22184
+ return new E(a2, "ServerErrors", e, t, t, Nn.includes(e));
22375
22185
  }, AlreadyJoined(a2, e = "") {
22376
22186
  return new E(k.WebsocketMethodErrors.ALREADY_JOINED, "AlreadyJoined", a2, "[JOIN]: You have already joined this room.", e);
22377
22187
  }, CannotJoinPreviewInProgress(a2, e = "") {
@@ -22436,8 +22246,7 @@ var wr = class {
22436
22246
  this.valuesMap.clear();
22437
22247
  }
22438
22248
  key(e) {
22439
- if (arguments.length === 0)
22440
- throw new TypeError("Failed to execute 'key' on 'Storage': 1 argument required, but only 0 present.");
22249
+ if (arguments.length === 0) throw new TypeError("Failed to execute 'key' on 'Storage': 1 argument required, but only 0 present.");
22441
22250
  return Array.from(this.valuesMap.keys())[e];
22442
22251
  }
22443
22252
  get length() {
@@ -22480,18 +22289,17 @@ var ve = class {
22480
22289
  };
22481
22290
  var hi = () => {
22482
22291
  let a2, e = new ve("hms-analytics-deviceId"), t = e.get();
22483
- return t ? a2 = t : (a2 = Oo(), e.set(a2)), a2;
22292
+ return t ? a2 = t : (a2 = On(), e.set(a2)), a2;
22484
22293
  };
22485
22294
  function $(a2) {
22486
22295
  return a2 != null;
22487
22296
  }
22488
22297
  var qs = _r().version;
22489
22298
  function At(a2 = "prod", e) {
22490
- let t = "web", i = et !== "LOCAL" && a2 === "prod" ? "prod" : "debug";
22491
- if ($e)
22492
- return js({ os: "web_nodejs", os_version: process.version, sdk: t, sdk_version: qs, env: i, domain: et, is_prebuilt: !!(e != null && e.isPrebuilt), framework: "node", framework_version: process.version, framework_sdk_version: e == null ? void 0 : e.sdkVersion });
22493
- let r = Se.getOS(), s = Se.getDevice(), o = Se.getBrowser(), n = Nr(`web_${r.name}`), d = r.version || "", u = Nr(`${o.name}_${o.version}`), p = u;
22494
- return s.type && (p = `${Nr(`${s.vendor}_${s.type}`)}/${u}`), js({ os: n, os_version: d, sdk: t, sdk_version: qs, device_model: p, env: i, domain: et, is_prebuilt: !!(e != null && e.isPrebuilt), framework: e == null ? void 0 : e.type, framework_version: e == null ? void 0 : e.version, framework_sdk_version: e == null ? void 0 : e.sdkVersion });
22299
+ let i = et !== "LOCAL" && a2 === "prod" ? "prod" : "debug";
22300
+ if ($e) return js({ os: "web_nodejs", os_version: process.version, sdk: "web", sdk_version: qs, env: i, domain: et, is_prebuilt: !!(e != null && e.isPrebuilt), framework: "node", framework_version: process.version, framework_sdk_version: e == null ? void 0 : e.sdkVersion });
22301
+ let r = Se.getOS(), s = Se.getDevice(), n = Se.getBrowser(), o = Nr(`web_${r.name}`), d = r.version || "", u = Nr(`${n.name}_${n.version}`), p = u;
22302
+ return s.type && (p = `${Nr(`${s.vendor}_${s.type}`)}/${u}`), js({ os: o, os_version: d, sdk: "web", sdk_version: qs, device_model: p, env: i, domain: et, is_prebuilt: !!(e != null && e.isPrebuilt), framework: e == null ? void 0 : e.type, framework_version: e == null ? void 0 : e.version, framework_sdk_version: e == null ? void 0 : e.sdkVersion });
22495
22303
  }
22496
22304
  function Nr(a2) {
22497
22305
  return a2.replace(/ /g, "_");
@@ -22500,7 +22308,7 @@ var js = (a2, e = ",") => Object.keys(a2).filter((t) => $(a2[t])).map((t) => `${
22500
22308
  var C = class {
22501
22309
  constructor({ name: e, level: t, properties: i, includesPII: r, timestamp: s }) {
22502
22310
  this.metadata = { peer: {}, userAgent: At() };
22503
- this.name = e, this.level = t, this.includesPII = r || false, this.properties = i || {}, this.timestamp = s || (/* @__PURE__ */ new Date()).getTime(), this.event_id = Uo(), this.device_id = hi();
22311
+ this.name = e, this.level = t, this.includesPII = r || false, this.properties = i || {}, this.timestamp = s || (/* @__PURE__ */ new Date()).getTime(), this.event_id = Un(), this.device_id = hi();
22504
22312
  }
22505
22313
  toSignalParams() {
22506
22314
  return { name: this.name, info: M(m({}, this.properties), { timestamp: this.timestamp, domain: et }), timestamp: (/* @__PURE__ */ new Date()).getTime() };
@@ -22508,8 +22316,8 @@ var C = class {
22508
22316
  };
22509
22317
  var y = class {
22510
22318
  static connect(e, t, i = /* @__PURE__ */ new Date(), r = /* @__PURE__ */ new Date(), s) {
22511
- let o = this.eventNameFor("connect", e === void 0), n = e ? 2 : 1, d = this.getPropertiesWithError(M(m({}, t), { [this.KEY_REQUESTED_AT]: i == null ? void 0 : i.getTime(), [this.KEY_RESPONDED_AT]: r == null ? void 0 : r.getTime(), endpoint: s }), e);
22512
- return new C({ name: o, level: n, properties: d });
22319
+ let n = this.eventNameFor("connect", e === void 0), o = e ? 2 : 1, d = this.getPropertiesWithError(M(m({}, t), { [this.KEY_REQUESTED_AT]: i == null ? void 0 : i.getTime(), [this.KEY_RESPONDED_AT]: r == null ? void 0 : r.getTime(), endpoint: s }), e);
22320
+ return new C({ name: n, level: o, properties: d });
22513
22321
  }
22514
22322
  static disconnect(e, t) {
22515
22323
  let i = "disconnected", r = e ? 2 : 1, s = this.getPropertiesWithError(t, e);
@@ -22517,17 +22325,17 @@ var y = class {
22517
22325
  }
22518
22326
  static preview(i) {
22519
22327
  var r = i, { error: e } = r, t = Ar(r, ["error"]);
22520
- let s = this.eventNameFor("preview", e === void 0), o = e ? 2 : 1, n = this.getPropertiesWithError(t, e);
22521
- return new C({ name: s, level: o, properties: n });
22328
+ let s = this.eventNameFor("preview", e === void 0), n = e ? 2 : 1, o = this.getPropertiesWithError(t, e);
22329
+ return new C({ name: s, level: n, properties: o });
22522
22330
  }
22523
22331
  static join(i) {
22524
22332
  var r = i, { error: e } = r, t = Ar(r, ["error"]);
22525
- let s = this.eventNameFor("join", e === void 0), o = e ? 2 : 1, n = this.getPropertiesWithError(M(m({}, t), { is_preview_called: !!t.is_preview_called }), e);
22526
- return new C({ name: s, level: o, properties: n });
22333
+ let s = this.eventNameFor("join", e === void 0), n = e ? 2 : 1, o = this.getPropertiesWithError(M(m({}, t), { is_preview_called: !!t.is_preview_called }), e);
22334
+ return new C({ name: s, level: n, properties: o });
22527
22335
  }
22528
22336
  static publish({ devices: e, settings: t, error: i }) {
22529
- let r = this.eventNameFor("publish", i === void 0), s = i ? 2 : 1, o = this.getPropertiesWithError({ devices: e, audio: t == null ? void 0 : t.audio, video: t == null ? void 0 : t.video }, i);
22530
- return new C({ name: r, level: s, properties: o });
22337
+ let r = this.eventNameFor("publish", i === void 0), s = i ? 2 : 1, n = this.getPropertiesWithError({ devices: e, audio: t == null ? void 0 : t.audio, video: t == null ? void 0 : t.video }, i);
22338
+ return new C({ name: r, level: s, properties: n });
22531
22339
  }
22532
22340
  static hlsPlayerError(e) {
22533
22341
  return new C({ name: "hlsPlayerError", level: 2, properties: this.getErrorProperties(e) });
@@ -22552,8 +22360,8 @@ var y = class {
22552
22360
  return new C({ name: "permissionChanged", level: 1, properties: { message: `Perrmission for ${e} changed to ${t}` } });
22553
22361
  }
22554
22362
  static deviceChange({ isUserSelection: e, selection: t, type: i, devices: r, error: s }) {
22555
- let o = this.eventNameFor(s ? "publish" : `device.${i}`, s === void 0), n = s ? 2 : 1, d = this.getPropertiesWithError({ selection: t, devices: r, isUserSelection: e }, s);
22556
- return new C({ name: o, level: n, properties: d });
22363
+ let n = this.eventNameFor(s ? "publish" : `device.${i}`, s === void 0), o = s ? 2 : 1, d = this.getPropertiesWithError({ selection: t, devices: r, isUserSelection: e }, s);
22364
+ return new C({ name: n, level: o, properties: d });
22557
22365
  }
22558
22366
  static performance(e) {
22559
22367
  let t = "perf.stats", i = 1, r = e.toAnalyticsProperties();
@@ -22570,8 +22378,8 @@ var y = class {
22570
22378
  static degradationStats(e, t) {
22571
22379
  let i = "video.degradation.stats", r = 1, s = { degradedAt: e.degradedAt, trackId: e.trackId };
22572
22380
  if (!t && e.degradedAt instanceof Date) {
22573
- let o = /* @__PURE__ */ new Date(), n = o.valueOf() - e.degradedAt.valueOf();
22574
- s = M(m({}, s), { duration: n, restoredAt: o });
22381
+ let n = /* @__PURE__ */ new Date(), o = n.valueOf() - e.degradedAt.valueOf();
22382
+ s = M(m({}, s), { duration: o, restoredAt: n });
22575
22383
  }
22576
22384
  return new C({ name: i, level: r, properties: s });
22577
22385
  }
@@ -22623,24 +22431,21 @@ var Or = class {
22623
22431
  }
22624
22432
  setDevices(e) {
22625
22433
  var r;
22626
- if (this.devices = e, !this.remember)
22627
- return;
22434
+ if (this.devices = e, !this.remember) return;
22628
22435
  let t = this.storage.get();
22629
- if (!t)
22630
- return;
22436
+ if (!t) return;
22631
22437
  let i = ["audioInput", "videoInput", "audioOutput"];
22632
22438
  for (let s of i) {
22633
- let o = t[s];
22634
- o && ((r = e[s]) != null && r.some((d) => this.isSame(o, d)) || (l.w(this.TAG, `Removing ${s} device from storage as it's no longer available: ${o.deviceId}`), this.removeSelection(s)));
22439
+ let n = t[s];
22440
+ n && ((r = e[s]) != null && r.some((d) => this.isSame(n, d)) || (l.w(this.TAG, `Removing ${s} device from storage as it's no longer available: ${n.deviceId}`), this.removeSelection(s)));
22635
22441
  }
22636
22442
  }
22637
22443
  rememberDevices(e) {
22638
22444
  this.remember = e;
22639
22445
  }
22640
22446
  updateSelection(e, { deviceId: t, groupId: i }) {
22641
- if (!this.devices || !this.remember)
22642
- return;
22643
- let r = this.devices[e].find((o) => this.isSame({ deviceId: t, groupId: i }, o));
22447
+ if (!this.devices || !this.remember) return;
22448
+ let r = this.devices[e].find((n) => this.isSame({ deviceId: t, groupId: i }, n));
22644
22449
  if (!r) {
22645
22450
  l.w(this.TAG, `Could not find device with deviceId: ${t}, groupId: ${i}`);
22646
22451
  return;
@@ -22653,8 +22458,7 @@ var Or = class {
22653
22458
  t[e] && (delete t[e], this.storage.set(t));
22654
22459
  }
22655
22460
  getSelection() {
22656
- if (this.remember)
22657
- return this.storage.get();
22461
+ if (this.remember) return this.storage.get();
22658
22462
  }
22659
22463
  cleanup() {
22660
22464
  this.remember = false, this.devices = void 0;
@@ -22667,7 +22471,7 @@ var te = new Or();
22667
22471
  var xr = ((t) => (t.TRANSFORM = "TRANSFORM", t.ANALYZE = "ANALYZE", t))(xr || {});
22668
22472
  var Ur = ((t) => (t.PLATFORM_NOT_SUPPORTED = "PLATFORM_NOT_SUPPORTED", t.DEVICE_NOT_SUPPORTED = "DEVICE_NOT_SUPPORTED", t))(Ur || {});
22669
22473
  var Br = ((t) => (t.SIP = "sip", t.REGULAR = "regular", t))(Br || {});
22670
- var Js = ((n) => (n.NONE = "none", n.INITIALISED = "initialised", n.STARTED = "started", n.PAUSED = "paused", n.RESUMED = "resumed", n.STOPPED = "stopped", n.FAILED = "failed", n))(Js || {});
22474
+ var Js = ((o) => (o.NONE = "none", o.INITIALISED = "initialised", o.STARTED = "started", o.PAUSED = "paused", o.RESUMED = "resumed", o.STOPPED = "stopped", o.FAILED = "failed", o))(Js || {});
22671
22475
  var zs = ((t) => (t.DVR = "dvr", t.NO_DVR = "no-dvr", t))(zs || {});
22672
22476
  var Ys = ((i) => (i.REGULAR = "regular", i.SCREEN = "screen", i.COMPOSITE = "composite", i))(Ys || {});
22673
22477
  var Xs = ((r) => (r.INITIALISED = "initialised", r.STARTED = "started", r.STOPPED = "stopped", r.FAILED = "failed", r))(Xs || {});
@@ -22702,8 +22506,7 @@ var jr = class {
22702
22506
  };
22703
22507
  this.handleIntersection = (e) => {
22704
22508
  var t;
22705
- for (let i of e)
22706
- (t = this.listeners.get(i.target)) == null || t(i);
22509
+ for (let i of e) (t = this.listeners.get(i.target)) == null || t(i);
22707
22510
  };
22708
22511
  this.createObserver();
22709
22512
  }
@@ -22712,7 +22515,7 @@ var jr = class {
22712
22515
  return e || l.w(this.TAG, "IntersectionObserver is not supported, fallback will be used instead"), e;
22713
22516
  }
22714
22517
  };
22715
- var oa = new jr();
22518
+ var na = new jr();
22716
22519
  var Qr = class {
22717
22520
  constructor() {
22718
22521
  this.TAG = "[HMSResizeObserverWrapper]";
@@ -22730,8 +22533,7 @@ var Qr = class {
22730
22533
  };
22731
22534
  this.handleResize = (e) => {
22732
22535
  var t;
22733
- for (let i of e)
22734
- (t = this.listeners.get(i.target)) == null || t(i);
22536
+ for (let i of e) (t = this.listeners.get(i.target)) == null || t(i);
22735
22537
  };
22736
22538
  this.createObserver();
22737
22539
  }
@@ -22740,7 +22542,7 @@ var Qr = class {
22740
22542
  return e || l.w(this.TAG, "Resize Observer is not supported"), e;
22741
22543
  }
22742
22544
  };
22743
- var na = new Qr();
22545
+ var oa = new Qr();
22744
22546
  var Jr = ((t) => (t.TRANSFORM = "TRANSFORM", t.ANALYZE = "ANALYZE", t))(Jr || {});
22745
22547
  var zr = ((t) => (t["2D"] = "2d", t.WEBGL = "webgl", t.WEBGL2 = "webgl2", t))(zr || {});
22746
22548
  var la = "https://event.100ms.live/v2/client/report";
@@ -22748,92 +22550,87 @@ var ua = "https://event-nonprod.100ms.live/v2/client/report";
22748
22550
  var Dt = Math.pow(2, 31) - 1;
22749
22551
  var ct = class {
22750
22552
  };
22751
- ct.makePeerId = () => cn();
22553
+ ct.makePeerId = () => oo();
22752
22554
  var G = (a2) => a2.room;
22753
- var ln = (a2) => a2.errors;
22754
- var Gm = createSelector(ln, (a2) => a2.length === 0 ? null : a2.at(-1));
22555
+ var lo = (a2) => a2.errors;
22556
+ var Gm = createSelector(lo, (a2) => a2.length === 0 ? null : a2.at(-1));
22755
22557
  var Wm = createSelector(G, (a2) => a2.id);
22756
22558
  var Z = (a2) => a2.peers;
22757
22559
  var Ci = (a2) => a2.messages.byID;
22758
22560
  var Pa = (a2) => a2.messages.allIDs;
22759
22561
  var N = (a2) => a2.tracks;
22760
22562
  var is = (a2) => a2.appData;
22761
- var un = (a2) => a2.speakers;
22563
+ var uo = (a2) => a2.speakers;
22762
22564
  var Fe = createSelector([G], (a2) => a2 && a2.isConnected);
22763
22565
  var qm = createSelector([Fe, G], (a2, e) => a2 ? e.peerCount !== void 0 ? e.peerCount || 1 : e.peers.length : Math.max(e.peerCount !== void 0 ? e.peerCount : e.peers.length - 1, 0));
22764
- var pn = (a2) => a2.hideLocalPeer;
22765
- var Ee = createSelector([G, Z, pn], (a2, e, t) => t ? a2.peers.filter((i) => a2.localPeer !== i).map((i) => e[i]) : a2.peers.map((i) => e[i]));
22766
- var hn = createSelector(N, (a2) => Object.values(a2));
22767
- var ne = createSelector(G, Z, (a2, e) => e[a2.localPeer]);
22566
+ var po = (a2) => a2.hideLocalPeer;
22567
+ var Ee = createSelector([G, Z, po], (a2, e, t) => t ? a2.peers.filter((i) => a2.localPeer !== i).map((i) => e[i]) : a2.peers.map((i) => e[i]));
22568
+ var ho = createSelector(N, (a2) => Object.values(a2));
22569
+ var oe = createSelector(G, Z, (a2, e) => e[a2.localPeer]);
22768
22570
  var Ae = createSelector(G, (a2) => a2.localPeer);
22769
- var jm = createSelector(ne, (a2) => a2 == null ? void 0 : a2.name);
22770
- var Qm = createSelector(ne, (a2) => a2 == null ? void 0 : a2.roleName);
22771
- var me = createSelector(ne, (a2) => a2 == null ? void 0 : a2.audioTrack);
22772
- var ie = createSelector(ne, (a2) => a2 == null ? void 0 : a2.videoTrack);
22773
- var mn = createSelector(ne, (a2) => a2 == null ? void 0 : a2.auxiliaryTracks);
22774
- var Ia = createSelector([me, ie, mn], (a2, e, t) => {
22571
+ var jm = createSelector(oe, (a2) => a2 == null ? void 0 : a2.name);
22572
+ var Qm = createSelector(oe, (a2) => a2 == null ? void 0 : a2.roleName);
22573
+ var me = createSelector(oe, (a2) => a2 == null ? void 0 : a2.audioTrack);
22574
+ var ie = createSelector(oe, (a2) => a2 == null ? void 0 : a2.videoTrack);
22575
+ var mo = createSelector(oe, (a2) => a2 == null ? void 0 : a2.auxiliaryTracks);
22576
+ var Ia = createSelector([me, ie, mo], (a2, e, t) => {
22775
22577
  let i = t ? [...t] : [];
22776
22578
  return a2 && i.unshift(a2), e && i.unshift(e), i;
22777
22579
  });
22778
22580
  var Jm = createSelector(Ee, (a2) => a2.filter((e) => !e.isLocal));
22779
- var zm = createSelector(Z, un, (a2, e) => {
22581
+ var zm = createSelector(Z, uo, (a2, e) => {
22780
22582
  let t = Object.entries(e).sort((i, r) => {
22781
- var n, d;
22782
- let s = ((n = i[1]) == null ? void 0 : n.audioLevel) || 0;
22583
+ var o, d;
22584
+ let s = ((o = i[1]) == null ? void 0 : o.audioLevel) || 0;
22783
22585
  return (((d = r[1]) == null ? void 0 : d.audioLevel) || 0) > s ? 1 : -1;
22784
22586
  });
22785
22587
  if (t.length > 0 && t[0][1].audioLevel && t[0][1].audioLevel > 0) {
22786
22588
  let i = t[0][1].peerID;
22787
- if (i in a2)
22788
- return a2[i];
22589
+ if (i in a2) return a2[i];
22789
22590
  }
22790
22591
  return null;
22791
22592
  });
22792
- var ss = createSelector(ne, N, (a2, e) => {
22593
+ var ss = createSelector(oe, N, (a2, e) => {
22793
22594
  let { video: t, audio: i } = We(e, a2);
22794
22595
  return !!(t || i);
22795
22596
  });
22796
- var Sn = createSelector(Z, N, (a2, e) => {
22597
+ var So = createSelector(Z, N, (a2, e) => {
22797
22598
  let t;
22798
22599
  for (let i in a2) {
22799
- let r = a2[i], { video: s, audio: o } = We(e, r);
22800
- if (s)
22801
- return r;
22802
- o && !t && (t = r);
22600
+ let r = a2[i], { video: s, audio: n } = We(e, r);
22601
+ if (s) return r;
22602
+ n && !t && (t = r);
22803
22603
  }
22804
22604
  return t;
22805
22605
  });
22806
- var Xm = createSelector(Sn, (a2) => !!a2);
22606
+ var Xm = createSelector(So, (a2) => !!a2);
22807
22607
  var Zm = createSelector(Z, N, (a2, e) => {
22808
22608
  for (let t in a2) {
22809
22609
  let i = a2[t], { audio: r, video: s } = We(e, i);
22810
- if (!s && r)
22811
- return i;
22610
+ if (!s && r) return i;
22812
22611
  }
22813
22612
  });
22814
22613
  var eS = createSelector(Z, N, (a2, e) => {
22815
22614
  let t = [], i = [];
22816
22615
  for (let r in a2) {
22817
- let s = a2[r], { video: o, audio: n } = We(e, s);
22818
- o ? t.push(s) : n && i.push(s);
22616
+ let s = a2[r], { video: n, audio: o } = We(e, s);
22617
+ n ? t.push(s) : o && i.push(s);
22819
22618
  }
22820
22619
  return t.concat(i);
22821
22620
  });
22822
22621
  var tS = createSelector(Z, N, (a2, e) => {
22823
22622
  for (let t in e) {
22824
22623
  let i = e[t];
22825
- if (yt(i) && Mt(i) && i.peerId)
22826
- return a2[i.peerId];
22624
+ if (yt(i) && Mt(i) && i.peerId) return a2[i.peerId];
22827
22625
  }
22828
22626
  });
22829
22627
  var iS = createSelector(Z, N, (a2, e) => {
22830
22628
  for (let t in e) {
22831
22629
  let i = e[t];
22832
- if (pi(i) && i.peerId)
22833
- return a2[i.peerId];
22630
+ if (pi(i) && i.peerId) return a2[i.peerId];
22834
22631
  }
22835
22632
  });
22836
- var rS = createSelector(hn, (a2) => a2.filter(Is));
22633
+ var rS = createSelector(ho, (a2) => a2.filter(Is));
22837
22634
  var sS = createSelector(Pa, (a2) => a2.length);
22838
22635
  var aS = createSelector(Ci, (a2) => Object.values(a2).filter((e) => !e.read).length);
22839
22636
  var Ot = createSelector(Pa, Ci, (a2, e) => {
@@ -22842,23 +22639,23 @@ var Ot = createSelector(Pa, Ci, (a2, e) => {
22842
22639
  t.push(e[i]);
22843
22640
  }), t;
22844
22641
  });
22845
- var gn = createSelector(Ot, (a2) => a2.filter((e) => {
22642
+ var go = createSelector(Ot, (a2) => a2.filter((e) => {
22846
22643
  var t;
22847
22644
  return !e.recipientPeer && !(e.recipientRoles && ((t = e.recipientRoles) == null ? void 0 : t.length) > 0);
22848
22645
  }));
22849
- var oS = createSelector(gn, (a2) => a2.filter((e) => !e.read).length);
22646
+ var nS = createSelector(go, (a2) => a2.filter((e) => !e.read).length);
22850
22647
  var ce = createSelector([G], (a2) => a2 && a2.roomState);
22851
22648
  var Ra = createSelector(ce, (a2) => a2 === "Preview");
22852
- var nS = createSelector(G, (a2) => a2.roomState !== "Disconnected");
22649
+ var oS = createSelector(G, (a2) => a2.roomState !== "Disconnected");
22853
22650
  var cS = createSelector(G, (a2) => !a2.transcriptions || a2.transcriptions.length <= 0 ? false : a2.transcriptions.some((e) => e.mode === "caption" && e.state === "started"));
22854
22651
  var Pe = (a2) => a2.roles;
22855
22652
  var dS = createSelector([Pe], (a2) => Object.keys(a2));
22856
- var lt = createSelector([ne, Pe], (a2, e) => a2 != null && a2.roleName ? e[a2.roleName] : null);
22857
- var Tn = (a2) => {
22653
+ var lt = createSelector([oe, Pe], (a2, e) => a2 != null && a2.roleName ? e[a2.roleName] : null);
22654
+ var To = (a2) => {
22858
22655
  var e;
22859
22656
  return (e = a2.preview) == null ? void 0 : e.asRole;
22860
22657
  };
22861
- var Ha = createSelector([Tn, Pe], (a2, e) => a2 ? e[a2] : null);
22658
+ var Ha = createSelector([To, Pe], (a2, e) => a2 ? e[a2] : null);
22862
22659
  var lS = createSelector([lt], (a2) => {
22863
22660
  var e;
22864
22661
  return (e = a2 == null ? void 0 : a2.subscribeParams) != null && e.subscribeToRoles ? a2.subscribeParams.subscribeToRoles.length > 0 : false;
@@ -22876,8 +22673,8 @@ var vS = createSelector(G, (a2) => !!a2.isVBEnabled);
22876
22673
  var MS = createSelector(G, (a2) => a2.effectsKey);
22877
22674
  var La = (a2) => a2.polls;
22878
22675
  var PS = createSelector(Ee, (a2) => a2.filter((e) => e.isHandRaised));
22879
- var fn = (a2) => a2.whiteboards;
22880
- var bS = createSelector(fn, (a2) => Object.values(a2)[0]);
22676
+ var fo = (a2) => a2.whiteboards;
22677
+ var bS = createSelector(fo, (a2) => Object.values(a2)[0]);
22881
22678
  var wa = (a2 = "audio") => (e) => e.playlist[a2].list;
22882
22679
  var as = (a2 = "audio") => (e) => e.playlist[a2].selection;
22883
22680
  var _a7 = (a2 = "audio") => (e) => e.playlist[a2].progress;
@@ -22886,8 +22683,7 @@ var Oa = (a2 = "audio") => (e) => e.playlist[a2].playbackRate;
22886
22683
  var xa = (a2 = "audio") => (e) => e.playlist[a2].volume;
22887
22684
  var Ua = (a2 = "audio") => createSelector(wa(a2), (e) => Object.values(e));
22888
22685
  var Ba = (a2 = "audio") => createSelector(wa(a2), as(a2), (e, t) => {
22889
- if (t.id)
22890
- return e[t.id];
22686
+ if (t.id) return e[t.id];
22891
22687
  });
22892
22688
  var Va = { selection: as("audio"), progress: _a7("audio"), currentTime: Na("audio"), playbackRate: Oa("audio"), volume: xa("audio"), list: Ua("audio"), selectedItem: Ba("audio") };
22893
22689
  var Fa = { selection: as("video"), progress: _a7("video"), currentTime: Na("video"), playbackRate: Oa("video"), volume: xa("video"), list: Ua("video"), selectedItem: Ba("video") };
@@ -22921,105 +22717,96 @@ var b = class {
22921
22717
  performance.clearMarks(), performance.clearMeasures();
22922
22718
  }
22923
22719
  static log(e, ...t) {
22924
- if (!(this.level.valueOf() > e.valueOf()))
22925
- switch (e) {
22926
- case 0: {
22927
- console.log(xt, ...t);
22928
- break;
22929
- }
22930
- case 1: {
22931
- console.debug(xt, ...t);
22932
- break;
22933
- }
22934
- case 2: {
22935
- console.info(xt, ...t);
22936
- break;
22937
- }
22938
- case 3: {
22939
- console.warn(xt, ...t);
22940
- break;
22941
- }
22942
- case 6: {
22943
- console.error(xt, ...t);
22944
- break;
22945
- }
22946
- case 4: {
22947
- performance.mark(t[1]);
22948
- break;
22949
- }
22950
- case 5: {
22951
- let i = t[0], r = t[1];
22952
- try {
22953
- let s = performance.measure(r, r);
22954
- this.log(1, i, r, s == null ? void 0 : s.duration), performance.clearMarks(r), performance.clearMeasures(r);
22955
- } catch (s) {
22956
- this.log(1, i, r, s);
22957
- }
22958
- break;
22720
+ if (!(this.level.valueOf() > e.valueOf())) switch (e) {
22721
+ case 0: {
22722
+ console.log(xt, ...t);
22723
+ break;
22724
+ }
22725
+ case 1: {
22726
+ console.debug(xt, ...t);
22727
+ break;
22728
+ }
22729
+ case 2: {
22730
+ console.info(xt, ...t);
22731
+ break;
22732
+ }
22733
+ case 3: {
22734
+ console.warn(xt, ...t);
22735
+ break;
22736
+ }
22737
+ case 6: {
22738
+ console.error(xt, ...t);
22739
+ break;
22740
+ }
22741
+ case 4: {
22742
+ performance.mark(t[1]);
22743
+ break;
22744
+ }
22745
+ case 5: {
22746
+ let i = t[0], r = t[1];
22747
+ try {
22748
+ let s = performance.measure(r, r);
22749
+ this.log(1, i, r, s == null ? void 0 : s.duration), performance.clearMarks(r), performance.clearMeasures(r);
22750
+ } catch (s) {
22751
+ this.log(1, i, r, s);
22959
22752
  }
22753
+ break;
22960
22754
  }
22755
+ }
22961
22756
  }
22962
22757
  };
22963
22758
  b.level = 0;
22964
- var os = (a2, e) => e;
22759
+ var ns = (a2, e) => e;
22965
22760
  var Ut = (a2, e) => e;
22966
22761
  var Ga = (a2, e) => e;
22967
- var vn = (a2, e) => e;
22968
- var Mn = (a2, e) => e;
22969
- var ee = createSelector([Z, os], (a2, e) => e ? a2[e] : null);
22970
- var ns = createSelector([N, Ut], (a2, e) => e ? a2[e] : null);
22971
- var yn = createSelector([N, Ut], (a2, e) => {
22972
- if (!e)
22973
- return null;
22762
+ var vo = (a2, e) => e;
22763
+ var Mo = (a2, e) => e;
22764
+ var ee = createSelector([Z, ns], (a2, e) => e ? a2[e] : null);
22765
+ var os = createSelector([N, Ut], (a2, e) => e ? a2[e] : null);
22766
+ var yo = createSelector([N, Ut], (a2, e) => {
22767
+ if (!e) return null;
22974
22768
  let t = a2[e];
22975
22769
  return (t == null ? void 0 : t.type) === "video" ? t : null;
22976
22770
  });
22977
- var kn = createSelector([N, Ut], (a2, e) => {
22978
- if (!e)
22979
- return null;
22771
+ var ko = createSelector([N, Ut], (a2, e) => {
22772
+ if (!e) return null;
22980
22773
  let t = a2[e];
22981
22774
  return (t == null ? void 0 : t.type) === "audio" ? t : null;
22982
22775
  });
22983
- var En = createSelector([N, Ut], (a2, e) => {
22984
- if (!e)
22985
- return null;
22776
+ var Eo = createSelector([N, Ut], (a2, e) => {
22777
+ if (!e) return null;
22986
22778
  let t = a2[e];
22987
22779
  return (t == null ? void 0 : t.type) === "audio" && (t == null ? void 0 : t.source) === "screen" ? t : null;
22988
22780
  });
22989
- var Pn = createSelector([N, Ut], (a2, e) => {
22990
- if (!e)
22991
- return null;
22781
+ var Po = createSelector([N, Ut], (a2, e) => {
22782
+ if (!e) return null;
22992
22783
  let t = a2[e];
22993
22784
  return (t == null ? void 0 : t.type) === "video" && (t == null ? void 0 : t.source) === "screen" ? t : null;
22994
22785
  });
22995
- var bn = createSelector([La, Mn], (a2, e) => e ? a2[e] : null);
22786
+ var bo = createSelector([La, Mo], (a2, e) => e ? a2[e] : null);
22996
22787
  var re = H(ee);
22997
- var OS2 = H(createSelector([is, vn], (a2, e) => {
22998
- if (a2)
22999
- return e ? a2[e] : a2;
22788
+ var OS2 = H(createSelector([is, vo], (a2, e) => {
22789
+ if (a2) return e ? a2[e] : a2;
23000
22790
  }));
23001
22791
  function xS(a2) {
23002
22792
  return (e) => {
23003
- if (e.sessionStore)
23004
- return a2 ? e.sessionStore[a2] : e.sessionStore;
22793
+ if (e.sessionStore) return a2 ? e.sessionStore[a2] : e.sessionStore;
23005
22794
  };
23006
22795
  }
23007
22796
  var BS = H(createSelector(ee, (a2) => a2 == null ? void 0 : a2.name));
23008
22797
  var VS = H(createSelector(ee, (a2) => a2 == null ? void 0 : a2.type));
23009
- var Li = H(ns);
23010
- var Wa = H(yn);
23011
- var FS = H(kn);
23012
- var GS = H(En);
23013
- var WS = H(Pn);
23014
- var In = H((a2, e) => {
22798
+ var Li = H(os);
22799
+ var Wa = H(yo);
22800
+ var FS = H(ko);
22801
+ var GS = H(Eo);
22802
+ var WS = H(Po);
22803
+ var Io = H((a2, e) => {
23015
22804
  let t = ee(a2, e);
23016
- if (t && t.videoTrack && t.videoTrack !== "")
23017
- return a2.tracks[t.videoTrack];
22805
+ if (t && t.videoTrack && t.videoTrack !== "") return a2.tracks[t.videoTrack];
23018
22806
  });
23019
- var An = H((a2, e) => {
22807
+ var Ao = H((a2, e) => {
23020
22808
  let t = ee(a2, e);
23021
- if (t && t.audioTrack && t.audioTrack !== "")
23022
- return a2.tracks[t.audioTrack];
22809
+ if (t && t.audioTrack && t.audioTrack !== "") return a2.tracks[t.audioTrack];
23023
22810
  });
23024
22811
  var KS = H((a2, e) => {
23025
22812
  let t = ee(a2, e);
@@ -23027,14 +22814,13 @@ var KS = H((a2, e) => {
23027
22814
  });
23028
22815
  var $a = (a2, e) => e ? a2.speakers[e] : null;
23029
22816
  var qS = H(createSelector($a, (a2) => (a2 == null ? void 0 : a2.audioLevel) || 0));
23030
- var Rn = (a2, e) => {
23031
- let t = An(e)(a2);
22817
+ var Ro = (a2, e) => {
22818
+ let t = Ao(e)(a2);
23032
22819
  return $a(a2, t == null ? void 0 : t.id);
23033
22820
  };
23034
- var jS = H(createSelector(Rn, (a2) => (a2 == null ? void 0 : a2.audioLevel) || 0));
22821
+ var jS = H(createSelector(Ro, (a2) => (a2 == null ? void 0 : a2.audioLevel) || 0));
23035
22822
  var QS = H((a2, e) => {
23036
- if (e)
23037
- return a2.connectionQualities[e];
22823
+ if (e) return a2.connectionQualities[e];
23038
22824
  });
23039
22825
  var JS = H((a2, e) => {
23040
22826
  let t = ee(a2, e);
@@ -23075,8 +22861,7 @@ var tg = H((a2, e) => {
23075
22861
  return Xe(a2, t == null ? void 0 : t.videoTrack);
23076
22862
  });
23077
22863
  var ja = H((a2, e) => {
23078
- if (e && a2.tracks[e])
23079
- return a2.tracks[e].volume === 0;
22864
+ if (e && a2.tracks[e]) return a2.tracks[e].volume === 0;
23080
22865
  });
23081
22866
  var ig = H((a2, e) => {
23082
22867
  let t = ee(a2, e);
@@ -23087,7 +22872,7 @@ var rg = H((a2, e) => {
23087
22872
  return ja(t == null ? void 0 : t.id)(a2);
23088
22873
  });
23089
22874
  var Qa = H((a2, e) => {
23090
- let t = ns(a2, e);
22875
+ let t = os(a2, e);
23091
22876
  if (t) {
23092
22877
  if (t.type !== "audio") {
23093
22878
  b.w("Please pass audio track here");
@@ -23104,8 +22889,8 @@ var ag = H((a2, e) => {
23104
22889
  let t = qa(e)(a2);
23105
22890
  return Qa(t == null ? void 0 : t.id)(a2);
23106
22891
  });
23107
- var og = H((a2, e) => {
23108
- let t = ns(a2, e);
22892
+ var ng = H((a2, e) => {
22893
+ let t = os(a2, e);
23109
22894
  if (t) {
23110
22895
  if (t.type !== "video") {
23111
22896
  b.w("Please pass video track here");
@@ -23114,49 +22899,47 @@ var og = H((a2, e) => {
23114
22899
  return t.layer;
23115
22900
  }
23116
22901
  });
23117
- var Ja = createSelector([Ot, Ae, os], (a2, e, t) => {
23118
- if (t)
23119
- return a2.filter((i) => {
23120
- var r;
23121
- return !i.recipientPeer && !((r = i.recipientRoles) != null && r.length) || i.sender && ![e, t].includes(i.sender) ? false : [e, t].includes(i.recipientPeer);
23122
- });
22902
+ var Ja = createSelector([Ot, Ae, ns], (a2, e, t) => {
22903
+ if (t) return a2.filter((i) => {
22904
+ var r;
22905
+ return !i.recipientPeer && !((r = i.recipientRoles) != null && r.length) || i.sender && ![e, t].includes(i.sender) ? false : [e, t].includes(i.recipientPeer);
22906
+ });
23123
22907
  });
23124
22908
  var za = createSelector([Ot, Ga], (a2, e) => {
23125
- if (e)
23126
- return a2.filter((t) => {
23127
- var i, r;
23128
- return (i = t.recipientRoles) != null && i.length ? (r = t.recipientRoles) == null ? void 0 : r.includes(e) : false;
23129
- });
22909
+ if (e) return a2.filter((t) => {
22910
+ var i, r;
22911
+ return (i = t.recipientRoles) != null && i.length ? (r = t.recipientRoles) == null ? void 0 : r.includes(e) : false;
22912
+ });
23130
22913
  });
23131
- var Hn = createSelector(Ot, (a2) => a2.filter((e) => {
22914
+ var Ho = createSelector(Ot, (a2) => a2.filter((e) => {
23132
22915
  var t;
23133
22916
  return !e.recipientPeer && !((t = e.recipientRoles) != null && t.length);
23134
22917
  }));
23135
- var Cn = createSelector([za, Ga], (a2) => a2 ? a2.filter((e) => !e.read).length : 0);
23136
- var Ln = createSelector([Ja, os], (a2) => a2 ? a2.filter((e) => !e.read).length : 0);
23137
- var ng = createSelector(Hn, (a2) => a2.filter((e) => !e.read).length);
22918
+ var Co = createSelector([za, Ga], (a2) => a2 ? a2.filter((e) => !e.read).length : 0);
22919
+ var Lo = createSelector([Ja, ns], (a2) => a2 ? a2.filter((e) => !e.read).length : 0);
22920
+ var og = createSelector(Ho, (a2) => a2.filter((e) => !e.read).length);
23138
22921
  var cg = H(Ja);
23139
22922
  var dg = H(za);
23140
- var lg = H(Cn);
23141
- var ug = H(Ln);
23142
- var Ya = H(bn);
22923
+ var lg = H(Co);
22924
+ var ug = H(Lo);
22925
+ var Ya = H(bo);
23143
22926
  var Eg = createSelector([Z, N], (a2, e) => Object.values(a2).map((i) => {
23144
22927
  var r;
23145
22928
  return { peer: i, isAudioEnabled: i.audioTrack ? (r = e[i.audioTrack]) == null ? void 0 : r.enabled : false };
23146
22929
  }));
23147
- var Dn = (a2) => a2.roleChangeRequests[0] || null;
23148
- var Pg = createSelector([Dn, Z, Pe], (a2, e, t) => a2 ? { requestedBy: a2.requestedBy ? e[a2.requestedBy] : void 0, role: t[a2.roleName], token: a2.token } : null);
22930
+ var Do = (a2) => a2.roleChangeRequests[0] || null;
22931
+ var Pg = createSelector([Do, Z, Pe], (a2, e, t) => a2 ? { requestedBy: a2.requestedBy ? e[a2.requestedBy] : void 0, role: t[a2.roleName], token: a2.token } : null);
23149
22932
  var bg2 = createSelector([lt], (a2) => kt(a2));
23150
22933
  var Ig = createSelector([Ha], (a2) => kt(a2));
23151
- var _n = createSelector([ie, N], (a2, e) => {
22934
+ var _o = createSelector([ie, N], (a2, e) => {
23152
22935
  let t = null;
23153
22936
  return a2 && (t = e[a2]), (t == null ? void 0 : t.plugins) || [];
23154
22937
  });
23155
- var Nn = createSelector([me, N], (a2, e) => {
22938
+ var No = createSelector([me, N], (a2, e) => {
23156
22939
  let t = null;
23157
22940
  return a2 && (t = e[a2]), (t == null ? void 0 : t.plugins) || [];
23158
22941
  });
23159
- var Un = ((n) => (n[n.STARTING = 0] = "STARTING", n[n.INIT_FETCHED = 1] = "INIT_FETCHED", n[n.SIGNAL_CONNECTED = 2] = "SIGNAL_CONNECTED", n[n.ICE_ESTABLISHED = 3] = "ICE_ESTABLISHED", n[n.MEDIA_CAPTURED = 4] = "MEDIA_CAPTURED", n[n.MEDIA_PUBLISHED = 5] = "MEDIA_PUBLISHED", n[n.COMPLETED = 6] = "COMPLETED", n))(Un || {});
22942
+ var Uo = ((o) => (o[o.STARTING = 0] = "STARTING", o[o.INIT_FETCHED = 1] = "INIT_FETCHED", o[o.SIGNAL_CONNECTED = 2] = "SIGNAL_CONNECTED", o[o.ICE_ESTABLISHED = 3] = "ICE_ESTABLISHED", o[o.MEDIA_CAPTURED = 4] = "MEDIA_CAPTURED", o[o.MEDIA_PUBLISHED = 5] = "MEDIA_PUBLISHED", o[o.COMPLETED = 6] = "COMPLETED", o))(Uo || {});
23160
22943
  var ps = class {
23161
22944
  constructor() {
23162
22945
  this.TAG = "[HTTPAnalyticsTransport]";
@@ -23182,8 +22965,7 @@ var ps = class {
23182
22965
  this.removeFromStorage(e);
23183
22966
  return;
23184
22967
  }
23185
- if (r.status !== 200)
23186
- throw Error(r.statusText);
22968
+ if (r.status !== 200) throw Error(r.statusText);
23187
22969
  this.removeFromStorage(e);
23188
22970
  }).catch((r) => {
23189
22971
  l.v(this.TAG, "Failed to send event", r, e), this.addEventToStorage(e);
@@ -23205,17 +22987,15 @@ var ps = class {
23205
22987
  var He = new ps();
23206
22988
  var Qt = class {
23207
22989
  static handleError(e) {
23208
- if (e.status === 404)
23209
- throw S.APIErrors.EndpointUnreachable("FEEDBACK", e.statusText);
23210
- if (e.status >= 400)
23211
- throw S.APIErrors.ServerErrors(e.status, "FEEDBACK", e == null ? void 0 : e.statusText);
22990
+ if (e.status === 404) throw S.APIErrors.EndpointUnreachable("FEEDBACK", e.statusText);
22991
+ if (e.status >= 400) throw S.APIErrors.ServerErrors(e.status, "FEEDBACK", e == null ? void 0 : e.statusText);
23212
22992
  }
23213
22993
  static sendFeedback(s) {
23214
22994
  return c(this, arguments, function* ({ token: e, eventEndpoint: t = "https://event.100ms.live", info: i, feedback: r }) {
23215
22995
  l.d(this.TAG, `sendFeedback: feedbackEndpoint=${t} peerId=${i.peer.peer_id} session=${i.peer.session_id} `);
23216
- let o = new URL("v2/client/feedback", t), n = M(m({}, i), { payload: r });
22996
+ let n = new URL("v2/client/feedback", t), o = M(m({}, i), { payload: r });
23217
22997
  try {
23218
- let d = yield fetch(o, { headers: { Authorization: `Bearer ${e}` }, body: JSON.stringify(n), method: "POST" });
22998
+ let d = yield fetch(n, { headers: { Authorization: `Bearer ${e}` }, body: JSON.stringify(o), method: "POST" });
23219
22999
  try {
23220
23000
  this.handleError(d);
23221
23001
  return;
@@ -23232,17 +23012,17 @@ var Qt = class {
23232
23012
  Qt.TAG = "[FeedbackService]";
23233
23013
  var hs = ((f) => (f.FLAG_SERVER_SUB_DEGRADATION = "subscribeDegradation", f.FLAG_SERVER_SIMULCAST = "simulcast", f.FLAG_NON_WEBRTC_DISABLE_OFFER = "nonWebRTCDisableOffer", f.FLAG_PUBLISH_STATS = "publishStats", f.FLAG_SUBSCRIBE_STATS = "subscribeStats", f.FLAG_ON_DEMAND_TRACKS = "onDemandTracks", f.FLAG_DISABLE_VIDEO_TRACK_AUTO_UNSUBSCRIBE = "disableVideoTrackAutoUnsubscribe", f.FLAG_WHITEBOARD_ENABLED = "whiteboardEnabled", f.FLAG_EFFECTS_SDK_ENABLED = "effectsSDKEnabled", f.FLAG_VB_ENABLED = "vb", f.FLAG_HIPAA_ENABLED = "hipaa", f.FLAG_NOISE_CANCELLATION = "noiseCancellation", f.FLAG_SCALE_SCREENSHARE_BASED_ON_PIXELS = "scaleScreenshareBasedOnPixels", f.FLAG_DISABLE_NONE_LAYER_REQUEST = "disableNoneLayerRequest", f))(hs || {});
23234
23014
  var z = ((s) => (s[s.ConnectFailed = 0] = "ConnectFailed", s[s.SignalDisconnect = 1] = "SignalDisconnect", s[s.JoinWSMessageFailed = 2] = "JoinWSMessageFailed", s[s.PublishIceConnectionFailed = 3] = "PublishIceConnectionFailed", s[s.SubscribeIceConnectionFailed = 4] = "SubscribeIceConnectionFailed", s))(z || {});
23235
- var mr = ((n) => (n.Disconnected = "Disconnected", n.Connecting = "Connecting", n.Joined = "Joined", n.Preview = "Preview", n.Failed = "Failed", n.Reconnecting = "Reconnecting", n.Leaving = "Leaving", n))(mr || {});
23015
+ var mr = ((o) => (o.Disconnected = "Disconnected", o.Connecting = "Connecting", o.Joined = "Joined", o.Preview = "Preview", o.Failed = "Failed", o.Reconnecting = "Reconnecting", o.Leaving = "Leaving", o))(mr || {});
23236
23016
  var St = ((t) => (t[t.Publish = 0] = "Publish", t[t.Subscribe = 1] = "Subscribe", t))(St || {});
23237
23017
  var ac = (a2) => a2.localPeer.id;
23238
- var oc = (a2) => a2.localPeer.audioTrack;
23239
- var nc = (a2) => a2.localPeer.videoTrack;
23018
+ var nc = (a2) => a2.localPeer.audioTrack;
23019
+ var oc = (a2) => a2.localPeer.videoTrack;
23240
23020
  var cc = (a2, e) => e;
23241
- var yo = (a2, e) => e;
23021
+ var yn = (a2, e) => e;
23242
23022
  var dc = (a2) => a2.remoteTrackStats;
23243
- var ko = (a2) => a2.peerStats;
23023
+ var kn = (a2) => a2.peerStats;
23244
23024
  var Ts = (a2) => a2.localTrackStats;
23245
- var Le = createSelector([ko, ac], (a2, e) => a2[e]);
23025
+ var Le = createSelector([kn, ac], (a2, e) => a2[e]);
23246
23026
  var lc = createSelector(Le, (a2) => {
23247
23027
  var e;
23248
23028
  return (e = a2 == null ? void 0 : a2.subscribe) == null ? void 0 : e.packetsLost;
@@ -23275,17 +23055,17 @@ var Tc = createSelector(Le, (a2) => {
23275
23055
  var e;
23276
23056
  return (e = a2 == null ? void 0 : a2.subscribe) == null ? void 0 : e.bytesReceived;
23277
23057
  });
23278
- var fc = createSelector([ko, cc], (a2, e) => e ? a2[e] : void 0);
23279
- var vc = createSelector([dc, yo], (a2, e) => e ? a2[e] : void 0);
23280
- var fs = createSelector([Ts, yo], (a2, e) => e ? a2[e] : void 0);
23058
+ var fc = createSelector([kn, cc], (a2, e) => e ? a2[e] : void 0);
23059
+ var vc = createSelector([dc, yn], (a2, e) => e ? a2[e] : void 0);
23060
+ var fs = createSelector([Ts, yn], (a2, e) => e ? a2[e] : void 0);
23281
23061
  var Mc = H(fc);
23282
23062
  var yc = H(vc);
23283
- var kc = createSelector([Ts, oc], (a2, e) => {
23063
+ var kc = createSelector([Ts, nc], (a2, e) => {
23284
23064
  var t;
23285
23065
  return e ? (t = a2[e]) == null ? void 0 : t[0] : void 0;
23286
23066
  });
23287
23067
  var Ec = H(createSelector(fs, (a2) => a2 == null ? void 0 : a2[0]));
23288
- var Pc = createSelector([Ts, nc], (a2, e) => {
23068
+ var Pc = createSelector([Ts, oc], (a2, e) => {
23289
23069
  var t;
23290
23070
  return e ? (t = a2[e]) == null ? void 0 : t[0] : void 0;
23291
23071
  });
@@ -23381,8 +23161,7 @@ var RecordingStatus = () => {
23381
23161
  [permissions == null ? void 0 : permissions.browserRecording, !isServerRecordingOn, !isHLSRecordingOn, isBrowserRecordingOn].every(
23382
23162
  (value) => !!value
23383
23163
  )) {
23384
- if (!(isMobile && isRecordingOn))
23385
- return null;
23164
+ if (!(isMobile && isRecordingOn)) return null;
23386
23165
  }
23387
23166
  return /* @__PURE__ */ React64.createElement(
23388
23167
  Tooltip,
@@ -23450,7 +23229,7 @@ var StartRecording2 = () => {
23450
23229
  variant: "danger",
23451
23230
  icon: true,
23452
23231
  css: { ml: "auto" },
23453
- onClick: () => __async(void 0, null, function* () {
23232
+ onClick: () => __async(null, null, function* () {
23454
23233
  try {
23455
23234
  yield hmsActions.stopRTMPAndRecording();
23456
23235
  } catch (error) {
@@ -23473,7 +23252,7 @@ var StartRecording2 = () => {
23473
23252
  variant: "standard",
23474
23253
  icon: true,
23475
23254
  disabled: recordingStarted || isStreamingOn,
23476
- onClick: () => __async(void 0, null, function* () {
23255
+ onClick: () => __async(null, null, function* () {
23477
23256
  yield startRecording();
23478
23257
  })
23479
23258
  },
@@ -23535,7 +23314,7 @@ var ChangeNameContent = ({
23535
23314
  return /* @__PURE__ */ React65.createElement(
23536
23315
  "form",
23537
23316
  {
23538
- onSubmit: (e) => __async(void 0, null, function* () {
23317
+ onSubmit: (e) => __async(null, null, function* () {
23539
23318
  e.preventDefault();
23540
23319
  yield changeName();
23541
23320
  })
@@ -23577,7 +23356,7 @@ var ChangeNameContent = ({
23577
23356
  autoComplete: "name",
23578
23357
  required: true,
23579
23358
  "data-testid": "change_name_field",
23580
- onKeyDown: (e) => __async(void 0, null, function* () {
23359
+ onKeyDown: (e) => __async(null, null, function* () {
23581
23360
  if (e.key === "Enter" && currentName && currentName.trim().length > 0 && currentName !== localPeerName) {
23582
23361
  e.preventDefault();
23583
23362
  if (isMobile) {
@@ -23637,7 +23416,7 @@ var ChangeNameModal = ({
23637
23416
  const localPeerName = useHMSStore30(selectLocalPeerName3);
23638
23417
  const [currentName, setCurrentName] = useState29(localPeerName);
23639
23418
  const isMobile = useMedia12(config.media.md);
23640
- const changeName = () => __async(void 0, null, function* () {
23419
+ const changeName = () => __async(null, null, function* () {
23641
23420
  const name = (currentName == null ? void 0 : currentName.trim()) || "";
23642
23421
  if (!name || name === localPeerName) {
23643
23422
  return;
@@ -23905,7 +23684,7 @@ var MwebOptions = ({
23905
23684
  ActionTile.Root,
23906
23685
  {
23907
23686
  disabled: isHLSRunning,
23908
- onClick: () => __async(void 0, null, function* () {
23687
+ onClick: () => __async(null, null, function* () {
23909
23688
  if (isRecordingLoading) {
23910
23689
  return;
23911
23690
  }
@@ -23965,7 +23744,7 @@ var MwebOptions = ({
23965
23744
  StopRecordingInSheet,
23966
23745
  {
23967
23746
  onClose: () => setShowRecordingOn(false),
23968
- onStopRecording: () => __async(void 0, null, function* () {
23747
+ onStopRecording: () => __async(null, null, function* () {
23969
23748
  try {
23970
23749
  yield hmsActions.stopRTMPAndRecording();
23971
23750
  setShowRecordingOn(false);
@@ -24007,7 +23786,7 @@ var RaiseHand = ({ css: css2 }) => {
24007
23786
  "data-testid": "hand_raise_btn",
24008
23787
  css: css2,
24009
23788
  active: !isHandRaised,
24010
- onClick: () => __async(void 0, null, function* () {
23789
+ onClick: () => __async(null, null, function* () {
24011
23790
  return yield toggleHandRaise();
24012
23791
  })
24013
23792
  },
@@ -24500,7 +24279,7 @@ var ScreenshareToggle = ({ css: css2 = {} }) => {
24500
24279
  active: !isVideoScreenshare,
24501
24280
  css: css2,
24502
24281
  disabled: isAudioOnly,
24503
- onClick: () => __async(void 0, null, function* () {
24282
+ onClick: () => __async(null, null, function* () {
24504
24283
  yield toggleScreenShare();
24505
24284
  yield requestPermission();
24506
24285
  })
@@ -24751,7 +24530,7 @@ var RemoveParticipant = ({ peerId }) => {
24751
24530
  Dropdown.Item,
24752
24531
  {
24753
24532
  css: { color: "$alert_error_default", bg: "$surface_default" },
24754
- onClick: () => __async(void 0, null, function* () {
24533
+ onClick: () => __async(null, null, function* () {
24755
24534
  try {
24756
24535
  yield actions.removePeer(peerId, "");
24757
24536
  } catch (error) {
@@ -24861,7 +24640,7 @@ var RoleOptions = ({ roleName, peerList }) => {
24861
24640
  isAudioOnForSomePeers = isAudioOnForSomePeers || isAudioOn;
24862
24641
  isVideoOnForSomePeers = isVideoOnForSomePeers || isVideoOn;
24863
24642
  });
24864
- const setTrackEnabled = (type, enabled = false) => __async(void 0, null, function* () {
24643
+ const setTrackEnabled = (type, enabled = false) => __async(null, null, function* () {
24865
24644
  try {
24866
24645
  yield hmsActions.setRemoteTracksEnabled({ roles: [roleName], source: "regular", type, enabled });
24867
24646
  } catch (e) {
@@ -24881,9 +24660,9 @@ var RoleOptions = ({ roleName, peerList }) => {
24881
24660
  }
24882
24661
  });
24883
24662
  };
24884
- const removePeersFromRoom = () => __async(void 0, null, function* () {
24663
+ const removePeersFromRoom = () => __async(null, null, function* () {
24885
24664
  try {
24886
- peerList.forEach((peer) => __async(void 0, null, function* () {
24665
+ peerList.forEach((peer) => __async(null, null, function* () {
24887
24666
  yield hmsActions.removePeer(peer.id, "");
24888
24667
  }));
24889
24668
  } catch (e) {
@@ -24943,7 +24722,7 @@ var useGroupOnStageActions = ({ peers }) => {
24943
24722
  () => true
24944
24723
  ).otherwise(() => false)
24945
24724
  );
24946
- const lowerAllHands = () => __async(void 0, null, function* () {
24725
+ const lowerAllHands = () => __async(null, null, function* () {
24947
24726
  return Promise.all(peers.map((peer) => hmsActions.lowerRemotePeerHand(peer.id)));
24948
24727
  });
24949
24728
  const bringAllToStage = () => {
@@ -25132,10 +24911,10 @@ var usePeerOnStageActions = ({ peerId, role }) => {
25132
24911
  const shouldShowStageRoleChange = canChangeRole && (isInStage && remove_from_stage_label || (off_stage_roles == null ? void 0 : off_stage_roles.includes(role)) && bring_to_stage_label);
25133
24912
  const prevRole = (_b7 = useHMSStore43(selectPeerMetadata3(peerId))) == null ? void 0 : _b7.prevRole;
25134
24913
  const [open, setOpen] = useState35(false);
25135
- const lowerPeerHand = () => __async(void 0, null, function* () {
24914
+ const lowerPeerHand = () => __async(null, null, function* () {
25136
24915
  yield hmsActions.lowerRemotePeerHand(peerId);
25137
24916
  });
25138
- const handleStageAction = () => __async(void 0, null, function* () {
24917
+ const handleStageAction = () => __async(null, null, function* () {
25139
24918
  if (isInStage) {
25140
24919
  prevRole && hmsActions.changeRoleOfPeer(peerId, prevRole, true);
25141
24920
  } else if (on_stage_role) {
@@ -25549,7 +25328,7 @@ var WhiteboardToggle = () => {
25549
25328
  /* @__PURE__ */ React85.createElement(
25550
25329
  IconButton_default,
25551
25330
  {
25552
- onClick: () => __async(void 0, null, function* () {
25331
+ onClick: () => __async(null, null, function* () {
25553
25332
  if (disabled || isLoading) {
25554
25333
  return;
25555
25334
  }
@@ -25646,7 +25425,7 @@ function HLSFailureModal() {
25646
25425
  const hmsActions = useHMSActions33();
25647
25426
  const { isRTMPRunning } = useRecordingStreaming8();
25648
25427
  const [isHLSStarted, setHLSStarted] = useSetAppDataByKey(APP_DATA.hlsStarted);
25649
- const startHLS = useCallback25(() => __async(this, null, function* () {
25428
+ const startHLS = useCallback25(() => __async(null, null, function* () {
25650
25429
  try {
25651
25430
  if (isHLSStarted || isRTMPRunning) {
25652
25431
  return;
@@ -25817,8 +25596,7 @@ var statusMap = {
25817
25596
  stopped: "ENDED" /* ENDED */
25818
25597
  };
25819
25598
  var StatusIndicator = ({ status }) => {
25820
- if (!status)
25821
- return null;
25599
+ if (!status) return null;
25822
25600
  return /* @__PURE__ */ React89.createElement(Flex, { align: "center" }, /* @__PURE__ */ React89.createElement(
25823
25601
  Flex,
25824
25602
  {
@@ -25951,7 +25729,7 @@ var AddMenu = () => {
25951
25729
  variant: "primary",
25952
25730
  disabled: validateTitle,
25953
25731
  css: { mt: "$10" },
25954
- onClick: () => __async(void 0, null, function* () {
25732
+ onClick: () => __async(null, null, function* () {
25955
25733
  const id = Date.now().toString();
25956
25734
  yield actions.interactivityCenter.createPoll({
25957
25735
  id,
@@ -25982,7 +25760,7 @@ var PrevMenu = () => {
25982
25760
  );
25983
25761
  const permissions = useHMSStore48(selectPermissions16);
25984
25762
  useEffect29(() => {
25985
- const updatePolls = () => __async(void 0, null, function* () {
25763
+ const updatePolls = () => __async(null, null, function* () {
25986
25764
  yield hmsActions.interactivityCenter.getPolls();
25987
25765
  });
25988
25766
  updatePolls();
@@ -26564,12 +26342,12 @@ function CreateQuestions() {
26564
26342
  ((_a8 = interaction.questions) == null ? void 0 : _a8.length) ? getEditableFormat(interaction.questions) : [{ draftID: uuid2() }]
26565
26343
  );
26566
26344
  const isValidPoll = useMemo11(() => questions.length > 0 && questions.every(isValidQuestion), [questions]);
26567
- const launchPoll = () => __async(this, null, function* () {
26345
+ const launchPoll = () => __async(null, null, function* () {
26568
26346
  yield actions.interactivityCenter.startPoll(id);
26569
26347
  yield sendTimedMetadata(id);
26570
26348
  setPollView(POLL_VIEWS.VOTE);
26571
26349
  });
26572
- const sendTimedMetadata = (poll_id) => __async(this, null, function* () {
26350
+ const sendTimedMetadata = (poll_id) => __async(null, null, function* () {
26573
26351
  if (poll_id && isHLSRunning) {
26574
26352
  try {
26575
26353
  yield actions.sendHLSTimedMetadata([
@@ -26599,14 +26377,14 @@ function CreateQuestions() {
26599
26377
  question,
26600
26378
  index,
26601
26379
  length: questions.length,
26602
- onSave: (questionParams) => __async(this, null, function* () {
26380
+ onSave: (questionParams) => __async(null, null, function* () {
26603
26381
  const updatedQuestions = [...questions.slice(0, index), questionParams, ...questions.slice(index + 1)];
26604
26382
  setQuestions(updatedQuestions);
26605
26383
  const validQuestions = updatedQuestions.filter((question2) => isValidQuestion(question2));
26606
26384
  yield actions.interactivityCenter.addQuestionsToPoll(id, validQuestions);
26607
26385
  }),
26608
26386
  isQuiz,
26609
- removeQuestion: (questionID) => __async(this, null, function* () {
26387
+ removeQuestion: (questionID) => __async(null, null, function* () {
26610
26388
  const updatedQuestions = questions.filter((questionFromSet) => questionID !== (questionFromSet == null ? void 0 : questionFromSet.draftID));
26611
26389
  setQuestions(updatedQuestions);
26612
26390
  const validQuestions = updatedQuestions.filter((question2) => isValidQuestion(question2));
@@ -26635,7 +26413,7 @@ function CreateQuestions() {
26635
26413
  },
26636
26414
  /* @__PURE__ */ React100.createElement(AddCircleIcon2, null),
26637
26415
  /* @__PURE__ */ React100.createElement(Text, { variant: "body1", css: { ml: "$md", c: "$inherit" } }, "Add another question")
26638
- ), /* @__PURE__ */ React100.createElement(Flex, { css: { w: "100%" }, justify: "end" }, /* @__PURE__ */ React100.createElement(Button, { disabled: !isValidPoll, onClick: () => __async(this, null, function* () {
26416
+ ), /* @__PURE__ */ React100.createElement(Flex, { css: { w: "100%" }, justify: "end" }, /* @__PURE__ */ React100.createElement(Button, { disabled: !isValidPoll, onClick: () => __async(null, null, function* () {
26639
26417
  return launchPoll();
26640
26418
  }) }, "Launch ", interaction == null ? void 0 : interaction.type))));
26641
26419
  }
@@ -26667,8 +26445,7 @@ import { CheckCircleIcon as CheckCircleIcon4, ClockIcon, TrophyFilledIcon } from
26667
26445
  // src/Prebuilt/components/Polls/common/utils.ts
26668
26446
  init_define_process_env();
26669
26447
  var getFormattedTime = (milliseconds, precise = true) => {
26670
- if (!milliseconds)
26671
- return "-";
26448
+ if (!milliseconds) return "-";
26672
26449
  const totalSeconds = milliseconds / 1e3;
26673
26450
  const hours = Math.floor(totalSeconds / 3600);
26674
26451
  const minutes = Math.floor(totalSeconds % 3600 / 60);
@@ -26760,7 +26537,7 @@ var useQuizSummary = (quizID) => {
26760
26537
  };
26761
26538
  const [calculations, setCalculations] = useState42({ maxPossibleScore: 0, totalResponses: 0 });
26762
26539
  useEffect30(() => {
26763
- const fetchLeaderboardData = () => __async(void 0, null, function* () {
26540
+ const fetchLeaderboardData = () => __async(null, null, function* () {
26764
26541
  var _a8;
26765
26542
  if (!quizLeaderboard && quiz && !(quiz == null ? void 0 : quiz.anonymous) && quiz.state === "stopped") {
26766
26543
  const leaderboardData = yield hmsActions.interactivityCenter.fetchLeaderboard(quiz.id, 0, 200);
@@ -26970,7 +26747,7 @@ var QuestionCard2 = ({
26970
26747
  return multipleOptionAnswer.size > 0;
26971
26748
  }
26972
26749
  }, [singleOptionAnswer, multipleOptionAnswer, type]);
26973
- const handleVote = useCallback27(() => __async(void 0, null, function* () {
26750
+ const handleVote = useCallback27(() => __async(null, null, function* () {
26974
26751
  if (!isValidVote) {
26975
26752
  return;
26976
26753
  }
@@ -27201,7 +26978,7 @@ var Voting = ({ id, toggleVoting }) => {
27201
26978
  setSavedResponses({});
27202
26979
  }, [id, setSavedResponses]);
27203
26980
  useEffect33(() => {
27204
- const getResponses = () => __async(void 0, null, function* () {
26981
+ const getResponses = () => __async(null, null, function* () {
27205
26982
  if (poll && actions.interactivityCenter && !fetchedInitialResponses.current) {
27206
26983
  yield actions.interactivityCenter.getPollResponses(poll, true);
27207
26984
  fetchedInitialResponses.current = true;
@@ -27863,7 +27640,7 @@ var ChatFooter = ({ onSend, children }) => {
27863
27640
  inputRef.current.style.height = `${Math.max(32, Math.min(inputRef.current.scrollHeight, 24 * 4))}px`;
27864
27641
  }
27865
27642
  }, []);
27866
- const sendMessage = useCallback29(() => __async(void 0, null, function* () {
27643
+ const sendMessage = useCallback29(() => __async(null, null, function* () {
27867
27644
  var _a9;
27868
27645
  const message = (_a9 = inputRef == null ? void 0 : inputRef.current) == null ? void 0 : _a9.value;
27869
27646
  if (!message || !message.trim().length) {
@@ -27970,7 +27747,7 @@ var ChatFooter = ({ onSend, children }) => {
27970
27747
  ref: inputRef,
27971
27748
  required: true,
27972
27749
  autoFocus: !(isMobile || isLandscapeHLSStream),
27973
- onKeyPress: (event) => __async(void 0, null, function* () {
27750
+ onKeyPress: (event) => __async(null, null, function* () {
27974
27751
  if (event.key === "Enter") {
27975
27752
  if (!event.shiftKey && !messageLengthExceeded) {
27976
27753
  event.preventDefault();
@@ -28041,7 +27818,7 @@ var ChatPaused = () => {
28041
27818
  const { enabled: isChatEnabled = true, updatedBy: chatStateUpdatedBy = "" } = useHMSStore59(selectSessionStore7("chatState" /* CHAT_STATE */)) || {};
28042
27819
  const localPeer = useHMSStore59(selectLocalPeer6);
28043
27820
  const unPauseChat = useCallback30(
28044
- () => __async(void 0, null, function* () {
27821
+ () => __async(null, null, function* () {
28045
27822
  return yield hmsActions.sessionStore.set("chatState" /* CHAT_STATE */, {
28046
27823
  enabled: true,
28047
27824
  updatedBy: { userName: localPeer == null ? void 0 : localPeer.name, userId: localPeer == null ? void 0 : localPeer.customerUserId, peerId: localPeer == null ? void 0 : localPeer.id },
@@ -28903,7 +28680,7 @@ var SimulcastLayers = ({ trackId }) => {
28903
28680
  {
28904
28681
  className: dragClassName,
28905
28682
  key: layer.layer,
28906
- onClick: () => __async(void 0, null, function* () {
28683
+ onClick: () => __async(null, null, function* () {
28907
28684
  yield actions.setPreferredLayer(trackId, layer.layer);
28908
28685
  }),
28909
28686
  css: {
@@ -29055,7 +28832,7 @@ var TileMenuContent = ({
29055
28832
  StyledMenuTile.RemoveItem,
29056
28833
  {
29057
28834
  css: __spreadProps(__spreadValues({}, spacingCSS), { borderTop: "none" }),
29058
- onClick: () => __async(void 0, null, function* () {
28835
+ onClick: () => __async(null, null, function* () {
29059
28836
  try {
29060
28837
  yield actions.removePeer(peerID, "");
29061
28838
  } catch (error) {
@@ -29320,7 +29097,7 @@ var Root25 = ({
29320
29097
  "&:hover": { border: "4px solid $primary_dim" }
29321
29098
  }
29322
29099
  }, mediaURL ? { height: "$20", backgroundImage: `url("${mediaURL}")`, backgroundSize: "cover" } : {}),
29323
- onClick: () => __async(void 0, null, function* () {
29100
+ onClick: () => __async(null, null, function* () {
29324
29101
  yield onClick == null ? void 0 : onClick();
29325
29102
  })
29326
29103
  },
@@ -29390,7 +29167,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29390
29167
  const inPreview = roomState === HMSRoomState6.Preview;
29391
29168
  const showVideoTile = isVideoOn && isLargeRoom && !inPreview;
29392
29169
  useEffect41(() => {
29393
- const addHMSVBPlugin = () => __async(void 0, null, function* () {
29170
+ const addHMSVBPlugin = () => __async(null, null, function* () {
29394
29171
  setLoadingEffects(false);
29395
29172
  if (!role) {
29396
29173
  return;
@@ -29401,7 +29178,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29401
29178
  Math.floor(role.publishParams.video.frameRate / 2)
29402
29179
  );
29403
29180
  });
29404
- const initializeVirtualBackground = () => __async(void 0, null, function* () {
29181
+ const initializeVirtualBackground = () => __async(null, null, function* () {
29405
29182
  if (!(track == null ? void 0 : track.id) || pluginLoadingRef.current || isPluginAdded) {
29406
29183
  return;
29407
29184
  }
@@ -29421,7 +29198,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29421
29198
  } else {
29422
29199
  yield addHMSVBPlugin();
29423
29200
  }
29424
- const handleDefaultBackground = () => __async(void 0, null, function* () {
29201
+ const handleDefaultBackground = () => __async(null, null, function* () {
29425
29202
  switch (background) {
29426
29203
  case HMSVirtualBackgroundTypes5.NONE:
29427
29204
  break;
@@ -29493,7 +29270,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29493
29270
  title: "No effect",
29494
29271
  icon: /* @__PURE__ */ React131.createElement(CrossCircleIcon3, { style: iconDims }),
29495
29272
  value: HMSVirtualBackgroundTypes5.NONE,
29496
- onClick: () => __async(void 0, null, function* () {
29273
+ onClick: () => __async(null, null, function* () {
29497
29274
  yield VBHandler.removeEffects();
29498
29275
  hmsActions.setAppData(APP_DATA.background, HMSVirtualBackgroundTypes5.NONE);
29499
29276
  if (isMobile) {
@@ -29506,7 +29283,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29506
29283
  title: "Blur",
29507
29284
  icon: /* @__PURE__ */ React131.createElement(BlurPersonHighIcon, { style: iconDims }),
29508
29285
  value: HMSVirtualBackgroundTypes5.BLUR,
29509
- onClick: () => __async(void 0, null, function* () {
29286
+ onClick: () => __async(null, null, function* () {
29510
29287
  var _a9;
29511
29288
  yield (_a9 = VBHandler) == null ? void 0 : _a9.setBlur(blurAmount);
29512
29289
  hmsActions.setAppData(APP_DATA.background, HMSVirtualBackgroundTypes5.BLUR);
@@ -29522,7 +29299,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29522
29299
  {
29523
29300
  showTooltip: false,
29524
29301
  value: [blurAmount],
29525
- onValueChange: (e) => __async(void 0, null, function* () {
29302
+ onValueChange: (e) => __async(null, null, function* () {
29526
29303
  setBlurAmount(e[0]);
29527
29304
  yield VBHandler.setBlur(e[0]);
29528
29305
  }),
@@ -29538,7 +29315,7 @@ var VBPicker = ({ backgroundMedia = [] }) => {
29538
29315
  options: mediaList.map((mediaURL) => ({
29539
29316
  mediaURL,
29540
29317
  value: mediaURL,
29541
- onClick: () => __async(void 0, null, function* () {
29318
+ onClick: () => __async(null, null, function* () {
29542
29319
  var _a9;
29543
29320
  yield (_a9 = VBHandler) == null ? void 0 : _a9.setBackground(mediaURL);
29544
29321
  hmsActions.setAppData(APP_DATA.background, mediaURL);
@@ -30066,7 +29843,7 @@ var RoleChangeRequestModal = () => {
30066
29843
  if (!(roleChangeRequest == null ? void 0 : roleChangeRequest.role)) {
30067
29844
  return;
30068
29845
  }
30069
- (() => __async(void 0, null, function* () {
29846
+ (() => __async(null, null, function* () {
30070
29847
  yield hmsActions.preview({ asRole: roleChangeRequest.role.name });
30071
29848
  }))();
30072
29849
  }, [hmsActions, roleChangeRequest, currentRole, updateMetaData]);
@@ -30103,7 +29880,7 @@ var RoleChangeRequestModal = () => {
30103
29880
  RequestPrompt,
30104
29881
  {
30105
29882
  title: "You're invited to join the stage",
30106
- onOpenChange: (value) => __async(void 0, null, function* () {
29883
+ onOpenChange: (value) => __async(null, null, function* () {
30107
29884
  var _a8;
30108
29885
  if (!value) {
30109
29886
  hmsActions.rejectChangeRole(roleChangeRequest);
@@ -30113,7 +29890,7 @@ var RoleChangeRequestModal = () => {
30113
29890
  }
30114
29891
  }),
30115
29892
  body,
30116
- onAction: () => __async(void 0, null, function* () {
29893
+ onAction: () => __async(null, null, function* () {
30117
29894
  yield hmsActions.acceptChangeRole(roleChangeRequest);
30118
29895
  yield updateMetaData({ prevRole: currentRole });
30119
29896
  yield hmsActions.lowerLocalPeerHand();
@@ -30948,7 +30725,7 @@ var ScreenshareDisplay = () => {
30948
30725
  {
30949
30726
  variant: "danger",
30950
30727
  css: { fontWeight: "$semiBold" },
30951
- onClick: () => __async(void 0, null, function* () {
30728
+ onClick: () => __async(null, null, function* () {
30952
30729
  yield hmsActions.setScreenShareEnabled(false);
30953
30730
  }),
30954
30731
  "data-testid": "stop_screen_share_btn"
@@ -31414,7 +31191,7 @@ var EmbedComponent = () => {
31414
31191
  const resetConfig = useResetEmbedConfig();
31415
31192
  const { iframeRef, startEmbedShare, isEmbedShareInProgress } = useEmbedShare(resetConfig);
31416
31193
  useEffect54(() => {
31417
- (() => __async(void 0, null, function* () {
31194
+ (() => __async(null, null, function* () {
31418
31195
  if (embedConfig && !isEmbedShareInProgress) {
31419
31196
  try {
31420
31197
  yield startEmbedShare(embedConfig);
@@ -31683,7 +31460,7 @@ var PlayPauseButton = ({
31683
31460
  height = 20
31684
31461
  }) => {
31685
31462
  const { hlsPlayer: hlsPlayer2 } = useHMSPlayerContext();
31686
- const onClick = (event) => __async(void 0, null, function* () {
31463
+ const onClick = (event) => __async(null, null, function* () {
31687
31464
  event == null ? void 0 : event.stopPropagation();
31688
31465
  isPaused ? yield hlsPlayer2 == null ? void 0 : hlsPlayer2.play() : hlsPlayer2 == null ? void 0 : hlsPlayer2.pause();
31689
31466
  });
@@ -32125,7 +31902,7 @@ function HLSAutoplayBlockedPrompt({
32125
31902
  color: "#000",
32126
31903
  r: "$2"
32127
31904
  },
32128
- onClick: () => __async(this, null, function* () {
31905
+ onClick: () => __async(null, null, function* () {
32129
31906
  return yield unblockAutoPlay();
32130
31907
  })
32131
31908
  },
@@ -32148,7 +31925,7 @@ function HLSAutoplayBlockedPrompt({
32148
31925
  Dialog.Root,
32149
31926
  {
32150
31927
  open,
32151
- onOpenChange: (value) => __async(this, null, function* () {
31928
+ onOpenChange: (value) => __async(null, null, function* () {
32152
31929
  if (!value) {
32153
31930
  yield unblockAutoPlay();
32154
31931
  }
@@ -32158,7 +31935,7 @@ function HLSAutoplayBlockedPrompt({
32158
31935
  Button,
32159
31936
  {
32160
31937
  variant: "primary",
32161
- onClick: () => __async(this, null, function* () {
31938
+ onClick: () => __async(null, null, function* () {
32162
31939
  yield unblockAutoPlay();
32163
31940
  })
32164
31941
  },
@@ -32525,8 +32302,7 @@ var HLSView = () => {
32525
32302
  }
32526
32303
  }, [hlsUrl, streamEnded, lastHlsUrl]);
32527
32304
  useEffect58(() => {
32528
- if (!notification)
32529
- return;
32305
+ if (!notification) return;
32530
32306
  const toastID = toastMap == null ? void 0 : toastMap[notification.data.id];
32531
32307
  if (toastID) {
32532
32308
  ToastManager.removeToast(toastMap[notification.data.id]);
@@ -32679,7 +32455,7 @@ var HLSView = () => {
32679
32455
  hlsPlayer == null ? void 0 : hlsPlayer.off(HMSHLSPlayerEvents2.STATS, onHLSStats);
32680
32456
  };
32681
32457
  }, [enablHlsStats]);
32682
- const unblockAutoPlay = () => __async(void 0, null, function* () {
32458
+ const unblockAutoPlay = () => __async(null, null, function* () {
32683
32459
  try {
32684
32460
  yield hlsPlayer.play();
32685
32461
  setIsHlsAutoplayBlocked(false);
@@ -32759,9 +32535,9 @@ var HLSView = () => {
32759
32535
  },
32760
32536
  [hlsState == null ? void 0 : hlsState.variants, hoverControlsVisible, isLandscape, isMobile, onSeekTo]
32761
32537
  );
32762
- const onClickHandler = useCallback37(() => __async(void 0, null, function* () {
32538
+ const onClickHandler = useCallback37(() => __async(null, null, function* () {
32763
32539
  var _a9;
32764
- match13({ isMobile, isLandscape, playlist_type: (_a9 = hlsState == null ? void 0 : hlsState.variants[0]) == null ? void 0 : _a9.playlist_type }).with({ playlist_type: HLSPlaylistType.DVR, isMobile: false, isLandscape: false }, () => __async(void 0, null, function* () {
32540
+ match13({ isMobile, isLandscape, playlist_type: (_a9 = hlsState == null ? void 0 : hlsState.variants[0]) == null ? void 0 : _a9.playlist_type }).with({ playlist_type: HLSPlaylistType.DVR, isMobile: false, isLandscape: false }, () => __async(null, null, function* () {
32765
32541
  if (isPaused) {
32766
32542
  yield hlsPlayer == null ? void 0 : hlsPlayer.play();
32767
32543
  } else {
@@ -32857,7 +32633,7 @@ var HLSView = () => {
32857
32633
  },
32858
32634
  outline: "none"
32859
32635
  },
32860
- onKeyDown: (event) => __async(void 0, null, function* () {
32636
+ onKeyDown: (event) => __async(null, null, function* () {
32861
32637
  var _a9;
32862
32638
  if (((_a9 = hlsState == null ? void 0 : hlsState.variants[0]) == null ? void 0 : _a9.playlist_type) === HLSPlaylistType.DVR) {
32863
32639
  yield keyHandler(event);
@@ -33002,7 +32778,7 @@ var HLSView = () => {
33002
32778
  IconButton,
33003
32779
  {
33004
32780
  css: { px: "$2" },
33005
- onClick: (e) => __async(void 0, null, function* () {
32781
+ onClick: (e) => __async(null, null, function* () {
33006
32782
  e.stopPropagation();
33007
32783
  yield hlsPlayer == null ? void 0 : hlsPlayer.seekToLivePosition();
33008
32784
  setIsVideoLive(true);
@@ -33068,7 +32844,7 @@ var PDFView = () => {
33068
32844
  };
33069
32845
  }, []);
33070
32846
  useEffect59(() => {
33071
- (() => __async(void 0, null, function* () {
32847
+ (() => __async(null, null, function* () {
33072
32848
  try {
33073
32849
  if (!isPDFShareInProgress && pdfConfig) {
33074
32850
  yield startPDFShare(pdfConfig);
@@ -33228,8 +33004,7 @@ var Queue = class {
33228
33004
  return captionData;
33229
33005
  }
33230
33006
  peek() {
33231
- if (this.size() <= 0)
33232
- return void 0;
33007
+ if (this.size() <= 0) return void 0;
33233
33008
  const key = Object.keys(this.storage).shift() || "";
33234
33009
  return this.storage[key];
33235
33010
  }
@@ -33259,8 +33034,7 @@ var CaptionMaintainerQueue = class {
33259
33034
  var TranscriptView = ({ peer_id, data: data3 }) => {
33260
33035
  const peerName = useHMSStore82(selectPeerNameByID7(peer_id)) || "Participant";
33261
33036
  data3 = data3.trim();
33262
- if (!data3)
33263
- return null;
33037
+ if (!data3) return null;
33264
33038
  return /* @__PURE__ */ React171.createElement(
33265
33039
  Text,
33266
33040
  {
@@ -33550,7 +33324,7 @@ var CamaraFlipActions = () => {
33550
33324
  IconButton_default,
33551
33325
  {
33552
33326
  disabled: !isVideoOn,
33553
- onClick: () => __async(void 0, null, function* () {
33327
+ onClick: () => __async(null, null, function* () {
33554
33328
  try {
33555
33329
  yield actions.switchCamera();
33556
33330
  } catch (e) {
@@ -33594,7 +33368,7 @@ var AudioActions = () => {
33594
33368
  {
33595
33369
  audioDevices: availableAudioDevices,
33596
33370
  audioSelected: selectedAudio,
33597
- onChange: (deviceId) => __async(void 0, null, function* () {
33371
+ onChange: (deviceId) => __async(null, null, function* () {
33598
33372
  try {
33599
33373
  yield updateDevice({
33600
33374
  deviceId,
@@ -33611,7 +33385,7 @@ var AudioActions = () => {
33611
33385
  /* @__PURE__ */ React174.createElement(
33612
33386
  Box,
33613
33387
  {
33614
- onClick: () => __async(void 0, null, function* () {
33388
+ onClick: () => __async(null, null, function* () {
33615
33389
  yield hmsActions.refreshDevices();
33616
33390
  })
33617
33391
  },
@@ -34017,8 +33791,8 @@ var isEvenListenersAttached = false;
34017
33791
  var _actions, _store, _toggleAudio, _toggleVideo, _hideSidepane, _toggleStatsForNerds, _toggleHlsStats, _keyDownHandler, _bind, _unbind;
34018
33792
  var KeyboardInputManager = class {
34019
33793
  constructor(store, actions) {
34020
- __privateAdd(this, _actions, void 0);
34021
- __privateAdd(this, _store, void 0);
33794
+ __privateAdd(this, _actions);
33795
+ __privateAdd(this, _store);
34022
33796
  __privateAdd(this, _toggleAudio, () => __async(this, null, function* () {
34023
33797
  const enabled = __privateGet(this, _store).getState(selectIsLocalAudioEnabled2);
34024
33798
  yield __privateGet(this, _actions).setLocalAudioEnabled(!enabled);
@@ -34181,7 +33955,7 @@ var FeedbackContent = ({
34181
33955
  }
34182
33956
  setSelectedReasons(newSelected);
34183
33957
  };
34184
- const submitFeedback = () => __async(void 0, null, function* () {
33958
+ const submitFeedback = () => __async(null, null, function* () {
34185
33959
  if (indexSelected < 0 || ratings.length <= indexSelected) {
34186
33960
  return;
34187
33961
  }
@@ -34710,7 +34484,7 @@ function AutoplayBlockedModal() {
34710
34484
  Dialog.Root,
34711
34485
  {
34712
34486
  open: !!error,
34713
- onOpenChange: (value) => __async(this, null, function* () {
34487
+ onOpenChange: (value) => __async(null, null, function* () {
34714
34488
  if (!value) {
34715
34489
  yield unblockAudio();
34716
34490
  }
@@ -34721,7 +34495,7 @@ function AutoplayBlockedModal() {
34721
34495
  Button,
34722
34496
  {
34723
34497
  variant: "primary",
34724
- onClick: () => __async(this, null, function* () {
34498
+ onClick: () => __async(null, null, function* () {
34725
34499
  yield unblockAudio();
34726
34500
  resetError();
34727
34501
  })
@@ -34845,8 +34619,7 @@ var ErrorNotifications = () => {
34845
34619
  const notification = useHMSNotifications5(HMSNotificationTypes5.ERROR);
34846
34620
  const subscribedNotifications = useSubscribedNotifications() || {};
34847
34621
  useEffect72(() => {
34848
- if (!notification || !notification.data)
34849
- return;
34622
+ if (!notification || !notification.data) return;
34850
34623
  const { isTerminal, action, code, message, description } = notification.data;
34851
34624
  if (isTerminal && action !== "INIT") {
34852
34625
  if ([500, 6008].includes(code)) {
@@ -34873,8 +34646,7 @@ var ErrorNotifications = () => {
34873
34646
  if (action === "INIT") {
34874
34647
  return;
34875
34648
  }
34876
- if (!subscribedNotifications.ERROR)
34877
- return;
34649
+ if (!subscribedNotifications.ERROR) return;
34878
34650
  ToastManager.addToast({
34879
34651
  title: `Error: ${message} - ${description}`
34880
34652
  });
@@ -34936,7 +34708,7 @@ var HandRaiseAction = React188.forwardRef(({ id = "", isSingleHandRaise = true }
34936
34708
  off_stage_roles = [],
34937
34709
  skip_preview_for_role_change = false
34938
34710
  } = ((_c = (_b7 = (_a8 = layout == null ? void 0 : layout.screens) == null ? void 0 : _a8.conferencing) == null ? void 0 : _b7.default) == null ? void 0 : _c.elements.on_stage_exp) || {};
34939
- const onClickHandler = useCallback38(() => __async(void 0, null, function* () {
34711
+ const onClickHandler = useCallback38(() => __async(null, null, function* () {
34940
34712
  if (isSingleHandRaise) {
34941
34713
  hmsActions.changeRoleOfPeer(id, on_stage_role, skip_preview_for_role_change);
34942
34714
  if (skip_preview_for_role_change) {
@@ -35695,7 +35467,7 @@ var PIPProvider = ({ children }) => {
35695
35467
  }
35696
35468
  }, [pipWindow]);
35697
35469
  const requestPipWindow = useCallback40(
35698
- (width, height) => __async(void 0, null, function* () {
35470
+ (width, height) => __async(null, null, function* () {
35699
35471
  if (pipWindow != null) {
35700
35472
  return;
35701
35473
  }
@@ -35872,7 +35644,7 @@ function FlyingEmoji() {
35872
35644
  const isLargeRoom = useHMSStore97(selectIsLargeRoom4);
35873
35645
  const startingPoints = useMemo23(() => getStartingPoints(isMobile), [isMobile]);
35874
35646
  const showFlyingEmoji = useCallback41(
35875
- (_0) => __async(this, [_0], function* ({ emojiId, senderId }) {
35647
+ (_0) => __async(null, [_0], function* ({ emojiId, senderId }) {
35876
35648
  if (!emojiId || !senderId || document.hidden) {
35877
35649
  return;
35878
35650
  }
@@ -35970,7 +35742,7 @@ import React203, { useCallback as useCallback42 } from "react";
35970
35742
  import { useCustomEvent as useCustomEvent6, useHMSActions as useHMSActions58 } from "@100mslive/react-sdk";
35971
35743
  function RemoteStopScreenshare() {
35972
35744
  const actions = useHMSActions58();
35973
- const onRemoteStopScreenshare = useCallback42(() => __async(this, null, function* () {
35745
+ const onRemoteStopScreenshare = useCallback42(() => __async(null, null, function* () {
35974
35746
  yield actions.setScreenShareEnabled(false);
35975
35747
  }), [actions]);
35976
35748
  useCustomEvent6({
@@ -35998,7 +35770,7 @@ var useAutoStartStreaming = () => {
35998
35770
  const isConnected = useHMSStore98(selectIsConnectedToRoom12);
35999
35771
  const { isHLSRunning, isRTMPRunning, isHLSRecordingOn, isBrowserRecordingOn } = useRecordingStreaming12();
36000
35772
  const streamStartedRef = useRef35(false);
36001
- const startHLS = useCallback43(() => __async(void 0, null, function* () {
35773
+ const startHLS = useCallback43(() => __async(null, null, function* () {
36002
35774
  try {
36003
35775
  if (isHLSStarted || !showStreamingUI || isHLSRunning || isRTMPRunning || isHLSRecordingOn || isBrowserRecordingOn) {
36004
35776
  return;
@@ -36189,7 +35961,7 @@ var BackSwipe = () => {
36189
35961
  const isConnectedToRoom = useHMSStore99(selectIsConnectedToRoom13);
36190
35962
  const hmsActions = useHMSActions60();
36191
35963
  useEffect88(() => {
36192
- const onRouteLeave = () => __async(void 0, null, function* () {
35964
+ const onRouteLeave = () => __async(null, null, function* () {
36193
35965
  if (isConnectedToRoom) {
36194
35966
  yield hmsActions.leave();
36195
35967
  }
@@ -36919,7 +36691,7 @@ var VideoTest = () => {
36919
36691
  devices: videoInput || [],
36920
36692
  icon: /* @__PURE__ */ React211.createElement(VideoOnIcon5, null),
36921
36693
  selection: sdkSelectedDevices.videoInputDeviceId,
36922
- onChange: (deviceId) => __async(void 0, null, function* () {
36694
+ onChange: (deviceId) => __async(null, null, function* () {
36923
36695
  hmsDiagnostics == null ? void 0 : hmsDiagnostics.stopCameraCheck();
36924
36696
  hmsDiagnostics == null ? void 0 : hmsDiagnostics.startCameraCheck(deviceId);
36925
36697
  })
@@ -37120,16 +36892,6 @@ lodash/lodash.js:
37120
36892
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
37121
36893
  *)
37122
36894
 
37123
- react-is/cjs/react-is.production.min.js:
37124
- (** @license React v16.13.1
37125
- * react-is.production.min.js
37126
- *
37127
- * Copyright (c) Facebook, Inc. and its affiliates.
37128
- *
37129
- * This source code is licensed under the MIT license found in the
37130
- * LICENSE file in the root directory of this source tree.
37131
- *)
37132
-
37133
36895
  react-is/cjs/react-is.development.js:
37134
36896
  (** @license React v16.13.1
37135
36897
  * react-is.development.js