@100mslive/react-native-room-kit 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1111) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +25 -0
  3. package/lib/commonjs/HMSContainer.js +20 -0
  4. package/lib/commonjs/HMSContainer.js.map +1 -0
  5. package/lib/commonjs/HMSInstanceSetup.js +160 -0
  6. package/lib/commonjs/HMSInstanceSetup.js.map +1 -0
  7. package/lib/commonjs/HMSPrebuilt.js +32 -0
  8. package/lib/commonjs/HMSPrebuilt.js.map +1 -0
  9. package/lib/commonjs/HMSRoomSetup.js +216 -0
  10. package/lib/commonjs/HMSRoomSetup.js.map +1 -0
  11. package/lib/commonjs/Icons/100ms/assets/hms-logo.png +0 -0
  12. package/lib/commonjs/Icons/100ms/assets/hms-logo@2x.png +0 -0
  13. package/lib/commonjs/Icons/100ms/assets/hms-logo@3x.png +0 -0
  14. package/lib/commonjs/Icons/100ms/index.js +30 -0
  15. package/lib/commonjs/Icons/100ms/index.js.map +1 -0
  16. package/lib/commonjs/Icons/Alert/assets/alert.png +0 -0
  17. package/lib/commonjs/Icons/Alert/assets/alert@2x.png +0 -0
  18. package/lib/commonjs/Icons/Alert/assets/alert@3x.png +0 -0
  19. package/lib/commonjs/Icons/Alert/index.js +30 -0
  20. package/lib/commonjs/Icons/Alert/index.js.map +1 -0
  21. package/lib/commonjs/Icons/Camera/assets/camera-muted.png +0 -0
  22. package/lib/commonjs/Icons/Camera/assets/camera-muted@2x.png +0 -0
  23. package/lib/commonjs/Icons/Camera/assets/camera-muted@3x.png +0 -0
  24. package/lib/commonjs/Icons/Camera/assets/camera-unmuted.png +0 -0
  25. package/lib/commonjs/Icons/Camera/assets/camera-unmuted@2x.png +0 -0
  26. package/lib/commonjs/Icons/Camera/assets/camera-unmuted@3x.png +0 -0
  27. package/lib/commonjs/Icons/Camera/index.js +31 -0
  28. package/lib/commonjs/Icons/Camera/index.js.map +1 -0
  29. package/lib/commonjs/Icons/Chat/assets/chat.png +0 -0
  30. package/lib/commonjs/Icons/Chat/assets/chat@2x.png +0 -0
  31. package/lib/commonjs/Icons/Chat/assets/chat@3x.png +0 -0
  32. package/lib/commonjs/Icons/Chat/index.js +30 -0
  33. package/lib/commonjs/Icons/Chat/index.js.map +1 -0
  34. package/lib/commonjs/Icons/Chevron/assets/chevron-down.png +0 -0
  35. package/lib/commonjs/Icons/Chevron/assets/chevron-down@2x.png +0 -0
  36. package/lib/commonjs/Icons/Chevron/assets/chevron-down@3x.png +0 -0
  37. package/lib/commonjs/Icons/Chevron/assets/chevron-left.png +0 -0
  38. package/lib/commonjs/Icons/Chevron/assets/chevron-left@2x.png +0 -0
  39. package/lib/commonjs/Icons/Chevron/assets/chevron-left@3x.png +0 -0
  40. package/lib/commonjs/Icons/Chevron/index.js +31 -0
  41. package/lib/commonjs/Icons/Chevron/index.js.map +1 -0
  42. package/lib/commonjs/Icons/Clock/assets/clock.png +0 -0
  43. package/lib/commonjs/Icons/Clock/assets/clock@2x.png +0 -0
  44. package/lib/commonjs/Icons/Clock/assets/clock@3x.png +0 -0
  45. package/lib/commonjs/Icons/Clock/index.js +30 -0
  46. package/lib/commonjs/Icons/Clock/index.js.map +1 -0
  47. package/lib/commonjs/Icons/Close/assets/close.png +0 -0
  48. package/lib/commonjs/Icons/Close/assets/close@2x.png +0 -0
  49. package/lib/commonjs/Icons/Close/assets/close@3x.png +0 -0
  50. package/lib/commonjs/Icons/Close/index.js +30 -0
  51. package/lib/commonjs/Icons/Close/index.js.map +1 -0
  52. package/lib/commonjs/Icons/End/assets/end.png +0 -0
  53. package/lib/commonjs/Icons/End/assets/end@2x.png +0 -0
  54. package/lib/commonjs/Icons/End/assets/end@3x.png +0 -0
  55. package/lib/commonjs/Icons/End/index.js +30 -0
  56. package/lib/commonjs/Icons/End/index.js.map +1 -0
  57. package/lib/commonjs/Icons/Hand/assets/hand.png +0 -0
  58. package/lib/commonjs/Icons/Hand/assets/hand@2x.png +0 -0
  59. package/lib/commonjs/Icons/Hand/assets/hand@3x.png +0 -0
  60. package/lib/commonjs/Icons/Hand/index.js +32 -0
  61. package/lib/commonjs/Icons/Hand/index.js.map +1 -0
  62. package/lib/commonjs/Icons/Leave/assets/leave.png +0 -0
  63. package/lib/commonjs/Icons/Leave/assets/leave@2x.png +0 -0
  64. package/lib/commonjs/Icons/Leave/assets/leave@3x.png +0 -0
  65. package/lib/commonjs/Icons/Leave/index.js +30 -0
  66. package/lib/commonjs/Icons/Leave/index.js.map +1 -0
  67. package/lib/commonjs/Icons/Mic/assets/mic-muted.png +0 -0
  68. package/lib/commonjs/Icons/Mic/assets/mic-muted@2x.png +0 -0
  69. package/lib/commonjs/Icons/Mic/assets/mic-muted@3x.png +0 -0
  70. package/lib/commonjs/Icons/Mic/assets/mic-unmuted.png +0 -0
  71. package/lib/commonjs/Icons/Mic/assets/mic-unmuted@2x.png +0 -0
  72. package/lib/commonjs/Icons/Mic/assets/mic-unmuted@3x.png +0 -0
  73. package/lib/commonjs/Icons/Mic/index.js +31 -0
  74. package/lib/commonjs/Icons/Mic/index.js.map +1 -0
  75. package/lib/commonjs/Icons/NetworkQuality/assets/network_0.png +0 -0
  76. package/lib/commonjs/Icons/NetworkQuality/assets/network_0@2x.png +0 -0
  77. package/lib/commonjs/Icons/NetworkQuality/assets/network_0@3x.png +0 -0
  78. package/lib/commonjs/Icons/NetworkQuality/assets/network_1.png +0 -0
  79. package/lib/commonjs/Icons/NetworkQuality/assets/network_1@2x.png +0 -0
  80. package/lib/commonjs/Icons/NetworkQuality/assets/network_1@3x.png +0 -0
  81. package/lib/commonjs/Icons/NetworkQuality/assets/network_2.png +0 -0
  82. package/lib/commonjs/Icons/NetworkQuality/assets/network_2@2x.png +0 -0
  83. package/lib/commonjs/Icons/NetworkQuality/assets/network_2@3x.png +0 -0
  84. package/lib/commonjs/Icons/NetworkQuality/assets/network_3.png +0 -0
  85. package/lib/commonjs/Icons/NetworkQuality/assets/network_3@2x.png +0 -0
  86. package/lib/commonjs/Icons/NetworkQuality/assets/network_3@3x.png +0 -0
  87. package/lib/commonjs/Icons/NetworkQuality/assets/network_4.png +0 -0
  88. package/lib/commonjs/Icons/NetworkQuality/assets/network_4@2x.png +0 -0
  89. package/lib/commonjs/Icons/NetworkQuality/assets/network_4@3x.png +0 -0
  90. package/lib/commonjs/Icons/NetworkQuality/assets/network_5.png +0 -0
  91. package/lib/commonjs/Icons/NetworkQuality/assets/network_5@2x.png +0 -0
  92. package/lib/commonjs/Icons/NetworkQuality/assets/network_5@3x.png +0 -0
  93. package/lib/commonjs/Icons/NetworkQuality/index.js +31 -0
  94. package/lib/commonjs/Icons/NetworkQuality/index.js.map +1 -0
  95. package/lib/commonjs/Icons/Participants/assets/participants.png +0 -0
  96. package/lib/commonjs/Icons/Participants/assets/participants@2x.png +0 -0
  97. package/lib/commonjs/Icons/Participants/assets/participants@3x.png +0 -0
  98. package/lib/commonjs/Icons/Participants/index.js +30 -0
  99. package/lib/commonjs/Icons/Participants/index.js.map +1 -0
  100. package/lib/commonjs/Icons/RotateCamera/assets/rotate-camera.png +0 -0
  101. package/lib/commonjs/Icons/RotateCamera/assets/rotate-camera@2x.png +0 -0
  102. package/lib/commonjs/Icons/RotateCamera/assets/rotate-camera@3x.png +0 -0
  103. package/lib/commonjs/Icons/RotateCamera/index.js +30 -0
  104. package/lib/commonjs/Icons/RotateCamera/index.js.map +1 -0
  105. package/lib/commonjs/Icons/ScreenShare/assets/screen-share.png +0 -0
  106. package/lib/commonjs/Icons/ScreenShare/assets/screen-share@2x.png +0 -0
  107. package/lib/commonjs/Icons/ScreenShare/assets/screen-share@3x.png +0 -0
  108. package/lib/commonjs/Icons/ScreenShare/index.js +30 -0
  109. package/lib/commonjs/Icons/ScreenShare/index.js.map +1 -0
  110. package/lib/commonjs/Icons/Send/assets/send.png +0 -0
  111. package/lib/commonjs/Icons/Send/assets/send@2x.png +0 -0
  112. package/lib/commonjs/Icons/Send/assets/send@3x.png +0 -0
  113. package/lib/commonjs/Icons/Send/index.js +30 -0
  114. package/lib/commonjs/Icons/Send/index.js.map +1 -0
  115. package/lib/commonjs/Icons/Settings/assets/settings.png +0 -0
  116. package/lib/commonjs/Icons/Settings/assets/settings@2x.png +0 -0
  117. package/lib/commonjs/Icons/Settings/assets/settings@3x.png +0 -0
  118. package/lib/commonjs/Icons/Settings/index.js +30 -0
  119. package/lib/commonjs/Icons/Settings/index.js.map +1 -0
  120. package/lib/commonjs/Icons/Speaker/assets/speaker-muted.png +0 -0
  121. package/lib/commonjs/Icons/Speaker/assets/speaker-muted@2x.png +0 -0
  122. package/lib/commonjs/Icons/Speaker/assets/speaker-muted@3x.png +0 -0
  123. package/lib/commonjs/Icons/Speaker/assets/speaker.png +0 -0
  124. package/lib/commonjs/Icons/Speaker/assets/speaker@2x.png +0 -0
  125. package/lib/commonjs/Icons/Speaker/assets/speaker@3x.png +0 -0
  126. package/lib/commonjs/Icons/Speaker/index.js +31 -0
  127. package/lib/commonjs/Icons/Speaker/index.js.map +1 -0
  128. package/lib/commonjs/Icons/ThreeDots/assets/three-dots-vertical.png +0 -0
  129. package/lib/commonjs/Icons/ThreeDots/assets/three-dots-vertical@2x.png +0 -0
  130. package/lib/commonjs/Icons/ThreeDots/assets/three-dots-vertical@3x.png +0 -0
  131. package/lib/commonjs/Icons/ThreeDots/index.js +31 -0
  132. package/lib/commonjs/Icons/ThreeDots/index.js.map +1 -0
  133. package/lib/commonjs/Icons/index.js +215 -0
  134. package/lib/commonjs/Icons/index.js.map +1 -0
  135. package/lib/commonjs/assets/100ms-logo.png +0 -0
  136. package/lib/commonjs/assets/brb.png +0 -0
  137. package/lib/commonjs/assets/icon.png +0 -0
  138. package/lib/commonjs/assets/illustration.png +0 -0
  139. package/lib/commonjs/assets/network_0.png +0 -0
  140. package/lib/commonjs/assets/network_1.png +0 -0
  141. package/lib/commonjs/assets/network_2.png +0 -0
  142. package/lib/commonjs/assets/network_3.png +0 -0
  143. package/lib/commonjs/assets/network_4.png +0 -0
  144. package/lib/commonjs/assets/user_music.png +0 -0
  145. package/lib/commonjs/components/AvatarView.js +48 -0
  146. package/lib/commonjs/components/AvatarView.js.map +1 -0
  147. package/lib/commonjs/components/BackButton.js +42 -0
  148. package/lib/commonjs/components/BackButton.js.map +1 -0
  149. package/lib/commonjs/components/Chat/ChatBanner.js +77 -0
  150. package/lib/commonjs/components/Chat/ChatBanner.js.map +1 -0
  151. package/lib/commonjs/components/Chat/ChatList.js +51 -0
  152. package/lib/commonjs/components/Chat/ChatList.js.map +1 -0
  153. package/lib/commonjs/components/Chat/ChatMessage.js +175 -0
  154. package/lib/commonjs/components/Chat/ChatMessage.js.map +1 -0
  155. package/lib/commonjs/components/Chat/PinnedMessage.js +85 -0
  156. package/lib/commonjs/components/Chat/PinnedMessage.js.map +1 -0
  157. package/lib/commonjs/components/Chat/index.js +50 -0
  158. package/lib/commonjs/components/Chat/index.js.map +1 -0
  159. package/lib/commonjs/components/ChatWindow.js +608 -0
  160. package/lib/commonjs/components/ChatWindow.js.map +1 -0
  161. package/lib/commonjs/components/CustomButton.js +53 -0
  162. package/lib/commonjs/components/CustomButton.js.map +1 -0
  163. package/lib/commonjs/components/CustomHLSPlayerControls.js +81 -0
  164. package/lib/commonjs/components/CustomHLSPlayerControls.js.map +1 -0
  165. package/lib/commonjs/components/CustomInput.js +90 -0
  166. package/lib/commonjs/components/CustomInput.js.map +1 -0
  167. package/lib/commonjs/components/DefaultModal.js +104 -0
  168. package/lib/commonjs/components/DefaultModal.js.map +1 -0
  169. package/lib/commonjs/components/DisplayTrack.js +70 -0
  170. package/lib/commonjs/components/DisplayTrack.js.map +1 -0
  171. package/lib/commonjs/components/DisplayView.js +213 -0
  172. package/lib/commonjs/components/DisplayView.js.map +1 -0
  173. package/lib/commonjs/components/Footer.js +86 -0
  174. package/lib/commonjs/components/Footer.js.map +1 -0
  175. package/lib/commonjs/components/FullScreenIndicator.js +25 -0
  176. package/lib/commonjs/components/FullScreenIndicator.js.map +1 -0
  177. package/lib/commonjs/components/GridView.js +98 -0
  178. package/lib/commonjs/components/GridView.js.map +1 -0
  179. package/lib/commonjs/components/HLSPlayerEmoticons.js +48 -0
  180. package/lib/commonjs/components/HLSPlayerEmoticons.js.map +1 -0
  181. package/lib/commonjs/components/HLSPlayerStatsView.js +64 -0
  182. package/lib/commonjs/components/HLSPlayerStatsView.js.map +1 -0
  183. package/lib/commonjs/components/HLSView.js +141 -0
  184. package/lib/commonjs/components/HLSView.js.map +1 -0
  185. package/lib/commonjs/components/HMSChat.js +31 -0
  186. package/lib/commonjs/components/HMSChat.js.map +1 -0
  187. package/lib/commonjs/components/HMSHLSNotStarted.js +59 -0
  188. package/lib/commonjs/components/HMSHLSNotStarted.js.map +1 -0
  189. package/lib/commonjs/components/HMSManageCameraRotation.js +42 -0
  190. package/lib/commonjs/components/HMSManageCameraRotation.js.map +1 -0
  191. package/lib/commonjs/components/HMSManageLeave.js +286 -0
  192. package/lib/commonjs/components/HMSManageLeave.js.map +1 -0
  193. package/lib/commonjs/components/HMSManageLocalAudio.js +46 -0
  194. package/lib/commonjs/components/HMSManageLocalAudio.js.map +1 -0
  195. package/lib/commonjs/components/HMSManageLocalVideo.js +46 -0
  196. package/lib/commonjs/components/HMSManageLocalVideo.js.map +1 -0
  197. package/lib/commonjs/components/HMSManageRaiseHand.js +48 -0
  198. package/lib/commonjs/components/HMSManageRaiseHand.js.map +1 -0
  199. package/lib/commonjs/components/HMSPreviewDeviceSettings.js +305 -0
  200. package/lib/commonjs/components/HMSPreviewDeviceSettings.js.map +1 -0
  201. package/lib/commonjs/components/HMSPreviewEditName.js +63 -0
  202. package/lib/commonjs/components/HMSPreviewEditName.js.map +1 -0
  203. package/lib/commonjs/components/HMSPreviewJoinButton.js +56 -0
  204. package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -0
  205. package/lib/commonjs/components/HMSPreviewPeersList.js +89 -0
  206. package/lib/commonjs/components/HMSPreviewPeersList.js.map +1 -0
  207. package/lib/commonjs/components/HMSPreviewSubtitle.js +32 -0
  208. package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -0
  209. package/lib/commonjs/components/HMSPreviewTile.js +138 -0
  210. package/lib/commonjs/components/HMSPreviewTile.js.map +1 -0
  211. package/lib/commonjs/components/HMSPreviewTitle.js +32 -0
  212. package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -0
  213. package/lib/commonjs/components/HMSRoomOptions.js +105 -0
  214. package/lib/commonjs/components/HMSRoomOptions.js.map +1 -0
  215. package/lib/commonjs/components/HMSShareScreen.js +59 -0
  216. package/lib/commonjs/components/HMSShareScreen.js.map +1 -0
  217. package/lib/commonjs/components/HMSShowNetworkQuality.js +57 -0
  218. package/lib/commonjs/components/HMSShowNetworkQuality.js.map +1 -0
  219. package/lib/commonjs/components/Header.js +177 -0
  220. package/lib/commonjs/components/Header.js.map +1 -0
  221. package/lib/commonjs/components/LiveButton.js +70 -0
  222. package/lib/commonjs/components/LiveButton.js.map +1 -0
  223. package/lib/commonjs/components/Meeting.js +64 -0
  224. package/lib/commonjs/components/Meeting.js.map +1 -0
  225. package/lib/commonjs/components/MeetingScreenContent.js +98 -0
  226. package/lib/commonjs/components/MeetingScreenContent.js.map +1 -0
  227. package/lib/commonjs/components/MenuModal/Menu.js +250 -0
  228. package/lib/commonjs/components/MenuModal/Menu.js.map +1 -0
  229. package/lib/commonjs/components/MenuModal/MenuDivider.js +27 -0
  230. package/lib/commonjs/components/MenuModal/MenuDivider.js.map +1 -0
  231. package/lib/commonjs/components/MenuModal/MenuItem.js +60 -0
  232. package/lib/commonjs/components/MenuModal/MenuItem.js.map +1 -0
  233. package/lib/commonjs/components/MenuModal/index.js +27 -0
  234. package/lib/commonjs/components/MenuModal/index.js.map +1 -0
  235. package/lib/commonjs/components/Modals.js +1640 -0
  236. package/lib/commonjs/components/Modals.js.map +1 -0
  237. package/lib/commonjs/components/PIPView.js +33 -0
  238. package/lib/commonjs/components/PIPView.js.map +1 -0
  239. package/lib/commonjs/components/Participants/ParticipantsFilter.js +128 -0
  240. package/lib/commonjs/components/Participants/ParticipantsFilter.js.map +1 -0
  241. package/lib/commonjs/components/Participants/ParticipantsHeader.js +67 -0
  242. package/lib/commonjs/components/Participants/ParticipantsHeader.js.map +1 -0
  243. package/lib/commonjs/components/Participants/ParticipantsList.js +274 -0
  244. package/lib/commonjs/components/Participants/ParticipantsList.js.map +1 -0
  245. package/lib/commonjs/components/Participants/ParticipantsSeachInput.js +55 -0
  246. package/lib/commonjs/components/Participants/ParticipantsSeachInput.js.map +1 -0
  247. package/lib/commonjs/components/Participants/SearchableParticipantsView.js +27 -0
  248. package/lib/commonjs/components/Participants/SearchableParticipantsView.js.map +1 -0
  249. package/lib/commonjs/components/Participants/index.js +61 -0
  250. package/lib/commonjs/components/Participants/index.js.map +1 -0
  251. package/lib/commonjs/components/ParticipantsModal.js +43 -0
  252. package/lib/commonjs/components/ParticipantsModal.js.map +1 -0
  253. package/lib/commonjs/components/PeerDisplayView.js +79 -0
  254. package/lib/commonjs/components/PeerDisplayView.js.map +1 -0
  255. package/lib/commonjs/components/PeerRTCStatsContainer.js +70 -0
  256. package/lib/commonjs/components/PeerRTCStatsContainer.js.map +1 -0
  257. package/lib/commonjs/components/PeerRTCStatsView.js +54 -0
  258. package/lib/commonjs/components/PeerRTCStatsView.js.map +1 -0
  259. package/lib/commonjs/components/PeerSettingsModalContent.js +241 -0
  260. package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -0
  261. package/lib/commonjs/components/Picker.js +93 -0
  262. package/lib/commonjs/components/Picker.js.map +1 -0
  263. package/lib/commonjs/components/PressableIcon.js +46 -0
  264. package/lib/commonjs/components/PressableIcon.js.map +1 -0
  265. package/lib/commonjs/components/Preview.js +86 -0
  266. package/lib/commonjs/components/Preview.js.map +1 -0
  267. package/lib/commonjs/components/RoomSettingsModalContent.js +515 -0
  268. package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -0
  269. package/lib/commonjs/components/StatusBar.js +26 -0
  270. package/lib/commonjs/components/StatusBar.js.map +1 -0
  271. package/lib/commonjs/components/StreamingQualityModalContent.js +215 -0
  272. package/lib/commonjs/components/StreamingQualityModalContent.js.map +1 -0
  273. package/lib/commonjs/components/SwitchRow.js +49 -0
  274. package/lib/commonjs/components/SwitchRow.js.map +1 -0
  275. package/lib/commonjs/components/Tile.js +111 -0
  276. package/lib/commonjs/components/Tile.js.map +1 -0
  277. package/lib/commonjs/components/TilesContainer.js +38 -0
  278. package/lib/commonjs/components/TilesContainer.js.map +1 -0
  279. package/lib/commonjs/components/ZoomableView.js +84 -0
  280. package/lib/commonjs/components/ZoomableView.js.map +1 -0
  281. package/lib/commonjs/components/index.js +94 -0
  282. package/lib/commonjs/components/index.js.map +1 -0
  283. package/lib/commonjs/components/styles.js +965 -0
  284. package/lib/commonjs/components/styles.js.map +1 -0
  285. package/lib/commonjs/hooks/useHmsInstance.js +175 -0
  286. package/lib/commonjs/hooks/useHmsInstance.js.map +1 -0
  287. package/lib/commonjs/hooks-sdk-selectors.js +17 -0
  288. package/lib/commonjs/hooks-sdk-selectors.js.map +1 -0
  289. package/lib/commonjs/hooks-sdk.js +126 -0
  290. package/lib/commonjs/hooks-sdk.js.map +1 -0
  291. package/lib/commonjs/hooks-util-selectors.js +12 -0
  292. package/lib/commonjs/hooks-util-selectors.js.map +1 -0
  293. package/lib/commonjs/hooks-util.js +792 -0
  294. package/lib/commonjs/hooks-util.js.map +1 -0
  295. package/lib/commonjs/index.js +17 -0
  296. package/lib/commonjs/index.js.map +1 -0
  297. package/lib/commonjs/peerTrackNodeUtils.js +65 -0
  298. package/lib/commonjs/peerTrackNodeUtils.js.map +1 -0
  299. package/lib/commonjs/redux/actionTypes.js +75 -0
  300. package/lib/commonjs/redux/actionTypes.js.map +1 -0
  301. package/lib/commonjs/redux/actions/index.js +182 -0
  302. package/lib/commonjs/redux/actions/index.js.map +1 -0
  303. package/lib/commonjs/redux/index.js +12 -0
  304. package/lib/commonjs/redux/index.js.map +1 -0
  305. package/lib/commonjs/redux/reducers/appState.js +131 -0
  306. package/lib/commonjs/redux/reducers/appState.js.map +1 -0
  307. package/lib/commonjs/redux/reducers/chatWindow.js +45 -0
  308. package/lib/commonjs/redux/reducers/chatWindow.js.map +1 -0
  309. package/lib/commonjs/redux/reducers/hmsStates.js +67 -0
  310. package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -0
  311. package/lib/commonjs/redux/reducers/index.js +22 -0
  312. package/lib/commonjs/redux/reducers/index.js.map +1 -0
  313. package/lib/commonjs/redux/reducers/message.js +43 -0
  314. package/lib/commonjs/redux/reducers/message.js.map +1 -0
  315. package/lib/commonjs/redux/reducers/userState.js +67 -0
  316. package/lib/commonjs/redux/reducers/userState.js.map +1 -0
  317. package/lib/commonjs/types.js +16 -0
  318. package/lib/commonjs/types.js.map +1 -0
  319. package/lib/commonjs/utils/dimension.js +64 -0
  320. package/lib/commonjs/utils/dimension.js.map +1 -0
  321. package/lib/commonjs/utils/functions.js +368 -0
  322. package/lib/commonjs/utils/functions.js.map +1 -0
  323. package/lib/commonjs/utils/getRoomLinkDetails.js +23 -0
  324. package/lib/commonjs/utils/getRoomLinkDetails.js.map +1 -0
  325. package/lib/commonjs/utils/hooks.js +46 -0
  326. package/lib/commonjs/utils/hooks.js.map +1 -0
  327. package/lib/commonjs/utils/theme.js +144 -0
  328. package/lib/commonjs/utils/theme.js.map +1 -0
  329. package/lib/commonjs/utils/types.js +104 -0
  330. package/lib/commonjs/utils/types.js.map +1 -0
  331. package/lib/commonjs/utils.js +30 -0
  332. package/lib/commonjs/utils.js.map +1 -0
  333. package/lib/module/HMSContainer.js +12 -0
  334. package/lib/module/HMSContainer.js.map +1 -0
  335. package/lib/module/HMSInstanceSetup.js +151 -0
  336. package/lib/module/HMSInstanceSetup.js.map +1 -0
  337. package/lib/module/HMSPrebuilt.js +22 -0
  338. package/lib/module/HMSPrebuilt.js.map +1 -0
  339. package/lib/module/HMSRoomSetup.js +206 -0
  340. package/lib/module/HMSRoomSetup.js.map +1 -0
  341. package/lib/module/Icons/100ms/assets/hms-logo.png +0 -0
  342. package/lib/module/Icons/100ms/assets/hms-logo@2x.png +0 -0
  343. package/lib/module/Icons/100ms/assets/hms-logo@3x.png +0 -0
  344. package/lib/module/Icons/100ms/index.js +22 -0
  345. package/lib/module/Icons/100ms/index.js.map +1 -0
  346. package/lib/module/Icons/Alert/assets/alert.png +0 -0
  347. package/lib/module/Icons/Alert/assets/alert@2x.png +0 -0
  348. package/lib/module/Icons/Alert/assets/alert@3x.png +0 -0
  349. package/lib/module/Icons/Alert/index.js +22 -0
  350. package/lib/module/Icons/Alert/index.js.map +1 -0
  351. package/lib/module/Icons/Camera/assets/camera-muted.png +0 -0
  352. package/lib/module/Icons/Camera/assets/camera-muted@2x.png +0 -0
  353. package/lib/module/Icons/Camera/assets/camera-muted@3x.png +0 -0
  354. package/lib/module/Icons/Camera/assets/camera-unmuted.png +0 -0
  355. package/lib/module/Icons/Camera/assets/camera-unmuted@2x.png +0 -0
  356. package/lib/module/Icons/Camera/assets/camera-unmuted@3x.png +0 -0
  357. package/lib/module/Icons/Camera/index.js +23 -0
  358. package/lib/module/Icons/Camera/index.js.map +1 -0
  359. package/lib/module/Icons/Chat/assets/chat.png +0 -0
  360. package/lib/module/Icons/Chat/assets/chat@2x.png +0 -0
  361. package/lib/module/Icons/Chat/assets/chat@3x.png +0 -0
  362. package/lib/module/Icons/Chat/index.js +22 -0
  363. package/lib/module/Icons/Chat/index.js.map +1 -0
  364. package/lib/module/Icons/Chevron/assets/chevron-down.png +0 -0
  365. package/lib/module/Icons/Chevron/assets/chevron-down@2x.png +0 -0
  366. package/lib/module/Icons/Chevron/assets/chevron-down@3x.png +0 -0
  367. package/lib/module/Icons/Chevron/assets/chevron-left.png +0 -0
  368. package/lib/module/Icons/Chevron/assets/chevron-left@2x.png +0 -0
  369. package/lib/module/Icons/Chevron/assets/chevron-left@3x.png +0 -0
  370. package/lib/module/Icons/Chevron/index.js +23 -0
  371. package/lib/module/Icons/Chevron/index.js.map +1 -0
  372. package/lib/module/Icons/Clock/assets/clock.png +0 -0
  373. package/lib/module/Icons/Clock/assets/clock@2x.png +0 -0
  374. package/lib/module/Icons/Clock/assets/clock@3x.png +0 -0
  375. package/lib/module/Icons/Clock/index.js +22 -0
  376. package/lib/module/Icons/Clock/index.js.map +1 -0
  377. package/lib/module/Icons/Close/assets/close.png +0 -0
  378. package/lib/module/Icons/Close/assets/close@2x.png +0 -0
  379. package/lib/module/Icons/Close/assets/close@3x.png +0 -0
  380. package/lib/module/Icons/Close/index.js +22 -0
  381. package/lib/module/Icons/Close/index.js.map +1 -0
  382. package/lib/module/Icons/End/assets/end.png +0 -0
  383. package/lib/module/Icons/End/assets/end@2x.png +0 -0
  384. package/lib/module/Icons/End/assets/end@3x.png +0 -0
  385. package/lib/module/Icons/End/index.js +22 -0
  386. package/lib/module/Icons/End/index.js.map +1 -0
  387. package/lib/module/Icons/Hand/assets/hand.png +0 -0
  388. package/lib/module/Icons/Hand/assets/hand@2x.png +0 -0
  389. package/lib/module/Icons/Hand/assets/hand@3x.png +0 -0
  390. package/lib/module/Icons/Hand/index.js +24 -0
  391. package/lib/module/Icons/Hand/index.js.map +1 -0
  392. package/lib/module/Icons/Leave/assets/leave.png +0 -0
  393. package/lib/module/Icons/Leave/assets/leave@2x.png +0 -0
  394. package/lib/module/Icons/Leave/assets/leave@3x.png +0 -0
  395. package/lib/module/Icons/Leave/index.js +22 -0
  396. package/lib/module/Icons/Leave/index.js.map +1 -0
  397. package/lib/module/Icons/Mic/assets/mic-muted.png +0 -0
  398. package/lib/module/Icons/Mic/assets/mic-muted@2x.png +0 -0
  399. package/lib/module/Icons/Mic/assets/mic-muted@3x.png +0 -0
  400. package/lib/module/Icons/Mic/assets/mic-unmuted.png +0 -0
  401. package/lib/module/Icons/Mic/assets/mic-unmuted@2x.png +0 -0
  402. package/lib/module/Icons/Mic/assets/mic-unmuted@3x.png +0 -0
  403. package/lib/module/Icons/Mic/index.js +23 -0
  404. package/lib/module/Icons/Mic/index.js.map +1 -0
  405. package/lib/module/Icons/NetworkQuality/assets/network_0.png +0 -0
  406. package/lib/module/Icons/NetworkQuality/assets/network_0@2x.png +0 -0
  407. package/lib/module/Icons/NetworkQuality/assets/network_0@3x.png +0 -0
  408. package/lib/module/Icons/NetworkQuality/assets/network_1.png +0 -0
  409. package/lib/module/Icons/NetworkQuality/assets/network_1@2x.png +0 -0
  410. package/lib/module/Icons/NetworkQuality/assets/network_1@3x.png +0 -0
  411. package/lib/module/Icons/NetworkQuality/assets/network_2.png +0 -0
  412. package/lib/module/Icons/NetworkQuality/assets/network_2@2x.png +0 -0
  413. package/lib/module/Icons/NetworkQuality/assets/network_2@3x.png +0 -0
  414. package/lib/module/Icons/NetworkQuality/assets/network_3.png +0 -0
  415. package/lib/module/Icons/NetworkQuality/assets/network_3@2x.png +0 -0
  416. package/lib/module/Icons/NetworkQuality/assets/network_3@3x.png +0 -0
  417. package/lib/module/Icons/NetworkQuality/assets/network_4.png +0 -0
  418. package/lib/module/Icons/NetworkQuality/assets/network_4@2x.png +0 -0
  419. package/lib/module/Icons/NetworkQuality/assets/network_4@3x.png +0 -0
  420. package/lib/module/Icons/NetworkQuality/assets/network_5.png +0 -0
  421. package/lib/module/Icons/NetworkQuality/assets/network_5@2x.png +0 -0
  422. package/lib/module/Icons/NetworkQuality/assets/network_5@3x.png +0 -0
  423. package/lib/module/Icons/NetworkQuality/index.js +23 -0
  424. package/lib/module/Icons/NetworkQuality/index.js.map +1 -0
  425. package/lib/module/Icons/Participants/assets/participants.png +0 -0
  426. package/lib/module/Icons/Participants/assets/participants@2x.png +0 -0
  427. package/lib/module/Icons/Participants/assets/participants@3x.png +0 -0
  428. package/lib/module/Icons/Participants/index.js +22 -0
  429. package/lib/module/Icons/Participants/index.js.map +1 -0
  430. package/lib/module/Icons/RotateCamera/assets/rotate-camera.png +0 -0
  431. package/lib/module/Icons/RotateCamera/assets/rotate-camera@2x.png +0 -0
  432. package/lib/module/Icons/RotateCamera/assets/rotate-camera@3x.png +0 -0
  433. package/lib/module/Icons/RotateCamera/index.js +22 -0
  434. package/lib/module/Icons/RotateCamera/index.js.map +1 -0
  435. package/lib/module/Icons/ScreenShare/assets/screen-share.png +0 -0
  436. package/lib/module/Icons/ScreenShare/assets/screen-share@2x.png +0 -0
  437. package/lib/module/Icons/ScreenShare/assets/screen-share@3x.png +0 -0
  438. package/lib/module/Icons/ScreenShare/index.js +22 -0
  439. package/lib/module/Icons/ScreenShare/index.js.map +1 -0
  440. package/lib/module/Icons/Send/assets/send.png +0 -0
  441. package/lib/module/Icons/Send/assets/send@2x.png +0 -0
  442. package/lib/module/Icons/Send/assets/send@3x.png +0 -0
  443. package/lib/module/Icons/Send/index.js +22 -0
  444. package/lib/module/Icons/Send/index.js.map +1 -0
  445. package/lib/module/Icons/Settings/assets/settings.png +0 -0
  446. package/lib/module/Icons/Settings/assets/settings@2x.png +0 -0
  447. package/lib/module/Icons/Settings/assets/settings@3x.png +0 -0
  448. package/lib/module/Icons/Settings/index.js +22 -0
  449. package/lib/module/Icons/Settings/index.js.map +1 -0
  450. package/lib/module/Icons/Speaker/assets/speaker-muted.png +0 -0
  451. package/lib/module/Icons/Speaker/assets/speaker-muted@2x.png +0 -0
  452. package/lib/module/Icons/Speaker/assets/speaker-muted@3x.png +0 -0
  453. package/lib/module/Icons/Speaker/assets/speaker.png +0 -0
  454. package/lib/module/Icons/Speaker/assets/speaker@2x.png +0 -0
  455. package/lib/module/Icons/Speaker/assets/speaker@3x.png +0 -0
  456. package/lib/module/Icons/Speaker/index.js +23 -0
  457. package/lib/module/Icons/Speaker/index.js.map +1 -0
  458. package/lib/module/Icons/ThreeDots/assets/three-dots-vertical.png +0 -0
  459. package/lib/module/Icons/ThreeDots/assets/three-dots-vertical@2x.png +0 -0
  460. package/lib/module/Icons/ThreeDots/assets/three-dots-vertical@3x.png +0 -0
  461. package/lib/module/Icons/ThreeDots/index.js +23 -0
  462. package/lib/module/Icons/ThreeDots/index.js.map +1 -0
  463. package/lib/module/Icons/index.js +20 -0
  464. package/lib/module/Icons/index.js.map +1 -0
  465. package/lib/module/assets/100ms-logo.png +0 -0
  466. package/lib/module/assets/brb.png +0 -0
  467. package/lib/module/assets/icon.png +0 -0
  468. package/lib/module/assets/illustration.png +0 -0
  469. package/lib/module/assets/network_0.png +0 -0
  470. package/lib/module/assets/network_1.png +0 -0
  471. package/lib/module/assets/network_2.png +0 -0
  472. package/lib/module/assets/network_3.png +0 -0
  473. package/lib/module/assets/network_4.png +0 -0
  474. package/lib/module/assets/user_music.png +0 -0
  475. package/lib/module/components/AvatarView.js +39 -0
  476. package/lib/module/components/AvatarView.js.map +1 -0
  477. package/lib/module/components/BackButton.js +33 -0
  478. package/lib/module/components/BackButton.js.map +1 -0
  479. package/lib/module/components/Chat/ChatBanner.js +67 -0
  480. package/lib/module/components/Chat/ChatBanner.js.map +1 -0
  481. package/lib/module/components/Chat/ChatList.js +44 -0
  482. package/lib/module/components/Chat/ChatList.js.map +1 -0
  483. package/lib/module/components/Chat/ChatMessage.js +165 -0
  484. package/lib/module/components/Chat/ChatMessage.js.map +1 -0
  485. package/lib/module/components/Chat/PinnedMessage.js +75 -0
  486. package/lib/module/components/Chat/PinnedMessage.js.map +1 -0
  487. package/lib/module/components/Chat/index.js +5 -0
  488. package/lib/module/components/Chat/index.js.map +1 -0
  489. package/lib/module/components/ChatWindow.js +595 -0
  490. package/lib/module/components/ChatWindow.js.map +1 -0
  491. package/lib/module/components/CustomButton.js +46 -0
  492. package/lib/module/components/CustomButton.js.map +1 -0
  493. package/lib/module/components/CustomHLSPlayerControls.js +73 -0
  494. package/lib/module/components/CustomHLSPlayerControls.js.map +1 -0
  495. package/lib/module/components/CustomInput.js +83 -0
  496. package/lib/module/components/CustomInput.js.map +1 -0
  497. package/lib/module/components/DefaultModal.js +96 -0
  498. package/lib/module/components/DefaultModal.js.map +1 -0
  499. package/lib/module/components/DisplayTrack.js +63 -0
  500. package/lib/module/components/DisplayTrack.js.map +1 -0
  501. package/lib/module/components/DisplayView.js +203 -0
  502. package/lib/module/components/DisplayView.js.map +1 -0
  503. package/lib/module/components/Footer.js +76 -0
  504. package/lib/module/components/Footer.js.map +1 -0
  505. package/lib/module/components/FullScreenIndicator.js +17 -0
  506. package/lib/module/components/FullScreenIndicator.js.map +1 -0
  507. package/lib/module/components/GridView.js +90 -0
  508. package/lib/module/components/GridView.js.map +1 -0
  509. package/lib/module/components/HLSPlayerEmoticons.js +40 -0
  510. package/lib/module/components/HLSPlayerEmoticons.js.map +1 -0
  511. package/lib/module/components/HLSPlayerStatsView.js +56 -0
  512. package/lib/module/components/HLSPlayerStatsView.js.map +1 -0
  513. package/lib/module/components/HLSView.js +132 -0
  514. package/lib/module/components/HLSView.js.map +1 -0
  515. package/lib/module/components/HMSChat.js +22 -0
  516. package/lib/module/components/HMSChat.js.map +1 -0
  517. package/lib/module/components/HMSHLSNotStarted.js +50 -0
  518. package/lib/module/components/HMSHLSNotStarted.js.map +1 -0
  519. package/lib/module/components/HMSManageCameraRotation.js +33 -0
  520. package/lib/module/components/HMSManageCameraRotation.js.map +1 -0
  521. package/lib/module/components/HMSManageLeave.js +276 -0
  522. package/lib/module/components/HMSManageLeave.js.map +1 -0
  523. package/lib/module/components/HMSManageLocalAudio.js +37 -0
  524. package/lib/module/components/HMSManageLocalAudio.js.map +1 -0
  525. package/lib/module/components/HMSManageLocalVideo.js +37 -0
  526. package/lib/module/components/HMSManageLocalVideo.js.map +1 -0
  527. package/lib/module/components/HMSManageRaiseHand.js +39 -0
  528. package/lib/module/components/HMSManageRaiseHand.js.map +1 -0
  529. package/lib/module/components/HMSPreviewDeviceSettings.js +296 -0
  530. package/lib/module/components/HMSPreviewDeviceSettings.js.map +1 -0
  531. package/lib/module/components/HMSPreviewEditName.js +54 -0
  532. package/lib/module/components/HMSPreviewEditName.js.map +1 -0
  533. package/lib/module/components/HMSPreviewJoinButton.js +47 -0
  534. package/lib/module/components/HMSPreviewJoinButton.js.map +1 -0
  535. package/lib/module/components/HMSPreviewPeersList.js +80 -0
  536. package/lib/module/components/HMSPreviewPeersList.js.map +1 -0
  537. package/lib/module/components/HMSPreviewSubtitle.js +23 -0
  538. package/lib/module/components/HMSPreviewSubtitle.js.map +1 -0
  539. package/lib/module/components/HMSPreviewTile.js +129 -0
  540. package/lib/module/components/HMSPreviewTile.js.map +1 -0
  541. package/lib/module/components/HMSPreviewTitle.js +23 -0
  542. package/lib/module/components/HMSPreviewTitle.js.map +1 -0
  543. package/lib/module/components/HMSRoomOptions.js +96 -0
  544. package/lib/module/components/HMSRoomOptions.js.map +1 -0
  545. package/lib/module/components/HMSShareScreen.js +50 -0
  546. package/lib/module/components/HMSShareScreen.js.map +1 -0
  547. package/lib/module/components/HMSShowNetworkQuality.js +48 -0
  548. package/lib/module/components/HMSShowNetworkQuality.js.map +1 -0
  549. package/lib/module/components/Header.js +167 -0
  550. package/lib/module/components/Header.js.map +1 -0
  551. package/lib/module/components/LiveButton.js +61 -0
  552. package/lib/module/components/LiveButton.js.map +1 -0
  553. package/lib/module/components/Meeting.js +55 -0
  554. package/lib/module/components/Meeting.js.map +1 -0
  555. package/lib/module/components/MeetingScreenContent.js +89 -0
  556. package/lib/module/components/MeetingScreenContent.js.map +1 -0
  557. package/lib/module/components/MenuModal/Menu.js +242 -0
  558. package/lib/module/components/MenuModal/Menu.js.map +1 -0
  559. package/lib/module/components/MenuModal/MenuDivider.js +20 -0
  560. package/lib/module/components/MenuModal/MenuDivider.js.map +1 -0
  561. package/lib/module/components/MenuModal/MenuItem.js +53 -0
  562. package/lib/module/components/MenuModal/MenuItem.js.map +1 -0
  563. package/lib/module/components/MenuModal/index.js +4 -0
  564. package/lib/module/components/MenuModal/index.js.map +1 -0
  565. package/lib/module/components/Modals.js +1609 -0
  566. package/lib/module/components/Modals.js.map +1 -0
  567. package/lib/module/components/PIPView.js +23 -0
  568. package/lib/module/components/PIPView.js.map +1 -0
  569. package/lib/module/components/Participants/ParticipantsFilter.js +121 -0
  570. package/lib/module/components/Participants/ParticipantsFilter.js.map +1 -0
  571. package/lib/module/components/Participants/ParticipantsHeader.js +58 -0
  572. package/lib/module/components/Participants/ParticipantsHeader.js.map +1 -0
  573. package/lib/module/components/Participants/ParticipantsList.js +264 -0
  574. package/lib/module/components/Participants/ParticipantsList.js.map +1 -0
  575. package/lib/module/components/Participants/ParticipantsSeachInput.js +45 -0
  576. package/lib/module/components/Participants/ParticipantsSeachInput.js.map +1 -0
  577. package/lib/module/components/Participants/SearchableParticipantsView.js +18 -0
  578. package/lib/module/components/Participants/SearchableParticipantsView.js.map +1 -0
  579. package/lib/module/components/Participants/index.js +6 -0
  580. package/lib/module/components/Participants/index.js.map +1 -0
  581. package/lib/module/components/ParticipantsModal.js +34 -0
  582. package/lib/module/components/ParticipantsModal.js.map +1 -0
  583. package/lib/module/components/PeerDisplayView.js +71 -0
  584. package/lib/module/components/PeerDisplayView.js.map +1 -0
  585. package/lib/module/components/PeerRTCStatsContainer.js +60 -0
  586. package/lib/module/components/PeerRTCStatsContainer.js.map +1 -0
  587. package/lib/module/components/PeerRTCStatsView.js +46 -0
  588. package/lib/module/components/PeerRTCStatsView.js.map +1 -0
  589. package/lib/module/components/PeerSettingsModalContent.js +233 -0
  590. package/lib/module/components/PeerSettingsModalContent.js.map +1 -0
  591. package/lib/module/components/Picker.js +83 -0
  592. package/lib/module/components/Picker.js.map +1 -0
  593. package/lib/module/components/PressableIcon.js +37 -0
  594. package/lib/module/components/PressableIcon.js.map +1 -0
  595. package/lib/module/components/Preview.js +77 -0
  596. package/lib/module/components/Preview.js.map +1 -0
  597. package/lib/module/components/RoomSettingsModalContent.js +505 -0
  598. package/lib/module/components/RoomSettingsModalContent.js.map +1 -0
  599. package/lib/module/components/StatusBar.js +17 -0
  600. package/lib/module/components/StatusBar.js.map +1 -0
  601. package/lib/module/components/StreamingQualityModalContent.js +205 -0
  602. package/lib/module/components/StreamingQualityModalContent.js.map +1 -0
  603. package/lib/module/components/SwitchRow.js +41 -0
  604. package/lib/module/components/SwitchRow.js.map +1 -0
  605. package/lib/module/components/Tile.js +104 -0
  606. package/lib/module/components/Tile.js.map +1 -0
  607. package/lib/module/components/TilesContainer.js +31 -0
  608. package/lib/module/components/TilesContainer.js.map +1 -0
  609. package/lib/module/components/ZoomableView.js +76 -0
  610. package/lib/module/components/ZoomableView.js.map +1 -0
  611. package/lib/module/components/index.js +9 -0
  612. package/lib/module/components/index.js.map +1 -0
  613. package/lib/module/components/styles.js +959 -0
  614. package/lib/module/components/styles.js.map +1 -0
  615. package/lib/module/hooks/useHmsInstance.js +174 -0
  616. package/lib/module/hooks/useHmsInstance.js.map +1 -0
  617. package/lib/module/hooks-sdk-selectors.js +9 -0
  618. package/lib/module/hooks-sdk-selectors.js.map +1 -0
  619. package/lib/module/hooks-sdk.js +115 -0
  620. package/lib/module/hooks-sdk.js.map +1 -0
  621. package/lib/module/hooks-util-selectors.js +5 -0
  622. package/lib/module/hooks-util-selectors.js.map +1 -0
  623. package/lib/module/hooks-util.js +772 -0
  624. package/lib/module/hooks-util.js.map +1 -0
  625. package/lib/module/index.js +2 -0
  626. package/lib/module/index.js.map +1 -0
  627. package/lib/module/peerTrackNodeUtils.js +52 -0
  628. package/lib/module/peerTrackNodeUtils.js.map +1 -0
  629. package/lib/module/redux/actionTypes.js +67 -0
  630. package/lib/module/redux/actionTypes.js.map +1 -0
  631. package/lib/module/redux/actions/index.js +144 -0
  632. package/lib/module/redux/actions/index.js.map +1 -0
  633. package/lib/module/redux/index.js +4 -0
  634. package/lib/module/redux/index.js.map +1 -0
  635. package/lib/module/redux/reducers/appState.js +123 -0
  636. package/lib/module/redux/reducers/appState.js.map +1 -0
  637. package/lib/module/redux/reducers/chatWindow.js +38 -0
  638. package/lib/module/redux/reducers/chatWindow.js.map +1 -0
  639. package/lib/module/redux/reducers/hmsStates.js +60 -0
  640. package/lib/module/redux/reducers/hmsStates.js.map +1 -0
  641. package/lib/module/redux/reducers/index.js +14 -0
  642. package/lib/module/redux/reducers/index.js.map +1 -0
  643. package/lib/module/redux/reducers/message.js +34 -0
  644. package/lib/module/redux/reducers/message.js.map +1 -0
  645. package/lib/module/redux/reducers/userState.js +58 -0
  646. package/lib/module/redux/reducers/userState.js.map +1 -0
  647. package/lib/module/types.js +9 -0
  648. package/lib/module/types.js.map +1 -0
  649. package/lib/module/utils/dimension.js +53 -0
  650. package/lib/module/utils/dimension.js.map +1 -0
  651. package/lib/module/utils/functions.js +338 -0
  652. package/lib/module/utils/functions.js.map +1 -0
  653. package/lib/module/utils/getRoomLinkDetails.js +16 -0
  654. package/lib/module/utils/getRoomLinkDetails.js.map +1 -0
  655. package/lib/module/utils/hooks.js +39 -0
  656. package/lib/module/utils/hooks.js.map +1 -0
  657. package/lib/module/utils/theme.js +134 -0
  658. package/lib/module/utils/theme.js.map +1 -0
  659. package/lib/module/utils/types.js +90 -0
  660. package/lib/module/utils/types.js.map +1 -0
  661. package/lib/module/utils.js +23 -0
  662. package/lib/module/utils.js.map +1 -0
  663. package/lib/typescript/HMSContainer.d.ts +3 -0
  664. package/lib/typescript/HMSContainer.d.ts.map +1 -0
  665. package/lib/typescript/HMSInstanceSetup.d.ts +3 -0
  666. package/lib/typescript/HMSInstanceSetup.d.ts.map +1 -0
  667. package/lib/typescript/HMSPrebuilt.d.ts +18 -0
  668. package/lib/typescript/HMSPrebuilt.d.ts.map +1 -0
  669. package/lib/typescript/HMSRoomSetup.d.ts +3 -0
  670. package/lib/typescript/HMSRoomSetup.d.ts.map +1 -0
  671. package/lib/typescript/Icons/100ms/index.d.ts +7 -0
  672. package/lib/typescript/Icons/100ms/index.d.ts.map +1 -0
  673. package/lib/typescript/Icons/Alert/index.d.ts +7 -0
  674. package/lib/typescript/Icons/Alert/index.d.ts.map +1 -0
  675. package/lib/typescript/Icons/Camera/index.d.ts +8 -0
  676. package/lib/typescript/Icons/Camera/index.d.ts.map +1 -0
  677. package/lib/typescript/Icons/Chat/index.d.ts +7 -0
  678. package/lib/typescript/Icons/Chat/index.d.ts.map +1 -0
  679. package/lib/typescript/Icons/Chevron/index.d.ts +8 -0
  680. package/lib/typescript/Icons/Chevron/index.d.ts.map +1 -0
  681. package/lib/typescript/Icons/Clock/index.d.ts +7 -0
  682. package/lib/typescript/Icons/Clock/index.d.ts.map +1 -0
  683. package/lib/typescript/Icons/Close/index.d.ts +7 -0
  684. package/lib/typescript/Icons/Close/index.d.ts.map +1 -0
  685. package/lib/typescript/Icons/End/index.d.ts +7 -0
  686. package/lib/typescript/Icons/End/index.d.ts.map +1 -0
  687. package/lib/typescript/Icons/Hand/index.d.ts +7 -0
  688. package/lib/typescript/Icons/Hand/index.d.ts.map +1 -0
  689. package/lib/typescript/Icons/Leave/index.d.ts +7 -0
  690. package/lib/typescript/Icons/Leave/index.d.ts.map +1 -0
  691. package/lib/typescript/Icons/Mic/index.d.ts +8 -0
  692. package/lib/typescript/Icons/Mic/index.d.ts.map +1 -0
  693. package/lib/typescript/Icons/NetworkQuality/index.d.ts +8 -0
  694. package/lib/typescript/Icons/NetworkQuality/index.d.ts.map +1 -0
  695. package/lib/typescript/Icons/Participants/index.d.ts +7 -0
  696. package/lib/typescript/Icons/Participants/index.d.ts.map +1 -0
  697. package/lib/typescript/Icons/RotateCamera/index.d.ts +7 -0
  698. package/lib/typescript/Icons/RotateCamera/index.d.ts.map +1 -0
  699. package/lib/typescript/Icons/ScreenShare/index.d.ts +7 -0
  700. package/lib/typescript/Icons/ScreenShare/index.d.ts.map +1 -0
  701. package/lib/typescript/Icons/Send/index.d.ts +7 -0
  702. package/lib/typescript/Icons/Send/index.d.ts.map +1 -0
  703. package/lib/typescript/Icons/Settings/index.d.ts +7 -0
  704. package/lib/typescript/Icons/Settings/index.d.ts.map +1 -0
  705. package/lib/typescript/Icons/Speaker/index.d.ts +8 -0
  706. package/lib/typescript/Icons/Speaker/index.d.ts.map +1 -0
  707. package/lib/typescript/Icons/ThreeDots/index.d.ts +8 -0
  708. package/lib/typescript/Icons/ThreeDots/index.d.ts.map +1 -0
  709. package/lib/typescript/Icons/index.d.ts +20 -0
  710. package/lib/typescript/Icons/index.d.ts.map +1 -0
  711. package/lib/typescript/components/AvatarView.d.ts +10 -0
  712. package/lib/typescript/components/AvatarView.d.ts.map +1 -0
  713. package/lib/typescript/components/BackButton.d.ts +5 -0
  714. package/lib/typescript/components/BackButton.d.ts.map +1 -0
  715. package/lib/typescript/components/Chat/ChatBanner.d.ts +3 -0
  716. package/lib/typescript/components/Chat/ChatBanner.d.ts.map +1 -0
  717. package/lib/typescript/components/Chat/ChatList.d.ts +5 -0
  718. package/lib/typescript/components/Chat/ChatList.d.ts.map +1 -0
  719. package/lib/typescript/components/Chat/ChatMessage.d.ts +8 -0
  720. package/lib/typescript/components/Chat/ChatMessage.d.ts.map +1 -0
  721. package/lib/typescript/components/Chat/PinnedMessage.d.ts +3 -0
  722. package/lib/typescript/components/Chat/PinnedMessage.d.ts.map +1 -0
  723. package/lib/typescript/components/Chat/index.d.ts +5 -0
  724. package/lib/typescript/components/Chat/index.d.ts.map +1 -0
  725. package/lib/typescript/components/ChatWindow.d.ts +22 -0
  726. package/lib/typescript/components/ChatWindow.d.ts.map +1 -0
  727. package/lib/typescript/components/CustomButton.d.ts +14 -0
  728. package/lib/typescript/components/CustomButton.d.ts.map +1 -0
  729. package/lib/typescript/components/CustomHLSPlayerControls.d.ts +7 -0
  730. package/lib/typescript/components/CustomHLSPlayerControls.d.ts.map +1 -0
  731. package/lib/typescript/components/CustomInput.d.ts +24 -0
  732. package/lib/typescript/components/CustomInput.d.ts.map +1 -0
  733. package/lib/typescript/components/DefaultModal.d.ts +15 -0
  734. package/lib/typescript/components/DefaultModal.d.ts.map +1 -0
  735. package/lib/typescript/components/DisplayTrack.d.ts +9 -0
  736. package/lib/typescript/components/DisplayTrack.d.ts.map +1 -0
  737. package/lib/typescript/components/DisplayView.d.ts +10 -0
  738. package/lib/typescript/components/DisplayView.d.ts.map +1 -0
  739. package/lib/typescript/components/Footer.d.ts +9 -0
  740. package/lib/typescript/components/Footer.d.ts.map +1 -0
  741. package/lib/typescript/components/FullScreenIndicator.d.ts +3 -0
  742. package/lib/typescript/components/FullScreenIndicator.d.ts.map +1 -0
  743. package/lib/typescript/components/GridView.d.ts +14 -0
  744. package/lib/typescript/components/GridView.d.ts.map +1 -0
  745. package/lib/typescript/components/HLSPlayerEmoticons.d.ts +2 -0
  746. package/lib/typescript/components/HLSPlayerEmoticons.d.ts.map +1 -0
  747. package/lib/typescript/components/HLSPlayerStatsView.d.ts +6 -0
  748. package/lib/typescript/components/HLSPlayerStatsView.d.ts.map +1 -0
  749. package/lib/typescript/components/HLSView.d.ts +3 -0
  750. package/lib/typescript/components/HLSView.d.ts.map +1 -0
  751. package/lib/typescript/components/HMSChat.d.ts +3 -0
  752. package/lib/typescript/components/HMSChat.d.ts.map +1 -0
  753. package/lib/typescript/components/HMSHLSNotStarted.d.ts +3 -0
  754. package/lib/typescript/components/HMSHLSNotStarted.d.ts.map +1 -0
  755. package/lib/typescript/components/HMSManageCameraRotation.d.ts +3 -0
  756. package/lib/typescript/components/HMSManageCameraRotation.d.ts.map +1 -0
  757. package/lib/typescript/components/HMSManageLeave.d.ts +9 -0
  758. package/lib/typescript/components/HMSManageLeave.d.ts.map +1 -0
  759. package/lib/typescript/components/HMSManageLocalAudio.d.ts +3 -0
  760. package/lib/typescript/components/HMSManageLocalAudio.d.ts.map +1 -0
  761. package/lib/typescript/components/HMSManageLocalVideo.d.ts +3 -0
  762. package/lib/typescript/components/HMSManageLocalVideo.d.ts.map +1 -0
  763. package/lib/typescript/components/HMSManageRaiseHand.d.ts +3 -0
  764. package/lib/typescript/components/HMSManageRaiseHand.d.ts.map +1 -0
  765. package/lib/typescript/components/HMSPreviewDeviceSettings.d.ts +3 -0
  766. package/lib/typescript/components/HMSPreviewDeviceSettings.d.ts.map +1 -0
  767. package/lib/typescript/components/HMSPreviewEditName.d.ts +5 -0
  768. package/lib/typescript/components/HMSPreviewEditName.d.ts.map +1 -0
  769. package/lib/typescript/components/HMSPreviewJoinButton.d.ts +7 -0
  770. package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -0
  771. package/lib/typescript/components/HMSPreviewPeersList.d.ts +5 -0
  772. package/lib/typescript/components/HMSPreviewPeersList.d.ts.map +1 -0
  773. package/lib/typescript/components/HMSPreviewSubtitle.d.ts +6 -0
  774. package/lib/typescript/components/HMSPreviewSubtitle.d.ts.map +1 -0
  775. package/lib/typescript/components/HMSPreviewTile.d.ts +3 -0
  776. package/lib/typescript/components/HMSPreviewTile.d.ts.map +1 -0
  777. package/lib/typescript/components/HMSPreviewTitle.d.ts +6 -0
  778. package/lib/typescript/components/HMSPreviewTitle.d.ts.map +1 -0
  779. package/lib/typescript/components/HMSRoomOptions.d.ts +6 -0
  780. package/lib/typescript/components/HMSRoomOptions.d.ts.map +1 -0
  781. package/lib/typescript/components/HMSShareScreen.d.ts +9 -0
  782. package/lib/typescript/components/HMSShareScreen.d.ts.map +1 -0
  783. package/lib/typescript/components/HMSShowNetworkQuality.d.ts +3 -0
  784. package/lib/typescript/components/HMSShowNetworkQuality.d.ts.map +1 -0
  785. package/lib/typescript/components/Header.d.ts +9 -0
  786. package/lib/typescript/components/Header.d.ts.map +1 -0
  787. package/lib/typescript/components/LiveButton.d.ts +17 -0
  788. package/lib/typescript/components/LiveButton.d.ts.map +1 -0
  789. package/lib/typescript/components/Meeting.d.ts +8 -0
  790. package/lib/typescript/components/Meeting.d.ts.map +1 -0
  791. package/lib/typescript/components/MeetingScreenContent.d.ts +8 -0
  792. package/lib/typescript/components/MeetingScreenContent.d.ts.map +1 -0
  793. package/lib/typescript/components/MenuModal/Menu.d.ts +45 -0
  794. package/lib/typescript/components/MenuModal/Menu.d.ts.map +1 -0
  795. package/lib/typescript/components/MenuModal/MenuDivider.d.ts +6 -0
  796. package/lib/typescript/components/MenuModal/MenuDivider.d.ts.map +1 -0
  797. package/lib/typescript/components/MenuModal/MenuItem.d.ts +12 -0
  798. package/lib/typescript/components/MenuModal/MenuItem.d.ts.map +1 -0
  799. package/lib/typescript/components/MenuModal/index.d.ts +7 -0
  800. package/lib/typescript/components/MenuModal/index.d.ts.map +1 -0
  801. package/lib/typescript/components/Modals.d.ts +96 -0
  802. package/lib/typescript/components/Modals.d.ts.map +1 -0
  803. package/lib/typescript/components/PIPView.d.ts +8 -0
  804. package/lib/typescript/components/PIPView.d.ts.map +1 -0
  805. package/lib/typescript/components/Participants/ParticipantsFilter.d.ts +6 -0
  806. package/lib/typescript/components/Participants/ParticipantsFilter.d.ts.map +1 -0
  807. package/lib/typescript/components/Participants/ParticipantsHeader.d.ts +9 -0
  808. package/lib/typescript/components/Participants/ParticipantsHeader.d.ts.map +1 -0
  809. package/lib/typescript/components/Participants/ParticipantsList.d.ts +7 -0
  810. package/lib/typescript/components/Participants/ParticipantsList.d.ts.map +1 -0
  811. package/lib/typescript/components/Participants/ParticipantsSeachInput.d.ts +8 -0
  812. package/lib/typescript/components/Participants/ParticipantsSeachInput.d.ts.map +1 -0
  813. package/lib/typescript/components/Participants/SearchableParticipantsView.d.ts +3 -0
  814. package/lib/typescript/components/Participants/SearchableParticipantsView.d.ts.map +1 -0
  815. package/lib/typescript/components/Participants/index.d.ts +6 -0
  816. package/lib/typescript/components/Participants/index.d.ts.map +1 -0
  817. package/lib/typescript/components/ParticipantsModal.d.ts +5 -0
  818. package/lib/typescript/components/ParticipantsModal.d.ts.map +1 -0
  819. package/lib/typescript/components/PeerDisplayView.d.ts +11 -0
  820. package/lib/typescript/components/PeerDisplayView.d.ts.map +1 -0
  821. package/lib/typescript/components/PeerRTCStatsContainer.d.ts +9 -0
  822. package/lib/typescript/components/PeerRTCStatsContainer.d.ts.map +1 -0
  823. package/lib/typescript/components/PeerRTCStatsView.d.ts +10 -0
  824. package/lib/typescript/components/PeerRTCStatsView.d.ts.map +1 -0
  825. package/lib/typescript/components/PeerSettingsModalContent.d.ts +13 -0
  826. package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -0
  827. package/lib/typescript/components/Picker.d.ts +9 -0
  828. package/lib/typescript/components/Picker.d.ts.map +1 -0
  829. package/lib/typescript/components/PressableIcon.d.ts +11 -0
  830. package/lib/typescript/components/PressableIcon.d.ts.map +1 -0
  831. package/lib/typescript/components/Preview.d.ts +6 -0
  832. package/lib/typescript/components/Preview.d.ts.map +1 -0
  833. package/lib/typescript/components/RoomSettingsModalContent.d.ts +17 -0
  834. package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -0
  835. package/lib/typescript/components/StatusBar.d.ts +7 -0
  836. package/lib/typescript/components/StatusBar.d.ts.map +1 -0
  837. package/lib/typescript/components/StreamingQualityModalContent.d.ts +9 -0
  838. package/lib/typescript/components/StreamingQualityModalContent.d.ts.map +1 -0
  839. package/lib/typescript/components/SwitchRow.d.ts +12 -0
  840. package/lib/typescript/components/SwitchRow.d.ts.map +1 -0
  841. package/lib/typescript/components/Tile.d.ts +12 -0
  842. package/lib/typescript/components/Tile.d.ts.map +1 -0
  843. package/lib/typescript/components/TilesContainer.d.ts +11 -0
  844. package/lib/typescript/components/TilesContainer.d.ts.map +1 -0
  845. package/lib/typescript/components/ZoomableView.d.ts +6 -0
  846. package/lib/typescript/components/ZoomableView.d.ts.map +1 -0
  847. package/lib/typescript/components/index.d.ts +9 -0
  848. package/lib/typescript/components/index.d.ts.map +1 -0
  849. package/lib/typescript/components/styles.d.ts +945 -0
  850. package/lib/typescript/components/styles.d.ts.map +1 -0
  851. package/lib/typescript/hooks/useHmsInstance.d.ts +1 -0
  852. package/lib/typescript/hooks/useHmsInstance.d.ts.map +1 -0
  853. package/lib/typescript/hooks-sdk-selectors.d.ts +4 -0
  854. package/lib/typescript/hooks-sdk-selectors.d.ts.map +1 -0
  855. package/lib/typescript/hooks-sdk.d.ts +12 -0
  856. package/lib/typescript/hooks-sdk.d.ts.map +1 -0
  857. package/lib/typescript/hooks-util-selectors.d.ts +3 -0
  858. package/lib/typescript/hooks-util-selectors.d.ts.map +1 -0
  859. package/lib/typescript/hooks-util.d.ts +53 -0
  860. package/lib/typescript/hooks-util.d.ts.map +1 -0
  861. package/lib/typescript/index.d.ts +2 -0
  862. package/lib/typescript/index.d.ts.map +1 -0
  863. package/lib/typescript/peerTrackNodeUtils.d.ts +10 -0
  864. package/lib/typescript/peerTrackNodeUtils.d.ts.map +1 -0
  865. package/lib/typescript/redux/actionTypes.d.ts +56 -0
  866. package/lib/typescript/redux/actionTypes.d.ts.map +1 -0
  867. package/lib/typescript/redux/actions/index.d.ts +199 -0
  868. package/lib/typescript/redux/actions/index.d.ts.map +1 -0
  869. package/lib/typescript/redux/index.d.ts +55 -0
  870. package/lib/typescript/redux/index.d.ts.map +1 -0
  871. package/lib/typescript/redux/reducers/appState.d.ts +32 -0
  872. package/lib/typescript/redux/reducers/appState.d.ts.map +1 -0
  873. package/lib/typescript/redux/reducers/chatWindow.d.ts +10 -0
  874. package/lib/typescript/redux/reducers/chatWindow.d.ts.map +1 -0
  875. package/lib/typescript/redux/reducers/hmsStates.d.ts +46 -0
  876. package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -0
  877. package/lib/typescript/redux/reducers/index.d.ts +54 -0
  878. package/lib/typescript/redux/reducers/index.d.ts.map +1 -0
  879. package/lib/typescript/redux/reducers/message.d.ts +12 -0
  880. package/lib/typescript/redux/reducers/message.d.ts.map +1 -0
  881. package/lib/typescript/redux/reducers/userState.d.ts +26 -0
  882. package/lib/typescript/redux/reducers/userState.d.ts.map +1 -0
  883. package/lib/typescript/types.d.ts +8 -0
  884. package/lib/typescript/types.d.ts.map +1 -0
  885. package/lib/typescript/utils/dimension.d.ts +15 -0
  886. package/lib/typescript/utils/dimension.d.ts.map +1 -0
  887. package/lib/typescript/utils/functions.d.ts +47 -0
  888. package/lib/typescript/utils/functions.d.ts.map +1 -0
  889. package/lib/typescript/utils/getRoomLinkDetails.d.ts +5 -0
  890. package/lib/typescript/utils/getRoomLinkDetails.d.ts.map +1 -0
  891. package/lib/typescript/utils/hooks.d.ts +2 -0
  892. package/lib/typescript/utils/hooks.d.ts.map +1 -0
  893. package/lib/typescript/utils/theme.d.ts +126 -0
  894. package/lib/typescript/utils/theme.d.ts.map +1 -0
  895. package/lib/typescript/utils/types.d.ts +82 -0
  896. package/lib/typescript/utils/types.d.ts.map +1 -0
  897. package/lib/typescript/utils.d.ts +12 -0
  898. package/lib/typescript/utils.d.ts.map +1 -0
  899. package/package.json +182 -0
  900. package/src/HMSContainer.tsx +18 -0
  901. package/src/HMSInstanceSetup.tsx +196 -0
  902. package/src/HMSPrebuilt.tsx +36 -0
  903. package/src/HMSRoomSetup.tsx +281 -0
  904. package/src/Icons/100ms/assets/hms-logo.png +0 -0
  905. package/src/Icons/100ms/assets/hms-logo@2x.png +0 -0
  906. package/src/Icons/100ms/assets/hms-logo@3x.png +0 -0
  907. package/src/Icons/100ms/index.tsx +27 -0
  908. package/src/Icons/Alert/assets/alert.png +0 -0
  909. package/src/Icons/Alert/assets/alert@2x.png +0 -0
  910. package/src/Icons/Alert/assets/alert@3x.png +0 -0
  911. package/src/Icons/Alert/index.tsx +27 -0
  912. package/src/Icons/Camera/assets/camera-muted.png +0 -0
  913. package/src/Icons/Camera/assets/camera-muted@2x.png +0 -0
  914. package/src/Icons/Camera/assets/camera-muted@3x.png +0 -0
  915. package/src/Icons/Camera/assets/camera-unmuted.png +0 -0
  916. package/src/Icons/Camera/assets/camera-unmuted@2x.png +0 -0
  917. package/src/Icons/Camera/assets/camera-unmuted@3x.png +0 -0
  918. package/src/Icons/Camera/index.tsx +34 -0
  919. package/src/Icons/Chat/assets/chat.png +0 -0
  920. package/src/Icons/Chat/assets/chat@2x.png +0 -0
  921. package/src/Icons/Chat/assets/chat@3x.png +0 -0
  922. package/src/Icons/Chat/index.tsx +24 -0
  923. package/src/Icons/Chevron/assets/chevron-down.png +0 -0
  924. package/src/Icons/Chevron/assets/chevron-down@2x.png +0 -0
  925. package/src/Icons/Chevron/assets/chevron-down@3x.png +0 -0
  926. package/src/Icons/Chevron/assets/chevron-left.png +0 -0
  927. package/src/Icons/Chevron/assets/chevron-left@2x.png +0 -0
  928. package/src/Icons/Chevron/assets/chevron-left@3x.png +0 -0
  929. package/src/Icons/Chevron/index.tsx +34 -0
  930. package/src/Icons/Clock/assets/clock.png +0 -0
  931. package/src/Icons/Clock/assets/clock@2x.png +0 -0
  932. package/src/Icons/Clock/assets/clock@3x.png +0 -0
  933. package/src/Icons/Clock/index.tsx +27 -0
  934. package/src/Icons/Close/assets/close.png +0 -0
  935. package/src/Icons/Close/assets/close@2x.png +0 -0
  936. package/src/Icons/Close/assets/close@3x.png +0 -0
  937. package/src/Icons/Close/index.tsx +27 -0
  938. package/src/Icons/End/assets/end.png +0 -0
  939. package/src/Icons/End/assets/end@2x.png +0 -0
  940. package/src/Icons/End/assets/end@3x.png +0 -0
  941. package/src/Icons/End/index.tsx +24 -0
  942. package/src/Icons/Hand/assets/hand.png +0 -0
  943. package/src/Icons/Hand/assets/hand@2x.png +0 -0
  944. package/src/Icons/Hand/assets/hand@3x.png +0 -0
  945. package/src/Icons/Hand/index.tsx +27 -0
  946. package/src/Icons/Leave/assets/leave.png +0 -0
  947. package/src/Icons/Leave/assets/leave@2x.png +0 -0
  948. package/src/Icons/Leave/assets/leave@3x.png +0 -0
  949. package/src/Icons/Leave/index.tsx +27 -0
  950. package/src/Icons/Mic/assets/mic-muted.png +0 -0
  951. package/src/Icons/Mic/assets/mic-muted@2x.png +0 -0
  952. package/src/Icons/Mic/assets/mic-muted@3x.png +0 -0
  953. package/src/Icons/Mic/assets/mic-unmuted.png +0 -0
  954. package/src/Icons/Mic/assets/mic-unmuted@2x.png +0 -0
  955. package/src/Icons/Mic/assets/mic-unmuted@3x.png +0 -0
  956. package/src/Icons/Mic/index.tsx +34 -0
  957. package/src/Icons/NetworkQuality/assets/network_0.png +0 -0
  958. package/src/Icons/NetworkQuality/assets/network_0@2x.png +0 -0
  959. package/src/Icons/NetworkQuality/assets/network_0@3x.png +0 -0
  960. package/src/Icons/NetworkQuality/assets/network_1.png +0 -0
  961. package/src/Icons/NetworkQuality/assets/network_1@2x.png +0 -0
  962. package/src/Icons/NetworkQuality/assets/network_1@3x.png +0 -0
  963. package/src/Icons/NetworkQuality/assets/network_2.png +0 -0
  964. package/src/Icons/NetworkQuality/assets/network_2@2x.png +0 -0
  965. package/src/Icons/NetworkQuality/assets/network_2@3x.png +0 -0
  966. package/src/Icons/NetworkQuality/assets/network_3.png +0 -0
  967. package/src/Icons/NetworkQuality/assets/network_3@2x.png +0 -0
  968. package/src/Icons/NetworkQuality/assets/network_3@3x.png +0 -0
  969. package/src/Icons/NetworkQuality/assets/network_4.png +0 -0
  970. package/src/Icons/NetworkQuality/assets/network_4@2x.png +0 -0
  971. package/src/Icons/NetworkQuality/assets/network_4@3x.png +0 -0
  972. package/src/Icons/NetworkQuality/assets/network_5.png +0 -0
  973. package/src/Icons/NetworkQuality/assets/network_5@2x.png +0 -0
  974. package/src/Icons/NetworkQuality/assets/network_5@3x.png +0 -0
  975. package/src/Icons/NetworkQuality/index.tsx +42 -0
  976. package/src/Icons/Participants/assets/participants.png +0 -0
  977. package/src/Icons/Participants/assets/participants@2x.png +0 -0
  978. package/src/Icons/Participants/assets/participants@3x.png +0 -0
  979. package/src/Icons/Participants/index.tsx +27 -0
  980. package/src/Icons/RotateCamera/assets/rotate-camera.png +0 -0
  981. package/src/Icons/RotateCamera/assets/rotate-camera@2x.png +0 -0
  982. package/src/Icons/RotateCamera/assets/rotate-camera@3x.png +0 -0
  983. package/src/Icons/RotateCamera/index.tsx +27 -0
  984. package/src/Icons/ScreenShare/assets/screen-share.png +0 -0
  985. package/src/Icons/ScreenShare/assets/screen-share@2x.png +0 -0
  986. package/src/Icons/ScreenShare/assets/screen-share@3x.png +0 -0
  987. package/src/Icons/ScreenShare/index.tsx +27 -0
  988. package/src/Icons/Send/assets/send.png +0 -0
  989. package/src/Icons/Send/assets/send@2x.png +0 -0
  990. package/src/Icons/Send/assets/send@3x.png +0 -0
  991. package/src/Icons/Send/index.tsx +24 -0
  992. package/src/Icons/Settings/assets/settings.png +0 -0
  993. package/src/Icons/Settings/assets/settings@2x.png +0 -0
  994. package/src/Icons/Settings/assets/settings@3x.png +0 -0
  995. package/src/Icons/Settings/index.tsx +27 -0
  996. package/src/Icons/Speaker/assets/speaker-muted.png +0 -0
  997. package/src/Icons/Speaker/assets/speaker-muted@2x.png +0 -0
  998. package/src/Icons/Speaker/assets/speaker-muted@3x.png +0 -0
  999. package/src/Icons/Speaker/assets/speaker.png +0 -0
  1000. package/src/Icons/Speaker/assets/speaker@2x.png +0 -0
  1001. package/src/Icons/Speaker/assets/speaker@3x.png +0 -0
  1002. package/src/Icons/Speaker/index.tsx +34 -0
  1003. package/src/Icons/ThreeDots/assets/three-dots-vertical.png +0 -0
  1004. package/src/Icons/ThreeDots/assets/three-dots-vertical@2x.png +0 -0
  1005. package/src/Icons/ThreeDots/assets/three-dots-vertical@3x.png +0 -0
  1006. package/src/Icons/ThreeDots/index.tsx +34 -0
  1007. package/src/Icons/index.ts +19 -0
  1008. package/src/assets/100ms-logo.png +0 -0
  1009. package/src/assets/brb.png +0 -0
  1010. package/src/assets/icon.png +0 -0
  1011. package/src/assets/illustration.png +0 -0
  1012. package/src/assets/network_0.png +0 -0
  1013. package/src/assets/network_1.png +0 -0
  1014. package/src/assets/network_2.png +0 -0
  1015. package/src/assets/network_3.png +0 -0
  1016. package/src/assets/network_4.png +0 -0
  1017. package/src/assets/user_music.png +0 -0
  1018. package/src/components/AvatarView.tsx +54 -0
  1019. package/src/components/BackButton.tsx +42 -0
  1020. package/src/components/Chat/ChatBanner.tsx +70 -0
  1021. package/src/components/Chat/ChatList.tsx +60 -0
  1022. package/src/components/Chat/ChatMessage.tsx +237 -0
  1023. package/src/components/Chat/PinnedMessage.tsx +89 -0
  1024. package/src/components/Chat/index.ts +4 -0
  1025. package/src/components/ChatWindow.tsx +706 -0
  1026. package/src/components/CustomButton.tsx +80 -0
  1027. package/src/components/CustomHLSPlayerControls.tsx +92 -0
  1028. package/src/components/CustomInput.tsx +139 -0
  1029. package/src/components/DefaultModal.tsx +117 -0
  1030. package/src/components/DisplayTrack.tsx +92 -0
  1031. package/src/components/DisplayView.tsx +314 -0
  1032. package/src/components/Footer.tsx +109 -0
  1033. package/src/components/FullScreenIndicator.tsx +21 -0
  1034. package/src/components/GridView.tsx +124 -0
  1035. package/src/components/HLSPlayerEmoticons.tsx +60 -0
  1036. package/src/components/HLSPlayerStatsView.tsx +68 -0
  1037. package/src/components/HLSView.tsx +170 -0
  1038. package/src/components/HMSChat.tsx +36 -0
  1039. package/src/components/HMSHLSNotStarted.tsx +62 -0
  1040. package/src/components/HMSManageCameraRotation.tsx +48 -0
  1041. package/src/components/HMSManageLeave.tsx +349 -0
  1042. package/src/components/HMSManageLocalAudio.tsx +49 -0
  1043. package/src/components/HMSManageLocalVideo.tsx +49 -0
  1044. package/src/components/HMSManageRaiseHand.tsx +48 -0
  1045. package/src/components/HMSPreviewDeviceSettings.tsx +387 -0
  1046. package/src/components/HMSPreviewEditName.tsx +63 -0
  1047. package/src/components/HMSPreviewJoinButton.tsx +64 -0
  1048. package/src/components/HMSPreviewPeersList.tsx +108 -0
  1049. package/src/components/HMSPreviewSubtitle.tsx +26 -0
  1050. package/src/components/HMSPreviewTile.tsx +152 -0
  1051. package/src/components/HMSPreviewTitle.tsx +26 -0
  1052. package/src/components/HMSRoomOptions.tsx +141 -0
  1053. package/src/components/HMSShareScreen.tsx +71 -0
  1054. package/src/components/HMSShowNetworkQuality.tsx +67 -0
  1055. package/src/components/Header.tsx +185 -0
  1056. package/src/components/LiveButton.tsx +77 -0
  1057. package/src/components/Meeting.tsx +72 -0
  1058. package/src/components/MeetingScreenContent.tsx +109 -0
  1059. package/src/components/MenuModal/Menu.tsx +305 -0
  1060. package/src/components/MenuModal/MenuDivider.tsx +22 -0
  1061. package/src/components/MenuModal/MenuItem.tsx +67 -0
  1062. package/src/components/MenuModal/index.ts +7 -0
  1063. package/src/components/Modals.tsx +2103 -0
  1064. package/src/components/PIPView.tsx +30 -0
  1065. package/src/components/Participants/ParticipantsFilter.tsx +144 -0
  1066. package/src/components/Participants/ParticipantsHeader.tsx +64 -0
  1067. package/src/components/Participants/ParticipantsList.tsx +331 -0
  1068. package/src/components/Participants/ParticipantsSeachInput.tsx +55 -0
  1069. package/src/components/Participants/SearchableParticipantsView.tsx +21 -0
  1070. package/src/components/Participants/index.ts +5 -0
  1071. package/src/components/ParticipantsModal.tsx +46 -0
  1072. package/src/components/PeerDisplayView.tsx +112 -0
  1073. package/src/components/PeerRTCStatsContainer.tsx +82 -0
  1074. package/src/components/PeerRTCStatsView.tsx +110 -0
  1075. package/src/components/PeerSettingsModalContent.tsx +355 -0
  1076. package/src/components/Picker.tsx +108 -0
  1077. package/src/components/PressableIcon.tsx +54 -0
  1078. package/src/components/Preview.tsx +108 -0
  1079. package/src/components/RoomSettingsModalContent.tsx +743 -0
  1080. package/src/components/StatusBar.tsx +22 -0
  1081. package/src/components/StreamingQualityModalContent.tsx +266 -0
  1082. package/src/components/SwitchRow.tsx +55 -0
  1083. package/src/components/Tile.tsx +119 -0
  1084. package/src/components/TilesContainer.tsx +48 -0
  1085. package/src/components/ZoomableView.tsx +91 -0
  1086. package/src/components/index.ts +8 -0
  1087. package/src/components/styles.ts +961 -0
  1088. package/src/hooks/useHmsInstance.ts +173 -0
  1089. package/src/hooks-sdk-selectors.tsx +9 -0
  1090. package/src/hooks-sdk.ts +156 -0
  1091. package/src/hooks-util-selectors.tsx +4 -0
  1092. package/src/hooks-util.ts +1124 -0
  1093. package/src/index.ts +1 -0
  1094. package/src/peerTrackNodeUtils.tsx +114 -0
  1095. package/src/redux/actionTypes.ts +85 -0
  1096. package/src/redux/actions/index.ts +196 -0
  1097. package/src/redux/index.ts +8 -0
  1098. package/src/redux/reducers/appState.ts +143 -0
  1099. package/src/redux/reducers/chatWindow.ts +35 -0
  1100. package/src/redux/reducers/hmsStates.ts +126 -0
  1101. package/src/redux/reducers/index.ts +14 -0
  1102. package/src/redux/reducers/message.ts +36 -0
  1103. package/src/redux/reducers/userState.ts +88 -0
  1104. package/src/types.ts +7 -0
  1105. package/src/utils/dimension.ts +57 -0
  1106. package/src/utils/functions.ts +522 -0
  1107. package/src/utils/getRoomLinkDetails.ts +23 -0
  1108. package/src/utils/hooks.ts +104 -0
  1109. package/src/utils/theme.ts +130 -0
  1110. package/src/utils/types.ts +95 -0
  1111. package/src/utils.ts +24 -0
@@ -0,0 +1,34 @@
1
+ import ActionTypes, { HmsStateActionTypes } from '../actionTypes';
2
+ const INITIAL_STATE = {
3
+ messages: [],
4
+ pinnedMessage: null
5
+ };
6
+ const messageReducer = function () {
7
+ let state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : INITIAL_STATE;
8
+ let action = arguments.length > 1 ? arguments[1] : undefined;
9
+ switch (action.type) {
10
+ case ActionTypes.ADD_PINNED_MESSAGE.REQUEST:
11
+ const pinnedMessage = action.payload;
12
+ return {
13
+ ...state,
14
+ pinnedMessage
15
+ };
16
+ case ActionTypes.ADD_MESSAGE.REQUEST:
17
+ const message = action.payload;
18
+ return {
19
+ ...state,
20
+ messages: [message, ...state.messages]
21
+ };
22
+ case ActionTypes.CLEAR_MESSAGE_DATA.REQUEST:
23
+ return {
24
+ ...state,
25
+ messages: []
26
+ };
27
+ case HmsStateActionTypes.CLEAR_STATES:
28
+ return INITIAL_STATE;
29
+ default:
30
+ return state;
31
+ }
32
+ };
33
+ export default messageReducer;
34
+ //# sourceMappingURL=message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["ActionTypes","HmsStateActionTypes","INITIAL_STATE","messages","pinnedMessage","messageReducer","state","arguments","length","undefined","action","type","ADD_PINNED_MESSAGE","REQUEST","payload","ADD_MESSAGE","message","CLEAR_MESSAGE_DATA","CLEAR_STATES"],"sourceRoot":"../../../../src","sources":["redux/reducers/message.ts"],"mappings":"AACA,OAAOA,WAAW,IAAIC,mBAAmB,QAAQ,gBAAgB;AAYjE,MAAMC,aAAuB,GAAG;EAC9BC,QAAQ,EAAE,EAAE;EACZC,aAAa,EAAE;AACjB,CAAC;AAED,MAAMC,cAAc,GAAG,SAAAA,CAAA,EAA+C;EAAA,IAA9CC,KAAK,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAGL,aAAa;EAAA,IAAEQ,MAAkB,GAAAH,SAAA,CAAAC,MAAA,OAAAD,SAAA,MAAAE,SAAA;EAC/D,QAAQC,MAAM,CAACC,IAAI;IACjB,KAAKX,WAAW,CAACY,kBAAkB,CAACC,OAAO;MACzC,MAAMT,aAAa,GAAGM,MAAM,CAACI,OAAoC;MACjE,OAAO;QAAE,GAAGR,KAAK;QAAEF;MAAc,CAAC;IACpC,KAAKJ,WAAW,CAACe,WAAW,CAACF,OAAO;MAClC,MAAMG,OAAO,GAAGN,MAAM,CAACI,OAAqB;MAC5C,OAAO;QAAE,GAAGR,KAAK;QAAEH,QAAQ,EAAE,CAACa,OAAO,EAAE,GAAGV,KAAK,CAACH,QAAQ;MAAE,CAAC;IAC7D,KAAKH,WAAW,CAACiB,kBAAkB,CAACJ,OAAO;MACzC,OAAO;QAAE,GAAGP,KAAK;QAAEH,QAAQ,EAAE;MAAG,CAAC;IACnC,KAAKF,mBAAmB,CAACiB,YAAY;MACnC,OAAOhB,aAAa;IACtB;MACE,OAAOI,KAAK;EAChB;AACF,CAAC;AAED,eAAeD,cAAc"}
@@ -0,0 +1,58 @@
1
+ import { getMeetingCode, getMeetingUrl } from '../../utils/functions';
2
+ import ActionTypes, { HmsStateActionTypes } from '../actionTypes';
3
+ const INITIAL_STATE = {
4
+ userName: '',
5
+ userId: undefined,
6
+ endPoints: undefined,
7
+ debugMode: false,
8
+ hmsInstance: undefined,
9
+ roomID: getMeetingUrl(),
10
+ roomCode: getMeetingCode(),
11
+ isHLSFlow: true,
12
+ roles: [],
13
+ hmsSessionStore: null,
14
+ spotlightTrackId: null,
15
+ iosBuildConfig: null
16
+ };
17
+ const userReducer = function () {
18
+ let state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : INITIAL_STATE;
19
+ let action = arguments.length > 1 ? arguments[1] : undefined;
20
+ switch (action.type) {
21
+ case ActionTypes.SAVE_USER_DATA.REQUEST:
22
+ return {
23
+ ...state,
24
+ ...action.payload
25
+ };
26
+ case ActionTypes.SET_HMS_INSTANCE:
27
+ return {
28
+ ...state,
29
+ hmsInstance: action.payload.hmsInstance
30
+ };
31
+ case ActionTypes.CLEAR_HMS_INSTANCE:
32
+ return {
33
+ ...state,
34
+ hmsInstance: undefined,
35
+ hmsSessionStore: null,
36
+ spotlightTrackId: null
37
+ };
38
+ case HmsStateActionTypes.SET_USER_NAME:
39
+ return {
40
+ ...state,
41
+ userName: action.payload.userName
42
+ };
43
+ case HmsStateActionTypes.SET_PREBUILT_DATA:
44
+ state.roomCode = action.payload.roomCode;
45
+ state.userName = action.payload.options.userName ?? '';
46
+ state.userId = action.payload.options.userId;
47
+ state.endPoints = action.payload.options.endPoints;
48
+ state.debugMode = action.payload.options.debugMode ?? false;
49
+ state.iosBuildConfig = action.payload.options.iosBuildConfig ?? null;
50
+ return state;
51
+ case HmsStateActionTypes.CLEAR_STATES:
52
+ return INITIAL_STATE;
53
+ default:
54
+ return state;
55
+ }
56
+ };
57
+ export default userReducer;
58
+ //# sourceMappingURL=userState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["getMeetingCode","getMeetingUrl","ActionTypes","HmsStateActionTypes","INITIAL_STATE","userName","userId","undefined","endPoints","debugMode","hmsInstance","roomID","roomCode","isHLSFlow","roles","hmsSessionStore","spotlightTrackId","iosBuildConfig","userReducer","state","arguments","length","action","type","SAVE_USER_DATA","REQUEST","payload","SET_HMS_INSTANCE","CLEAR_HMS_INSTANCE","SET_USER_NAME","SET_PREBUILT_DATA","options","CLEAR_STATES"],"sourceRoot":"../../../../src","sources":["redux/reducers/userState.ts"],"mappings":"AAKA,SAASA,cAAc,EAAEC,aAAa,QAAQ,uBAAuB;AACrE,OAAOC,WAAW,IAAIC,mBAAmB,QAAQ,gBAAgB;AAuBjE,MAAMC,aAA8B,GAAG;EACrCC,QAAQ,EAAE,EAAE;EACZC,MAAM,EAAEC,SAAS;EACjBC,SAAS,EAAED,SAAS;EACpBE,SAAS,EAAE,KAAK;EAChBC,WAAW,EAAEH,SAAS;EACtBI,MAAM,EAAEV,aAAa,CAAC,CAAC;EACvBW,QAAQ,EAAEZ,cAAc,CAAC,CAAC;EAC1Ba,SAAS,EAAE,IAAI;EACfC,KAAK,EAAE,EAAE;EACTC,eAAe,EAAE,IAAI;EACrBC,gBAAgB,EAAE,IAAI;EACtBC,cAAc,EAAE;AAClB,CAAC;AAED,MAAMC,WAAW,GAAG,SAAAA,CAAA,EAGE;EAAA,IAFpBC,KAAK,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAb,SAAA,GAAAa,SAAA,MAAGhB,aAAa;EAAA,IACrBkB,MAAkB,GAAAF,SAAA,CAAAC,MAAA,OAAAD,SAAA,MAAAb,SAAA;EAElB,QAAQe,MAAM,CAACC,IAAI;IACjB,KAAKrB,WAAW,CAACsB,cAAc,CAACC,OAAO;MACrC,OAAO;QACL,GAAGN,KAAK;QACR,GAAGG,MAAM,CAACI;MACZ,CAAC;IACH,KAAKxB,WAAW,CAACyB,gBAAgB;MAC/B,OAAO;QACL,GAAGR,KAAK;QACRT,WAAW,EAAEY,MAAM,CAACI,OAAO,CAAChB;MAC9B,CAAC;IACH,KAAKR,WAAW,CAAC0B,kBAAkB;MACjC,OAAO;QACL,GAAGT,KAAK;QACRT,WAAW,EAAEH,SAAS;QACtBQ,eAAe,EAAE,IAAI;QACrBC,gBAAgB,EAAE;MACpB,CAAC;IACH,KAAKb,mBAAmB,CAAC0B,aAAa;MACpC,OAAO;QACL,GAAGV,KAAK;QACRd,QAAQ,EAAEiB,MAAM,CAACI,OAAO,CAACrB;MAC3B,CAAC;IACH,KAAKF,mBAAmB,CAAC2B,iBAAiB;MACxCX,KAAK,CAACP,QAAQ,GAAGU,MAAM,CAACI,OAAO,CAACd,QAAQ;MACxCO,KAAK,CAACd,QAAQ,GAAGiB,MAAM,CAACI,OAAO,CAACK,OAAO,CAAC1B,QAAQ,IAAI,EAAE;MACtDc,KAAK,CAACb,MAAM,GAAGgB,MAAM,CAACI,OAAO,CAACK,OAAO,CAACzB,MAAM;MAC5Ca,KAAK,CAACX,SAAS,GAAGc,MAAM,CAACI,OAAO,CAACK,OAAO,CAACvB,SAAS;MAClDW,KAAK,CAACV,SAAS,GAAGa,MAAM,CAACI,OAAO,CAACK,OAAO,CAACtB,SAAS,IAAI,KAAK;MAC3DU,KAAK,CAACF,cAAc,GAAGK,MAAM,CAACI,OAAO,CAACK,OAAO,CAACd,cAAc,IAAI,IAAI;MAEpE,OAAOE,KAAK;IACd,KAAKhB,mBAAmB,CAAC6B,YAAY;MACnC,OAAO5B,aAAa;IACtB;MACE,OAAOe,KAAK;EAChB;AACF,CAAC;AAED,eAAeD,WAAW"}
@@ -0,0 +1,9 @@
1
+ export let MeetingState = /*#__PURE__*/function (MeetingState) {
2
+ MeetingState[MeetingState["NOT_JOINED"] = 0] = "NOT_JOINED";
3
+ MeetingState[MeetingState["IN_PREVIEW"] = 1] = "IN_PREVIEW";
4
+ MeetingState[MeetingState["IN_MEETING"] = 2] = "IN_MEETING";
5
+ MeetingState[MeetingState["MEETING_ENDED"] = 3] = "MEETING_ENDED";
6
+ MeetingState[MeetingState["ERROR"] = 4] = "ERROR";
7
+ return MeetingState;
8
+ }({});
9
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["MeetingState"],"sourceRoot":"../../src","sources":["types.ts"],"mappings":"AAAA,WAAYA,YAAY,0BAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA"}
@@ -0,0 +1,53 @@
1
+ import { Dimensions, PixelRatio, useWindowDimensions } from 'react-native';
2
+ const screenWidth = Dimensions.get('window').width;
3
+ const screenHeight = Dimensions.get('window').height;
4
+ const DesignHeight = 896;
5
+ const DesignWidth = 414;
6
+
7
+ // It is based on the screen width of your design layouts e.g Height 896 x Width 414
8
+
9
+ // function normalize(size) {
10
+ // return PixelRatio.roundToNearestPixel(size * scale);
11
+ // }
12
+
13
+ const viewWidth = width => {
14
+ // Parse string percentage input and convert it to number.
15
+ const percent = width / DesignWidth * 100;
16
+ const elemWidth = parseFloat(percent + '%');
17
+
18
+ // size (dp) to the nearest one that corresponds to an integer number of pixels.
19
+ return PixelRatio.roundToNearestPixel(screenWidth * elemWidth / 100);
20
+ };
21
+ const viewHeight = height => {
22
+ // Parse string percentage input and convert it to number.
23
+ const percent = height / DesignHeight * 100;
24
+ const elemHeight = parseFloat(percent + '%');
25
+
26
+ // size (dp) to the nearest one that correspons to an integer number of pixels.
27
+ return PixelRatio.roundToNearestPixel(screenHeight * elemHeight / 100);
28
+ };
29
+ export let Orientation = /*#__PURE__*/function (Orientation) {
30
+ Orientation[Orientation["PORTRAIT"] = 0] = "PORTRAIT";
31
+ Orientation[Orientation["LANDSCAPE"] = 1] = "LANDSCAPE";
32
+ return Orientation;
33
+ }({});
34
+ export const useOrientation = () => {
35
+ const {
36
+ height,
37
+ width
38
+ } = useWindowDimensions();
39
+ return width < height ? Orientation.PORTRAIT : Orientation.LANDSCAPE;
40
+ };
41
+ export const useIsLandscapeOrientation = () => {
42
+ return useOrientation() === Orientation.LANDSCAPE;
43
+ };
44
+ export const useIsPortraitOrientation = () => {
45
+ return useOrientation() === Orientation.PORTRAIT;
46
+ };
47
+ export default {
48
+ screenWidth,
49
+ screenHeight,
50
+ viewHeight,
51
+ viewWidth
52
+ };
53
+ //# sourceMappingURL=dimension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Dimensions","PixelRatio","useWindowDimensions","screenWidth","get","width","screenHeight","height","DesignHeight","DesignWidth","viewWidth","percent","elemWidth","parseFloat","roundToNearestPixel","viewHeight","elemHeight","Orientation","useOrientation","PORTRAIT","LANDSCAPE","useIsLandscapeOrientation","useIsPortraitOrientation"],"sourceRoot":"../../../src","sources":["utils/dimension.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,UAAU,EAAEC,mBAAmB,QAAQ,cAAc;AAE1E,MAAMC,WAAW,GAAGH,UAAU,CAACI,GAAG,CAAC,QAAQ,CAAC,CAACC,KAAK;AAClD,MAAMC,YAAY,GAAGN,UAAU,CAACI,GAAG,CAAC,QAAQ,CAAC,CAACG,MAAM;AAEpD,MAAMC,YAAY,GAAG,GAAG;AACxB,MAAMC,WAAW,GAAG,GAAG;;AAEvB;;AAEA;AACA;AACA;;AAEA,MAAMC,SAAS,GAAIL,KAAa,IAAK;EACnC;EACA,MAAMM,OAAO,GAAIN,KAAK,GAAGI,WAAW,GAAI,GAAG;EAC3C,MAAMG,SAAS,GAAGC,UAAU,CAACF,OAAO,GAAG,GAAG,CAAC;;EAE3C;EACA,OAAOV,UAAU,CAACa,mBAAmB,CAAEX,WAAW,GAAGS,SAAS,GAAI,GAAG,CAAC;AACxE,CAAC;AAED,MAAMG,UAAU,GAAIR,MAAc,IAAK;EACrC;EACA,MAAMI,OAAO,GAAIJ,MAAM,GAAGC,YAAY,GAAI,GAAG;EAC7C,MAAMQ,UAAU,GAAGH,UAAU,CAACF,OAAO,GAAG,GAAG,CAAC;;EAE5C;EACA,OAAOV,UAAU,CAACa,mBAAmB,CAAER,YAAY,GAAGU,UAAU,GAAI,GAAG,CAAC;AAC1E,CAAC;AAED,WAAYC,WAAW,0BAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAKvB,OAAO,MAAMC,cAAc,GAAGA,CAAA,KAAM;EAClC,MAAM;IAAEX,MAAM;IAAEF;EAAM,CAAC,GAAGH,mBAAmB,CAAC,CAAC;EAE/C,OAAOG,KAAK,GAAGE,MAAM,GAAGU,WAAW,CAACE,QAAQ,GAAGF,WAAW,CAACG,SAAS;AACtE,CAAC;AAED,OAAO,MAAMC,yBAAyB,GAAGA,CAAA,KAAM;EAC7C,OAAOH,cAAc,CAAC,CAAC,KAAKD,WAAW,CAACG,SAAS;AACnD,CAAC;AAED,OAAO,MAAME,wBAAwB,GAAGA,CAAA,KAAM;EAC5C,OAAOJ,cAAc,CAAC,CAAC,KAAKD,WAAW,CAACE,QAAQ;AAClD,CAAC;AAED,eAAe;EACbhB,WAAW;EACXG,YAAY;EACZS,UAAU;EACVL;AACF,CAAC"}
@@ -0,0 +1,338 @@
1
+ import { Platform, Dimensions, PermissionsAndroid, StatusBar } from 'react-native';
2
+ import Toast from 'react-native-simple-toast';
3
+ import { HMSTrackType, HMSTrackSource } from '@100mslive/react-native-hms';
4
+ import { PERMISSIONS, request, requestMultiple, RESULTS } from 'react-native-permissions';
5
+ import { getRoomLinkDetails } from './getRoomLinkDetails';
6
+ export const getMeetingUrl = () => 'https://yogi.app.100ms.live/streaming/meeting/nih-bkn-vek';
7
+ // 'https://yogi-live.app.100ms.live/streaming/preview/qii-tow-sjq'; // DOUBT: use this URL instead of "nih" one?
8
+
9
+ export const getMeetingCode = () => 'nih-bkn-vek';
10
+ export const getInitials = name => {
11
+ var _name;
12
+ name = (_name = name) === null || _name === void 0 ? void 0 : _name.trim();
13
+ let initials = '';
14
+ if (name && name.length > 0) {
15
+ const nameArray = name.split(' ');
16
+ const firstName = nameArray.length > 0 ? nameArray[0] : null;
17
+ const secondName = nameArray.length > 1 ? nameArray[1] : null;
18
+ if (firstName && secondName) {
19
+ initials = firstName.substring(0, 1) + secondName.substring(0, 1);
20
+ } else if (firstName) {
21
+ initials = firstName.substring(0, firstName.length > 1 ? 2 : 1);
22
+ }
23
+ }
24
+ return initials.toUpperCase();
25
+ };
26
+ export const parseMetadata = metadata => {
27
+ try {
28
+ if (metadata) {
29
+ const parsedMetadata = JSON.parse(metadata);
30
+ return parsedMetadata;
31
+ }
32
+ } catch (e) {
33
+ console.log(e);
34
+ }
35
+ return {};
36
+ };
37
+ export const requestExternalStoragePermission = async () => {
38
+ // Function to check the platform
39
+ // If Platform is Android then check for permissions.
40
+ if (Platform.OS === 'ios') {
41
+ return true;
42
+ } else {
43
+ try {
44
+ const granted = await PermissionsAndroid.request('android.permission.WRITE_EXTERNAL_STORAGE', {
45
+ title: 'Storage Permission Required',
46
+ message: 'Application needs access to your storage to download File',
47
+ buttonPositive: 'true'
48
+ });
49
+ if (granted === PermissionsAndroid.RESULTS.GRANTED) {
50
+ // Start downloading
51
+ console.log('Storage Permission Granted.');
52
+ return true;
53
+ } else {
54
+ // If permission denied then show alert
55
+ Toast.showWithGravity('Storage Permission Not Granted', Toast.LONG, Toast.TOP);
56
+ console.log('Storage Permission Not Granted');
57
+ }
58
+ } catch (err) {
59
+ // To handle permission related exception
60
+ console.log('checkPermissionToWriteExternalStroage: ' + err);
61
+ }
62
+ }
63
+ return false;
64
+ };
65
+ export const callService = async (roomID, success, failure) => {
66
+ let roomCode;
67
+ let subdomain;
68
+ try {
69
+ if (validateUrl(roomID)) {
70
+ const {
71
+ roomCode: code,
72
+ roomDomain: domain
73
+ } = getRoomLinkDetails(roomID);
74
+ roomCode = code;
75
+ subdomain = domain;
76
+ if (!code || !domain) {
77
+ failure('code, domain not found');
78
+ return;
79
+ }
80
+ } else {
81
+ failure('Invalid room join link');
82
+ return;
83
+ }
84
+ const permissions = await checkPermissions([PERMISSIONS.ANDROID.CAMERA, PERMISSIONS.ANDROID.RECORD_AUDIO, PERMISSIONS.ANDROID.BLUETOOTH_CONNECT]);
85
+ if (permissions) {
86
+ const userId = getRandomUserId(6);
87
+ const isQARoom = subdomain && subdomain.search('.qa-') >= 0;
88
+ success(roomCode, userId, isQARoom ? `https://auth-nonprod.100ms.live${Platform.OS === 'ios' ? '/' : ''}` : undefined,
89
+ // Auth Endpoint
90
+ isQARoom ? 'https://qa-init.100ms.live/init' : undefined // HMSConfig Endpoint
91
+ );
92
+
93
+ return;
94
+ } else {
95
+ failure('permission not granted');
96
+ return;
97
+ }
98
+ } catch (error) {
99
+ console.log(error);
100
+ failure('error in call service');
101
+ return;
102
+ }
103
+ };
104
+
105
+ /**
106
+ * @param min minimum range value
107
+ * @param max maximum range value
108
+ * @returns value between min and max, min is inclusive and max is exclusive
109
+ */
110
+ export const getRandomNumberInRange = (min, max) => {
111
+ return Math.floor(Math.random() * (max - min) + min);
112
+ };
113
+ export const getRandomUserId = length => {
114
+ return Array.from({
115
+ length
116
+ }, () => {
117
+ const randomAlphaAsciiCode = getRandomNumberInRange(97, 123); // 97 - 122 is the ascii code range for a-z chars
118
+ const alphaCharacter = String.fromCharCode(randomAlphaAsciiCode);
119
+ return alphaCharacter;
120
+ }).join('');
121
+ };
122
+ export const getPeerNodes = (peerTrackNodes, peerID) => {
123
+ const nodes = [];
124
+ peerTrackNodes === null || peerTrackNodes === void 0 ? void 0 : peerTrackNodes.map(peerTrackNode => {
125
+ if (peerTrackNode.peer.peerID === peerID) {
126
+ nodes.push(peerTrackNode);
127
+ }
128
+ });
129
+ return nodes;
130
+ };
131
+ export const getPeerTrackNodes = (peerTrackNodes, peer, track) => {
132
+ const uniqueId = peer.peerID + ((track === null || track === void 0 ? void 0 : track.type) === HMSTrackType.VIDEO ? (track === null || track === void 0 ? void 0 : track.source) || HMSTrackSource.REGULAR : HMSTrackSource.REGULAR);
133
+ const nodes = [];
134
+ peerTrackNodes === null || peerTrackNodes === void 0 ? void 0 : peerTrackNodes.map(peerTrackNode => {
135
+ if (peerTrackNode.id === uniqueId) {
136
+ nodes.push(peerTrackNode);
137
+ }
138
+ });
139
+ return nodes;
140
+ };
141
+ export const updatedDegradedFlag = (peerTrackNodes, isDegraded) => {
142
+ return peerTrackNodes === null || peerTrackNodes === void 0 ? void 0 : peerTrackNodes.map(peerTrackNode => {
143
+ return {
144
+ ...peerTrackNode,
145
+ isDegraded
146
+ };
147
+ });
148
+ };
149
+ export const updatePeerTrackNodes = (peerTrackNodes, peer, track) => {
150
+ const uniqueId = peer.peerID + (track.source === undefined ? HMSTrackSource.REGULAR : track.source);
151
+ return peerTrackNodes === null || peerTrackNodes === void 0 ? void 0 : peerTrackNodes.map(peerTrackNode => {
152
+ if (peerTrackNode.id === uniqueId) {
153
+ return {
154
+ ...peerTrackNode,
155
+ peer,
156
+ track
157
+ };
158
+ }
159
+ return peerTrackNode;
160
+ });
161
+ };
162
+ export const updatePeerNodes = (peerTrackNodes, peer) => {
163
+ return peerTrackNodes === null || peerTrackNodes === void 0 ? void 0 : peerTrackNodes.map(peerTrackNode => {
164
+ if (peerTrackNode.peer.peerID === peer.peerID) {
165
+ return {
166
+ ...peerTrackNode,
167
+ peer
168
+ };
169
+ }
170
+ return peerTrackNode;
171
+ });
172
+ };
173
+ export const createPeerTrackNode = (peer, track) => {
174
+ var _track, _track2;
175
+ if (!track || track.type === HMSTrackType.AUDIO) {
176
+ track = peer.videoTrack;
177
+ }
178
+ let isVideoTrack = false;
179
+ if (track && ((_track = track) === null || _track === void 0 ? void 0 : _track.type) === HMSTrackType.VIDEO) {
180
+ isVideoTrack = true;
181
+ }
182
+ const videoTrack = isVideoTrack ? track : undefined;
183
+ const trackSource = ((_track2 = track) === null || _track2 === void 0 ? void 0 : _track2.source) ?? HMSTrackSource.REGULAR;
184
+ return {
185
+ id: peer.peerID + trackSource,
186
+ peer: peer,
187
+ track: videoTrack,
188
+ isDegraded: false
189
+ };
190
+ };
191
+ export const replacePeerTrackNodes = (latestPeerTrackNodes, updatedPeerTrackNodes) => {
192
+ let newPeerTrackNodes = latestPeerTrackNodes;
193
+ updatedPeerTrackNodes.map(updatedPeerTrackNode => {
194
+ newPeerTrackNodes = newPeerTrackNodes.map(latestPeerTrackNode => {
195
+ if (latestPeerTrackNode.id === updatedPeerTrackNode.id) {
196
+ return updatedPeerTrackNode;
197
+ }
198
+ return latestPeerTrackNode;
199
+ });
200
+ });
201
+ return newPeerTrackNodes;
202
+ };
203
+ export const isPortrait = () => {
204
+ const dim = Dimensions.get('window');
205
+ return dim.height >= dim.width;
206
+ };
207
+ export const validateUrl = url => {
208
+ if (url) {
209
+ var pattern = new RegExp('^(https?:\\/\\/)?' + '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|' + '((\\d{1,3}\\.){3}\\d{1,3}))' + '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*' + '(\\?[;&a-z\\d%_.~+=-]*)?' + '(\\#[-a-z\\d_]*)?$', 'i');
210
+ return pattern.test(url);
211
+ }
212
+ return false;
213
+ };
214
+ export const checkPermissions = async permissions => {
215
+ if (Platform.OS === 'ios') {
216
+ return true;
217
+ }
218
+ try {
219
+ const requiredPermissions = permissions.filter(permission => permission.toString() !== PERMISSIONS.ANDROID.BLUETOOTH_CONNECT);
220
+ const results = await requestMultiple(requiredPermissions);
221
+ let allPermissionsGranted = true;
222
+ requiredPermissions.forEach(permission => {
223
+ if (!(results[permission] === RESULTS.GRANTED)) {
224
+ allPermissionsGranted = false;
225
+ }
226
+ console.log(permission, ':', results[permission]);
227
+ });
228
+
229
+ // Bluetooth Connect Permission handling
230
+ if (permissions.findIndex(permission => permission.toString() === PERMISSIONS.ANDROID.BLUETOOTH_CONNECT) >= 0) {
231
+ const bleConnectResult = await request(PERMISSIONS.ANDROID.BLUETOOTH_CONNECT);
232
+ console.log(`${PERMISSIONS.ANDROID.BLUETOOTH_CONNECT} : ${bleConnectResult}`);
233
+ }
234
+ return allPermissionsGranted;
235
+ } catch (error) {
236
+ console.log(error);
237
+ return false;
238
+ }
239
+ };
240
+ export const pairData = (unGroupedPeerTrackNodes, batch, spotlightVideoTrackId) => {
241
+ const spotlightNode = [];
242
+ const pairedDataRegular = [];
243
+ const pairedDataSource = [];
244
+ let groupedPeerTrackNodes = [];
245
+ let itemsPushed = 0;
246
+ unGroupedPeerTrackNodes.map(item => {
247
+ var _item$track, _item$track2;
248
+ const {
249
+ onSpotlight
250
+ } = isTileOnSpotlight(spotlightVideoTrackId, {
251
+ tileVideoTrack: item.track,
252
+ peerRegularAudioTrack: item.peer.audioTrack,
253
+ peerAuxTracks: item.peer.auxiliaryTracks
254
+ });
255
+ if (onSpotlight) {
256
+ spotlightNode.push([item]);
257
+ } else if (((_item$track = item.track) === null || _item$track === void 0 ? void 0 : _item$track.source) !== HMSTrackSource.REGULAR && ((_item$track2 = item.track) === null || _item$track2 === void 0 ? void 0 : _item$track2.source) !== undefined) {
258
+ pairedDataSource.push([item]);
259
+ } else {
260
+ if (itemsPushed === batch) {
261
+ pairedDataRegular.push(groupedPeerTrackNodes);
262
+ groupedPeerTrackNodes = [];
263
+ itemsPushed = 0;
264
+ }
265
+ groupedPeerTrackNodes.push(item);
266
+ itemsPushed++;
267
+ }
268
+ });
269
+ if (groupedPeerTrackNodes.length) {
270
+ pairedDataRegular.push(groupedPeerTrackNodes);
271
+ }
272
+ return [...spotlightNode, ...pairedDataSource, ...pairedDataRegular];
273
+ };
274
+ export const isTileOnSpotlight = (spotlightTrackId, peerTracks) => {
275
+ var _peerTracks$tileVideo, _peerTracks$tileVideo2, _peerTracks$peerRegul, _peerTracks$peerAuxTr;
276
+ const trackSource = ((_peerTracks$tileVideo = peerTracks.tileVideoTrack) === null || _peerTracks$tileVideo === void 0 ? void 0 : _peerTracks$tileVideo.source) || HMSTrackSource.REGULAR;
277
+ const videoTrackId = (_peerTracks$tileVideo2 = peerTracks.tileVideoTrack) === null || _peerTracks$tileVideo2 === void 0 ? void 0 : _peerTracks$tileVideo2.trackId;
278
+ const audioTrackId = trackSource === HMSTrackSource.REGULAR ? (_peerTracks$peerRegul = peerTracks.peerRegularAudioTrack) === null || _peerTracks$peerRegul === void 0 ? void 0 : _peerTracks$peerRegul.trackId : (_peerTracks$peerAuxTr = peerTracks.peerAuxTracks) === null || _peerTracks$peerAuxTr === void 0 || (_peerTracks$peerAuxTr = _peerTracks$peerAuxTr.find(auxiliaryTrack => auxiliaryTrack.source === trackSource && auxiliaryTrack.type === HMSTrackType.AUDIO)) === null || _peerTracks$peerAuxTr === void 0 ? void 0 : _peerTracks$peerAuxTr.trackId;
279
+ return {
280
+ onSpotlight: spotlightTrackId ? spotlightTrackId === audioTrackId || spotlightTrackId === videoTrackId : false,
281
+ tileVideoTrackId: videoTrackId,
282
+ tileAudioTrackId: audioTrackId
283
+ };
284
+ };
285
+ export const getDisplayTrackDimensions = (peersInPage, top, bottom, isPortraitOrientation) => {
286
+ // window height - (header + footer + top + bottom + padding)
287
+
288
+ // Using "extra offset" (i.e. 32) for android as we are getting wrong window height
289
+ const viewHeight = Dimensions.get('window').height - (50 + 50 + top + bottom + (Platform.OS === 'android' ? 32 : 2));
290
+ let height, width;
291
+ if (isPortraitOrientation) {
292
+ height = peersInPage === 1 ? viewHeight / 1 : peersInPage === 2 ? viewHeight / 2 : peersInPage === 3 ? viewHeight / 3 : viewHeight / 2;
293
+ width = peersInPage === 1 ? '100%' : peersInPage === 2 ? '100%' : peersInPage === 3 ? '100%' : '50%';
294
+ } else {
295
+ height = viewHeight - (StatusBar.currentHeight || 0);
296
+ width = peersInPage === 1 ? '100%' : '50%';
297
+ }
298
+ return {
299
+ height,
300
+ width
301
+ };
302
+ };
303
+
304
+ // getTrackForPIPView function
305
+ // returns first remote peerTrack (regular or screenshare) that it founds
306
+ // otherwise returns first valid peerTrack
307
+ export const getTrackForPIPView = pairedPeers => {
308
+ const peerTracks = pairedPeers.flat();
309
+
310
+ // local
311
+ let videoPeerTrackNode = peerTracks[0];
312
+ for (const peerTrack of peerTracks) {
313
+ // Checking if we have "remote" screenshare track
314
+ if (peerTrack.peer.isLocal === false && peerTrack.track && peerTrack.track.source !== HMSTrackSource.REGULAR && peerTrack.track.type === HMSTrackType.VIDEO) {
315
+ return peerTrack;
316
+ }
317
+
318
+ // remote
319
+ if (peerTrack.peer.isLocal === false) {
320
+ return peerTrack;
321
+ }
322
+ }
323
+ return videoPeerTrackNode;
324
+ };
325
+ export const getTime = millisecs => {
326
+ const sec = Math.floor(millisecs / 1000 % 60);
327
+ const min = Math.floor(millisecs / (1000 * 60) % 60);
328
+ const h = Math.floor(millisecs / (1000 * 60 * 60) % 24);
329
+ return [h, min, sec];
330
+ };
331
+ export const getTimeStringin12HourFormat = time => {
332
+ let hours = time.getHours();
333
+ const minutes = time.getMinutes();
334
+ const notation = hours / 12 > 1 ? ' PM' : ' AM';
335
+ hours = hours % 12;
336
+ return (hours < 10 ? '0' + hours : hours) + ':' + (minutes < 10 ? '0' + minutes : minutes) + notation;
337
+ };
338
+ //# sourceMappingURL=functions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Platform","Dimensions","PermissionsAndroid","StatusBar","Toast","HMSTrackType","HMSTrackSource","PERMISSIONS","request","requestMultiple","RESULTS","getRoomLinkDetails","getMeetingUrl","getMeetingCode","getInitials","name","_name","trim","initials","length","nameArray","split","firstName","secondName","substring","toUpperCase","parseMetadata","metadata","parsedMetadata","JSON","parse","e","console","log","requestExternalStoragePermission","OS","granted","title","message","buttonPositive","GRANTED","showWithGravity","LONG","TOP","err","callService","roomID","success","failure","roomCode","subdomain","validateUrl","code","roomDomain","domain","permissions","checkPermissions","ANDROID","CAMERA","RECORD_AUDIO","BLUETOOTH_CONNECT","userId","getRandomUserId","isQARoom","search","undefined","error","getRandomNumberInRange","min","max","Math","floor","random","Array","from","randomAlphaAsciiCode","alphaCharacter","String","fromCharCode","join","getPeerNodes","peerTrackNodes","peerID","nodes","map","peerTrackNode","peer","push","getPeerTrackNodes","track","uniqueId","type","VIDEO","source","REGULAR","id","updatedDegradedFlag","isDegraded","updatePeerTrackNodes","updatePeerNodes","createPeerTrackNode","_track","_track2","AUDIO","videoTrack","isVideoTrack","trackSource","replacePeerTrackNodes","latestPeerTrackNodes","updatedPeerTrackNodes","newPeerTrackNodes","updatedPeerTrackNode","latestPeerTrackNode","isPortrait","dim","get","height","width","url","pattern","RegExp","test","requiredPermissions","filter","permission","toString","results","allPermissionsGranted","forEach","findIndex","bleConnectResult","pairData","unGroupedPeerTrackNodes","batch","spotlightVideoTrackId","spotlightNode","pairedDataRegular","pairedDataSource","groupedPeerTrackNodes","itemsPushed","item","_item$track","_item$track2","onSpotlight","isTileOnSpotlight","tileVideoTrack","peerRegularAudioTrack","audioTrack","peerAuxTracks","auxiliaryTracks","spotlightTrackId","peerTracks","_peerTracks$tileVideo","_peerTracks$tileVideo2","_peerTracks$peerRegul","_peerTracks$peerAuxTr","videoTrackId","trackId","audioTrackId","find","auxiliaryTrack","tileVideoTrackId","tileAudioTrackId","getDisplayTrackDimensions","peersInPage","top","bottom","isPortraitOrientation","viewHeight","currentHeight","getTrackForPIPView","pairedPeers","flat","videoPeerTrackNode","peerTrack","isLocal","getTime","millisecs","sec","h","getTimeStringin12HourFormat","time","hours","getHours","minutes","getMinutes","notation"],"sourceRoot":"../../../src","sources":["utils/functions.ts"],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ export const getRoomLinkDetails = roomLink => {
2
+ const codeObject = RegExp(/(?!\/)[a-zA-Z\-0-9]*$/g).exec(roomLink);
3
+ const domainObject = RegExp(/(https:\/\/)?(?:[a-zA-Z0-9.-])+(?!\\)/).exec(roomLink);
4
+ let roomCode = '';
5
+ let roomDomain = '';
6
+ if (codeObject && domainObject) {
7
+ roomCode = codeObject[0];
8
+ roomDomain = domainObject[0];
9
+ roomDomain = roomDomain.replace('https://', '');
10
+ }
11
+ return {
12
+ roomCode,
13
+ roomDomain
14
+ };
15
+ };
16
+ //# sourceMappingURL=getRoomLinkDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["getRoomLinkDetails","roomLink","codeObject","RegExp","exec","domainObject","roomCode","roomDomain","replace"],"sourceRoot":"../../../src","sources":["utils/getRoomLinkDetails.ts"],"mappings":"AAAA,OAAO,MAAMA,kBAAkB,GAC7BC,QAAgB,IAC6B;EAC7C,MAAMC,UAAU,GAAGC,MAAM,CAAC,wBAAwB,CAAC,CAACC,IAAI,CAACH,QAAQ,CAAC;EAElE,MAAMI,YAAY,GAAGF,MAAM,CAAC,uCAAuC,CAAC,CAACC,IAAI,CACvEH,QACF,CAAC;EAED,IAAIK,QAAQ,GAAG,EAAE;EACjB,IAAIC,UAAU,GAAG,EAAE;EAEnB,IAAIL,UAAU,IAAIG,YAAY,EAAE;IAC9BC,QAAQ,GAAGJ,UAAU,CAAC,CAAC,CAAC;IACxBK,UAAU,GAAGF,YAAY,CAAC,CAAC,CAAC;IAC5BE,UAAU,GAAGA,UAAU,CAACC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC;EACjD;EAEA,OAAO;IACLF,QAAQ;IACRC;EACF,CAAC;AACH,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { useEffect } from 'react';
2
+ import { useDispatch, useSelector } from 'react-redux';
3
+ import { HMSTrackSource, HMSUpdateListenerActions } from '@100mslive/react-native-hms';
4
+ import { setRTCStats } from '../redux/actions';
5
+ import { ModalTypes } from './types';
6
+ export const useRTCStatsListeners = () => {
7
+ const dispatch = useDispatch();
8
+ const hmsInstance = useSelector(state => state.user.hmsInstance);
9
+ const addListeners = useSelector(state => state.app.joinConfig.showStats || state.app.modalType === ModalTypes.RTC_STATS);
10
+ useEffect(() => {
11
+ if (hmsInstance && addListeners) {
12
+ hmsInstance.addEventListener(HMSUpdateListenerActions.ON_LOCAL_AUDIO_STATS, data => {
13
+ const audioStatId = data.track.source && data.track.source !== HMSTrackSource.REGULAR ? data.peer.peerID + data.track.source : data.peer.peerID;
14
+
15
+ // Saving Audio Track Stats by "peerId" plus "track source" if source is not regular
16
+ dispatch(setRTCStats(audioStatId, data.localAudioStats));
17
+ });
18
+ hmsInstance.addEventListener(HMSUpdateListenerActions.ON_LOCAL_VIDEO_STATS, data => {
19
+ dispatch(setRTCStats(data.track.trackId, data.localVideoStats));
20
+ });
21
+ hmsInstance.addEventListener(HMSUpdateListenerActions.ON_REMOTE_AUDIO_STATS, data => {
22
+ const audioStatId = data.track.source && data.track.source !== HMSTrackSource.REGULAR ? data.peer.peerID + data.track.source : data.peer.peerID;
23
+
24
+ // Saving Audio Track Stats by "peerId" plus "track source" if source is not regular
25
+ dispatch(setRTCStats(audioStatId, data.remoteAudioStats));
26
+ });
27
+ hmsInstance.addEventListener(HMSUpdateListenerActions.ON_REMOTE_VIDEO_STATS, data => {
28
+ dispatch(setRTCStats(data.track.trackId, data.remoteVideoStats));
29
+ });
30
+ return () => {
31
+ hmsInstance.removeEventListener(HMSUpdateListenerActions.ON_LOCAL_AUDIO_STATS);
32
+ hmsInstance.removeEventListener(HMSUpdateListenerActions.ON_LOCAL_VIDEO_STATS);
33
+ hmsInstance.removeEventListener(HMSUpdateListenerActions.ON_REMOTE_AUDIO_STATS);
34
+ hmsInstance.removeEventListener(HMSUpdateListenerActions.ON_REMOTE_VIDEO_STATS);
35
+ };
36
+ }
37
+ }, [hmsInstance, addListeners]);
38
+ };
39
+ //# sourceMappingURL=hooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useEffect","useDispatch","useSelector","HMSTrackSource","HMSUpdateListenerActions","setRTCStats","ModalTypes","useRTCStatsListeners","dispatch","hmsInstance","state","user","addListeners","app","joinConfig","showStats","modalType","RTC_STATS","addEventListener","ON_LOCAL_AUDIO_STATS","data","audioStatId","track","source","REGULAR","peer","peerID","localAudioStats","ON_LOCAL_VIDEO_STATS","trackId","localVideoStats","ON_REMOTE_AUDIO_STATS","remoteAudioStats","ON_REMOTE_VIDEO_STATS","remoteVideoStats","removeEventListener"],"sourceRoot":"../../../src","sources":["utils/hooks.ts"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AACjC,SAASC,WAAW,EAAEC,WAAW,QAAQ,aAAa;AACtD,SAUEC,cAAc,EACdC,wBAAwB,QACnB,6BAA6B;AAGpC,SAASC,WAAW,QAAQ,kBAAkB;AAC9C,SAASC,UAAU,QAAQ,SAAS;AAEpC,OAAO,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;EACxC,MAAMC,QAAQ,GAAGP,WAAW,CAAC,CAAC;EAC9B,MAAMQ,WAAW,GAAGP,WAAW,CAAEQ,KAAgB,IAAKA,KAAK,CAACC,IAAI,CAACF,WAAW,CAAC;EAC7E,MAAMG,YAAY,GAAGV,WAAW,CAC7BQ,KAAgB,IACfA,KAAK,CAACG,GAAG,CAACC,UAAU,CAACC,SAAS,IAC9BL,KAAK,CAACG,GAAG,CAACG,SAAS,KAAKV,UAAU,CAACW,SACvC,CAAC;EAEDjB,SAAS,CAAC,MAAM;IACd,IAAIS,WAAW,IAAIG,YAAY,EAAE;MAC/BH,WAAW,CAACS,gBAAgB,CAC1Bd,wBAAwB,CAACe,oBAAoB,EAC5CC,IAIA,IAAK;QACJ,MAAMC,WAAW,GACfD,IAAI,CAACE,KAAK,CAACC,MAAM,IAAIH,IAAI,CAACE,KAAK,CAACC,MAAM,KAAKpB,cAAc,CAACqB,OAAO,GAC7DJ,IAAI,CAACK,IAAI,CAACC,MAAM,GAAGN,IAAI,CAACE,KAAK,CAACC,MAAM,GACpCH,IAAI,CAACK,IAAI,CAACC,MAAM;;QAEtB;QACAlB,QAAQ,CAACH,WAAW,CAACgB,WAAW,EAAED,IAAI,CAACO,eAAe,CAAC,CAAC;MAC1D,CACF,CAAC;MAEDlB,WAAW,CAACS,gBAAgB,CAC1Bd,wBAAwB,CAACwB,oBAAoB,EAC5CR,IAIA,IAAK;QACJZ,QAAQ,CAACH,WAAW,CAACe,IAAI,CAACE,KAAK,CAACO,OAAO,EAAET,IAAI,CAACU,eAAe,CAAC,CAAC;MACjE,CACF,CAAC;MAEDrB,WAAW,CAACS,gBAAgB,CAC1Bd,wBAAwB,CAAC2B,qBAAqB,EAC7CX,IAIA,IAAK;QACJ,MAAMC,WAAW,GACfD,IAAI,CAACE,KAAK,CAACC,MAAM,IAAIH,IAAI,CAACE,KAAK,CAACC,MAAM,KAAKpB,cAAc,CAACqB,OAAO,GAC7DJ,IAAI,CAACK,IAAI,CAACC,MAAM,GAAGN,IAAI,CAACE,KAAK,CAACC,MAAM,GACpCH,IAAI,CAACK,IAAI,CAACC,MAAM;;QAEtB;QACAlB,QAAQ,CAACH,WAAW,CAACgB,WAAW,EAAED,IAAI,CAACY,gBAAgB,CAAC,CAAC;MAC3D,CACF,CAAC;MAEDvB,WAAW,CAACS,gBAAgB,CAC1Bd,wBAAwB,CAAC6B,qBAAqB,EAC7Cb,IAIA,IAAK;QACJZ,QAAQ,CAACH,WAAW,CAACe,IAAI,CAACE,KAAK,CAACO,OAAO,EAAET,IAAI,CAACc,gBAAgB,CAAC,CAAC;MAClE,CACF,CAAC;MAED,OAAO,MAAM;QACXzB,WAAW,CAAC0B,mBAAmB,CAC7B/B,wBAAwB,CAACe,oBAC3B,CAAC;QACDV,WAAW,CAAC0B,mBAAmB,CAC7B/B,wBAAwB,CAACwB,oBAC3B,CAAC;QACDnB,WAAW,CAAC0B,mBAAmB,CAC7B/B,wBAAwB,CAAC2B,qBAC3B,CAAC;QACDtB,WAAW,CAAC0B,mBAAmB,CAC7B/B,wBAAwB,CAAC6B,qBAC3B,CAAC;MACH,CAAC;IACH;EACF,CAAC,EAAE,CAACxB,WAAW,EAAEG,YAAY,CAAC,CAAC;AACjC,CAAC"}