@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,213 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.DisplayView = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactRedux = require("react-redux");
9
+ var _reactNative = require("react-native");
10
+ var _reactNativeHms = require("@100mslive/react-native-hms");
11
+ var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
12
+ var _styles = require("./styles");
13
+ var _DefaultModal = require("./DefaultModal");
14
+ var _types = require("../utils/types");
15
+ var _functions = require("../utils/functions");
16
+ var _Modals = require("./Modals");
17
+ var _GridView = require("./GridView");
18
+ var _HLSView = require("./HLSView");
19
+ var _PIPView = _interopRequireDefault(require("./PIPView"));
20
+ var _PeerSettingsModalContent = require("../components/PeerSettingsModalContent");
21
+ var _StreamingQualityModalContent = require("../components/StreamingQualityModalContent");
22
+ var _hooksUtil = require("../hooks-util");
23
+ var _dimension = require("../utils/dimension");
24
+ var _ParticipantsModal = require("./ParticipantsModal");
25
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
26
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
27
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
28
+ const DisplayView = _ref => {
29
+ let {
30
+ offset,
31
+ peerTrackNodes
32
+ } = _ref;
33
+ // --- 100ms SDK Instance ---
34
+ const hmsInstance = (0, _hooksUtil.useHMSInstance)();
35
+ const isPortrait = (0, _dimension.useIsPortraitOrientation)();
36
+ const isHLSViewer = (0, _hooksUtil.useIsHLSViewer)();
37
+ const {
38
+ modalVisibleType: modalVisible,
39
+ handleModalVisibleType: setModalVisible
40
+ } = (0, _hooksUtil.useModalType)();
41
+
42
+ // --- Refs ---
43
+ const gridViewRef = (0, _react.useRef)(null);
44
+ const trackToChangeRef = (0, _react.useRef)(null);
45
+
46
+ // --- Redux stores ---
47
+ const isPipModeActive = (0, _reactRedux.useSelector)(state => state.app.pipModeStatus === _types.PipModes.ACTIVE);
48
+ const spotlightTrackId = (0, _reactRedux.useSelector)(state => state.user.spotlightTrackId); // State to track active spotlight trackId
49
+
50
+ // --- Component Local States ---
51
+ const [selectedPeerTrackNode, setSelectedPeerTrackNode] = (0, _react.useState)(null);
52
+ const [capturedImagePath, setCapturedImagePath] = (0, _react.useState)(null);
53
+
54
+ // --- Constants ---
55
+ const pairedPeers = (0, _react.useMemo)(() => (0, _functions.pairData)(peerTrackNodes, isPortrait ? 4 : 2, spotlightTrackId), [peerTrackNodes, spotlightTrackId, isPortrait]);
56
+
57
+ // --- Listeners ---
58
+ (0, _hooksUtil.useHMSSessionStoreListeners)();
59
+ const trackStateChangeRequest = (0, _hooksUtil.useHMSChangeTrackStateRequest)(() => {
60
+ setModalVisible(_types.ModalTypes.CHANGE_TRACK, true);
61
+ });
62
+ const roleChangeRequest = (0, _hooksUtil.useHMSRoleChangeRequest)(() => {
63
+ setModalVisible(_types.ModalTypes.CHANGE_ROLE_ACCEPT, true);
64
+ });
65
+
66
+ // --- Effects ---
67
+ (0, _react.useEffect)(() => {
68
+ // Scroll to start of the list
69
+ if (spotlightTrackId) {
70
+ var _gridViewRef$current;
71
+ (_gridViewRef$current = gridViewRef.current) === null || _gridViewRef$current === void 0 || (_gridViewRef$current = _gridViewRef$current.getFlatlistRef().current) === null || _gridViewRef$current === void 0 ? void 0 : _gridViewRef$current.scrollToOffset({
72
+ animated: true,
73
+ offset: 0
74
+ });
75
+ }
76
+ }, [spotlightTrackId]);
77
+
78
+ // functions
79
+
80
+ const handlePeerTileMorePress = _react.default.useCallback(peerTrackNode => {
81
+ setSelectedPeerTrackNode(peerTrackNode);
82
+ setModalVisible(_types.ModalTypes.PEER_SETTINGS);
83
+ }, [setModalVisible]);
84
+ const handleCaptureScreenShotPress = node => {
85
+ setModalVisible(_types.ModalTypes.DEFAULT);
86
+ _reactNative.InteractionManager.runAfterInteractions(() => {
87
+ var _gridViewRef$current2;
88
+ (_gridViewRef$current2 = gridViewRef.current) === null || _gridViewRef$current2 === void 0 ? void 0 : _gridViewRef$current2.captureViewScreenshot(node);
89
+ });
90
+ };
91
+ const handleCaptureImageAtMaxSupportedResolutionPress = _node => {
92
+ setModalVisible(_types.ModalTypes.DEFAULT);
93
+ _reactNative.InteractionManager.runAfterInteractions(async () => {
94
+ const permission = await (0, _functions.requestExternalStoragePermission)();
95
+ if (hmsInstance && permission) {
96
+ _reactNativeHms.HMSCameraControl.captureImageAtMaxSupportedResolution(true).then(imagePath => {
97
+ console.log('captureImageAtMaxSupportedResolution result -> ', imagePath);
98
+ setModalVisible(_types.ModalTypes.DEFAULT);
99
+ setCapturedImagePath({
100
+ uri: `file://${imagePath}`
101
+ });
102
+ }).catch(error => {
103
+ console.warn('captureImageAtMaxSupportedResolution error -> ', error);
104
+ });
105
+ }
106
+ });
107
+ };
108
+ const handleStreamingQualityPress = track => {
109
+ trackToChangeRef.current = track;
110
+ setModalVisible(_types.ModalTypes.STREAMING_QUALITY_SETTING, true);
111
+ };
112
+ const animatedStyles = (0, _reactNativeReanimated.useAnimatedStyle)(() => {
113
+ return {
114
+ transform: [{
115
+ translateY: (0, _reactNativeReanimated.interpolate)(offset.value, [0, 1], [4, 0])
116
+ }]
117
+ };
118
+ }, []);
119
+ return /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.View, {
120
+ style: [_styles.styles.container, animatedStyles]
121
+ }, isHLSViewer ? /*#__PURE__*/_react.default.createElement(_HLSView.HLSView, null) : pairedPeers.length > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isPipModeActive ? /*#__PURE__*/_react.default.createElement(_PIPView.default, {
122
+ pairedPeers: pairedPeers
123
+ }) : /*#__PURE__*/_react.default.createElement(_GridView.GridView, {
124
+ ref: gridViewRef,
125
+ onPeerTileMorePress: handlePeerTileMorePress,
126
+ pairedPeers: pairedPeers
127
+ })) : /*#__PURE__*/_react.default.createElement(_reactNative.View, {
128
+ style: _styles.styles.welcomeContainer
129
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
130
+ style: _styles.styles.welcomeHeading
131
+ }, "Welcome!"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
132
+ style: _styles.styles.welcomeDescription
133
+ }, "You're the first one here."), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
134
+ style: _styles.styles.welcomeDescription
135
+ }, "Sit back and relax till the others join.")), isPipModeActive ? null : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
136
+ backdrop: true,
137
+ modalPosiion: "center",
138
+ viewStyle: {
139
+ minWidth: '70%',
140
+ width: undefined
141
+ },
142
+ modalVisible: modalVisible === _types.ModalTypes.PEER_SETTINGS,
143
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
144
+ }, selectedPeerTrackNode ? /*#__PURE__*/_react.default.createElement(_PeerSettingsModalContent.PeerSettingsModalContent, {
145
+ peerTrackNode: selectedPeerTrackNode,
146
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT),
147
+ onCaptureScreenShotPress: handleCaptureScreenShotPress,
148
+ onCaptureImageAtMaxSupportedResolutionPress: handleCaptureImageAtMaxSupportedResolutionPress,
149
+ onStreamingQualityPress: handleStreamingQualityPress
150
+ }) : null), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
151
+ modalPosiion: "center",
152
+ modalVisible: modalVisible === _types.ModalTypes.HLS_PLAYER_ASPECT_RATIO,
153
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
154
+ }, /*#__PURE__*/_react.default.createElement(_Modals.ChangeAspectRatio, {
155
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
156
+ })), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
157
+ modalPosiion: "center",
158
+ modalVisible: !!capturedImagePath,
159
+ setModalVisible: () => setCapturedImagePath(null)
160
+ }, capturedImagePath ? /*#__PURE__*/_react.default.createElement(_Modals.SaveScreenshot, {
161
+ imageSource: capturedImagePath,
162
+ cancelModal: () => setCapturedImagePath(null)
163
+ }) : null), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
164
+ modalPosiion: "center",
165
+ modalVisible: modalVisible === _types.ModalTypes.STREAMING_QUALITY_SETTING,
166
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
167
+ }, trackToChangeRef.current ? /*#__PURE__*/_react.default.createElement(_StreamingQualityModalContent.StreamingQualityModalContent, {
168
+ track: trackToChangeRef.current,
169
+ cancelModal: () => {
170
+ setModalVisible(_types.ModalTypes.DEFAULT);
171
+ }
172
+ }) : null), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
173
+ modalPosiion: "center",
174
+ modalVisible: modalVisible === _types.ModalTypes.CHANGE_TRACK,
175
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
176
+ }, trackStateChangeRequest ? /*#__PURE__*/_react.default.createElement(_Modals.ChangeTrackStateModal, {
177
+ roleChangeRequest: trackStateChangeRequest,
178
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
179
+ }) : null), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
180
+ modalPosiion: "center",
181
+ modalVisible: modalVisible === _types.ModalTypes.CHANGE_ROLE_ACCEPT,
182
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
183
+ }, roleChangeRequest ? /*#__PURE__*/_react.default.createElement(_Modals.ChangeRoleAccepteModal, {
184
+ instance: hmsInstance,
185
+ roleChangeRequest: roleChangeRequest,
186
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
187
+ }) : null), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
188
+ animationIn: 'slideInUp',
189
+ animationOut: 'slideOutDown',
190
+ modalVisible: modalVisible === _types.ModalTypes.PARTICIPANTS,
191
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
192
+ }, /*#__PURE__*/_react.default.createElement(_ParticipantsModal.ParticipantsModal, null)), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
193
+ modalPosiion: "center",
194
+ modalVisible: modalVisible === _types.ModalTypes.CHANGE_ROLE,
195
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
196
+ }, /*#__PURE__*/_react.default.createElement(_Modals.ChangeRoleModal, {
197
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
198
+ })), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
199
+ modalPosiion: "center",
200
+ modalVisible: modalVisible === _types.ModalTypes.VOLUME,
201
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
202
+ }, /*#__PURE__*/_react.default.createElement(_Modals.ChangeVolumeModal, {
203
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
204
+ })), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
205
+ modalPosiion: "center",
206
+ modalVisible: modalVisible === _types.ModalTypes.CHANGE_NAME,
207
+ setModalVisible: () => setModalVisible(_types.ModalTypes.DEFAULT)
208
+ }, /*#__PURE__*/_react.default.createElement(_Modals.ChangeNameModal, {
209
+ cancelModal: () => setModalVisible(_types.ModalTypes.DEFAULT)
210
+ }))));
211
+ };
212
+ exports.DisplayView = DisplayView;
213
+ //# sourceMappingURL=DisplayView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactRedux","_reactNative","_reactNativeHms","_reactNativeReanimated","_styles","_DefaultModal","_types","_functions","_Modals","_GridView","_HLSView","_PIPView","_interopRequireDefault","_PeerSettingsModalContent","_StreamingQualityModalContent","_hooksUtil","_dimension","_ParticipantsModal","obj","__esModule","default","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","DisplayView","_ref","offset","peerTrackNodes","hmsInstance","useHMSInstance","isPortrait","useIsPortraitOrientation","isHLSViewer","useIsHLSViewer","modalVisibleType","modalVisible","handleModalVisibleType","setModalVisible","useModalType","gridViewRef","useRef","trackToChangeRef","isPipModeActive","useSelector","state","app","pipModeStatus","PipModes","ACTIVE","spotlightTrackId","user","selectedPeerTrackNode","setSelectedPeerTrackNode","useState","capturedImagePath","setCapturedImagePath","pairedPeers","useMemo","pairData","useHMSSessionStoreListeners","trackStateChangeRequest","useHMSChangeTrackStateRequest","ModalTypes","CHANGE_TRACK","roleChangeRequest","useHMSRoleChangeRequest","CHANGE_ROLE_ACCEPT","useEffect","_gridViewRef$current","current","getFlatlistRef","scrollToOffset","animated","handlePeerTileMorePress","React","useCallback","peerTrackNode","PEER_SETTINGS","handleCaptureScreenShotPress","node","DEFAULT","InteractionManager","runAfterInteractions","_gridViewRef$current2","captureViewScreenshot","handleCaptureImageAtMaxSupportedResolutionPress","_node","permission","requestExternalStoragePermission","HMSCameraControl","captureImageAtMaxSupportedResolution","then","imagePath","console","log","uri","catch","error","warn","handleStreamingQualityPress","track","STREAMING_QUALITY_SETTING","animatedStyles","useAnimatedStyle","transform","translateY","interpolate","value","createElement","View","style","styles","container","HLSView","length","Fragment","GridView","ref","onPeerTileMorePress","welcomeContainer","Text","welcomeHeading","welcomeDescription","DefaultModal","backdrop","modalPosiion","viewStyle","minWidth","width","undefined","PeerSettingsModalContent","cancelModal","onCaptureScreenShotPress","onCaptureImageAtMaxSupportedResolutionPress","onStreamingQualityPress","HLS_PLAYER_ASPECT_RATIO","ChangeAspectRatio","SaveScreenshot","imageSource","StreamingQualityModalContent","ChangeTrackStateModal","ChangeRoleAccepteModal","instance","animationIn","animationOut","PARTICIPANTS","ParticipantsModal","CHANGE_ROLE","ChangeRoleModal","VOLUME","ChangeVolumeModal","CHANGE_NAME","ChangeNameModal","exports"],"sourceRoot":"../../../src","sources":["components/DisplayView.tsx"],"mappings":"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"}
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports._Footer = exports.Footer = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
10
+ var _theme = require("../utils/theme");
11
+ var _hooksUtil = require("../hooks-util");
12
+ var _Icons = require("../Icons");
13
+ var _HMSManageLeave = require("./HMSManageLeave");
14
+ var _HMSManageRaiseHand = require("./HMSManageRaiseHand");
15
+ var _HMSManageLocalAudio = require("./HMSManageLocalAudio");
16
+ var _HMSManageLocalVideo = require("./HMSManageLocalVideo");
17
+ var _HMSChat = require("./HMSChat");
18
+ var _HMSRoomOptions = require("./HMSRoomOptions");
19
+ var _hooksSdk = require("../hooks-sdk");
20
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
22
+ const _Footer = _ref => {
23
+ let {
24
+ offset
25
+ } = _ref;
26
+ const isHLSViewer = (0, _hooksUtil.useIsHLSViewer)();
27
+ const canPublishAudio = (0, _hooksSdk.useCanPublishAudio)();
28
+ const canPublishVideo = (0, _hooksSdk.useCanPublishVideo)();
29
+ const footerActionButtons = (0, _react.useMemo)(() => {
30
+ const actions = ['chat'];
31
+ if (isHLSViewer) {
32
+ actions.unshift('leave');
33
+ }
34
+ if (canPublishVideo) {
35
+ actions.unshift('video');
36
+ }
37
+ if (canPublishAudio) {
38
+ actions.unshift('audio');
39
+ }
40
+ actions.push(isHLSViewer ? 'hand-raise' : 'options');
41
+ return actions;
42
+ }, [isHLSViewer, canPublishAudio, canPublishVideo]);
43
+ const animatedStyles = (0, _reactNativeReanimated.useAnimatedStyle)(() => {
44
+ return {
45
+ opacity: (0, _reactNativeReanimated.interpolate)(offset.value, [0, 0.7, 1], [0, 0.5, 1]),
46
+ transform: [{
47
+ translateY: (0, _reactNativeReanimated.interpolate)(offset.value, [0, 1], [10, 0])
48
+ }]
49
+ };
50
+ }, []);
51
+ const animatedProps = (0, _reactNativeReanimated.useAnimatedProps)(() => {
52
+ return {
53
+ pointerEvents: offset.value === 0 ? 'none' : 'auto'
54
+ };
55
+ }, []);
56
+ return /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.View, {
57
+ style: animatedStyles,
58
+ animatedProps: animatedProps
59
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
60
+ style: styles.container
61
+ }, footerActionButtons.map((actionType, index) => {
62
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
63
+ key: actionType,
64
+ style: index === 0 ? null : styles.iconWrapper
65
+ }, actionType === 'leave' ? /*#__PURE__*/_react.default.createElement(_HMSManageLeave.HMSManageLeave, {
66
+ leaveIconDelegate: /*#__PURE__*/_react.default.createElement(_Icons.EndIcon, null)
67
+ }) : actionType === 'audio' ? /*#__PURE__*/_react.default.createElement(_HMSManageLocalAudio.HMSManageLocalAudio, null) : actionType === 'video' ? /*#__PURE__*/_react.default.createElement(_HMSManageLocalVideo.HMSManageLocalVideo, null) : actionType === 'chat' ? /*#__PURE__*/_react.default.createElement(_HMSChat.HMSChat, null) : actionType === 'options' ? /*#__PURE__*/_react.default.createElement(_HMSRoomOptions.HMSRoomOptions, null) : actionType === 'hand-raise' ? /*#__PURE__*/_react.default.createElement(_HMSManageRaiseHand.HMSManageRaiseHand, null) : null);
68
+ })));
69
+ };
70
+ exports._Footer = _Footer;
71
+ const styles = _reactNative.StyleSheet.create({
72
+ container: {
73
+ paddingVertical: 8,
74
+ paddingHorizontal: 16,
75
+ backgroundColor: _theme.COLORS.BACKGROUND.DIM,
76
+ flexDirection: 'row',
77
+ alignItems: 'center',
78
+ justifyContent: 'center'
79
+ },
80
+ iconWrapper: {
81
+ marginLeft: 24
82
+ }
83
+ });
84
+ const Footer = /*#__PURE__*/(0, _react.memo)(_Footer);
85
+ exports.Footer = Footer;
86
+ //# sourceMappingURL=Footer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeReanimated","_theme","_hooksUtil","_Icons","_HMSManageLeave","_HMSManageRaiseHand","_HMSManageLocalAudio","_HMSManageLocalVideo","_HMSChat","_HMSRoomOptions","_hooksSdk","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_Footer","_ref","offset","isHLSViewer","useIsHLSViewer","canPublishAudio","useCanPublishAudio","canPublishVideo","useCanPublishVideo","footerActionButtons","useMemo","actions","unshift","push","animatedStyles","useAnimatedStyle","opacity","interpolate","value","transform","translateY","animatedProps","useAnimatedProps","pointerEvents","createElement","View","style","styles","container","map","actionType","index","iconWrapper","HMSManageLeave","leaveIconDelegate","EndIcon","HMSManageLocalAudio","HMSManageLocalVideo","HMSChat","HMSRoomOptions","HMSManageRaiseHand","exports","StyleSheet","create","paddingVertical","paddingHorizontal","backgroundColor","COLORS","BACKGROUND","DIM","flexDirection","alignItems","justifyContent","marginLeft","Footer","memo"],"sourceRoot":"../../../src","sources":["components/Footer.tsx"],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.FullScreenIndicator = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _theme = require("../utils/theme");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ const FullScreenIndicator = () => {
12
+ return /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
13
+ size: 'large',
14
+ color: _theme.COLORS.PRIMARY.DEFAULT,
15
+ style: styles.indicator
16
+ });
17
+ };
18
+ exports.FullScreenIndicator = FullScreenIndicator;
19
+ const styles = _reactNative.StyleSheet.create({
20
+ indicator: {
21
+ flex: 1,
22
+ backgroundColor: _theme.COLORS.BACKGROUND.DIM
23
+ }
24
+ });
25
+ //# sourceMappingURL=FullScreenIndicator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_theme","obj","__esModule","default","FullScreenIndicator","createElement","ActivityIndicator","size","color","COLORS","PRIMARY","DEFAULT","style","styles","indicator","exports","StyleSheet","create","flex","backgroundColor","BACKGROUND","DIM"],"sourceRoot":"../../../src","sources":["components/FullScreenIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,MAAA,GAAAF,OAAA;AAAwC,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAEjC,MAAMG,mBAA6B,GAAGA,CAAA,KAAM;EACjD,oBACER,MAAA,CAAAO,OAAA,CAAAE,aAAA,CAACN,YAAA,CAAAO,iBAAiB;IAChBC,IAAI,EAAE,OAAQ;IACdC,KAAK,EAAEC,aAAM,CAACC,OAAO,CAACC,OAAQ;IAC9BC,KAAK,EAAEC,MAAM,CAACC;EAAU,CACzB,CAAC;AAEN,CAAC;AAACC,OAAA,CAAAX,mBAAA,GAAAA,mBAAA;AAEF,MAAMS,MAAM,GAAGG,uBAAU,CAACC,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,IAAI,EAAE,CAAC;IACPC,eAAe,EAAEV,aAAM,CAACW,UAAU,CAACC;EACrC;AACF,CAAC,CAAC"}
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GridView = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _DefaultModal = require("./DefaultModal");
10
+ var _Modals = require("./Modals");
11
+ var _TilesContainer = require("./TilesContainer");
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
+ const GridView = /*#__PURE__*/_react.default.forwardRef((_ref, ref) => {
15
+ let {
16
+ pairedPeers,
17
+ onPeerTileMorePress
18
+ } = _ref;
19
+ // hooks
20
+ const [screenshotData, setScreenshotData] = (0, _react.useState)(null);
21
+ const hmsViewRefs = (0, _react.useRef)({});
22
+ const flatlistRef = (0, _react.useRef)(null);
23
+
24
+ // We are setting `captureViewScreenshot` method on ref passed to GridView component
25
+ // `captureViewScreenshot` method can be called to with PeerTrackNode to capture the HmsView Snapshot
26
+ (0, _react.useImperativeHandle)(ref, () => ({
27
+ captureViewScreenshot: node => {
28
+ var _hmsViewRef$capture;
29
+ // getting HmsView ref for the passed PeerTrackNode
30
+ const hmsViewRef = hmsViewRefs.current[node.id];
31
+
32
+ // If HmsView is not rendered on Tile, then HmsView ref will be `undefined`
33
+ if (!hmsViewRef) {
34
+ console.warn(`HmsViewRef for "${node.id}" is not available!`);
35
+ return;
36
+ }
37
+
38
+ // Calling `capture` method on HmsView ref
39
+ (_hmsViewRef$capture = hmsViewRef.capture) === null || _hmsViewRef$capture === void 0 ? void 0 : _hmsViewRef$capture.call(hmsViewRef).then(imageBase64 => {
40
+ console.log('HmsView Capture Success');
41
+ // Saving data needed to show captured snapshot in "Save Snapshot" Modal
42
+ setScreenshotData({
43
+ peer: node.peer,
44
+ source: {
45
+ uri: `data:image/png;base64,${imageBase64}`
46
+ }
47
+ });
48
+ }).catch(error => console.warn('HmsView Capture Error: ', error));
49
+ },
50
+ getFlatlistRef: () => {
51
+ return flatlistRef;
52
+ }
53
+ }), []);
54
+ const setHmsViewRefs = _react.default.useCallback((viewId, ref) => {
55
+ hmsViewRefs.current[viewId] = ref;
56
+ }, []);
57
+ const _renderItem = _react.default.useCallback(_ref2 => {
58
+ let {
59
+ item
60
+ } = _ref2;
61
+ return /*#__PURE__*/_react.default.createElement(_TilesContainer.TilesContainer, {
62
+ onPeerTileMorePress: onPeerTileMorePress,
63
+ peerTrackNodes: item,
64
+ setHmsViewRefs: setHmsViewRefs
65
+ });
66
+ }, [onPeerTileMorePress, setHmsViewRefs]);
67
+ const _keyExtractor = _react.default.useCallback(item => {
68
+ var _item$;
69
+ return (_item$ = item[0]) === null || _item$ === void 0 ? void 0 : _item$.id;
70
+ }, []);
71
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
72
+ style: {
73
+ flex: 1
74
+ }
75
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
76
+ ref: flatlistRef,
77
+ horizontal: true,
78
+ data: pairedPeers,
79
+ initialNumToRender: 1,
80
+ maxToRenderPerBatch: 1,
81
+ windowSize: 2,
82
+ pagingEnabled: true,
83
+ showsHorizontalScrollIndicator: false,
84
+ renderItem: _renderItem,
85
+ numColumns: 1,
86
+ keyExtractor: _keyExtractor
87
+ }), /*#__PURE__*/_react.default.createElement(_DefaultModal.DefaultModal, {
88
+ modalPosiion: "center",
89
+ modalVisible: !!screenshotData,
90
+ setModalVisible: () => setScreenshotData(null)
91
+ }, /*#__PURE__*/_react.default.createElement(_Modals.SaveScreenshot, {
92
+ imageSource: screenshotData === null || screenshotData === void 0 ? void 0 : screenshotData.source,
93
+ cancelModal: () => setScreenshotData(null)
94
+ })));
95
+ });
96
+ exports.GridView = GridView;
97
+ GridView.displayName = 'GridView';
98
+ //# sourceMappingURL=GridView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_DefaultModal","_Modals","_TilesContainer","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","GridView","React","forwardRef","_ref","ref","pairedPeers","onPeerTileMorePress","screenshotData","setScreenshotData","useState","hmsViewRefs","useRef","flatlistRef","useImperativeHandle","captureViewScreenshot","node","_hmsViewRef$capture","hmsViewRef","current","id","console","warn","capture","then","imageBase64","log","peer","source","uri","catch","error","getFlatlistRef","setHmsViewRefs","useCallback","viewId","_renderItem","_ref2","item","createElement","TilesContainer","peerTrackNodes","_keyExtractor","_item$","View","style","flex","FlatList","horizontal","data","initialNumToRender","maxToRenderPerBatch","windowSize","pagingEnabled","showsHorizontalScrollIndicator","renderItem","numColumns","keyExtractor","DefaultModal","modalPosiion","modalVisible","setModalVisible","SaveScreenshot","imageSource","cancelModal","exports","displayName"],"sourceRoot":"../../../src","sources":["components/GridView.tsx"],"mappings":"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"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.HLSPlayerEmoticons = void 0;
7
+ var _reactRedux = require("react-redux");
8
+ var _reactNativeHms = require("@100mslive/react-native-hms");
9
+ var _reactNativeSimpleToast = _interopRequireDefault(require("react-native-simple-toast"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ const HLSPlayerEmoticons = () => {
12
+ const hmsInstance = (0, _reactRedux.useSelector)(state => state.user.hmsInstance);
13
+ (0, _reactNativeHms.useHMSHLSPlayerCue)(cue => {
14
+ if (!hmsInstance) {
15
+ return;
16
+ }
17
+ const payloadStr = cue.payloadval;
18
+ if (typeof payloadStr === 'string') {
19
+ try {
20
+ const emoticonMessage = JSON.parse(payloadStr);
21
+ if (emoticonMessage.type === 'EMOJI_REACTION') {
22
+ const peer = hmsInstance.getPeerFromPeerId(emoticonMessage.senderId);
23
+ _reactNativeSimpleToast.default.showWithGravity(`${peer === null || peer === void 0 ? void 0 : peer.name} ${getEmojiByString(emoticonMessage.emojiId)}`, _reactNativeSimpleToast.default.LONG, _reactNativeSimpleToast.default.TOP);
24
+ }
25
+ } catch (error) {
26
+ const message = `HLS Cue Payload is not JSON: ${error}`;
27
+ console.warn(message);
28
+ _reactNativeSimpleToast.default.showWithGravity(message, _reactNativeSimpleToast.default.LONG, _reactNativeSimpleToast.default.TOP);
29
+ }
30
+ }
31
+ }, []);
32
+ return null;
33
+ };
34
+ exports.HLSPlayerEmoticons = HLSPlayerEmoticons;
35
+ const emojiMap = {
36
+ '+1': '👍',
37
+ '-1': '👎',
38
+ 'wave': '👋',
39
+ 'clap': '👏',
40
+ 'fire': '🔥',
41
+ 'tada': '🎉',
42
+ 'heart_eyes': '😍',
43
+ 'joy': '😂',
44
+ 'open_mouth': '😮',
45
+ 'sob': '😭'
46
+ };
47
+ const getEmojiByString = emojiCode => emojiMap[emojiCode] || '👍';
48
+ //# sourceMappingURL=HLSPlayerEmoticons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactRedux","require","_reactNativeHms","_reactNativeSimpleToast","_interopRequireDefault","obj","__esModule","default","HLSPlayerEmoticons","hmsInstance","useSelector","state","user","useHMSHLSPlayerCue","cue","payloadStr","payloadval","emoticonMessage","JSON","parse","type","peer","getPeerFromPeerId","senderId","Toast","showWithGravity","name","getEmojiByString","emojiId","LONG","TOP","error","message","console","warn","exports","emojiMap","emojiCode"],"sourceRoot":"../../../src","sources":["components/HLSPlayerEmoticons.tsx"],"mappings":";;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,uBAAA,GAAAC,sBAAA,CAAAH,OAAA;AAA8C,SAAAG,uBAAAC,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAWvC,MAAMG,kBAAkB,GAAGA,CAAA,KAAM;EACtC,MAAMC,WAAW,GAAG,IAAAC,uBAAW,EAAEC,KAAgB,IAAKA,KAAK,CAACC,IAAI,CAACH,WAAW,CAAC;EAE7E,IAAAI,kCAAkB,EAAEC,GAAG,IAAK;IAC1B,IAAI,CAACL,WAAW,EAAE;MAChB;IACF;IAEA,MAAMM,UAAU,GAAGD,GAAG,CAACE,UAAU;IAEjC,IAAI,OAAOD,UAAU,KAAK,QAAQ,EAAE;MAClC,IAAI;QACF,MAAME,eAAgC,GAAGC,IAAI,CAACC,KAAK,CAACJ,UAAU,CAAC;QAC/D,IAAIE,eAAe,CAACG,IAAI,KAAK,gBAAgB,EAAE;UAC7C,MAAMC,IAAI,GAAGZ,WAAW,CAACa,iBAAiB,CAACL,eAAe,CAACM,QAAQ,CAAC;UACpEC,+BAAK,CAACC,eAAe,CAClB,GAAEJ,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEK,IAAK,IAAGC,gBAAgB,CAACV,eAAe,CAACW,OAAO,CAAE,EAAC,EAC5DJ,+BAAK,CAACK,IAAI,EACVL,+BAAK,CAACM,GACR,CAAC;QACH;MACF,CAAC,CAAC,OAAOC,KAAK,EAAE;QACd,MAAMC,OAAO,GAAI,gCAA+BD,KAAM,EAAC;QACvDE,OAAO,CAACC,IAAI,CAACF,OAAO,CAAC;QACrBR,+BAAK,CAACC,eAAe,CAACO,OAAO,EAAER,+BAAK,CAACK,IAAI,EAAEL,+BAAK,CAACM,GAAG,CAAC;MACvD;IACF;EACF,CAAC,EAAE,EAAE,CAAC;EAEN,OAAO,IAAI;AACb,CAAC;AAACK,OAAA,CAAA3B,kBAAA,GAAAA,kBAAA;AAEF,MAAM4B,QAAgC,GAAG;EACvC,IAAI,EAAE,IAAI;EACV,IAAI,EAAE,IAAI;EACV,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,YAAY,EAAE,IAAI;EAClB,KAAK,EAAE,IAAI;EACX,YAAY,EAAE,IAAI;EAClB,KAAK,EAAE;AACT,CAAC;AAED,MAAMT,gBAAgB,GAAIU,SAAiB,IAAKD,QAAQ,CAACC,SAAS,CAAC,IAAI,IAAI"}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.HLSPlayerStatsView = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _reactNativeHms = require("@100mslive/react-native-hms");
10
+ var _theme = require("../utils/theme");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ const HLSPlayerStatsView = _ref => {
13
+ let {
14
+ onClosePress
15
+ } = _ref;
16
+ const {
17
+ stats
18
+ } = (0, _reactNativeHms.useHMSHLSPlayerStats)();
19
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
20
+ style: styles.container
21
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
22
+ onPress: () => onClosePress === null || onClosePress === void 0 ? void 0 : onClosePress(),
23
+ style: styles.closeButton
24
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
25
+ style: styles.text
26
+ }, "close")), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
27
+ style: styles.text
28
+ }, "Bandwidth Estimate: ", stats.bandWidthEstimate), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
29
+ style: styles.text
30
+ }, "Total Bytes Loaded: ", stats.totalBytesLoaded), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
31
+ style: styles.text
32
+ }, "Buffered Duration: ", stats.bufferedDuration), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
33
+ style: styles.text
34
+ }, "Distance From Live: ", stats.distanceFromLive), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
35
+ style: styles.text
36
+ }, "Dropped Frame Count: ", stats.droppedFrameCount), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
37
+ style: styles.text
38
+ }, "Average Bitrate: ", stats.averageBitrate), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
39
+ style: styles.text
40
+ }, "Video Height: ", stats.videoHeight), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
41
+ style: styles.text
42
+ }, "Video Width: ", stats.videoWidth));
43
+ };
44
+ exports.HLSPlayerStatsView = HLSPlayerStatsView;
45
+ const styles = _reactNative.StyleSheet.create({
46
+ container: {
47
+ position: 'absolute',
48
+ top: 8,
49
+ left: 8,
50
+ backgroundColor: _theme.COLORS.OVERLAY,
51
+ borderRadius: 12,
52
+ padding: 8,
53
+ minWidth: '50%'
54
+ },
55
+ closeButton: {
56
+ padding: 12
57
+ },
58
+ text: {
59
+ fontSize: 14,
60
+ lineHeight: 14 * 1.3,
61
+ color: _theme.COLORS.TEXT.HIGH_EMPHASIS
62
+ }
63
+ });
64
+ //# sourceMappingURL=HLSPlayerStatsView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeHms","_theme","obj","__esModule","default","HLSPlayerStatsView","_ref","onClosePress","stats","useHMSHLSPlayerStats","createElement","View","style","styles","container","TouchableOpacity","onPress","closeButton","Text","text","bandWidthEstimate","totalBytesLoaded","bufferedDuration","distanceFromLive","droppedFrameCount","averageBitrate","videoHeight","videoWidth","exports","StyleSheet","create","position","top","left","backgroundColor","COLORS","OVERLAY","borderRadius","padding","minWidth","fontSize","lineHeight","color","TEXT","HIGH_EMPHASIS"],"sourceRoot":"../../../src","sources":["components/HLSPlayerStatsView.tsx"],"mappings":"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"}