@100mslive/react-native-room-kit 0.0.4 → 0.1.0

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 (777) hide show
  1. package/README.md +413 -11
  2. package/lib/commonjs/HMSInstanceSetup.js +2 -1
  3. package/lib/commonjs/HMSInstanceSetup.js.map +1 -1
  4. package/lib/commonjs/HMSPrebuilt.js +4 -2
  5. package/lib/commonjs/HMSPrebuilt.js.map +1 -1
  6. package/lib/commonjs/HMSRoomSetup.js +39 -8
  7. package/lib/commonjs/HMSRoomSetup.js.map +1 -1
  8. package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
  9. package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
  10. package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
  11. package/lib/commonjs/Icons/AlertTriangle/index.js +34 -0
  12. package/lib/commonjs/Icons/AlertTriangle/index.js.map +1 -0
  13. package/lib/commonjs/Icons/AnswerPhone/index.js +5 -1
  14. package/lib/commonjs/Icons/AnswerPhone/index.js.map +1 -1
  15. package/lib/commonjs/Icons/BRB/assets/BRB.png +0 -0
  16. package/lib/commonjs/Icons/BRB/assets/BRB@2x.png +0 -0
  17. package/lib/commonjs/Icons/BRB/assets/BRB@3x.png +0 -0
  18. package/lib/commonjs/Icons/BRB/index.js +35 -0
  19. package/lib/commonjs/Icons/BRB/index.js.map +1 -0
  20. package/lib/commonjs/Icons/Bluetooth/index.js +5 -1
  21. package/lib/commonjs/Icons/Bluetooth/index.js.map +1 -1
  22. package/lib/commonjs/Icons/Camera/index.js +5 -1
  23. package/lib/commonjs/Icons/Camera/index.js.map +1 -1
  24. package/lib/commonjs/Icons/Chat/index.js +5 -1
  25. package/lib/commonjs/Icons/Chat/index.js.map +1 -1
  26. package/lib/commonjs/Icons/Check/index.js +5 -1
  27. package/lib/commonjs/Icons/Check/index.js.map +1 -1
  28. package/lib/commonjs/Icons/Chevron/index.js +5 -1
  29. package/lib/commonjs/Icons/Chevron/index.js.map +1 -1
  30. package/lib/commonjs/Icons/Close/index.js +5 -1
  31. package/lib/commonjs/Icons/Close/index.js.map +1 -1
  32. package/lib/commonjs/Icons/Hamburger/assets/hamburger.png +0 -0
  33. package/lib/commonjs/Icons/Hamburger/assets/hamburger@2x.png +0 -0
  34. package/lib/commonjs/Icons/Hamburger/assets/hamburger@3x.png +0 -0
  35. package/lib/commonjs/Icons/Hamburger/index.js +34 -0
  36. package/lib/commonjs/Icons/Hamburger/index.js.map +1 -0
  37. package/lib/commonjs/Icons/Hand/index.js +6 -4
  38. package/lib/commonjs/Icons/Hand/index.js.map +1 -1
  39. package/lib/commonjs/Icons/Headphones/index.js +5 -1
  40. package/lib/commonjs/Icons/Headphones/index.js.map +1 -1
  41. package/lib/commonjs/Icons/Maximize/assets/maximize.png +0 -0
  42. package/lib/commonjs/Icons/Maximize/assets/maximize@2x.png +0 -0
  43. package/lib/commonjs/Icons/Maximize/assets/maximize@3x.png +0 -0
  44. package/lib/commonjs/Icons/Maximize/index.js +34 -0
  45. package/lib/commonjs/Icons/Maximize/index.js.map +1 -0
  46. package/lib/commonjs/Icons/Mic/index.js +5 -1
  47. package/lib/commonjs/Icons/Mic/index.js.map +1 -1
  48. package/lib/commonjs/Icons/Minimize/assets/minimize.png +0 -0
  49. package/lib/commonjs/Icons/Minimize/assets/minimize@2x.png +0 -0
  50. package/lib/commonjs/Icons/Minimize/assets/minimize@3x.png +0 -0
  51. package/lib/commonjs/Icons/Minimize/index.js +34 -0
  52. package/lib/commonjs/Icons/Minimize/index.js.map +1 -0
  53. package/lib/commonjs/Icons/Participants/index.js +5 -1
  54. package/lib/commonjs/Icons/Participants/index.js.map +1 -1
  55. package/lib/commonjs/Icons/Pencil/assets/pencil.png +0 -0
  56. package/lib/commonjs/Icons/Pencil/assets/pencil@2x.png +0 -0
  57. package/lib/commonjs/Icons/Pencil/assets/pencil@3x.png +0 -0
  58. package/lib/commonjs/Icons/Pencil/index.js +34 -0
  59. package/lib/commonjs/Icons/Pencil/index.js.map +1 -0
  60. package/lib/commonjs/Icons/Pin/assets/pin.png +0 -0
  61. package/lib/commonjs/Icons/Pin/assets/pin@2x.png +0 -0
  62. package/lib/commonjs/Icons/Pin/assets/pin@3x.png +0 -0
  63. package/lib/commonjs/Icons/Pin/index.js +34 -0
  64. package/lib/commonjs/Icons/Pin/index.js.map +1 -0
  65. package/lib/commonjs/Icons/Recording/assets/recording.png +0 -0
  66. package/lib/commonjs/Icons/Recording/assets/recording@2x.png +0 -0
  67. package/lib/commonjs/Icons/Recording/assets/recording@3x.png +0 -0
  68. package/lib/commonjs/Icons/Recording/index.js +34 -0
  69. package/lib/commonjs/Icons/Recording/index.js.map +1 -0
  70. package/lib/commonjs/Icons/RotateCamera/index.js +5 -1
  71. package/lib/commonjs/Icons/RotateCamera/index.js.map +1 -1
  72. package/lib/commonjs/Icons/ScreenShare/index.js +5 -1
  73. package/lib/commonjs/Icons/ScreenShare/index.js.map +1 -1
  74. package/lib/commonjs/Icons/Speaker/index.js +5 -1
  75. package/lib/commonjs/Icons/Speaker/index.js.map +1 -1
  76. package/lib/commonjs/Icons/Star/assets/star.png +0 -0
  77. package/lib/commonjs/Icons/Star/assets/star@2x.png +0 -0
  78. package/lib/commonjs/Icons/Star/assets/star@3x.png +0 -0
  79. package/lib/commonjs/Icons/Star/index.js +34 -0
  80. package/lib/commonjs/Icons/Star/index.js.map +1 -0
  81. package/lib/commonjs/Icons/Stop/assets/stop.png +0 -0
  82. package/lib/commonjs/Icons/Stop/assets/stop@2x.png +0 -0
  83. package/lib/commonjs/Icons/Stop/assets/stop@3x.png +0 -0
  84. package/lib/commonjs/Icons/Stop/index.js +34 -0
  85. package/lib/commonjs/Icons/Stop/index.js.map +1 -0
  86. package/lib/commonjs/Icons/ThreeDots/index.js +5 -1
  87. package/lib/commonjs/Icons/ThreeDots/index.js.map +1 -1
  88. package/lib/commonjs/Icons/Wave/index.js +5 -1
  89. package/lib/commonjs/Icons/Wave/index.js.map +1 -1
  90. package/lib/commonjs/Icons/index.js +110 -0
  91. package/lib/commonjs/Icons/index.js.map +1 -1
  92. package/lib/commonjs/components/AvatarView.js +1 -2
  93. package/lib/commonjs/components/AvatarView.js.map +1 -1
  94. package/lib/commonjs/components/BackButton.js +6 -4
  95. package/lib/commonjs/components/BackButton.js.map +1 -1
  96. package/lib/commonjs/components/BottomSheet.js +157 -0
  97. package/lib/commonjs/components/BottomSheet.js.map +1 -0
  98. package/lib/commonjs/components/ChangeNameModalContent.js +131 -0
  99. package/lib/commonjs/components/ChangeNameModalContent.js.map +1 -0
  100. package/lib/commonjs/components/CompanyLogo.js +38 -0
  101. package/lib/commonjs/components/CompanyLogo.js.map +1 -0
  102. package/lib/commonjs/components/CustomInput.js +2 -3
  103. package/lib/commonjs/components/CustomInput.js.map +1 -1
  104. package/lib/commonjs/components/DisplayView.js +12 -52
  105. package/lib/commonjs/components/DisplayView.js.map +1 -1
  106. package/lib/commonjs/components/EndRoomModalContent.js +85 -0
  107. package/lib/commonjs/components/EndRoomModalContent.js.map +1 -0
  108. package/lib/commonjs/components/Footer.js +8 -9
  109. package/lib/commonjs/components/Footer.js.map +1 -1
  110. package/lib/commonjs/components/GridView.js +53 -7
  111. package/lib/commonjs/components/GridView.js.map +1 -1
  112. package/lib/commonjs/components/HMSBaseButton.js +66 -0
  113. package/lib/commonjs/components/HMSBaseButton.js.map +1 -0
  114. package/lib/commonjs/components/HMSDangerButton.js +53 -0
  115. package/lib/commonjs/components/HMSDangerButton.js.map +1 -0
  116. package/lib/commonjs/components/HMSHLSStreamLoading.js +17 -8
  117. package/lib/commonjs/components/HMSHLSStreamLoading.js.map +1 -1
  118. package/lib/commonjs/components/HMSManageAudioOutput.js +41 -75
  119. package/lib/commonjs/components/HMSManageAudioOutput.js.map +1 -1
  120. package/lib/commonjs/components/HMSManageCameraRotation.js +5 -4
  121. package/lib/commonjs/components/HMSManageCameraRotation.js.map +1 -1
  122. package/lib/commonjs/components/HMSManageLeave.js +91 -106
  123. package/lib/commonjs/components/HMSManageLeave.js.map +1 -1
  124. package/lib/commonjs/components/HMSManageLocalAudio.js +1 -9
  125. package/lib/commonjs/components/HMSManageLocalAudio.js.map +1 -1
  126. package/lib/commonjs/components/HMSManageLocalVideo.js +1 -9
  127. package/lib/commonjs/components/HMSManageLocalVideo.js.map +1 -1
  128. package/lib/commonjs/components/HMSMeetingEnded.js +1 -2
  129. package/lib/commonjs/components/HMSMeetingEnded.js.map +1 -1
  130. package/lib/commonjs/components/HMSPreviewEditName.js +3 -37
  131. package/lib/commonjs/components/HMSPreviewEditName.js.map +1 -1
  132. package/lib/commonjs/components/HMSPreviewHLSLiveIndicator.js +17 -10
  133. package/lib/commonjs/components/HMSPreviewHLSLiveIndicator.js.map +1 -1
  134. package/lib/commonjs/components/HMSPreviewJoinButton.js +23 -46
  135. package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -1
  136. package/lib/commonjs/components/HMSPreviewNetworkQuality.js +5 -3
  137. package/lib/commonjs/components/HMSPreviewNetworkQuality.js.map +1 -1
  138. package/lib/commonjs/components/HMSPreviewPeersList.js +21 -10
  139. package/lib/commonjs/components/HMSPreviewPeersList.js.map +1 -1
  140. package/lib/commonjs/components/HMSPreviewSubtitle.js +22 -9
  141. package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -1
  142. package/lib/commonjs/components/HMSPreviewTile.js +16 -8
  143. package/lib/commonjs/components/HMSPreviewTile.js.map +1 -1
  144. package/lib/commonjs/components/HMSPreviewTitle.js +14 -6
  145. package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -1
  146. package/lib/commonjs/components/HMSPrimaryButton.js +53 -0
  147. package/lib/commonjs/components/HMSPrimaryButton.js.map +1 -0
  148. package/lib/commonjs/components/HMSRecordingIndicator.js +46 -0
  149. package/lib/commonjs/components/HMSRecordingIndicator.js.map +1 -0
  150. package/lib/commonjs/components/HMSRoomOptions.js +20 -7
  151. package/lib/commonjs/components/HMSRoomOptions.js.map +1 -1
  152. package/lib/commonjs/components/HMSShowNetworkQuality.js +5 -4
  153. package/lib/commonjs/components/HMSShowNetworkQuality.js.map +1 -1
  154. package/lib/commonjs/components/HMSTextInput.js +66 -0
  155. package/lib/commonjs/components/HMSTextInput.js.map +1 -0
  156. package/lib/commonjs/components/Header.js +30 -30
  157. package/lib/commonjs/components/Header.js.map +1 -1
  158. package/lib/commonjs/components/LocalPeerRegularVideoView.js +26 -0
  159. package/lib/commonjs/components/LocalPeerRegularVideoView.js.map +1 -0
  160. package/lib/commonjs/components/LocalPeerScreenshareView.js +76 -0
  161. package/lib/commonjs/components/LocalPeerScreenshareView.js.map +1 -0
  162. package/lib/commonjs/components/Meeting.js +7 -3
  163. package/lib/commonjs/components/Meeting.js.map +1 -1
  164. package/lib/commonjs/components/MiniView.js +163 -0
  165. package/lib/commonjs/components/MiniView.js.map +1 -0
  166. package/lib/commonjs/components/Modals.js +31 -116
  167. package/lib/commonjs/components/Modals.js.map +1 -1
  168. package/lib/commonjs/components/PaginationDots.js +56 -0
  169. package/lib/commonjs/components/PaginationDots.js.map +1 -0
  170. package/lib/commonjs/components/ParticipantsCount.js +55 -0
  171. package/lib/commonjs/components/ParticipantsCount.js.map +1 -0
  172. package/lib/commonjs/components/PeerMinimizedView.js +114 -0
  173. package/lib/commonjs/components/PeerMinimizedView.js.map +1 -0
  174. package/lib/commonjs/components/PeerSettingsModalContent.js +68 -51
  175. package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
  176. package/lib/commonjs/components/PeerVideoTile/AvatarView.js +76 -0
  177. package/lib/commonjs/components/PeerVideoTile/AvatarView.js.map +1 -0
  178. package/lib/commonjs/components/PeerVideoTile/PeerAudioMutedIndicator.js +44 -0
  179. package/lib/commonjs/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +1 -0
  180. package/lib/commonjs/components/PeerVideoTile/PeerMetadata.js +44 -0
  181. package/lib/commonjs/components/PeerVideoTile/PeerMetadata.js.map +1 -0
  182. package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js +74 -0
  183. package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -0
  184. package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js +146 -0
  185. package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js.map +1 -0
  186. package/lib/commonjs/components/PeerVideoTile/VideoView.js +84 -0
  187. package/lib/commonjs/components/PeerVideoTile/VideoView.js.map +1 -0
  188. package/lib/commonjs/components/PeerVideoTile/index.js +2 -0
  189. package/lib/commonjs/components/PeerVideoTile/index.js.map +1 -0
  190. package/lib/commonjs/components/PressableIcon.js +15 -8
  191. package/lib/commonjs/components/PressableIcon.js.map +1 -1
  192. package/lib/commonjs/components/Preview.js +19 -6
  193. package/lib/commonjs/components/Preview.js.map +1 -1
  194. package/lib/commonjs/components/RoomSettingsModalContent.js +232 -362
  195. package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -1
  196. package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js +295 -0
  197. package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js.map +1 -0
  198. package/lib/commonjs/components/StopRecordingModalContent.js +97 -0
  199. package/lib/commonjs/components/StopRecordingModalContent.js.map +1 -0
  200. package/lib/commonjs/components/Tile.js +29 -90
  201. package/lib/commonjs/components/Tile.js.map +1 -1
  202. package/lib/commonjs/components/TilesContainer.js +99 -10
  203. package/lib/commonjs/components/TilesContainer.js.map +1 -1
  204. package/lib/commonjs/components/UnmountAfterDelay.js +48 -0
  205. package/lib/commonjs/components/UnmountAfterDelay.js.map +1 -0
  206. package/lib/commonjs/components/WebrtcView.js +51 -0
  207. package/lib/commonjs/components/WebrtcView.js.map +1 -0
  208. package/lib/commonjs/components/WelcomeInMeeting.js +54 -0
  209. package/lib/commonjs/components/WelcomeInMeeting.js.map +1 -0
  210. package/lib/commonjs/hooks-sdk-selectors.js +6 -1
  211. package/lib/commonjs/hooks-sdk-selectors.js.map +1 -1
  212. package/lib/commonjs/hooks-sdk.js +16 -1
  213. package/lib/commonjs/hooks-sdk.js.map +1 -1
  214. package/lib/commonjs/hooks-util-selectors.js +8 -2
  215. package/lib/commonjs/hooks-util-selectors.js.map +1 -1
  216. package/lib/commonjs/hooks-util.js +315 -93
  217. package/lib/commonjs/hooks-util.js.map +1 -1
  218. package/lib/commonjs/modules/HMSManager.js +23 -0
  219. package/lib/commonjs/modules/HMSManager.js.map +1 -0
  220. package/lib/commonjs/modules/parser.js +22 -0
  221. package/lib/commonjs/modules/parser.js.map +1 -0
  222. package/lib/commonjs/peerTrackNodeUtils.js +8 -3
  223. package/lib/commonjs/peerTrackNodeUtils.js.map +1 -1
  224. package/lib/commonjs/redux/actionTypes.js +16 -1
  225. package/lib/commonjs/redux/actionTypes.js.map +1 -1
  226. package/lib/commonjs/redux/actions/index.js +51 -1
  227. package/lib/commonjs/redux/actions/index.js.map +1 -1
  228. package/lib/commonjs/redux/reducers/appState.js +57 -1
  229. package/lib/commonjs/redux/reducers/appState.js.map +1 -1
  230. package/lib/commonjs/redux/reducers/hmsStates.js +7 -1
  231. package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -1
  232. package/lib/commonjs/redux/reducers/userState.js +3 -1
  233. package/lib/commonjs/redux/reducers/userState.js.map +1 -1
  234. package/lib/commonjs/utils/functions.js +51 -1
  235. package/lib/commonjs/utils/functions.js.map +1 -1
  236. package/lib/commonjs/utils/theme.js +62 -8
  237. package/lib/commonjs/utils/theme.js.map +1 -1
  238. package/lib/commonjs/utils/types.js +8 -1
  239. package/lib/commonjs/utils/types.js.map +1 -1
  240. package/lib/module/HMSInstanceSetup.js +2 -1
  241. package/lib/module/HMSInstanceSetup.js.map +1 -1
  242. package/lib/module/HMSPrebuilt.js +4 -2
  243. package/lib/module/HMSPrebuilt.js.map +1 -1
  244. package/lib/module/HMSRoomSetup.js +41 -10
  245. package/lib/module/HMSRoomSetup.js.map +1 -1
  246. package/lib/module/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
  247. package/lib/module/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
  248. package/lib/module/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
  249. package/lib/module/Icons/AlertTriangle/index.js +26 -0
  250. package/lib/module/Icons/AlertTriangle/index.js.map +1 -0
  251. package/lib/module/Icons/AnswerPhone/index.js +5 -1
  252. package/lib/module/Icons/AnswerPhone/index.js.map +1 -1
  253. package/lib/module/Icons/BRB/assets/BRB.png +0 -0
  254. package/lib/module/Icons/BRB/assets/BRB@2x.png +0 -0
  255. package/lib/module/Icons/BRB/assets/BRB@3x.png +0 -0
  256. package/lib/module/Icons/BRB/index.js +27 -0
  257. package/lib/module/Icons/BRB/index.js.map +1 -0
  258. package/lib/module/Icons/Bluetooth/index.js +5 -1
  259. package/lib/module/Icons/Bluetooth/index.js.map +1 -1
  260. package/lib/module/Icons/Camera/index.js +5 -1
  261. package/lib/module/Icons/Camera/index.js.map +1 -1
  262. package/lib/module/Icons/Chat/index.js +5 -1
  263. package/lib/module/Icons/Chat/index.js.map +1 -1
  264. package/lib/module/Icons/Check/index.js +5 -1
  265. package/lib/module/Icons/Check/index.js.map +1 -1
  266. package/lib/module/Icons/Chevron/index.js +5 -1
  267. package/lib/module/Icons/Chevron/index.js.map +1 -1
  268. package/lib/module/Icons/Close/index.js +5 -1
  269. package/lib/module/Icons/Close/index.js.map +1 -1
  270. package/lib/module/Icons/Hamburger/assets/hamburger.png +0 -0
  271. package/lib/module/Icons/Hamburger/assets/hamburger@2x.png +0 -0
  272. package/lib/module/Icons/Hamburger/assets/hamburger@3x.png +0 -0
  273. package/lib/module/Icons/Hamburger/index.js +26 -0
  274. package/lib/module/Icons/Hamburger/index.js.map +1 -0
  275. package/lib/module/Icons/Hand/index.js +6 -4
  276. package/lib/module/Icons/Hand/index.js.map +1 -1
  277. package/lib/module/Icons/Headphones/index.js +5 -1
  278. package/lib/module/Icons/Headphones/index.js.map +1 -1
  279. package/lib/module/Icons/Maximize/assets/maximize.png +0 -0
  280. package/lib/module/Icons/Maximize/assets/maximize@2x.png +0 -0
  281. package/lib/module/Icons/Maximize/assets/maximize@3x.png +0 -0
  282. package/lib/module/Icons/Maximize/index.js +26 -0
  283. package/lib/module/Icons/Maximize/index.js.map +1 -0
  284. package/lib/module/Icons/Mic/index.js +5 -1
  285. package/lib/module/Icons/Mic/index.js.map +1 -1
  286. package/lib/module/Icons/Minimize/assets/minimize.png +0 -0
  287. package/lib/module/Icons/Minimize/assets/minimize@2x.png +0 -0
  288. package/lib/module/Icons/Minimize/assets/minimize@3x.png +0 -0
  289. package/lib/module/Icons/Minimize/index.js +26 -0
  290. package/lib/module/Icons/Minimize/index.js.map +1 -0
  291. package/lib/module/Icons/Participants/index.js +5 -1
  292. package/lib/module/Icons/Participants/index.js.map +1 -1
  293. package/lib/module/Icons/Pencil/assets/pencil.png +0 -0
  294. package/lib/module/Icons/Pencil/assets/pencil@2x.png +0 -0
  295. package/lib/module/Icons/Pencil/assets/pencil@3x.png +0 -0
  296. package/lib/module/Icons/Pencil/index.js +26 -0
  297. package/lib/module/Icons/Pencil/index.js.map +1 -0
  298. package/lib/module/Icons/Pin/assets/pin.png +0 -0
  299. package/lib/module/Icons/Pin/assets/pin@2x.png +0 -0
  300. package/lib/module/Icons/Pin/assets/pin@3x.png +0 -0
  301. package/lib/module/Icons/Pin/index.js +26 -0
  302. package/lib/module/Icons/Pin/index.js.map +1 -0
  303. package/lib/module/Icons/Recording/assets/recording.png +0 -0
  304. package/lib/module/Icons/Recording/assets/recording@2x.png +0 -0
  305. package/lib/module/Icons/Recording/assets/recording@3x.png +0 -0
  306. package/lib/module/Icons/Recording/index.js +26 -0
  307. package/lib/module/Icons/Recording/index.js.map +1 -0
  308. package/lib/module/Icons/RotateCamera/index.js +5 -1
  309. package/lib/module/Icons/RotateCamera/index.js.map +1 -1
  310. package/lib/module/Icons/ScreenShare/index.js +5 -1
  311. package/lib/module/Icons/ScreenShare/index.js.map +1 -1
  312. package/lib/module/Icons/Speaker/index.js +5 -1
  313. package/lib/module/Icons/Speaker/index.js.map +1 -1
  314. package/lib/module/Icons/Star/assets/star.png +0 -0
  315. package/lib/module/Icons/Star/assets/star@2x.png +0 -0
  316. package/lib/module/Icons/Star/assets/star@3x.png +0 -0
  317. package/lib/module/Icons/Star/index.js +26 -0
  318. package/lib/module/Icons/Star/index.js.map +1 -0
  319. package/lib/module/Icons/Stop/assets/stop.png +0 -0
  320. package/lib/module/Icons/Stop/assets/stop@2x.png +0 -0
  321. package/lib/module/Icons/Stop/assets/stop@3x.png +0 -0
  322. package/lib/module/Icons/Stop/index.js +26 -0
  323. package/lib/module/Icons/Stop/index.js.map +1 -0
  324. package/lib/module/Icons/ThreeDots/index.js +5 -1
  325. package/lib/module/Icons/ThreeDots/index.js.map +1 -1
  326. package/lib/module/Icons/Wave/index.js +5 -1
  327. package/lib/module/Icons/Wave/index.js.map +1 -1
  328. package/lib/module/Icons/index.js +10 -0
  329. package/lib/module/Icons/index.js.map +1 -1
  330. package/lib/module/components/AvatarView.js +1 -2
  331. package/lib/module/components/AvatarView.js.map +1 -1
  332. package/lib/module/components/BackButton.js +6 -4
  333. package/lib/module/components/BackButton.js.map +1 -1
  334. package/lib/module/components/BottomSheet.js +146 -0
  335. package/lib/module/components/BottomSheet.js.map +1 -0
  336. package/lib/module/components/ChangeNameModalContent.js +122 -0
  337. package/lib/module/components/ChangeNameModalContent.js.map +1 -0
  338. package/lib/module/components/CompanyLogo.js +30 -0
  339. package/lib/module/components/CompanyLogo.js.map +1 -0
  340. package/lib/module/components/CustomInput.js +2 -3
  341. package/lib/module/components/CustomInput.js.map +1 -1
  342. package/lib/module/components/DisplayView.js +16 -55
  343. package/lib/module/components/DisplayView.js.map +1 -1
  344. package/lib/module/components/EndRoomModalContent.js +76 -0
  345. package/lib/module/components/EndRoomModalContent.js.map +1 -0
  346. package/lib/module/components/Footer.js +9 -10
  347. package/lib/module/components/Footer.js.map +1 -1
  348. package/lib/module/components/GridView.js +55 -10
  349. package/lib/module/components/GridView.js.map +1 -1
  350. package/lib/module/components/HMSBaseButton.js +57 -0
  351. package/lib/module/components/HMSBaseButton.js.map +1 -0
  352. package/lib/module/components/HMSDangerButton.js +44 -0
  353. package/lib/module/components/HMSDangerButton.js.map +1 -0
  354. package/lib/module/components/HMSHLSStreamLoading.js +17 -8
  355. package/lib/module/components/HMSHLSStreamLoading.js.map +1 -1
  356. package/lib/module/components/HMSManageAudioOutput.js +42 -77
  357. package/lib/module/components/HMSManageAudioOutput.js.map +1 -1
  358. package/lib/module/components/HMSManageCameraRotation.js +5 -4
  359. package/lib/module/components/HMSManageCameraRotation.js.map +1 -1
  360. package/lib/module/components/HMSManageLeave.js +94 -107
  361. package/lib/module/components/HMSManageLeave.js.map +1 -1
  362. package/lib/module/components/HMSManageLocalAudio.js +1 -9
  363. package/lib/module/components/HMSManageLocalAudio.js.map +1 -1
  364. package/lib/module/components/HMSManageLocalVideo.js +1 -9
  365. package/lib/module/components/HMSManageLocalVideo.js.map +1 -1
  366. package/lib/module/components/HMSMeetingEnded.js +1 -2
  367. package/lib/module/components/HMSMeetingEnded.js.map +1 -1
  368. package/lib/module/components/HMSPreviewEditName.js +3 -37
  369. package/lib/module/components/HMSPreviewEditName.js.map +1 -1
  370. package/lib/module/components/HMSPreviewHLSLiveIndicator.js +17 -10
  371. package/lib/module/components/HMSPreviewHLSLiveIndicator.js.map +1 -1
  372. package/lib/module/components/HMSPreviewJoinButton.js +26 -49
  373. package/lib/module/components/HMSPreviewJoinButton.js.map +1 -1
  374. package/lib/module/components/HMSPreviewNetworkQuality.js +6 -4
  375. package/lib/module/components/HMSPreviewNetworkQuality.js.map +1 -1
  376. package/lib/module/components/HMSPreviewPeersList.js +21 -10
  377. package/lib/module/components/HMSPreviewPeersList.js.map +1 -1
  378. package/lib/module/components/HMSPreviewSubtitle.js +22 -9
  379. package/lib/module/components/HMSPreviewSubtitle.js.map +1 -1
  380. package/lib/module/components/HMSPreviewTile.js +16 -8
  381. package/lib/module/components/HMSPreviewTile.js.map +1 -1
  382. package/lib/module/components/HMSPreviewTitle.js +14 -6
  383. package/lib/module/components/HMSPreviewTitle.js.map +1 -1
  384. package/lib/module/components/HMSPrimaryButton.js +44 -0
  385. package/lib/module/components/HMSPrimaryButton.js.map +1 -0
  386. package/lib/module/components/HMSRecordingIndicator.js +37 -0
  387. package/lib/module/components/HMSRecordingIndicator.js.map +1 -0
  388. package/lib/module/components/HMSRoomOptions.js +21 -8
  389. package/lib/module/components/HMSRoomOptions.js.map +1 -1
  390. package/lib/module/components/HMSShowNetworkQuality.js +6 -5
  391. package/lib/module/components/HMSShowNetworkQuality.js.map +1 -1
  392. package/lib/module/components/HMSTextInput.js +57 -0
  393. package/lib/module/components/HMSTextInput.js.map +1 -0
  394. package/lib/module/components/Header.js +32 -32
  395. package/lib/module/components/Header.js.map +1 -1
  396. package/lib/module/components/LocalPeerRegularVideoView.js +17 -0
  397. package/lib/module/components/LocalPeerRegularVideoView.js.map +1 -0
  398. package/lib/module/components/LocalPeerScreenshareView.js +66 -0
  399. package/lib/module/components/LocalPeerScreenshareView.js.map +1 -0
  400. package/lib/module/components/Meeting.js +8 -4
  401. package/lib/module/components/Meeting.js.map +1 -1
  402. package/lib/module/components/MiniView.js +154 -0
  403. package/lib/module/components/MiniView.js.map +1 -0
  404. package/lib/module/components/Modals.js +31 -114
  405. package/lib/module/components/Modals.js.map +1 -1
  406. package/lib/module/components/PaginationDots.js +47 -0
  407. package/lib/module/components/PaginationDots.js.map +1 -0
  408. package/lib/module/components/ParticipantsCount.js +46 -0
  409. package/lib/module/components/ParticipantsCount.js.map +1 -0
  410. package/lib/module/components/PeerMinimizedView.js +104 -0
  411. package/lib/module/components/PeerMinimizedView.js.map +1 -0
  412. package/lib/module/components/PeerSettingsModalContent.js +71 -54
  413. package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
  414. package/lib/module/components/PeerVideoTile/AvatarView.js +66 -0
  415. package/lib/module/components/PeerVideoTile/AvatarView.js.map +1 -0
  416. package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js +35 -0
  417. package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +1 -0
  418. package/lib/module/components/PeerVideoTile/PeerMetadata.js +35 -0
  419. package/lib/module/components/PeerVideoTile/PeerMetadata.js.map +1 -0
  420. package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js +65 -0
  421. package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -0
  422. package/lib/module/components/PeerVideoTile/PeerVideoTileView.js +136 -0
  423. package/lib/module/components/PeerVideoTile/PeerVideoTileView.js.map +1 -0
  424. package/lib/module/components/PeerVideoTile/VideoView.js +75 -0
  425. package/lib/module/components/PeerVideoTile/VideoView.js.map +1 -0
  426. package/lib/module/components/PeerVideoTile/index.js +2 -0
  427. package/lib/module/components/PeerVideoTile/index.js.map +1 -0
  428. package/lib/module/components/PressableIcon.js +15 -8
  429. package/lib/module/components/PressableIcon.js.map +1 -1
  430. package/lib/module/components/Preview.js +19 -6
  431. package/lib/module/components/Preview.js.map +1 -1
  432. package/lib/module/components/RoomSettingsModalContent.js +233 -364
  433. package/lib/module/components/RoomSettingsModalContent.js.map +1 -1
  434. package/lib/module/components/RoomSettingsModalDebugModeContent.js +287 -0
  435. package/lib/module/components/RoomSettingsModalDebugModeContent.js.map +1 -0
  436. package/lib/module/components/StopRecordingModalContent.js +88 -0
  437. package/lib/module/components/StopRecordingModalContent.js.map +1 -0
  438. package/lib/module/components/Tile.js +30 -91
  439. package/lib/module/components/Tile.js.map +1 -1
  440. package/lib/module/components/TilesContainer.js +100 -10
  441. package/lib/module/components/TilesContainer.js.map +1 -1
  442. package/lib/module/components/UnmountAfterDelay.js +39 -0
  443. package/lib/module/components/UnmountAfterDelay.js.map +1 -0
  444. package/lib/module/components/WebrtcView.js +41 -0
  445. package/lib/module/components/WebrtcView.js.map +1 -0
  446. package/lib/module/components/WelcomeInMeeting.js +45 -0
  447. package/lib/module/components/WelcomeInMeeting.js.map +1 -0
  448. package/lib/module/hooks-sdk-selectors.js +4 -0
  449. package/lib/module/hooks-sdk-selectors.js.map +1 -1
  450. package/lib/module/hooks-sdk.js +16 -1
  451. package/lib/module/hooks-sdk.js.map +1 -1
  452. package/lib/module/hooks-util-selectors.js +8 -2
  453. package/lib/module/hooks-util-selectors.js.map +1 -1
  454. package/lib/module/hooks-util.js +310 -96
  455. package/lib/module/hooks-util.js.map +1 -1
  456. package/lib/module/modules/HMSManager.js +17 -0
  457. package/lib/module/modules/HMSManager.js.map +1 -0
  458. package/lib/module/modules/parser.js +16 -0
  459. package/lib/module/modules/parser.js.map +1 -0
  460. package/lib/module/peerTrackNodeUtils.js +6 -2
  461. package/lib/module/peerTrackNodeUtils.js.map +1 -1
  462. package/lib/module/redux/actionTypes.js +16 -1
  463. package/lib/module/redux/actionTypes.js.map +1 -1
  464. package/lib/module/redux/actions/index.js +42 -0
  465. package/lib/module/redux/actions/index.js.map +1 -1
  466. package/lib/module/redux/reducers/appState.js +57 -1
  467. package/lib/module/redux/reducers/appState.js.map +1 -1
  468. package/lib/module/redux/reducers/hmsStates.js +7 -1
  469. package/lib/module/redux/reducers/hmsStates.js.map +1 -1
  470. package/lib/module/redux/reducers/userState.js +3 -1
  471. package/lib/module/redux/reducers/userState.js.map +1 -1
  472. package/lib/module/utils/functions.js +47 -0
  473. package/lib/module/utils/functions.js.map +1 -1
  474. package/lib/module/utils/theme.js +57 -5
  475. package/lib/module/utils/theme.js.map +1 -1
  476. package/lib/module/utils/types.js +6 -0
  477. package/lib/module/utils/types.js.map +1 -1
  478. package/lib/typescript/HMSInstanceSetup.d.ts.map +1 -1
  479. package/lib/typescript/HMSPrebuilt.d.ts +1 -0
  480. package/lib/typescript/HMSPrebuilt.d.ts.map +1 -1
  481. package/lib/typescript/HMSRoomSetup.d.ts.map +1 -1
  482. package/lib/typescript/Icons/AlertTriangle/index.d.ts +7 -0
  483. package/lib/typescript/Icons/AlertTriangle/index.d.ts.map +1 -0
  484. package/lib/typescript/Icons/AnswerPhone/index.d.ts.map +1 -1
  485. package/lib/typescript/Icons/BRB/index.d.ts +7 -0
  486. package/lib/typescript/Icons/BRB/index.d.ts.map +1 -0
  487. package/lib/typescript/Icons/Bluetooth/index.d.ts.map +1 -1
  488. package/lib/typescript/Icons/Camera/index.d.ts.map +1 -1
  489. package/lib/typescript/Icons/Chat/index.d.ts.map +1 -1
  490. package/lib/typescript/Icons/Check/index.d.ts.map +1 -1
  491. package/lib/typescript/Icons/Chevron/index.d.ts.map +1 -1
  492. package/lib/typescript/Icons/Close/index.d.ts.map +1 -1
  493. package/lib/typescript/Icons/Hamburger/index.d.ts +7 -0
  494. package/lib/typescript/Icons/Hamburger/index.d.ts.map +1 -0
  495. package/lib/typescript/Icons/Hand/index.d.ts.map +1 -1
  496. package/lib/typescript/Icons/Headphones/index.d.ts.map +1 -1
  497. package/lib/typescript/Icons/Maximize/index.d.ts +7 -0
  498. package/lib/typescript/Icons/Maximize/index.d.ts.map +1 -0
  499. package/lib/typescript/Icons/Mic/index.d.ts.map +1 -1
  500. package/lib/typescript/Icons/Minimize/index.d.ts +7 -0
  501. package/lib/typescript/Icons/Minimize/index.d.ts.map +1 -0
  502. package/lib/typescript/Icons/Participants/index.d.ts.map +1 -1
  503. package/lib/typescript/Icons/Pencil/index.d.ts +7 -0
  504. package/lib/typescript/Icons/Pencil/index.d.ts.map +1 -0
  505. package/lib/typescript/Icons/Pin/index.d.ts +7 -0
  506. package/lib/typescript/Icons/Pin/index.d.ts.map +1 -0
  507. package/lib/typescript/Icons/Recording/index.d.ts +7 -0
  508. package/lib/typescript/Icons/Recording/index.d.ts.map +1 -0
  509. package/lib/typescript/Icons/RotateCamera/index.d.ts.map +1 -1
  510. package/lib/typescript/Icons/ScreenShare/index.d.ts.map +1 -1
  511. package/lib/typescript/Icons/Speaker/index.d.ts.map +1 -1
  512. package/lib/typescript/Icons/Star/index.d.ts +7 -0
  513. package/lib/typescript/Icons/Star/index.d.ts.map +1 -0
  514. package/lib/typescript/Icons/Stop/index.d.ts +7 -0
  515. package/lib/typescript/Icons/Stop/index.d.ts.map +1 -0
  516. package/lib/typescript/Icons/ThreeDots/index.d.ts.map +1 -1
  517. package/lib/typescript/Icons/Wave/index.d.ts.map +1 -1
  518. package/lib/typescript/Icons/index.d.ts +10 -0
  519. package/lib/typescript/Icons/index.d.ts.map +1 -1
  520. package/lib/typescript/components/BackButton.d.ts.map +1 -1
  521. package/lib/typescript/components/BottomSheet.d.ts +25 -0
  522. package/lib/typescript/components/BottomSheet.d.ts.map +1 -0
  523. package/lib/typescript/components/ChangeNameModalContent.d.ts +6 -0
  524. package/lib/typescript/components/ChangeNameModalContent.d.ts.map +1 -0
  525. package/lib/typescript/components/CompanyLogo.d.ts +7 -0
  526. package/lib/typescript/components/CompanyLogo.d.ts.map +1 -0
  527. package/lib/typescript/components/CustomInput.d.ts +1 -1
  528. package/lib/typescript/components/CustomInput.d.ts.map +1 -1
  529. package/lib/typescript/components/DisplayView.d.ts.map +1 -1
  530. package/lib/typescript/components/EndRoomModalContent.d.ts +6 -0
  531. package/lib/typescript/components/EndRoomModalContent.d.ts.map +1 -0
  532. package/lib/typescript/components/Footer.d.ts.map +1 -1
  533. package/lib/typescript/components/GridView.d.ts +3 -4
  534. package/lib/typescript/components/GridView.d.ts.map +1 -1
  535. package/lib/typescript/components/HMSBaseButton.d.ts +15 -0
  536. package/lib/typescript/components/HMSBaseButton.d.ts.map +1 -0
  537. package/lib/typescript/components/HMSDangerButton.d.ts +12 -0
  538. package/lib/typescript/components/HMSDangerButton.d.ts.map +1 -0
  539. package/lib/typescript/components/HMSHLSStreamLoading.d.ts.map +1 -1
  540. package/lib/typescript/components/HMSManageAudioOutput.d.ts.map +1 -1
  541. package/lib/typescript/components/HMSManageLeave.d.ts.map +1 -1
  542. package/lib/typescript/components/HMSManageLocalAudio.d.ts.map +1 -1
  543. package/lib/typescript/components/HMSManageLocalVideo.d.ts.map +1 -1
  544. package/lib/typescript/components/HMSPreviewEditName.d.ts.map +1 -1
  545. package/lib/typescript/components/HMSPreviewHLSLiveIndicator.d.ts.map +1 -1
  546. package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -1
  547. package/lib/typescript/components/HMSPreviewNetworkQuality.d.ts.map +1 -1
  548. package/lib/typescript/components/HMSPreviewPeersList.d.ts.map +1 -1
  549. package/lib/typescript/components/HMSPreviewSubtitle.d.ts.map +1 -1
  550. package/lib/typescript/components/HMSPreviewTile.d.ts.map +1 -1
  551. package/lib/typescript/components/HMSPreviewTitle.d.ts.map +1 -1
  552. package/lib/typescript/components/HMSPrimaryButton.d.ts +12 -0
  553. package/lib/typescript/components/HMSPrimaryButton.d.ts.map +1 -0
  554. package/lib/typescript/components/HMSRecordingIndicator.d.ts +3 -0
  555. package/lib/typescript/components/HMSRecordingIndicator.d.ts.map +1 -0
  556. package/lib/typescript/components/HMSRoomOptions.d.ts.map +1 -1
  557. package/lib/typescript/components/HMSShowNetworkQuality.d.ts.map +1 -1
  558. package/lib/typescript/components/HMSTextInput.d.ts +10 -0
  559. package/lib/typescript/components/HMSTextInput.d.ts.map +1 -0
  560. package/lib/typescript/components/Header.d.ts.map +1 -1
  561. package/lib/typescript/components/LocalPeerRegularVideoView.d.ts +6 -0
  562. package/lib/typescript/components/LocalPeerRegularVideoView.d.ts.map +1 -0
  563. package/lib/typescript/components/LocalPeerScreenshareView.d.ts +3 -0
  564. package/lib/typescript/components/LocalPeerScreenshareView.d.ts.map +1 -0
  565. package/lib/typescript/components/Meeting.d.ts.map +1 -1
  566. package/lib/typescript/components/MiniView.d.ts +9 -0
  567. package/lib/typescript/components/MiniView.d.ts.map +1 -0
  568. package/lib/typescript/components/Modals.d.ts +0 -7
  569. package/lib/typescript/components/Modals.d.ts.map +1 -1
  570. package/lib/typescript/components/PaginationDots.d.ts +6 -0
  571. package/lib/typescript/components/PaginationDots.d.ts.map +1 -0
  572. package/lib/typescript/components/ParticipantsCount.d.ts +3 -0
  573. package/lib/typescript/components/ParticipantsCount.d.ts.map +1 -0
  574. package/lib/typescript/components/PeerMinimizedView.d.ts +12 -0
  575. package/lib/typescript/components/PeerMinimizedView.d.ts.map +1 -0
  576. package/lib/typescript/components/PeerSettingsModalContent.d.ts +1 -0
  577. package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
  578. package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts +9 -0
  579. package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts.map +1 -0
  580. package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts +6 -0
  581. package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts.map +1 -0
  582. package/lib/typescript/components/PeerVideoTile/PeerMetadata.d.ts +6 -0
  583. package/lib/typescript/components/PeerVideoTile/PeerMetadata.d.ts.map +1 -0
  584. package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts +10 -0
  585. package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts.map +1 -0
  586. package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts +10 -0
  587. package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts.map +1 -0
  588. package/lib/typescript/components/PeerVideoTile/VideoView.d.ts +13 -0
  589. package/lib/typescript/components/PeerVideoTile/VideoView.d.ts.map +1 -0
  590. package/lib/typescript/components/PeerVideoTile/index.d.ts +1 -0
  591. package/lib/typescript/components/PeerVideoTile/index.d.ts.map +1 -0
  592. package/lib/typescript/components/PressableIcon.d.ts.map +1 -1
  593. package/lib/typescript/components/Preview.d.ts.map +1 -1
  594. package/lib/typescript/components/RoomSettingsModalContent.d.ts +2 -2
  595. package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -1
  596. package/lib/typescript/components/RoomSettingsModalDebugModeContent.d.ts +17 -0
  597. package/lib/typescript/components/RoomSettingsModalDebugModeContent.d.ts.map +1 -0
  598. package/lib/typescript/components/StopRecordingModalContent.d.ts +6 -0
  599. package/lib/typescript/components/StopRecordingModalContent.d.ts.map +1 -0
  600. package/lib/typescript/components/Tile.d.ts +12 -3
  601. package/lib/typescript/components/Tile.d.ts.map +1 -1
  602. package/lib/typescript/components/TilesContainer.d.ts.map +1 -1
  603. package/lib/typescript/components/UnmountAfterDelay.d.ts +12 -0
  604. package/lib/typescript/components/UnmountAfterDelay.d.ts.map +1 -0
  605. package/lib/typescript/components/WebrtcView.d.ts +10 -0
  606. package/lib/typescript/components/WebrtcView.d.ts.map +1 -0
  607. package/lib/typescript/components/WelcomeInMeeting.d.ts +5 -0
  608. package/lib/typescript/components/WelcomeInMeeting.d.ts.map +1 -0
  609. package/lib/typescript/hooks-sdk-selectors.d.ts +2 -0
  610. package/lib/typescript/hooks-sdk-selectors.d.ts.map +1 -1
  611. package/lib/typescript/hooks-sdk.d.ts +1 -0
  612. package/lib/typescript/hooks-sdk.d.ts.map +1 -1
  613. package/lib/typescript/hooks-util-selectors.d.ts.map +1 -1
  614. package/lib/typescript/hooks-util.d.ts +15 -2
  615. package/lib/typescript/hooks-util.d.ts.map +1 -1
  616. package/lib/typescript/modules/HMSManager.d.ts +4 -0
  617. package/lib/typescript/modules/HMSManager.d.ts.map +1 -0
  618. package/lib/typescript/modules/parser.d.ts +3 -0
  619. package/lib/typescript/modules/parser.d.ts.map +1 -0
  620. package/lib/typescript/peerTrackNodeUtils.d.ts +1 -0
  621. package/lib/typescript/peerTrackNodeUtils.d.ts.map +1 -1
  622. package/lib/typescript/redux/actionTypes.d.ts +9 -1
  623. package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
  624. package/lib/typescript/redux/actions/index.d.ts +45 -0
  625. package/lib/typescript/redux/actions/index.d.ts.map +1 -1
  626. package/lib/typescript/redux/index.d.ts +7 -0
  627. package/lib/typescript/redux/index.d.ts.map +1 -1
  628. package/lib/typescript/redux/reducers/appState.d.ts +5 -0
  629. package/lib/typescript/redux/reducers/appState.d.ts.map +1 -1
  630. package/lib/typescript/redux/reducers/hmsStates.d.ts +7 -1
  631. package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -1
  632. package/lib/typescript/redux/reducers/index.d.ts +7 -0
  633. package/lib/typescript/redux/reducers/index.d.ts.map +1 -1
  634. package/lib/typescript/redux/reducers/userState.d.ts +1 -0
  635. package/lib/typescript/redux/reducers/userState.d.ts.map +1 -1
  636. package/lib/typescript/utils/functions.d.ts +14 -0
  637. package/lib/typescript/utils/functions.d.ts.map +1 -1
  638. package/lib/typescript/utils/theme.d.ts +6 -3
  639. package/lib/typescript/utils/theme.d.ts.map +1 -1
  640. package/lib/typescript/utils/types.d.ts +5 -0
  641. package/lib/typescript/utils/types.d.ts.map +1 -1
  642. package/package.json +3 -1
  643. package/src/HMSInstanceSetup.tsx +1 -0
  644. package/src/HMSPrebuilt.tsx +3 -2
  645. package/src/HMSRoomSetup.tsx +45 -8
  646. package/src/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
  647. package/src/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
  648. package/src/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
  649. package/src/Icons/AlertTriangle/index.tsx +33 -0
  650. package/src/Icons/AnswerPhone/index.tsx +7 -1
  651. package/src/Icons/BRB/assets/BRB.png +0 -0
  652. package/src/Icons/BRB/assets/BRB@2x.png +0 -0
  653. package/src/Icons/BRB/assets/BRB@3x.png +0 -0
  654. package/src/Icons/BRB/index.tsx +31 -0
  655. package/src/Icons/Bluetooth/index.tsx +7 -1
  656. package/src/Icons/Camera/index.tsx +7 -1
  657. package/src/Icons/Chat/index.tsx +7 -1
  658. package/src/Icons/Check/index.tsx +7 -1
  659. package/src/Icons/Chevron/index.tsx +7 -1
  660. package/src/Icons/Close/index.tsx +7 -1
  661. package/src/Icons/Hamburger/assets/hamburger.png +0 -0
  662. package/src/Icons/Hamburger/assets/hamburger@2x.png +0 -0
  663. package/src/Icons/Hamburger/assets/hamburger@3x.png +0 -0
  664. package/src/Icons/Hamburger/index.tsx +33 -0
  665. package/src/Icons/Hand/index.tsx +6 -3
  666. package/src/Icons/Headphones/index.tsx +7 -1
  667. package/src/Icons/Maximize/assets/maximize.png +0 -0
  668. package/src/Icons/Maximize/assets/maximize@2x.png +0 -0
  669. package/src/Icons/Maximize/assets/maximize@3x.png +0 -0
  670. package/src/Icons/Maximize/index.tsx +33 -0
  671. package/src/Icons/Mic/index.tsx +7 -1
  672. package/src/Icons/Minimize/assets/minimize.png +0 -0
  673. package/src/Icons/Minimize/assets/minimize@2x.png +0 -0
  674. package/src/Icons/Minimize/assets/minimize@3x.png +0 -0
  675. package/src/Icons/Minimize/index.tsx +33 -0
  676. package/src/Icons/Participants/index.tsx +7 -1
  677. package/src/Icons/Pencil/assets/pencil.png +0 -0
  678. package/src/Icons/Pencil/assets/pencil@2x.png +0 -0
  679. package/src/Icons/Pencil/assets/pencil@3x.png +0 -0
  680. package/src/Icons/Pencil/index.tsx +33 -0
  681. package/src/Icons/Pin/assets/pin.png +0 -0
  682. package/src/Icons/Pin/assets/pin@2x.png +0 -0
  683. package/src/Icons/Pin/assets/pin@3x.png +0 -0
  684. package/src/Icons/Pin/index.tsx +30 -0
  685. package/src/Icons/Recording/assets/recording.png +0 -0
  686. package/src/Icons/Recording/assets/recording@2x.png +0 -0
  687. package/src/Icons/Recording/assets/recording@3x.png +0 -0
  688. package/src/Icons/Recording/index.tsx +33 -0
  689. package/src/Icons/RotateCamera/index.tsx +7 -1
  690. package/src/Icons/ScreenShare/index.tsx +7 -1
  691. package/src/Icons/Speaker/index.tsx +12 -1
  692. package/src/Icons/Star/assets/star.png +0 -0
  693. package/src/Icons/Star/assets/star@2x.png +0 -0
  694. package/src/Icons/Star/assets/star@3x.png +0 -0
  695. package/src/Icons/Star/index.tsx +30 -0
  696. package/src/Icons/Stop/assets/stop.png +0 -0
  697. package/src/Icons/Stop/assets/stop@2x.png +0 -0
  698. package/src/Icons/Stop/assets/stop@3x.png +0 -0
  699. package/src/Icons/Stop/index.tsx +33 -0
  700. package/src/Icons/ThreeDots/index.tsx +7 -1
  701. package/src/Icons/Wave/index.tsx +7 -1
  702. package/src/Icons/index.ts +10 -0
  703. package/src/components/AvatarView.tsx +1 -2
  704. package/src/components/BackButton.tsx +6 -3
  705. package/src/components/BottomSheet.tsx +191 -0
  706. package/src/components/ChangeNameModalContent.tsx +157 -0
  707. package/src/components/CompanyLogo.tsx +35 -0
  708. package/src/components/CustomInput.tsx +2 -3
  709. package/src/components/DisplayView.tsx +16 -65
  710. package/src/components/EndRoomModalContent.tsx +90 -0
  711. package/src/components/Footer.tsx +7 -7
  712. package/src/components/GridView.tsx +91 -20
  713. package/src/components/HLSView.tsx +1 -1
  714. package/src/components/HMSBaseButton.tsx +91 -0
  715. package/src/components/HMSDangerButton.tsx +65 -0
  716. package/src/components/HMSHLSStreamLoading.tsx +18 -7
  717. package/src/components/HMSManageAudioOutput.tsx +59 -90
  718. package/src/components/HMSManageCameraRotation.tsx +11 -8
  719. package/src/components/HMSManageLeave.tsx +104 -109
  720. package/src/components/HMSManageLocalAudio.tsx +1 -10
  721. package/src/components/HMSManageLocalVideo.tsx +1 -10
  722. package/src/components/HMSMeetingEnded.tsx +1 -2
  723. package/src/components/HMSPreviewEditName.tsx +2 -44
  724. package/src/components/HMSPreviewHLSLiveIndicator.tsx +17 -9
  725. package/src/components/HMSPreviewJoinButton.tsx +33 -71
  726. package/src/components/HMSPreviewNetworkQuality.tsx +7 -4
  727. package/src/components/HMSPreviewPeersList.tsx +23 -13
  728. package/src/components/HMSPreviewSubtitle.tsx +27 -11
  729. package/src/components/HMSPreviewTile.tsx +19 -8
  730. package/src/components/HMSPreviewTitle.tsx +18 -5
  731. package/src/components/HMSPrimaryButton.tsx +63 -0
  732. package/src/components/HMSRecordingIndicator.tsx +37 -0
  733. package/src/components/HMSRoomOptions.tsx +28 -8
  734. package/src/components/HMSShowNetworkQuality.tsx +7 -5
  735. package/src/components/HMSTextInput.tsx +78 -0
  736. package/src/components/Header.tsx +37 -36
  737. package/src/components/LocalPeerRegularVideoView.tsx +28 -0
  738. package/src/components/LocalPeerScreenshareView.tsx +72 -0
  739. package/src/components/Meeting.tsx +10 -3
  740. package/src/components/MiniView.tsx +213 -0
  741. package/src/components/Modals.tsx +1 -110
  742. package/src/components/PaginationDots.tsx +65 -0
  743. package/src/components/ParticipantsCount.tsx +52 -0
  744. package/src/components/PeerMinimizedView.tsx +131 -0
  745. package/src/components/PeerSettingsModalContent.tsx +110 -54
  746. package/src/components/PeerVideoTile/AvatarView.tsx +79 -0
  747. package/src/components/PeerVideoTile/PeerAudioMutedIndicator.tsx +41 -0
  748. package/src/components/PeerVideoTile/PeerMetadata.tsx +46 -0
  749. package/src/components/PeerVideoTile/PeerNameAndNetwork.tsx +81 -0
  750. package/src/components/PeerVideoTile/PeerVideoTileView.tsx +180 -0
  751. package/src/components/PeerVideoTile/VideoView.tsx +104 -0
  752. package/src/components/PeerVideoTile/index.ts +0 -0
  753. package/src/components/PressableIcon.tsx +15 -8
  754. package/src/components/Preview.tsx +24 -6
  755. package/src/components/RoomSettingsModalContent.tsx +236 -524
  756. package/src/components/RoomSettingsModalDebugModeContent.tsx +446 -0
  757. package/src/components/StopRecordingModalContent.tsx +109 -0
  758. package/src/components/Tile.tsx +49 -90
  759. package/src/components/TilesContainer.tsx +116 -14
  760. package/src/components/UnmountAfterDelay.tsx +61 -0
  761. package/src/components/WebrtcView.tsx +72 -0
  762. package/src/components/WelcomeInMeeting.tsx +52 -0
  763. package/src/hooks-sdk-selectors.tsx +7 -0
  764. package/src/hooks-sdk.ts +18 -0
  765. package/src/hooks-util-selectors.tsx +12 -1
  766. package/src/hooks-util.ts +420 -115
  767. package/src/modules/HMSManager.ts +25 -0
  768. package/src/modules/parser.ts +22 -0
  769. package/src/peerTrackNodeUtils.tsx +13 -10
  770. package/src/redux/actionTypes.ts +22 -0
  771. package/src/redux/actions/index.ts +51 -0
  772. package/src/redux/reducers/appState.ts +56 -0
  773. package/src/redux/reducers/hmsStates.ts +15 -1
  774. package/src/redux/reducers/userState.ts +3 -0
  775. package/src/utils/functions.ts +48 -0
  776. package/src/utils/theme.ts +74 -5
  777. package/src/utils/types.ts +6 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AASzD,KAAK,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,CAAC,GAAG;KAAG,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAE,CAAC;AAEnE,MAAM,MAAM,gBAAgB,GAAG,YAAY,CACzC,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,EAClC,WAAW,CACZ,GAAG;IAEF,YAAY,IAAI,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAAC,GAAG;IACrD,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC;IAC9B,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;CAoCnB,CAAC;AAEF,UAAU,WAAW;IACnB,YAAY,IAAI,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAuED,eAAO,MAAM,qBAAqB;wCAC6B,MAAM,IAAI;;CASxE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface ChangeNameModalContentProps {
3
+ dismissModal(): void;
4
+ }
5
+ export declare const ChangeNameModalContent: React.FC<ChangeNameModalContentProps>;
6
+ //# sourceMappingURL=ChangeNameModalContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChangeNameModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/ChangeNameModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,MAAM,WAAW,2BAA2B;IAC1C,YAAY,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAoGxE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { ImageProps } from 'react-native';
3
+ interface CompanyLogoProps extends Omit<ImageProps, 'source'> {
4
+ }
5
+ export declare const CompanyLogo: React.FC<CompanyLogoProps>;
6
+ export {};
7
+ //# sourceMappingURL=CompanyLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyLogo.d.ts","sourceRoot":"","sources":["../../../src/components/CompanyLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,UAAU,gBAAiB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEhE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkBlD,CAAC"}
@@ -18,7 +18,7 @@ declare const CustomInput: ({ value, title, onChangeText, placeholderTextColor,
18
18
  clear?: boolean | undefined;
19
19
  autoCapitalize?: "none" | "sentences" | "words" | "characters" | undefined;
20
20
  autoCorrect?: boolean | undefined;
21
- autoCompleteType?: "username" | "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email" | "password" | "postal-code" | "street-address" | "tel" | undefined;
21
+ autoCompleteType?: "name" | "email" | "password" | "tel" | "off" | "username" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "postal-code" | "street-address" | undefined;
22
22
  }) => React.JSX.Element;
23
23
  export { CustomInput };
24
24
  //# sourceMappingURL=CustomInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomInput.d.ts","sourceRoot":"","sources":["../../../src/components/CustomInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EACV,oBAAoB,EACpB,SAAS,EACT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAKtB,QAAA,MAAM,WAAW;;;kBAqBD,QAAQ;;;gBAGV,UAAU,SAAS,CAAC;gBACpB,UAAU,SAAS,CAAC;uBACb,UAAU,SAAS,CAAC;iBAC1B,UAAU,SAAS,CAAC;;;;;;;;;;uBAoElC,CAAC;AAyBF,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"CustomInput.d.ts","sourceRoot":"","sources":["../../../src/components/CustomInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EACV,oBAAoB,EACpB,SAAS,EACT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAKtB,QAAA,MAAM,WAAW;;;kBAoBD,QAAQ;;;gBAGV,UAAU,SAAS,CAAC;gBACpB,UAAU,SAAS,CAAC;uBACb,UAAU,SAAS,CAAC;iBAC1B,UAAU,SAAS,CAAC;;;;;;;;;;uBAoElC,CAAC;AAyBF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DisplayView.d.ts","sourceRoot":"","sources":["../../../src/components/DisplayView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAQpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAK3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AA6BpD,UAAU,gBAAgB;IACxB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC5B,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAgQlD,CAAC"}
1
+ {"version":3,"file":"DisplayView.d.ts","sourceRoot":"","sources":["../../../src/components/DisplayView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAQhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAK3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AA4BpD,UAAU,gBAAgB;IACxB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC5B,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAgNlD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface EndRoomModalContentProps {
3
+ dismissModal(): void;
4
+ }
5
+ export declare const EndRoomModalContent: React.FC<EndRoomModalContentProps>;
6
+ //# sourceMappingURL=EndRoomModalContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EndRoomModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/EndRoomModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,wBAAwB;IACvC,YAAY,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA2ClE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAO7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAa3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAoEzC,CAAC;AAgBF,eAAO,MAAM,MAAM,yCAAgB,CAAC"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAO7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAY3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAoEzC,CAAC;AAiBF,eAAO,MAAM,MAAM,yCAAgB,CAAC"}
@@ -1,14 +1,13 @@
1
1
  import React from 'react';
2
2
  import { FlatList } from 'react-native';
3
3
  import type { PeerTrackNode } from '../utils/types';
4
- type GridViewProps = {
4
+ export type GridViewProps = {
5
5
  onPeerTileMorePress(peerTrackNode: PeerTrackNode): void;
6
6
  pairedPeers: PeerTrackNode[][];
7
7
  };
8
- type GridViewRefAttrs = {
8
+ export type GridViewRefAttrs = {
9
9
  captureViewScreenshot(node: PeerTrackNode): any;
10
10
  getFlatlistRef(): React.RefObject<FlatList<any>>;
11
11
  };
12
- declare const GridView: React.ForwardRefExoticComponent<GridViewProps & React.RefAttributes<GridViewRefAttrs>>;
13
- export { GridView };
12
+ export declare const GridView: React.ForwardRefExoticComponent<GridViewProps & React.RefAttributes<GridViewRefAttrs>>;
14
13
  //# sourceMappingURL=GridView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GridView.d.ts","sourceRoot":"","sources":["../../../src/components/GridView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAErE,OAAO,EAAQ,QAAQ,EAAE,MAAM,cAAc,CAAC;AAM9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD,KAAK,aAAa,GAAG;IACnB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACxD,WAAW,EAAE,aAAa,EAAE,EAAE,CAAC;CAChC,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,qBAAqB,CAAC,IAAI,EAAE,aAAa,GAAG,GAAG,CAAC;IAChD,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;CAClD,CAAC;AAEF,QAAA,MAAM,QAAQ,wFAmGb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"GridView.d.ts","sourceRoot":"","sources":["../../../src/components/GridView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAErE,OAAO,EAAQ,QAAQ,EAAc,MAAM,cAAc,CAAC;AAY1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAMpD,MAAM,MAAM,aAAa,GAAG;IAC1B,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACxD,WAAW,EAAE,aAAa,EAAE,EAAE,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,qBAAqB,CAAC,IAAI,EAAE,aAAa,GAAG,GAAG,CAAC;IAChD,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;CAClD,CAAC;AAOF,eAAO,MAAM,QAAQ,wFA8IpB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+ import type { StyleProp, ViewStyle, TextStyle, ColorValue } from 'react-native';
3
+ export interface HMSBaseButtonProps {
4
+ title: string;
5
+ loading: boolean;
6
+ onPress(): void;
7
+ underlayColor: ColorValue;
8
+ loaderColor: ColorValue;
9
+ style?: StyleProp<ViewStyle>;
10
+ textStyle?: StyleProp<TextStyle>;
11
+ disabled?: boolean;
12
+ leftComponent?: React.ReactElement | null;
13
+ }
14
+ export declare const HMSBaseButton: React.FC<HMSBaseButtonProps>;
15
+ //# sourceMappingURL=HMSBaseButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HMSBaseButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSBaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEhF,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,IAAI,IAAI,CAAC;IAChB,aAAa,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAwCtD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import type { StyleProp, ViewStyle } from 'react-native';
3
+ export interface HMSDangerButtonProps {
4
+ title: string;
5
+ loading: boolean;
6
+ onPress(): void;
7
+ style?: StyleProp<ViewStyle>;
8
+ disabled?: boolean;
9
+ leftComponent?: React.ReactElement | null;
10
+ }
11
+ export declare const HMSDangerButton: React.FC<HMSDangerButtonProps>;
12
+ //# sourceMappingURL=HMSDangerButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HMSDangerButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSDangerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzD,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,IAAI,IAAI,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiD1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSHLSStreamLoading.d.ts","sourceRoot":"","sources":["../../../src/components/HMSHLSStreamLoading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,eAAO,MAAM,mBAAmB,yBAoB/B,CAAC"}
1
+ {"version":3,"file":"HMSHLSStreamLoading.d.ts","sourceRoot":"","sources":["../../../src/components/HMSHLSStreamLoading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,eAAO,MAAM,mBAAmB,yBAkC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSManageAudioOutput.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageAudioOutput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA+B/B,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EA4KxC,CAAC"}
1
+ {"version":3,"file":"HMSManageAudioOutput.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageAudioOutput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA6B/B,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAgLxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSManageLeave.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLeave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CASrD,CAAC;AAEF,KAAK,gBAAgB,GACjB;IACE,iBAAiB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;CACtD,GACD;IACE,mBAAmB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;CACxD,CAAC"}
1
+ {"version":3,"file":"HMSManageLeave.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLeave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkB/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CASrD,CAAC;AAEF,KAAK,gBAAgB,GACjB;IACE,iBAAiB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;CACtD,GACD;IACE,mBAAmB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;CACxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSManageLocalAudio.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLocalAudio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,eAAO,MAAM,mBAAmB,gCAQ/B,CAAC"}
1
+ {"version":3,"file":"HMSManageLocalAudio.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLocalAudio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,eAAO,MAAM,mBAAmB,gCAQ/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSManageLocalVideo.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLocalVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,eAAO,MAAM,mBAAmB,gCAQ/B,CAAC"}
1
+ {"version":3,"file":"HMSManageLocalVideo.d.ts","sourceRoot":"","sources":["../../../src/components/HMSManageLocalVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,eAAO,MAAM,mBAAmB,gCAQ/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewEditName.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewEditName.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA6BhE,CAAC"}
1
+ {"version":3,"file":"HMSPreviewEditName.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewEditName.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAWhE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewHLSLiveIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewHLSLiveIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,eAAO,MAAM,0BAA0B,gCAiBtC,CAAC"}
1
+ {"version":3,"file":"HMSPreviewHLSLiveIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewHLSLiveIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,eAAO,MAAM,0BAA0B,gCA8BtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewJoinButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewJoinButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAc/B,MAAM,WAAW,yBAAyB;IACxC,MAAM,IAAI,IAAI,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAiDpE,CAAC"}
1
+ {"version":3,"file":"HMSPreviewJoinButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewJoinButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,WAAW,yBAAyB;IACxC,MAAM,IAAI,IAAI,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6CpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewNetworkQuality.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewNetworkQuality.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,eAAO,MAAM,wBAAwB,yBAkBpC,CAAC"}
1
+ {"version":3,"file":"HMSPreviewNetworkQuality.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewNetworkQuality.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,eAAO,MAAM,wBAAwB,yBAsBpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewPeersList.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewPeersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,wBAAwB;CAAG;AAE5C,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAgBlE,CAAC"}
1
+ {"version":3,"file":"HMSPreviewPeersList.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewPeersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,wBAAwB;CAAG;AAE5C,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA+BlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA2BhE,CAAC"}
1
+ {"version":3,"file":"HMSPreviewSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA2ChE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewTile.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EA0BlC,CAAC"}
1
+ {"version":3,"file":"HMSPreviewTile.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAyClC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSPreviewTitle.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAI1D,CAAC"}
1
+ {"version":3,"file":"HMSPreviewTitle.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAkB1D,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import type { StyleProp, ViewStyle } from 'react-native';
3
+ export interface HMSPrimaryButtonProps {
4
+ title: string;
5
+ loading: boolean;
6
+ onPress(): void;
7
+ style?: StyleProp<ViewStyle>;
8
+ disabled?: boolean;
9
+ leftComponent?: React.ReactElement | null;
10
+ }
11
+ export declare const HMSPrimaryButton: React.FC<HMSPrimaryButtonProps>;
12
+ //# sourceMappingURL=HMSPrimaryButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HMSPrimaryButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPrimaryButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzD,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,IAAI,IAAI,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA+C5D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export declare const HMSRecordingIndicator: () => React.JSX.Element | null;
3
+ //# sourceMappingURL=HMSRecordingIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HMSRecordingIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/HMSRecordingIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,eAAO,MAAM,qBAAqB,gCAqBjC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSRoomOptions.d.ts","sourceRoot":"","sources":["../../../src/components/HMSRoomOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,UAAU,mBAAmB;CAAG;AAEhC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+GxD,CAAC"}
1
+ {"version":3,"file":"HMSRoomOptions.d.ts","sourceRoot":"","sources":["../../../src/components/HMSRoomOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAwB/B,UAAU,mBAAmB;CAAG;AAEhC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgIxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HMSShowNetworkQuality.d.ts","sourceRoot":"","sources":["../../../src/components/HMSShowNetworkQuality.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AASzC,eAAO,MAAM,qBAAqB,yBAqCjC,CAAC"}
1
+ {"version":3,"file":"HMSShowNetworkQuality.d.ts","sourceRoot":"","sources":["../../../src/components/HMSShowNetworkQuality.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAQzC,eAAO,MAAM,qBAAqB,yBA0CjC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import type { StyleProp, TextStyle } from 'react-native';
3
+ export interface HMSTextInputProps {
4
+ value: string;
5
+ onChangeText(text: string): void;
6
+ style?: StyleProp<TextStyle>;
7
+ autoFocus?: boolean;
8
+ }
9
+ export declare const HMSTextInput: React.FC<HMSTextInputProps>;
10
+ //# sourceMappingURL=HMSTextInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HMSTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/HMSTextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzD,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkDpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAMpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAU3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAuCzC,CAAC;AA6BF,eAAO,MAAM,MAAM,yCAAgB,CAAC"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAMpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAQ3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA2CzC,CAAC;AA4BF,eAAO,MAAM,MAAM,yCAAgB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import type { PeerVideoTileViewProps } from './PeerVideoTile/PeerVideoTileView';
3
+ export interface LocalPeerRegularVideoViewProps extends Omit<PeerVideoTileViewProps, 'peerTrackNode'> {
4
+ }
5
+ export declare const LocalPeerRegularVideoView: React.FC<LocalPeerRegularVideoViewProps>;
6
+ //# sourceMappingURL=LocalPeerRegularVideoView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalPeerRegularVideoView.d.ts","sourceRoot":"","sources":["../../../src/components/LocalPeerRegularVideoView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAGhF,MAAM,WAAW,8BACf,SAAQ,IAAI,CAAC,sBAAsB,EAAE,eAAe,CAAC;CAAG;AAE1D,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAC9C,8BAA8B,CAgB/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export declare const LocalPeerScreenshareView: () => React.JSX.Element;
3
+ //# sourceMappingURL=LocalPeerScreenshareView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalPeerScreenshareView.d.ts","sourceRoot":"","sources":["../../../src/components/LocalPeerScreenshareView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,eAAO,MAAM,wBAAwB,yBAuBpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Meeting.d.ts","sourceRoot":"","sources":["../../../src/components/Meeting.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAiBpD,UAAU,YAAY;IACpB,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAgD1C,CAAC"}
1
+ {"version":3,"file":"Meeting.d.ts","sourceRoot":"","sources":["../../../src/components/Meeting.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAkBpD,UAAU,YAAY;IACpB,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAuD1C,CAAC"}
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import type { MutableRefObject } from 'react';
3
+ import type { LayoutRectangle } from 'react-native';
4
+ import type { PeerVideoTileViewProps } from './PeerVideoTile/PeerVideoTileView';
5
+ export interface MiniViewProps extends Omit<PeerVideoTileViewProps, 'peerTrackNode'> {
6
+ boundingBoxRef: MutableRefObject<LayoutRectangle | null>;
7
+ }
8
+ export declare const MiniView: React.FC<Omit<MiniViewProps, 'insetMode'>>;
9
+ //# sourceMappingURL=MiniView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MiniView.d.ts","sourceRoot":"","sources":["../../../src/components/MiniView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAG9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAUpD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAahF,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,sBAAsB,EAAE,eAAe,CAAC;IACrD,cAAc,EAAE,gBAAgB,CAAC,eAAe,GAAG,IAAI,CAAC,CAAC;CAC1D;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,WAAW,CAAC,CAoI/D,CAAC"}
@@ -9,18 +9,11 @@ export declare const SaveScreenshot: ({ imageSource, cancelModal, }: {
9
9
  imageSource?: Required<Pick<ImageURISource, "uri">> | null | undefined;
10
10
  cancelModal: Function;
11
11
  }) => React.JSX.Element;
12
- export declare const ChangeNameModal: ({ cancelModal }: {
13
- cancelModal: Function;
14
- }) => React.JSX.Element;
15
12
  export declare const RtcStatsModal: () => React.JSX.Element;
16
13
  export declare const LeaveRoomModal: ({ onSuccess, cancelModal, }: {
17
14
  onSuccess: Function;
18
15
  cancelModal: Function;
19
16
  }) => React.JSX.Element;
20
- export declare const EndRoomModal: ({ onSuccess, cancelModal, }: {
21
- onSuccess: Function;
22
- cancelModal: Function;
23
- }) => React.JSX.Element;
24
17
  export declare const ChangeAudioOutputModal: ({ cancelModal, }: {
25
18
  cancelModal: Function;
26
19
  }) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../src/components/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,OAAO,EAGL,MAAM,EAIN,YAAY,EACZ,kBAAkB,EAOnB,MAAM,6BAA6B,CAAC;AAmBrC,OAAO,EACL,YAAY,EACZ,UAAU,EAEV,WAAW,EACZ,MAAM,gBAAgB,CAAC;AAMxB,eAAO,MAAM,eAAe;iBAAoC,QAAQ;uBAoGvE,CAAC;AAEF,eAAO,MAAM,cAAc;;iBAKZ,QAAQ;uBA4BtB,CAAC;AAEF,eAAO,MAAM,eAAe;iBAAoC,QAAQ;uBAoDvE,CAAC;AAQF,eAAO,MAAM,aAAa,yBAoNzB,CAAC;AAEF,eAAO,MAAM,cAAc;eAId,QAAQ;iBACN,QAAQ;uBAwCtB,CAAC;AAEF,eAAO,MAAM,YAAY;eAIZ,QAAQ;iBACN,QAAQ;uBA2CtB,CAAC;AAEF,eAAO,MAAM,sBAAsB;iBAGpB,QAAQ;uBAgEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;iBAGf,QAAQ;uBA8DtB,CAAC;AAEF,eAAO,MAAM,oBAAoB;eAKpB,YAAY;kBACT,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,YAAY,CAAC,CAAC;iBACnD,QAAQ;uBA8DtB,CAAC;AAEF,eAAO,MAAM,0BAA0B;wBAKjB,kBAAkB;iBACzB,QAAQ;2BACE,MAAM,QAAQ,CACnC,MAAM,cAAc,CAAC,kBAAkB,CAAC,CACzC;uBA2DF,CAAC;AAEF,eAAO,MAAM,kBAAkB;UAMvB,WAAW,EAAE;kBACL,WAAW,GAAG,SAAS;oBACrB,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;iBAChE,QAAQ;uBAoCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;UAMtB,YAAY,EAAE;kBACN,YAAY;oBACV,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,YAAY,CAAC,CAAC;iBACrD,QAAQ;uBAkCtB,CAAC;AAEF,eAAO,MAAM,4BAA4B;iBAG1B,QAAQ;uBAiKtB,CAAC;AAEF,eAAO,MAAM,qBAAqB;uBAIb;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;iBACY,QAAQ;uBAuCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;iBAGf,QAAQ;uBA6GtB,CAAC;AAEF,eAAO,MAAM,cAAc;+BAGE,UAAU,UAAU,GAAG,GAAG,IAAI;uBAsF1D,CAAC;AAEF,eAAO,MAAM,sBAAsB;;uBAMd;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;iBACY,QAAQ;uBA6BtB,CAAC;AAEF,eAAO,MAAM,WAAW;eAIX,QAAQ;iBACN,QAAQ;uBA2CtB,CAAC;AAEF,eAAO,MAAM,QAAQ;;uBA4DpB,CAAC;AAEF,UAAU,wBAAwB;IAChC,WAAW,IAAI,IAAI,CAAC;CACrB;AAOD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAgLlE,CAAC"}
1
+ {"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../src/components/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,OAAO,EAGL,MAAM,EAIN,YAAY,EACZ,kBAAkB,EAOnB,MAAM,6BAA6B,CAAC;AAcrC,OAAO,EACL,YAAY,EACZ,UAAU,EAEV,WAAW,EACZ,MAAM,gBAAgB,CAAC;AAMxB,eAAO,MAAM,eAAe;iBAAoC,QAAQ;uBAoGvE,CAAC;AAEF,eAAO,MAAM,cAAc;;iBAKZ,QAAQ;uBA4BtB,CAAC;AAQF,eAAO,MAAM,aAAa,yBAoNzB,CAAC;AAEF,eAAO,MAAM,cAAc;eAId,QAAQ;iBACN,QAAQ;uBAwCtB,CAAC;AAEF,eAAO,MAAM,sBAAsB;iBAGpB,QAAQ;uBAgEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;iBAGf,QAAQ;uBA8DtB,CAAC;AAEF,eAAO,MAAM,oBAAoB;eAKpB,YAAY;kBACT,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,YAAY,CAAC,CAAC;iBACnD,QAAQ;uBA8DtB,CAAC;AAEF,eAAO,MAAM,0BAA0B;wBAKjB,kBAAkB;iBACzB,QAAQ;2BACE,MAAM,QAAQ,CACnC,MAAM,cAAc,CAAC,kBAAkB,CAAC,CACzC;uBA2DF,CAAC;AAEF,eAAO,MAAM,kBAAkB;UAMvB,WAAW,EAAE;kBACL,WAAW,GAAG,SAAS;oBACrB,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;iBAChE,QAAQ;uBAoCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;UAMtB,YAAY,EAAE;kBACN,YAAY;oBACV,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,YAAY,CAAC,CAAC;iBACrD,QAAQ;uBAkCtB,CAAC;AAEF,eAAO,MAAM,4BAA4B;iBAG1B,QAAQ;uBAiKtB,CAAC;AAEF,eAAO,MAAM,qBAAqB;uBAIb;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;iBACY,QAAQ;uBAuCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB;iBAGf,QAAQ;uBA6GtB,CAAC;AAEF,eAAO,MAAM,cAAc;+BAGE,UAAU,UAAU,GAAG,GAAG,IAAI;uBAsF1D,CAAC;AAEF,eAAO,MAAM,sBAAsB;;uBAMd;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;iBACY,QAAQ;uBA6BtB,CAAC;AAEF,eAAO,MAAM,WAAW;eAIX,QAAQ;iBACN,QAAQ;uBA2CtB,CAAC;AAEF,eAAO,MAAM,QAAQ;;uBA4DpB,CAAC;AAEF,UAAU,wBAAwB;IAChC,WAAW,IAAI,IAAI,CAAC;CACrB;AAOD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAgLlE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface PaginationDotsProps {
3
+ list: any[];
4
+ }
5
+ export declare const PaginationDots: React.NamedExoticComponent<PaginationDotsProps>;
6
+ //# sourceMappingURL=PaginationDots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaginationDots.d.ts","sourceRoot":"","sources":["../../../src/components/PaginationDots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,GAAG,EAAE,CAAC;CACb;AAuDD,eAAO,MAAM,cAAc,iDAA8B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export declare const ParticipantsCount: React.MemoExoticComponent<() => React.JSX.Element | null>;
3
+ //# sourceMappingURL=ParticipantsCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParticipantsCount.d.ts","sourceRoot":"","sources":["../../../src/components/ParticipantsCount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmD/B,eAAO,MAAM,iBAAiB,2DAAiC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import type { PeerTrackNode } from '../utils/types';
3
+ export declare const usePeerMinimizedViewDimensions: () => {
4
+ width: number;
5
+ height: number;
6
+ };
7
+ export interface PeerMinimizedViewProps {
8
+ peerTrackNode: PeerTrackNode;
9
+ onMaximizePress(): void;
10
+ }
11
+ export declare const PeerMinimizedView: React.NamedExoticComponent<PeerMinimizedViewProps>;
12
+ //# sourceMappingURL=PeerMinimizedView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerMinimizedView.d.ts","sourceRoot":"","sources":["../../../src/components/PeerMinimizedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAIpD,eAAO,MAAM,8BAA8B;;;CAe1C,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,IAAI,IAAI,CAAC;CACzB;AAoGD,eAAO,MAAM,iBAAiB,oDAAiC,CAAC"}
@@ -3,6 +3,7 @@ import { HMSTrack } from '@100mslive/react-native-hms';
3
3
  import type { PeerTrackNode } from '../utils/types';
4
4
  interface PeerSettingsModalContentProps {
5
5
  peerTrackNode: PeerTrackNode;
6
+ peerTrackNodesListEmpty: boolean;
6
7
  cancelModal(): void;
7
8
  onCaptureScreenShotPress(node: PeerTrackNode): void;
8
9
  onCaptureImageAtMaxSupportedResolutionPress(node: PeerTrackNode): void;
@@ -1 +1 @@
1
- {"version":3,"file":"PeerSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/PeerSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAkB,MAAM,6BAA6B,CAAC;AAOvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAKpD,UAAU,6BAA6B;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,IAAI,IAAI,CAAC;IACpB,wBAAwB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACpD,2CAA2C,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACvE,uBAAuB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAyP9B,CAAC"}
1
+ {"version":3,"file":"PeerSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/PeerSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,QAAQ,EAAkB,MAAM,6BAA6B,CAAC;AAOvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAQpD,UAAU,6BAA6B;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,IAAI,IAAI,CAAC;IACpB,wBAAwB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACpD,2CAA2C,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACvE,uBAAuB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CA4R9B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import type { VideoView } from './VideoView';
3
+ export interface AvatarViewProps {
4
+ name: string;
5
+ videoView: React.ReactElement<typeof VideoView> | null;
6
+ }
7
+ export declare const _AvatarView: React.FC<AvatarViewProps>;
8
+ export declare const AvatarView: React.NamedExoticComponent<AvatarViewProps>;
9
+ //# sourceMappingURL=AvatarView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarView.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/AvatarView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC,OAAO,SAAS,CAAC,GAAG,IAAI,CAAC;CACxD;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAiCjD,CAAC;AA+BF,eAAO,MAAM,UAAU,6CAA0B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface PeerAudioMutedIndicatorProps {
3
+ isMuted: boolean | undefined;
4
+ }
5
+ export declare const PeerAudioMutedIndicator: React.FC<PeerAudioMutedIndicatorProps>;
6
+ //# sourceMappingURL=PeerAudioMutedIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerAudioMutedIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerAudioMutedIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAC5C,4BAA4B,CAe7B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface PeerMetadataProps {
3
+ metadata: string | undefined;
4
+ }
5
+ export declare const PeerMetadata: React.FC<PeerMetadataProps>;
6
+ //# sourceMappingURL=PeerMetadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerMetadata.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerMetadata.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAwBpD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { HMSTrackSource } from '@100mslive/react-native-hms';
3
+ export interface PeerNameAndNetworkProps {
4
+ name: string;
5
+ isLocal: boolean | undefined;
6
+ trackSource: HMSTrackSource | undefined;
7
+ networkQuality: number | undefined;
8
+ }
9
+ export declare const PeerNameAndNetwork: React.FC<PeerNameAndNetworkProps>;
10
+ //# sourceMappingURL=PeerNameAndNetwork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerNameAndNetwork.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerNameAndNetwork.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAM7D,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,cAAc,GAAG,SAAS,CAAC;IACxC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAsChE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import type { PeerTrackNode } from '../../utils/types';
3
+ export interface PeerVideoTileViewProps {
4
+ peerTrackNode: PeerTrackNode;
5
+ onMoreOptionsPress(node: PeerTrackNode): void;
6
+ insetMode?: boolean;
7
+ }
8
+ export declare const _PeerVideoTileView: React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>;
9
+ export declare const PeerVideoTileView: React.MemoExoticComponent<React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>>;
10
+ //# sourceMappingURL=PeerVideoTileView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerVideoTileView.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerVideoTileView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAKvD,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,kBAAkB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,kBAAkB,oFA8H7B,CAAC;AAyBH,eAAO,MAAM,iBAAiB,+GAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import type { StyleProp, ViewStyle } from 'react-native';
3
+ import type { HMSVideoViewMode, HMSPeer } from '@100mslive/react-native-hms';
4
+ export interface VideoViewProps {
5
+ trackId: string;
6
+ peer: HMSPeer;
7
+ overlay?: boolean;
8
+ isDegraded?: boolean;
9
+ scaleType?: HMSVideoViewMode;
10
+ containerStyle?: StyleProp<ViewStyle>;
11
+ }
12
+ export declare const VideoView: React.MemoExoticComponent<React.ForwardRefExoticComponent<VideoViewProps & React.RefAttributes<any>>>;
13
+ //# sourceMappingURL=VideoView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VideoView.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/VideoView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAEhB,OAAO,EACR,MAAM,6BAA6B,CAAC;AAMrC,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACvC;AAmFD,eAAO,MAAM,SAAS,uGAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/index.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"PressableIcon.d.ts","sourceRoot":"","sources":["../../../src/components/PressableIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,UAAU,kBAAmB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC;IAC1E,QAAQ,EAAE,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,CAAC;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAwBtD,CAAC"}
1
+ {"version":3,"file":"PressableIcon.d.ts","sourceRoot":"","sources":["../../../src/components/PressableIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,UAAU,kBAAmB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC;IAC1E,QAAQ,EAAE,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,CAAC;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoCtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4C1B,eAAO,MAAM,OAAO;YAIV,IAAI;wBACQ,OAAO;uBA+E5B,CAAC"}
1
+ {"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4C1B,eAAO,MAAM,OAAO;YAIV,IAAI;wBACQ,OAAO;uBA+F5B,CAAC"}
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { HMSAudioMixingMode } from '@100mslive/react-native-hms';
1
+ import * as React from 'react';
2
+ import type { HMSAudioMixingMode } from '@100mslive/react-native-hms';
3
3
  import { ModalTypes } from '../utils/types';
4
4
  interface RoomSettingsModalContentProps {
5
5
  newAudioMixingMode: HMSAudioMixingMode;
@@ -1 +1 @@
1
- {"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,EACL,kBAAkB,EAEnB,MAAM,6BAA6B,CAAC;AAiBrC,OAAO,EAAE,UAAU,EAAY,MAAM,gBAAgB,CAAC;AAKtD,UAAU,6BAA6B;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAgd9B,CAAC"}
1
+ {"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAItE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAiB5C,UAAU,6BAA6B;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAmN9B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { HMSAudioMixingMode } from '@100mslive/react-native-hms';
3
+ import { ModalTypes } from '../utils/types';
4
+ interface RoomSettingsModalDebugModeContentProps {
5
+ newAudioMixingMode: HMSAudioMixingMode;
6
+ isAudioShared: boolean;
7
+ audioDeviceListenerAdded: boolean;
8
+ muteAllTracksAudio: boolean;
9
+ closeRoomSettingsModal(): void;
10
+ setModalVisible(modalType: ModalTypes, delay?: boolean): void;
11
+ setIsAudioShared(state: boolean): void;
12
+ setAudioDeviceListenerAdded(state: boolean): void;
13
+ setMuteAllTracksAudio(state: boolean): void;
14
+ }
15
+ export declare const RoomSettingsModalDebugModeContent: React.FC<RoomSettingsModalDebugModeContentProps>;
16
+ export {};
17
+ //# sourceMappingURL=RoomSettingsModalDebugModeContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoomSettingsModalDebugModeContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalDebugModeContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EACL,kBAAkB,EAEnB,MAAM,6BAA6B,CAAC;AAiBrC,OAAO,EAAE,UAAU,EAAY,MAAM,gBAAgB,CAAC;AAEtD,UAAU,sCAAsC;IAC9C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CACtD,sCAAsC,CAqWvC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface StopRecordingModalContentProps {
3
+ dismissModal(): void;
4
+ }
5
+ export declare const StopRecordingModalContent: React.FC<StopRecordingModalContentProps>;
6
+ //# sourceMappingURL=StopRecordingModalContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopRecordingModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/StopRecordingModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,MAAM,WAAW,8BAA8B;IAC7C,YAAY,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAC9C,8BAA8B,CA0D/B,CAAC"}