@stream-io/video-react-native-sdk 1.39.1-beta.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (676) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/android/src/main/java/com/streamvideo/reactnative/recorder/TracksRecorderManager.kt +17 -8
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js +93 -48
  4. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  5. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +22 -20
  6. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  7. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js +2 -1
  8. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  9. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +10 -6
  10. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  11. package/dist/commonjs/components/Call/CallControls/CallControls.js +7 -5
  12. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  13. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +11 -8
  14. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
  15. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +10 -6
  16. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
  17. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +11 -9
  18. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  19. package/dist/commonjs/components/Call/CallControls/LobbyControls.js +5 -3
  20. package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
  21. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +12 -9
  22. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  23. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +22 -15
  24. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
  25. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +10 -6
  26. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
  27. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +15 -11
  28. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  29. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +13 -9
  30. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  31. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +18 -13
  32. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  33. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +17 -12
  34. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  35. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +13 -9
  36. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  37. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +17 -12
  38. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  39. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +39 -34
  40. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  41. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +17 -12
  42. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  43. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +36 -24
  44. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  45. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +30 -28
  46. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  47. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +10 -7
  48. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
  49. package/dist/commonjs/components/Call/Lobby/Lobby.js +45 -35
  50. package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
  51. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +21 -16
  52. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
  53. package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +2 -1
  54. package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
  55. package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +2 -1
  56. package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
  57. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +32 -22
  58. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  59. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +37 -27
  60. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  61. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +13 -11
  62. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  63. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +28 -22
  64. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  65. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +25 -22
  66. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  67. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +38 -34
  68. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  69. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +16 -12
  70. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  71. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +16 -12
  72. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  73. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +19 -14
  74. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  75. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +5 -3
  76. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  77. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +19 -16
  78. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  79. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +19 -14
  80. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  81. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +11 -8
  82. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  83. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +78 -57
  84. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  85. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -46
  86. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  87. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamEnded.js +48 -22
  88. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamEnded.js.map +1 -1
  89. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +7 -5
  90. package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
  91. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -9
  92. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  93. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +11 -7
  94. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  95. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +18 -13
  96. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  97. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +10 -7
  98. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  99. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +18 -13
  100. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  101. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +41 -37
  102. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  103. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLobby.js +33 -23
  104. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLobby.js.map +1 -1
  105. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +18 -15
  106. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  107. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +20 -16
  108. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  109. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +55 -48
  110. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
  111. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +64 -52
  112. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  113. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +30 -27
  114. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  115. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +11 -7
  116. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  117. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +17 -14
  118. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  119. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +27 -24
  120. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  121. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +8 -7
  122. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
  123. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/index.js +35 -32
  124. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -1
  125. package/dist/commonjs/components/utility/Avatar.js +18 -15
  126. package/dist/commonjs/components/utility/Avatar.js.map +1 -1
  127. package/dist/commonjs/components/utility/ScreenShareOverlay.js +35 -29
  128. package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
  129. package/dist/commonjs/contexts/BackgroundFilters.js +5 -3
  130. package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
  131. package/dist/commonjs/contexts/ThemeContext.js +5 -3
  132. package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
  133. package/dist/commonjs/contexts/internal/ScreenshotIosContext.js +5 -3
  134. package/dist/commonjs/contexts/internal/ScreenshotIosContext.js.map +1 -1
  135. package/dist/commonjs/hooks/useAutoEnterPiPEffect.js +5 -10
  136. package/dist/commonjs/hooks/useAutoEnterPiPEffect.js.map +1 -1
  137. package/dist/commonjs/hooks/useLoopbackRecording.js +47 -27
  138. package/dist/commonjs/hooks/useLoopbackRecording.js.map +1 -1
  139. package/dist/commonjs/hooks/useModeration.js +4 -1
  140. package/dist/commonjs/hooks/useModeration.js.map +1 -1
  141. package/dist/commonjs/icons/Back.js +8 -6
  142. package/dist/commonjs/icons/Back.js.map +1 -1
  143. package/dist/commonjs/icons/BadNetwork.js +11 -9
  144. package/dist/commonjs/icons/BadNetwork.js.map +1 -1
  145. package/dist/commonjs/icons/CameraSwitch.js +8 -6
  146. package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
  147. package/dist/commonjs/icons/EndStreamIcon.js +8 -6
  148. package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
  149. package/dist/commonjs/icons/Eye.js +8 -6
  150. package/dist/commonjs/icons/Eye.js.map +1 -1
  151. package/dist/commonjs/icons/IconWrapper.js +5 -3
  152. package/dist/commonjs/icons/IconWrapper.js.map +1 -1
  153. package/dist/commonjs/icons/LivestreamControls.js +44 -39
  154. package/dist/commonjs/icons/LivestreamControls.js.map +1 -1
  155. package/dist/commonjs/icons/Lock.js +8 -6
  156. package/dist/commonjs/icons/Lock.js.map +1 -1
  157. package/dist/commonjs/icons/Maximize.js +33 -31
  158. package/dist/commonjs/icons/Maximize.js.map +1 -1
  159. package/dist/commonjs/icons/Mic.js +8 -6
  160. package/dist/commonjs/icons/Mic.js.map +1 -1
  161. package/dist/commonjs/icons/MicOff.js +8 -6
  162. package/dist/commonjs/icons/MicOff.js.map +1 -1
  163. package/dist/commonjs/icons/Phone.js +8 -6
  164. package/dist/commonjs/icons/Phone.js.map +1 -1
  165. package/dist/commonjs/icons/PhoneDown.js +8 -6
  166. package/dist/commonjs/icons/PhoneDown.js.map +1 -1
  167. package/dist/commonjs/icons/PinVertical.js +8 -6
  168. package/dist/commonjs/icons/PinVertical.js.map +1 -1
  169. package/dist/commonjs/icons/Reaction.js +8 -6
  170. package/dist/commonjs/icons/Reaction.js.map +1 -1
  171. package/dist/commonjs/icons/ScreenShare.js +8 -6
  172. package/dist/commonjs/icons/ScreenShare.js.map +1 -1
  173. package/dist/commonjs/icons/ScreenShareIndicator.js +21 -18
  174. package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
  175. package/dist/commonjs/icons/StartStreamIcon.js +8 -6
  176. package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
  177. package/dist/commonjs/icons/StopScreenShare.js +11 -9
  178. package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
  179. package/dist/commonjs/icons/Video.js +8 -6
  180. package/dist/commonjs/icons/Video.js.map +1 -1
  181. package/dist/commonjs/icons/VideoSlash.js +8 -6
  182. package/dist/commonjs/icons/VideoSlash.js.map +1 -1
  183. package/dist/commonjs/icons/index.js +0 -66
  184. package/dist/commonjs/icons/index.js.map +1 -1
  185. package/dist/commonjs/package.json +1 -0
  186. package/dist/commonjs/providers/BusyTonePlayer.js +7 -7
  187. package/dist/commonjs/providers/BusyTonePlayer.js.map +1 -1
  188. package/dist/commonjs/providers/NoiseCancellation/NoiseCancellationProvider.js +5 -3
  189. package/dist/commonjs/providers/NoiseCancellation/NoiseCancellationProvider.js.map +1 -1
  190. package/dist/commonjs/providers/StreamCall/AppStateListener.js +3 -0
  191. package/dist/commonjs/providers/StreamCall/AppStateListener.js.map +1 -1
  192. package/dist/commonjs/providers/StreamCall/DeviceStats.js +1 -1
  193. package/dist/commonjs/providers/StreamCall/DeviceStats.js.map +1 -1
  194. package/dist/commonjs/providers/StreamCall/index.js +5 -3
  195. package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
  196. package/dist/commonjs/providers/StreamVideo.js +10 -5
  197. package/dist/commonjs/providers/StreamVideo.js.map +1 -1
  198. package/dist/commonjs/utils/StreamVideoRN/index.js +0 -1
  199. package/dist/commonjs/utils/StreamVideoRN/index.js.map +1 -1
  200. package/dist/commonjs/utils/internal/callingx/callingx.js +4 -4
  201. package/dist/commonjs/utils/internal/callingx/callingx.js.map +1 -1
  202. package/dist/commonjs/utils/internal/registerSDKGlobals.js +2 -2
  203. package/dist/commonjs/utils/internal/registerSDKGlobals.js.map +1 -1
  204. package/dist/commonjs/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  205. package/dist/commonjs/version.js +1 -1
  206. package/dist/commonjs/version.js.map +1 -1
  207. package/dist/module/components/Call/CallContent/CallContent.js +95 -48
  208. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  209. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +24 -20
  210. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  211. package/dist/module/components/Call/CallContent/RTCViewPipNative.js +4 -1
  212. package/dist/module/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  213. package/dist/module/components/Call/CallContent/index.js +2 -0
  214. package/dist/module/components/Call/CallContent/index.js.map +1 -1
  215. package/dist/module/components/Call/CallControls/AcceptCallButton.js +12 -7
  216. package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  217. package/dist/module/components/Call/CallControls/CallControls.js +9 -6
  218. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  219. package/dist/module/components/Call/CallControls/CallControlsButton.js +13 -8
  220. package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
  221. package/dist/module/components/Call/CallControls/HangupCallButton.js +12 -7
  222. package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
  223. package/dist/module/components/Call/CallControls/IncomingCallControls.js +13 -10
  224. package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  225. package/dist/module/components/Call/CallControls/LobbyControls.js +7 -3
  226. package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
  227. package/dist/module/components/Call/CallControls/OutgoingCallControls.js +14 -10
  228. package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  229. package/dist/module/components/Call/CallControls/ReactionsButton.js +24 -16
  230. package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
  231. package/dist/module/components/Call/CallControls/RejectCallButton.js +12 -7
  232. package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
  233. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +17 -12
  234. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  235. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +15 -10
  236. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  237. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +20 -14
  238. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  239. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +19 -13
  240. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  241. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +15 -10
  242. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  243. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +19 -13
  244. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  245. package/dist/module/components/Call/CallControls/index.js +2 -0
  246. package/dist/module/components/Call/CallControls/index.js.map +1 -1
  247. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +41 -34
  248. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  249. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +19 -13
  250. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  251. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +38 -25
  252. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  253. package/dist/module/components/Call/CallLayout/index.js +2 -0
  254. package/dist/module/components/Call/CallLayout/index.js.map +1 -1
  255. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +32 -28
  256. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  257. package/dist/module/components/Call/CallParticipantsList/index.js +2 -0
  258. package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
  259. package/dist/module/components/Call/Lobby/JoinCallButton.js +12 -8
  260. package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
  261. package/dist/module/components/Call/Lobby/Lobby.js +47 -36
  262. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  263. package/dist/module/components/Call/Lobby/LobbyFooter.js +23 -17
  264. package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
  265. package/dist/module/components/Call/Lobby/index.js +2 -0
  266. package/dist/module/components/Call/Lobby/index.js.map +1 -1
  267. package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +4 -1
  268. package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
  269. package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +4 -1
  270. package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
  271. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +34 -23
  272. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  273. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +39 -28
  274. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  275. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +15 -12
  276. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  277. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +30 -22
  278. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  279. package/dist/module/components/Call/RingingCallContent/UserInfo.js +27 -22
  280. package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  281. package/dist/module/components/Call/RingingCallContent/index.js +2 -0
  282. package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
  283. package/dist/module/components/Call/index.js +2 -0
  284. package/dist/module/components/Call/index.js.map +1 -1
  285. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +40 -35
  286. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  287. package/dist/module/components/Livestream/HostLivestream/index.js +2 -0
  288. package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
  289. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +18 -13
  290. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  291. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +18 -13
  292. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  293. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +21 -14
  294. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  295. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +7 -4
  296. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  297. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +21 -16
  298. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  299. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +21 -14
  300. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  301. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -9
  302. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  303. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +80 -58
  304. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  305. package/dist/module/components/Livestream/LivestreamControls/index.js +2 -0
  306. package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
  307. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +14 -46
  308. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  309. package/dist/module/components/Livestream/LivestreamLayout/index.js +2 -0
  310. package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
  311. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamEnded.js +52 -25
  312. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamEnded.js.map +1 -1
  313. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +9 -5
  314. package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
  315. package/dist/module/components/Livestream/LivestreamPlayer/index.js +2 -0
  316. package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
  317. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +14 -10
  318. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  319. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -8
  320. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  321. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +20 -14
  322. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  323. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +12 -8
  324. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  325. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +20 -14
  326. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  327. package/dist/module/components/Livestream/LivestreamTopView/index.js +2 -0
  328. package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
  329. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +43 -38
  330. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  331. package/dist/module/components/Livestream/ViewerLivestream/ViewerLobby.js +35 -23
  332. package/dist/module/components/Livestream/ViewerLivestream/ViewerLobby.js.map +1 -1
  333. package/dist/module/components/Livestream/ViewerLivestream/index.js +2 -0
  334. package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
  335. package/dist/module/components/Livestream/index.js +2 -0
  336. package/dist/module/components/Livestream/index.js.map +1 -1
  337. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +20 -15
  338. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  339. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +22 -16
  340. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  341. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +2 -0
  342. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
  343. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +2 -0
  344. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
  345. package/dist/module/components/Participant/FloatingParticipantView/index.js +56 -49
  346. package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
  347. package/dist/module/components/Participant/FloatingParticipantView/useFloatingVideoDimensions.js +2 -0
  348. package/dist/module/components/Participant/FloatingParticipantView/useFloatingVideoDimensions.js.map +1 -1
  349. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +66 -53
  350. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  351. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +32 -28
  352. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  353. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +13 -8
  354. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  355. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +19 -15
  356. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  357. package/dist/module/components/Participant/ParticipantView/ParticipantView.js +29 -24
  358. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  359. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +10 -8
  360. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
  361. package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js +2 -0
  362. package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js.map +1 -1
  363. package/dist/module/components/Participant/ParticipantView/VideoRenderer/index.js +37 -31
  364. package/dist/module/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -1
  365. package/dist/module/components/Participant/ParticipantView/index.js +2 -0
  366. package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
  367. package/dist/module/components/Participant/index.js +2 -0
  368. package/dist/module/components/Participant/index.js.map +1 -1
  369. package/dist/module/components/index.js +2 -0
  370. package/dist/module/components/index.js.map +1 -1
  371. package/dist/module/components/utility/Avatar.js +20 -16
  372. package/dist/module/components/utility/Avatar.js.map +1 -1
  373. package/dist/module/components/utility/ScreenShareOverlay.js +37 -30
  374. package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
  375. package/dist/module/components/utility/index.js +2 -0
  376. package/dist/module/components/utility/index.js.map +1 -1
  377. package/dist/module/constants/TestIds.js +2 -0
  378. package/dist/module/constants/TestIds.js.map +1 -1
  379. package/dist/module/constants/index.js +2 -0
  380. package/dist/module/constants/index.js.map +1 -1
  381. package/dist/module/contexts/BackgroundFilters.js +7 -4
  382. package/dist/module/contexts/BackgroundFilters.js.map +1 -1
  383. package/dist/module/contexts/ThemeContext.js +7 -4
  384. package/dist/module/contexts/ThemeContext.js.map +1 -1
  385. package/dist/module/contexts/index.js +2 -0
  386. package/dist/module/contexts/index.js.map +1 -1
  387. package/dist/module/contexts/internal/BackgroundFiltersContext.js +2 -0
  388. package/dist/module/contexts/internal/BackgroundFiltersContext.js.map +1 -1
  389. package/dist/module/contexts/internal/ScreenshotIosContext.js +7 -3
  390. package/dist/module/contexts/internal/ScreenshotIosContext.js.map +1 -1
  391. package/dist/module/hooks/index.js +2 -0
  392. package/dist/module/hooks/index.js.map +1 -1
  393. package/dist/module/hooks/push/index.js +2 -0
  394. package/dist/module/hooks/push/index.js.map +1 -1
  395. package/dist/module/hooks/push/useCallingExpWithCallingStateEffect.js +2 -0
  396. package/dist/module/hooks/push/useCallingExpWithCallingStateEffect.js.map +1 -1
  397. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +2 -0
  398. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
  399. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +2 -0
  400. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  401. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +2 -0
  402. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  403. package/dist/module/hooks/useAutoEnterPiPEffect.js +7 -10
  404. package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
  405. package/dist/module/hooks/useIsInPiPMode.js +2 -0
  406. package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
  407. package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +2 -0
  408. package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
  409. package/dist/module/hooks/useLoopbackRecording.js +51 -29
  410. package/dist/module/hooks/useLoopbackRecording.js.map +1 -1
  411. package/dist/module/hooks/useModeration.js +6 -1
  412. package/dist/module/hooks/useModeration.js.map +1 -1
  413. package/dist/module/hooks/usePaginatedLayoutSortPreset.js +2 -0
  414. package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
  415. package/dist/module/hooks/usePermissionNotification.js +2 -0
  416. package/dist/module/hooks/usePermissionNotification.js.map +1 -1
  417. package/dist/module/hooks/usePermissionRequest.js +2 -0
  418. package/dist/module/hooks/usePermissionRequest.js.map +1 -1
  419. package/dist/module/hooks/useScreenShareAudioMixing.js +2 -0
  420. package/dist/module/hooks/useScreenShareAudioMixing.js.map +1 -1
  421. package/dist/module/hooks/useScreenShareButton.js +2 -0
  422. package/dist/module/hooks/useScreenShareButton.js.map +1 -1
  423. package/dist/module/hooks/useScreenshot.js +2 -0
  424. package/dist/module/hooks/useScreenshot.js.map +1 -1
  425. package/dist/module/hooks/useTrackDimensions.js +2 -0
  426. package/dist/module/hooks/useTrackDimensions.js.map +1 -1
  427. package/dist/module/icons/Back.js +10 -6
  428. package/dist/module/icons/Back.js.map +1 -1
  429. package/dist/module/icons/BadNetwork.js +13 -9
  430. package/dist/module/icons/BadNetwork.js.map +1 -1
  431. package/dist/module/icons/CameraSwitch.js +10 -6
  432. package/dist/module/icons/CameraSwitch.js.map +1 -1
  433. package/dist/module/icons/EndStreamIcon.js +10 -6
  434. package/dist/module/icons/EndStreamIcon.js.map +1 -1
  435. package/dist/module/icons/Eye.js +10 -6
  436. package/dist/module/icons/Eye.js.map +1 -1
  437. package/dist/module/icons/IconWrapper.js +7 -3
  438. package/dist/module/icons/IconWrapper.js.map +1 -1
  439. package/dist/module/icons/LivestreamControls.js +46 -39
  440. package/dist/module/icons/LivestreamControls.js.map +1 -1
  441. package/dist/module/icons/Lock.js +10 -6
  442. package/dist/module/icons/Lock.js.map +1 -1
  443. package/dist/module/icons/Maximize.js +35 -31
  444. package/dist/module/icons/Maximize.js.map +1 -1
  445. package/dist/module/icons/Mic.js +10 -6
  446. package/dist/module/icons/Mic.js.map +1 -1
  447. package/dist/module/icons/MicOff.js +10 -6
  448. package/dist/module/icons/MicOff.js.map +1 -1
  449. package/dist/module/icons/Phone.js +10 -6
  450. package/dist/module/icons/Phone.js.map +1 -1
  451. package/dist/module/icons/PhoneDown.js +10 -6
  452. package/dist/module/icons/PhoneDown.js.map +1 -1
  453. package/dist/module/icons/PinVertical.js +10 -6
  454. package/dist/module/icons/PinVertical.js.map +1 -1
  455. package/dist/module/icons/Reaction.js +10 -6
  456. package/dist/module/icons/Reaction.js.map +1 -1
  457. package/dist/module/icons/ScreenShare.js +10 -6
  458. package/dist/module/icons/ScreenShare.js.map +1 -1
  459. package/dist/module/icons/ScreenShareIndicator.js +23 -18
  460. package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
  461. package/dist/module/icons/StartStreamIcon.js +10 -6
  462. package/dist/module/icons/StartStreamIcon.js.map +1 -1
  463. package/dist/module/icons/StopScreenShare.js +13 -9
  464. package/dist/module/icons/StopScreenShare.js.map +1 -1
  465. package/dist/module/icons/Video.js +10 -6
  466. package/dist/module/icons/Video.js.map +1 -1
  467. package/dist/module/icons/VideoSlash.js +10 -6
  468. package/dist/module/icons/VideoSlash.js.map +1 -1
  469. package/dist/module/icons/index.js +2 -6
  470. package/dist/module/icons/index.js.map +1 -1
  471. package/dist/module/index.js +2 -0
  472. package/dist/module/index.js.map +1 -1
  473. package/dist/module/modules/ScreenShareAudioManager.js +2 -0
  474. package/dist/module/modules/ScreenShareAudioManager.js.map +1 -1
  475. package/dist/module/modules/call-manager/CallManager.js +2 -0
  476. package/dist/module/modules/call-manager/CallManager.js.map +1 -1
  477. package/dist/module/modules/call-manager/PrevLibDetection.js +2 -0
  478. package/dist/module/modules/call-manager/PrevLibDetection.js.map +1 -1
  479. package/dist/module/modules/call-manager/index.js +2 -0
  480. package/dist/module/modules/call-manager/index.js.map +1 -1
  481. package/dist/module/modules/call-manager/native-module.d.js +2 -0
  482. package/dist/module/modules/call-manager/native-module.d.js.map +1 -1
  483. package/dist/module/modules/call-manager/types.js +1 -1
  484. package/dist/module/providers/BusyTonePlayer.js +9 -7
  485. package/dist/module/providers/BusyTonePlayer.js.map +1 -1
  486. package/dist/module/providers/NoiseCancellation/NoiseCancellationProvider.js +7 -4
  487. package/dist/module/providers/NoiseCancellation/NoiseCancellationProvider.js.map +1 -1
  488. package/dist/module/providers/NoiseCancellation/index.js +2 -0
  489. package/dist/module/providers/NoiseCancellation/index.js.map +1 -1
  490. package/dist/module/providers/NoiseCancellation/lib.js +2 -0
  491. package/dist/module/providers/NoiseCancellation/lib.js.map +1 -1
  492. package/dist/module/providers/StreamCall/AppStateListener.js +5 -0
  493. package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
  494. package/dist/module/providers/StreamCall/AudioInterruptionTracer.js +2 -0
  495. package/dist/module/providers/StreamCall/AudioInterruptionTracer.js.map +1 -1
  496. package/dist/module/providers/StreamCall/DeviceStats.js +3 -1
  497. package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
  498. package/dist/module/providers/StreamCall/index.js +7 -4
  499. package/dist/module/providers/StreamCall/index.js.map +1 -1
  500. package/dist/module/providers/StreamVideo.js +12 -5
  501. package/dist/module/providers/StreamVideo.js.map +1 -1
  502. package/dist/module/theme/colors.js +2 -0
  503. package/dist/module/theme/colors.js.map +1 -1
  504. package/dist/module/theme/constants.js +2 -0
  505. package/dist/module/theme/constants.js.map +1 -1
  506. package/dist/module/theme/index.js +2 -0
  507. package/dist/module/theme/index.js.map +1 -1
  508. package/dist/module/theme/theme.js +2 -0
  509. package/dist/module/theme/theme.js.map +1 -1
  510. package/dist/module/theme/types.js +2 -0
  511. package/dist/module/translations/index.js +2 -0
  512. package/dist/module/translations/index.js.map +1 -1
  513. package/dist/module/utils/StreamVideoRN/index.js +2 -1
  514. package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
  515. package/dist/module/utils/StreamVideoRN/types.js +2 -0
  516. package/dist/module/utils/enterPiPAndroid.js +2 -0
  517. package/dist/module/utils/enterPiPAndroid.js.map +1 -1
  518. package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +2 -0
  519. package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
  520. package/dist/module/utils/hooks/index.js +2 -0
  521. package/dist/module/utils/hooks/index.js.map +1 -1
  522. package/dist/module/utils/hooks/usePrevious.js +2 -0
  523. package/dist/module/utils/hooks/usePrevious.js.map +1 -1
  524. package/dist/module/utils/index.js +2 -0
  525. package/dist/module/utils/index.js.map +1 -1
  526. package/dist/module/utils/internal/callingx/audioSessionPromise.js +2 -0
  527. package/dist/module/utils/internal/callingx/audioSessionPromise.js.map +1 -1
  528. package/dist/module/utils/internal/callingx/callingx.js +6 -4
  529. package/dist/module/utils/internal/callingx/callingx.js.map +1 -1
  530. package/dist/module/utils/internal/optionallibs/gestureHandler.js +2 -0
  531. package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
  532. package/dist/module/utils/internal/optionallibs/index.js +2 -0
  533. package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
  534. package/dist/module/utils/internal/optionallibs/reanimated.js +2 -0
  535. package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
  536. package/dist/module/utils/internal/pushLogoutCallback.js +2 -0
  537. package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
  538. package/dist/module/utils/internal/registerSDKGlobals.js +4 -2
  539. package/dist/module/utils/internal/registerSDKGlobals.js.map +1 -1
  540. package/dist/module/utils/internal/rxSubjects.js +2 -0
  541. package/dist/module/utils/internal/rxSubjects.js.map +1 -1
  542. package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +2 -0
  543. package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
  544. package/dist/module/utils/keepCallAliveHeadlessTask.js +2 -0
  545. package/dist/module/utils/keepCallAliveHeadlessTask.js.map +1 -1
  546. package/dist/module/utils/push/android.js +2 -0
  547. package/dist/module/utils/push/android.js.map +1 -1
  548. package/dist/module/utils/push/index.js +2 -0
  549. package/dist/module/utils/push/index.js.map +1 -1
  550. package/dist/module/utils/push/internal/constants.js +2 -0
  551. package/dist/module/utils/push/internal/constants.js.map +1 -1
  552. package/dist/module/utils/push/internal/ios.js +2 -0
  553. package/dist/module/utils/push/internal/ios.js.map +1 -1
  554. package/dist/module/utils/push/internal/utils.js +2 -0
  555. package/dist/module/utils/push/internal/utils.js.map +1 -1
  556. package/dist/module/utils/push/libs/callingx.js +2 -0
  557. package/dist/module/utils/push/libs/callingx.js.map +1 -1
  558. package/dist/module/utils/push/libs/firebaseMessaging/index.js +2 -0
  559. package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  560. package/dist/module/utils/push/libs/firebaseMessaging/lib.js +2 -0
  561. package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
  562. package/dist/module/utils/push/libs/index.js +2 -0
  563. package/dist/module/utils/push/libs/index.js.map +1 -1
  564. package/dist/module/utils/push/setupCallingExpEvents.js +2 -0
  565. package/dist/module/utils/push/setupCallingExpEvents.js.map +1 -1
  566. package/dist/module/utils/push/setupIosVoipPushEvents.js +2 -0
  567. package/dist/module/utils/push/setupIosVoipPushEvents.js.map +1 -1
  568. package/dist/module/utils/push/utils.js +2 -0
  569. package/dist/module/utils/push/utils.js.map +1 -1
  570. package/dist/module/utils/setClientDetails.js +2 -0
  571. package/dist/module/utils/setClientDetails.js.map +1 -1
  572. package/dist/module/version.js +3 -1
  573. package/dist/module/version.js.map +1 -1
  574. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
  575. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
  576. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
  577. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
  578. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
  579. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
  580. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
  581. package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamEnded.d.ts.map +1 -1
  582. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
  583. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
  584. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +1 -1
  585. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
  586. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/index.d.ts +1 -1
  587. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/index.d.ts.map +1 -1
  588. package/dist/typescript/contexts/BackgroundFilters.d.ts +1 -1
  589. package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -1
  590. package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +1 -1
  591. package/dist/typescript/hooks/useLoopbackRecording.d.ts +1 -1
  592. package/dist/typescript/hooks/useLoopbackRecording.d.ts.map +1 -1
  593. package/dist/typescript/hooks/useModeration.d.ts.map +1 -1
  594. package/dist/typescript/icons/index.d.ts +0 -6
  595. package/dist/typescript/icons/index.d.ts.map +1 -1
  596. package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +1 -1
  597. package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +1 -1
  598. package/dist/typescript/utils/StreamVideoRN/index.d.ts +0 -1
  599. package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
  600. package/dist/typescript/utils/internal/callingx/callingx.d.ts.map +1 -1
  601. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts +2 -16
  602. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
  603. package/dist/typescript/version.d.ts +1 -1
  604. package/dist/typescript/version.d.ts.map +1 -1
  605. package/ios/TracksRecorder/RecorderAudioRenderTap.swift +0 -10
  606. package/ios/TracksRecorder/TracksRecorderManager.swift +6 -0
  607. package/package.json +10 -8
  608. package/src/components/Call/CallContent/CallContent.tsx +69 -39
  609. package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -6
  610. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +30 -21
  611. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +23 -9
  612. package/src/components/Call/Lobby/Lobby.tsx +9 -5
  613. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -6
  614. package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +1 -1
  615. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +4 -64
  616. package/src/components/Livestream/LivestreamPlayer/LivestreamEnded.tsx +54 -18
  617. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +2 -2
  618. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +10 -12
  619. package/src/components/Participant/FloatingParticipantView/index.tsx +26 -18
  620. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +1 -1
  621. package/src/components/Participant/ParticipantView/ParticipantView.tsx +68 -64
  622. package/src/components/Participant/ParticipantView/VideoRenderer/index.tsx +192 -179
  623. package/src/hooks/useAutoEnterPiPEffect.tsx +5 -11
  624. package/src/hooks/useLoopbackRecording.ts +65 -55
  625. package/src/hooks/useModeration.ts +4 -1
  626. package/src/icons/index.tsx +0 -6
  627. package/src/providers/BusyTonePlayer.tsx +11 -11
  628. package/src/providers/StreamCall/AppStateListener.tsx +3 -0
  629. package/src/providers/StreamCall/DeviceStats.tsx +2 -1
  630. package/src/utils/StreamVideoRN/index.ts +0 -1
  631. package/src/utils/internal/callingx/callingx.ts +20 -10
  632. package/src/utils/internal/registerSDKGlobals.ts +2 -2
  633. package/src/utils/push/libs/firebaseMessaging/index.ts +4 -2
  634. package/src/version.ts +1 -1
  635. package/dist/commonjs/icons/LeaveStreamIcon.js +0 -20
  636. package/dist/commonjs/icons/LeaveStreamIcon.js.map +0 -1
  637. package/dist/commonjs/icons/Settings.js +0 -22
  638. package/dist/commonjs/icons/Settings.js.map +0 -1
  639. package/dist/commonjs/icons/ShieldBadge.js +0 -20
  640. package/dist/commonjs/icons/ShieldBadge.js.map +0 -1
  641. package/dist/commonjs/icons/Spotlight.js +0 -21
  642. package/dist/commonjs/icons/Spotlight.js.map +0 -1
  643. package/dist/commonjs/icons/ThreeDots.js +0 -31
  644. package/dist/commonjs/icons/ThreeDots.js.map +0 -1
  645. package/dist/commonjs/icons/TopViewBackground.js +0 -35
  646. package/dist/commonjs/icons/TopViewBackground.js.map +0 -1
  647. package/dist/module/icons/LeaveStreamIcon.js +0 -12
  648. package/dist/module/icons/LeaveStreamIcon.js.map +0 -1
  649. package/dist/module/icons/Settings.js +0 -13
  650. package/dist/module/icons/Settings.js.map +0 -1
  651. package/dist/module/icons/ShieldBadge.js +0 -12
  652. package/dist/module/icons/ShieldBadge.js.map +0 -1
  653. package/dist/module/icons/Spotlight.js +0 -13
  654. package/dist/module/icons/Spotlight.js.map +0 -1
  655. package/dist/module/icons/ThreeDots.js +0 -23
  656. package/dist/module/icons/ThreeDots.js.map +0 -1
  657. package/dist/module/icons/TopViewBackground.js +0 -27
  658. package/dist/module/icons/TopViewBackground.js.map +0 -1
  659. package/dist/typescript/icons/LeaveStreamIcon.d.ts +0 -3
  660. package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +0 -1
  661. package/dist/typescript/icons/Settings.d.ts +0 -7
  662. package/dist/typescript/icons/Settings.d.ts.map +0 -1
  663. package/dist/typescript/icons/ShieldBadge.d.ts +0 -3
  664. package/dist/typescript/icons/ShieldBadge.d.ts.map +0 -1
  665. package/dist/typescript/icons/Spotlight.d.ts +0 -8
  666. package/dist/typescript/icons/Spotlight.d.ts.map +0 -1
  667. package/dist/typescript/icons/ThreeDots.d.ts +0 -7
  668. package/dist/typescript/icons/ThreeDots.d.ts.map +0 -1
  669. package/dist/typescript/icons/TopViewBackground.d.ts +0 -15
  670. package/dist/typescript/icons/TopViewBackground.d.ts.map +0 -1
  671. package/src/icons/LeaveStreamIcon.tsx +0 -13
  672. package/src/icons/Settings.tsx +0 -14
  673. package/src/icons/ShieldBadge.tsx +0 -13
  674. package/src/icons/Spotlight.tsx +0 -18
  675. package/src/icons/ThreeDots.tsx +0 -14
  676. package/src/icons/TopViewBackground.tsx +0 -43
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_UserInfo","_CallControls","_contexts","e","__esModule","default","IncomingCall","onAcceptCallHandler","onRejectCallHandler","IncomingCallControls","DefaultIncomingCallControls","landscape","t","useI18n","theme","colors","incomingCall","typefaces","variants","useTheme","landscapeContentStyles","flexDirection","insetStyles","paddingTop","insets","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","createElement","Background","View","style","styles","content","topContainer","UserInfo","Text","incomingCallText","color","textPrimary","heading6","bottomContainer","incomingCallControls","exports","children","connectedUser","useConnectedUser","useCallMembers","useCallStateHooks","members","avatarsToShow","filter","user","id","map","image","length","ImageBackground","source","uri","background","backgroundColor","sheetTertiary","StyleSheet","create","flex","justifyContent","marginTop","textAlign"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/IncomingCall.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_UserInfo","_CallControls","_contexts","_jsxRuntime","e","__esModule","default","IncomingCall","onAcceptCallHandler","onRejectCallHandler","IncomingCallControls","DefaultIncomingCallControls","landscape","t","useI18n","theme","colors","incomingCall","typefaces","variants","useTheme","landscapeContentStyles","flexDirection","insetStyles","paddingTop","insets","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","jsx","Background","children","jsxs","View","style","styles","content","topContainer","UserInfo","Text","incomingCallText","color","textPrimary","heading6","bottomContainer","incomingCallControls","exports","connectedUser","useConnectedUser","useCallMembers","useCallStateHooks","members","avatarsToShow","filter","user","id","map","image","length","ImageBackground","source","uri","background","backgroundColor","sheetTertiary","StyleSheet","create","flex","justifyContent","marginTop","textAlign"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/IncomingCall.tsx"],"mappings":"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","ignoreList":[]}
@@ -12,6 +12,7 @@ var _videoReactBindings = require("@stream-io/video-react-bindings");
12
12
  var _reactNativeWebrtc = require("@stream-io/react-native-webrtc");
13
13
  var _ThemeContext = require("../../../contexts/ThemeContext");
14
14
  var _CallControls = require("../CallControls");
15
+ var _jsxRuntime = require("react/jsx-runtime");
15
16
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
17
  /**
17
18
  * Props for the OutgoingCall Component.
@@ -46,23 +47,31 @@ const OutgoingCall = ({
46
47
  paddingLeft: variants.insets.left,
47
48
  paddingRight: variants.insets.right
48
49
  };
49
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
50
- style: [_reactNative.StyleSheet.absoluteFill, styles.container, outgoingCall.container]
51
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
52
- style: [styles.content, landscapeContentStyles, insetStyles, outgoingCall.content]
53
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
54
- style: [styles.topContainer, outgoingCall.topContainer]
55
- }, /*#__PURE__*/_react.default.createElement(_UserInfo.UserInfo, null), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
56
- style: [styles.callingText, {
57
- color: colors.textPrimary
58
- }, typefaces.heading6, outgoingCall.callingText]
59
- }, t('Calling...'))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
60
- style: [styles.bottomContainer, outgoingCall.bottomContainer]
61
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
62
- style: [styles.outgoingCallControls, outgoingCall.outgoingCallControls]
63
- }, OutgoingCallControls && /*#__PURE__*/_react.default.createElement(OutgoingCallControls, {
64
- onHangupCallHandler: onHangupCallHandler
65
- }))))), /*#__PURE__*/_react.default.createElement(Background, null));
50
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
51
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
52
+ style: [_reactNative.StyleSheet.absoluteFill, styles.container, outgoingCall.container],
53
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
54
+ style: [styles.content, landscapeContentStyles, insetStyles, outgoingCall.content],
55
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
56
+ style: [styles.topContainer, outgoingCall.topContainer],
57
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_UserInfo.UserInfo, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
58
+ style: [styles.callingText, {
59
+ color: colors.textPrimary
60
+ }, typefaces.heading6, outgoingCall.callingText],
61
+ children: t('Calling...')
62
+ })]
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
64
+ style: [styles.bottomContainer, outgoingCall.bottomContainer],
65
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
66
+ style: [styles.outgoingCallControls, outgoingCall.outgoingCallControls],
67
+ children: OutgoingCallControls && /*#__PURE__*/(0, _jsxRuntime.jsx)(OutgoingCallControls, {
68
+ onHangupCallHandler: onHangupCallHandler
69
+ })
70
+ })
71
+ })]
72
+ })
73
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(Background, {})]
74
+ });
66
75
  };
67
76
  exports.OutgoingCall = OutgoingCall;
68
77
  const Background = () => {
@@ -81,23 +90,24 @@ const Background = () => {
81
90
  } = useCameraState();
82
91
  const localVideoStream = camera.state.mediaStream;
83
92
  if (isMute || !localVideoStream) {
84
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
93
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
85
94
  style: [styles.background, {
86
95
  backgroundColor: colors.sheetSecondary
87
96
  }, outgoingCall.background]
88
97
  });
89
98
  }
90
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
99
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
91
100
  style: [styles.background, {
92
101
  backgroundColor: colors.sheetSecondary
93
- }, outgoingCall.background]
94
- }, /*#__PURE__*/_react.default.createElement(_reactNativeWebrtc.RTCView, {
95
- streamURL: localVideoStream.toURL(),
96
- zOrder: _constants.Z_INDEX.IN_BACK,
97
- style: _reactNative.StyleSheet.absoluteFill,
98
- mirror: true,
99
- objectFit: "cover"
100
- }));
102
+ }, outgoingCall.background],
103
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeWebrtc.RTCView, {
104
+ streamURL: localVideoStream.toURL(),
105
+ zOrder: _constants.Z_INDEX.IN_BACK,
106
+ style: _reactNative.StyleSheet.absoluteFill,
107
+ mirror: true,
108
+ objectFit: "cover"
109
+ })
110
+ });
101
111
  };
102
112
  const styles = _reactNative.StyleSheet.create({
103
113
  background: {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_UserInfo","_constants","_videoReactBindings","_reactNativeWebrtc","_ThemeContext","_CallControls","e","__esModule","default","OutgoingCall","onHangupCallHandler","OutgoingCallControls","DefaultOutgoingCallControls","landscape","theme","colors","typefaces","outgoingCall","variants","useTheme","t","useI18n","landscapeContentStyles","flexDirection","insetStyles","paddingTop","insets","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","createElement","Fragment","View","style","StyleSheet","absoluteFill","styles","container","content","topContainer","UserInfo","Text","callingText","color","textPrimary","heading6","bottomContainer","outgoingCallControls","Background","exports","useCameraState","useCallStateHooks","isMute","camera","localVideoStream","state","mediaStream","background","backgroundColor","sheetSecondary","RTCView","streamURL","toURL","zOrder","Z_INDEX","IN_BACK","mirror","objectFit","create","flex","zIndex","IN_MIDDLE","justifyContent","marginTop","textAlign","alignSelf"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/OutgoingCall.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_UserInfo","_constants","_videoReactBindings","_reactNativeWebrtc","_ThemeContext","_CallControls","_jsxRuntime","e","__esModule","default","OutgoingCall","onHangupCallHandler","OutgoingCallControls","DefaultOutgoingCallControls","landscape","theme","colors","typefaces","outgoingCall","variants","useTheme","t","useI18n","landscapeContentStyles","flexDirection","insetStyles","paddingTop","insets","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","jsxs","Fragment","children","jsx","View","style","StyleSheet","absoluteFill","styles","container","content","topContainer","UserInfo","Text","callingText","color","textPrimary","heading6","bottomContainer","outgoingCallControls","Background","exports","useCameraState","useCallStateHooks","isMute","camera","localVideoStream","state","mediaStream","background","backgroundColor","sheetSecondary","RTCView","streamURL","toURL","zOrder","Z_INDEX","IN_BACK","mirror","objectFit","create","flex","zIndex","IN_MIDDLE","justifyContent","marginTop","textAlign","alignSelf"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/OutgoingCall.tsx"],"mappings":"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","ignoreList":[]}
@@ -14,8 +14,8 @@ var _OutgoingCall = require("./OutgoingCall");
14
14
  var _CallLeftIndicator = require("./CallLeftIndicator");
15
15
  var _CallPreparingIndicator = require("./CallPreparingIndicator");
16
16
  var _contexts = require("../../../contexts");
17
+ var _jsxRuntime = require("react/jsx-runtime");
17
18
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
18
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
19
19
  /**
20
20
  * Props for the RingingCallContent component
21
21
  */
@@ -34,21 +34,21 @@ const RingingCallPanel = ({
34
34
  const isCallCreatedByMe = call?.isCreatedByMe;
35
35
  switch (callingState) {
36
36
  case _videoClient.CallingState.RINGING:
37
- return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/_react.default.createElement(OutgoingCall, {
37
+ return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/(0, _jsxRuntime.jsx)(OutgoingCall, {
38
38
  landscape: landscape
39
- }) : IncomingCall && /*#__PURE__*/_react.default.createElement(IncomingCall, {
39
+ }) : IncomingCall && /*#__PURE__*/(0, _jsxRuntime.jsx)(IncomingCall, {
40
40
  landscape: landscape
41
41
  });
42
42
  case _videoClient.CallingState.LEFT:
43
- return CallLeftIndicator && /*#__PURE__*/_react.default.createElement(CallLeftIndicator, {
43
+ return CallLeftIndicator && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallLeftIndicator, {
44
44
  onBackPress: onBackPress
45
45
  });
46
46
  case _videoClient.CallingState.IDLE:
47
- return CallPreparingIndicator && /*#__PURE__*/_react.default.createElement(CallPreparingIndicator, {
47
+ return CallPreparingIndicator && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallPreparingIndicator, {
48
48
  onBackPress: onBackPress
49
49
  });
50
50
  default:
51
- return CallContent && /*#__PURE__*/_react.default.createElement(CallContent, {
51
+ return CallContent && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallContent, {
52
52
  landscape: landscape
53
53
  });
54
54
  }
@@ -67,11 +67,13 @@ const RingingCallContent = props => {
67
67
  useCallCallingState
68
68
  } = (0, _videoReactBindings.useCallStateHooks)();
69
69
  const callingState = useCallCallingState();
70
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
71
- style: [_reactNative.StyleSheet.absoluteFill, ringingCallContent.container]
72
- }, /*#__PURE__*/_react.default.createElement(RingingCallPanel, _extends({}, props, {
73
- callingState: callingState
74
- })));
70
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
71
+ style: [_reactNative.StyleSheet.absoluteFill, ringingCallContent.container],
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(RingingCallPanel, {
73
+ ...props,
74
+ callingState: callingState
75
+ })
76
+ });
75
77
  };
76
78
  exports.RingingCallContent = RingingCallContent;
77
79
  //# sourceMappingURL=RingingCallContent.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_videoClient","require","_videoReactBindings","_react","_interopRequireDefault","_reactNative","_CallContent","_IncomingCall","_OutgoingCall","_CallLeftIndicator","_CallPreparingIndicator","_contexts","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","RingingCallPanel","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallContent","DefaultCallContent","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","landscape","onBackPress","callingState","useCall","isCallCreatedByMe","isCreatedByMe","CallingState","RINGING","createElement","LEFT","IDLE","RingingCallContent","props","theme","ringingCallContent","useTheme","useCallCallingState","useCallStateHooks","View","style","StyleSheet","absoluteFill","container","exports"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/RingingCallContent.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,YAAA,GAAAL,OAAA;AAIA,IAAAM,aAAA,GAAAN,OAAA;AAIA,IAAAO,aAAA,GAAAP,OAAA;AAIA,IAAAQ,kBAAA,GAAAR,OAAA;AAIA,IAAAS,uBAAA,GAAAT,OAAA;AAIA,IAAAU,SAAA,GAAAV,OAAA;AAA6C,SAAAG,uBAAAQ,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAE7C;AACA;AACA;;AAkCA,MAAMO,gBAAgB,GAAGA,CAAC;EACxBC,YAAY,GAAGC,0BAAmB;EAClCC,YAAY,GAAGC,0BAAmB;EAClCC,WAAW,GAAGC,wBAAkB;EAChCC,iBAAiB,GAAGC,oCAAwB;EAC5CC,sBAAsB,GAAGC,8CAA6B;EACtDC,SAAS;EACTC,WAAW;EACXC;AACwD,CAAC,KAAK;EAC9D,MAAMf,IAAI,GAAG,IAAAgB,2BAAO,EAAC,CAAC;EACtB,MAAMC,iBAAiB,GAAGjB,IAAI,EAAEkB,aAAa;EAE7C,QAAQH,YAAY;IAClB,KAAKI,yBAAY,CAACC,OAAO;MACvB,OAAOH,iBAAiB,GACpBZ,YAAY,iBAAI3B,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAAChB,YAAY;QAACQ,SAAS,EAAEA;MAAU,CAAE,CAAC,GACtDV,YAAY,iBAAIzB,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAAClB,YAAY;QAACU,SAAS,EAAEA;MAAU,CAAE,CAAC;IAC5D,KAAKM,yBAAY,CAACG,IAAI;MACpB,OACEb,iBAAiB,iBAAI/B,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAACZ,iBAAiB;QAACK,WAAW,EAAEA;MAAY,CAAE,CAAC;IAExE,KAAKK,yBAAY,CAACI,IAAI;MACpB,OACEZ,sBAAsB,iBACpBjC,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAACV,sBAAsB;QAACG,WAAW,EAAEA;MAAY,CAAE,CACpD;IAEL;MACE,OAAOP,WAAW,iBAAI7B,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAACd,WAAW;QAACM,SAAS,EAAEA;MAAU,CAAE,CAAC;EAC/D;AACF,CAAC;;AAED;AACA;AACA;AACO,MAAMW,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAmB;EAC9B,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EACd,MAAM;IAAEC;EAAoB,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EACnD,MAAMf,YAAY,GAAGc,mBAAmB,CAAC,CAAC;EAE1C,oBACEnD,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAACzC,YAAA,CAAAmD,IAAI;IAACC,KAAK,EAAE,CAACC,uBAAU,CAACC,YAAY,EAAEP,kBAAkB,CAACQ,SAAS;EAAE,gBACnEzD,MAAA,CAAAW,OAAA,CAAAgC,aAAA,CAACnB,gBAAgB,EAAAZ,QAAA,KAAKmC,KAAK;IAAEV,YAAY,EAAEA;EAAa,EAAE,CACtD,CAAC;AAEX,CAAC;AAACqB,OAAA,CAAAZ,kBAAA,GAAAA,kBAAA","ignoreList":[]}
1
+ {"version":3,"names":["_videoClient","require","_videoReactBindings","_react","_interopRequireDefault","_reactNative","_CallContent","_IncomingCall","_OutgoingCall","_CallLeftIndicator","_CallPreparingIndicator","_contexts","_jsxRuntime","e","__esModule","default","RingingCallPanel","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallContent","DefaultCallContent","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","landscape","onBackPress","callingState","call","useCall","isCallCreatedByMe","isCreatedByMe","CallingState","RINGING","jsx","LEFT","IDLE","RingingCallContent","props","theme","ringingCallContent","useTheme","useCallCallingState","useCallStateHooks","View","style","StyleSheet","absoluteFill","container","children","exports"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/RingingCallContent.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,YAAA,GAAAL,OAAA;AAIA,IAAAM,aAAA,GAAAN,OAAA;AAIA,IAAAO,aAAA,GAAAP,OAAA;AAIA,IAAAQ,kBAAA,GAAAR,OAAA;AAIA,IAAAS,uBAAA,GAAAT,OAAA;AAIA,IAAAU,SAAA,GAAAV,OAAA;AAA6C,IAAAW,WAAA,GAAAX,OAAA;AAAA,SAAAG,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE7C;AACA;AACA;;AAkCA,MAAMG,gBAAgB,GAAGA,CAAC;EACxBC,YAAY,GAAGC,0BAAmB;EAClCC,YAAY,GAAGC,0BAAmB;EAClCC,WAAW,GAAGC,wBAAkB;EAChCC,iBAAiB,GAAGC,oCAAwB;EAC5CC,sBAAsB,GAAGC,8CAA6B;EACtDC,SAAS;EACTC,WAAW;EACXC;AACwD,CAAC,KAAK;EAC9D,MAAMC,IAAI,GAAG,IAAAC,2BAAO,EAAC,CAAC;EACtB,MAAMC,iBAAiB,GAAGF,IAAI,EAAEG,aAAa;EAE7C,QAAQJ,YAAY;IAClB,KAAKK,yBAAY,CAACC,OAAO;MACvB,OAAOH,iBAAiB,GACpBb,YAAY,iBAAI,IAAAP,WAAA,CAAAwB,GAAA,EAACjB,YAAY;QAACQ,SAAS,EAAEA;MAAU,CAAE,CAAC,GACtDV,YAAY,iBAAI,IAAAL,WAAA,CAAAwB,GAAA,EAACnB,YAAY;QAACU,SAAS,EAAEA;MAAU,CAAE,CAAC;IAC5D,KAAKO,yBAAY,CAACG,IAAI;MACpB,OACEd,iBAAiB,iBAAI,IAAAX,WAAA,CAAAwB,GAAA,EAACb,iBAAiB;QAACK,WAAW,EAAEA;MAAY,CAAE,CAAC;IAExE,KAAKM,yBAAY,CAACI,IAAI;MACpB,OACEb,sBAAsB,iBACpB,IAAAb,WAAA,CAAAwB,GAAA,EAACX,sBAAsB;QAACG,WAAW,EAAEA;MAAY,CAAE,CACpD;IAEL;MACE,OAAOP,WAAW,iBAAI,IAAAT,WAAA,CAAAwB,GAAA,EAACf,WAAW;QAACM,SAAS,EAAEA;MAAU,CAAE,CAAC;EAC/D;AACF,CAAC;;AAED;AACA;AACA;AACO,MAAMY,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAmB;EAC9B,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EACd,MAAM;IAAEC;EAAoB,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EACnD,MAAMhB,YAAY,GAAGe,mBAAmB,CAAC,CAAC;EAE1C,oBACE,IAAAhC,WAAA,CAAAwB,GAAA,EAAC/B,YAAA,CAAAyC,IAAI;IAACC,KAAK,EAAE,CAACC,uBAAU,CAACC,YAAY,EAAEP,kBAAkB,CAACQ,SAAS,CAAE;IAAAC,QAAA,eACnE,IAAAvC,WAAA,CAAAwB,GAAA,EAACpB,gBAAgB;MAAA,GAAKwB,KAAK;MAAEX,YAAY,EAAEA;IAAa,CAAE;EAAC,CACvD,CAAC;AAEX,CAAC;AAACuB,OAAA,CAAAb,kBAAA,GAAAA,kBAAA","ignoreList":[]}
@@ -8,6 +8,7 @@ var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _ThemeContext = require("../../../contexts/ThemeContext");
10
10
  var _Back = require("../../../icons/Back");
11
+ var _jsxRuntime = require("react/jsx-runtime");
11
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
13
  const TextBasedIndicator = props => {
13
14
  const {
@@ -20,34 +21,39 @@ const TextBasedIndicator = props => {
20
21
  }
21
22
  }
22
23
  } = (0, _ThemeContext.useTheme)();
23
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
24
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
24
25
  style: [styles.container, {
25
26
  backgroundColor: colors.sheetTertiary,
26
27
  paddingTop: insets.top,
27
28
  paddingBottom: insets.bottom,
28
29
  paddingLeft: insets.left,
29
30
  paddingRight: insets.right
30
- }]
31
- }, props.onBackPress && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
32
- style: styles.backContainer
33
- }, /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
34
- onPress: props.onBackPress,
35
- style: ({
36
- pressed
37
- }) => [{
38
- opacity: pressed ? 0.2 : 1,
39
- height: iconSizes.md,
40
- width: iconSizes.md
41
- }]
42
- }, /*#__PURE__*/_react.default.createElement(_Back.Back, {
43
- color: colors.iconPrimary
44
- }))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
45
- style: styles.textContainer
46
- }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
47
- style: [styles.text, {
48
- color: colors.textPrimary
49
- }, typefaces.heading6]
50
- }, props.text)));
31
+ }],
32
+ children: [props.onBackPress && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
33
+ style: styles.backContainer,
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
35
+ onPress: props.onBackPress,
36
+ style: ({
37
+ pressed
38
+ }) => [{
39
+ opacity: pressed ? 0.2 : 1,
40
+ height: iconSizes.md,
41
+ width: iconSizes.md
42
+ }],
43
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Back.Back, {
44
+ color: colors.iconPrimary
45
+ })
46
+ })
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
48
+ style: styles.textContainer,
49
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
50
+ style: [styles.text, {
51
+ color: colors.textPrimary
52
+ }, typefaces.heading6],
53
+ children: props.text
54
+ })
55
+ })]
56
+ });
51
57
  };
52
58
  exports.TextBasedIndicator = TextBasedIndicator;
53
59
  const styles = _reactNative.StyleSheet.create({
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_Back","e","__esModule","default","TextBasedIndicator","props","theme","colors","typefaces","variants","iconSizes","insets","useTheme","createElement","View","style","styles","container","backgroundColor","sheetTertiary","paddingTop","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","onBackPress","backContainer","Pressable","onPress","pressed","opacity","height","md","width","Back","color","iconPrimary","textContainer","Text","text","textPrimary","heading6","exports","StyleSheet","create","flex","padding","justifyContent","alignItems","fontSize"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/TextBasedIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AAA2C,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOpC,MAAMG,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,SAAS;MACTC,QAAQ,EAAE;QAAEC,SAAS;QAAEC;MAAO;IAChC;EACF,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EAEd,oBACEjB,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACf,YAAA,CAAAgB,IAAI;IACHC,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChB;MACEC,eAAe,EAAEX,MAAM,CAACY,aAAa;MACrCC,UAAU,EAAET,MAAM,CAACU,GAAG;MACtBC,aAAa,EAAEX,MAAM,CAACY,MAAM;MAC5BC,WAAW,EAAEb,MAAM,CAACc,IAAI;MACxBC,YAAY,EAAEf,MAAM,CAACgB;IACvB,CAAC;EACD,GAEDtB,KAAK,CAACuB,WAAW,iBAChBjC,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACf,YAAA,CAAAgB,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACa;EAAc,gBAChClC,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACf,YAAA,CAAAgC,SAAS;IACRC,OAAO,EAAE1B,KAAK,CAACuB,WAAY;IAC3Bb,KAAK,EAAEA,CAAC;MAAEiB;IAAQ,CAAC,KAAK,CACtB;MACEC,OAAO,EAAED,OAAO,GAAG,GAAG,GAAG,CAAC;MAC1BE,MAAM,EAAExB,SAAS,CAACyB,EAAE;MACpBC,KAAK,EAAE1B,SAAS,CAACyB;IACnB,CAAC;EACD,gBAEFxC,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACb,KAAA,CAAAqC,IAAI;IAACC,KAAK,EAAE/B,MAAM,CAACgC;EAAY,CAAE,CACzB,CACP,CACP,eACD5C,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACf,YAAA,CAAAgB,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACwB;EAAc,gBAChC7C,MAAA,CAAAQ,OAAA,CAAAU,aAAA,CAACf,YAAA,CAAA2C,IAAI;IACH1B,KAAK,EAAE,CACLC,MAAM,CAAC0B,IAAI,EACX;MAAEJ,KAAK,EAAE/B,MAAM,CAACoC;IAAY,CAAC,EAC7BnC,SAAS,CAACoC,QAAQ;EAClB,GAEDvC,KAAK,CAACqC,IACH,CACF,CACF,CAAC;AAEX,CAAC;AAACG,OAAA,CAAAzC,kBAAA,GAAAA,kBAAA;AAEF,MAAMY,MAAM,GAAG8B,uBAAU,CAACC,MAAM,CAAC;EAC/B9B,SAAS,EAAE;IACT+B,IAAI,EAAE;EACR,CAAC;EACDnB,aAAa,EAAE;IACboB,OAAO,EAAE,CAAC;IACV7B,UAAU,EAAE;EACd,CAAC;EACDoB,aAAa,EAAE;IACbQ,IAAI,EAAE,CAAC;IACPE,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDT,IAAI,EAAE;IACJU,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_Back","_jsxRuntime","e","__esModule","default","TextBasedIndicator","props","theme","colors","typefaces","variants","iconSizes","insets","useTheme","jsxs","View","style","styles","container","backgroundColor","sheetTertiary","paddingTop","top","paddingBottom","bottom","paddingLeft","left","paddingRight","right","children","onBackPress","jsx","backContainer","Pressable","onPress","pressed","opacity","height","md","width","Back","color","iconPrimary","textContainer","Text","text","textPrimary","heading6","exports","StyleSheet","create","flex","padding","justifyContent","alignItems","fontSize"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/TextBasedIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AAA2C,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOpC,MAAMG,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,SAAS;MACTC,QAAQ,EAAE;QAAEC,SAAS;QAAEC;MAAO;IAChC;EACF,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EAEd,oBACE,IAAAZ,WAAA,CAAAa,IAAA,EAAChB,YAAA,CAAAiB,IAAI;IACHC,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChB;MACEC,eAAe,EAAEX,MAAM,CAACY,aAAa;MACrCC,UAAU,EAAET,MAAM,CAACU,GAAG;MACtBC,aAAa,EAAEX,MAAM,CAACY,MAAM;MAC5BC,WAAW,EAAEb,MAAM,CAACc,IAAI;MACxBC,YAAY,EAAEf,MAAM,CAACgB;IACvB,CAAC,CACD;IAAAC,QAAA,GAEDvB,KAAK,CAACwB,WAAW,iBAChB,IAAA7B,WAAA,CAAA8B,GAAA,EAACjC,YAAA,CAAAiB,IAAI;MAACC,KAAK,EAAEC,MAAM,CAACe,aAAc;MAAAH,QAAA,eAChC,IAAA5B,WAAA,CAAA8B,GAAA,EAACjC,YAAA,CAAAmC,SAAS;QACRC,OAAO,EAAE5B,KAAK,CAACwB,WAAY;QAC3Bd,KAAK,EAAEA,CAAC;UAAEmB;QAAQ,CAAC,KAAK,CACtB;UACEC,OAAO,EAAED,OAAO,GAAG,GAAG,GAAG,CAAC;UAC1BE,MAAM,EAAE1B,SAAS,CAAC2B,EAAE;UACpBC,KAAK,EAAE5B,SAAS,CAAC2B;QACnB,CAAC,CACD;QAAAT,QAAA,eAEF,IAAA5B,WAAA,CAAA8B,GAAA,EAAC/B,KAAA,CAAAwC,IAAI;UAACC,KAAK,EAAEjC,MAAM,CAACkC;QAAY,CAAE;MAAC,CAC1B;IAAC,CACR,CACP,eACD,IAAAzC,WAAA,CAAA8B,GAAA,EAACjC,YAAA,CAAAiB,IAAI;MAACC,KAAK,EAAEC,MAAM,CAAC0B,aAAc;MAAAd,QAAA,eAChC,IAAA5B,WAAA,CAAA8B,GAAA,EAACjC,YAAA,CAAA8C,IAAI;QACH5B,KAAK,EAAE,CACLC,MAAM,CAAC4B,IAAI,EACX;UAAEJ,KAAK,EAAEjC,MAAM,CAACsC;QAAY,CAAC,EAC7BrC,SAAS,CAACsC,QAAQ,CAClB;QAAAlB,QAAA,EAEDvB,KAAK,CAACuC;MAAI,CACP;IAAC,CACH,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAACG,OAAA,CAAA3C,kBAAA,GAAAA,kBAAA;AAEF,MAAMY,MAAM,GAAGgC,uBAAU,CAACC,MAAM,CAAC;EAC/BhC,SAAS,EAAE;IACTiC,IAAI,EAAE;EACR,CAAC;EACDnB,aAAa,EAAE;IACboB,OAAO,EAAE,CAAC;IACV/B,UAAU,EAAE;EACd,CAAC;EACDsB,aAAa,EAAE;IACbQ,IAAI,EAAE,CAAC;IACPE,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDT,IAAI,EAAE;IACJU,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC","ignoreList":[]}
@@ -9,6 +9,7 @@ var _reactNative = require("react-native");
9
9
  var _utils = require("../../../utils");
10
10
  var _videoReactBindings = require("@stream-io/video-react-bindings");
11
11
  var _ThemeContext = require("../../../contexts/ThemeContext");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
14
  var AvatarModes = /*#__PURE__*/function (AvatarModes) {
14
15
  AvatarModes["small"] = "sm";
@@ -65,28 +66,30 @@ const UserInfo = ({
65
66
  marginVertical: 4
66
67
  };
67
68
  const fontStyleByMembersCount = memberUserIds.length > 1 ? typefaces.heading5 : typefaces.heading4;
68
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
69
- style: [styles.container, userInfo.container]
70
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
71
- style: [styles.avatarGroup, userInfo.avatarGroup]
72
- }, membersToShow.map(memberToShow => {
73
- if (!memberToShow.image) {
74
- return null;
75
- }
76
- return /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
77
- key: memberToShow.id,
78
- style: [avatarStyles]
79
- // FIXME: use real avatar from coordinator this is temporary
80
- ,
81
- source: {
82
- uri: memberToShow.image
83
- }
84
- });
85
- })), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
86
- style: [styles.name, fontStyleByMembersCount, {
87
- color: colors.textPrimary
88
- }, userInfo.name]
89
- }, callTitle));
69
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
70
+ style: [styles.container, userInfo.container],
71
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
72
+ style: [styles.avatarGroup, userInfo.avatarGroup],
73
+ children: membersToShow.map(memberToShow => {
74
+ if (!memberToShow.image) {
75
+ return null;
76
+ }
77
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
78
+ style: [avatarStyles]
79
+ // FIXME: use real avatar from coordinator this is temporary
80
+ ,
81
+ source: {
82
+ uri: memberToShow.image
83
+ }
84
+ }, memberToShow.id);
85
+ })
86
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
87
+ style: [styles.name, fontStyleByMembersCount, {
88
+ color: colors.textPrimary
89
+ }, userInfo.name],
90
+ children: callTitle
91
+ })]
92
+ });
90
93
  };
91
94
  exports.UserInfo = UserInfo;
92
95
  const styles = _reactNative.StyleSheet.create({
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_utils","_videoReactBindings","_ThemeContext","e","__esModule","default","AvatarModes","UserInfo","includeSelf","totalMembersToShow","theme","colors","typefaces","variants","avatarSizes","userInfo","useTheme","connectedUser","useConnectedUser","useCallMembers","useCallStateHooks","members","membersToShow","filter","user","user_id","id","slice","map","find","self","splice","memberUserIds","memberToShow","name","callTitle","generateCallTitle","avatarSizeModes","large","medium","small","mode","length","avatarStyles","height","width","borderRadius","marginVertical","fontStyleByMembersCount","heading5","heading4","createElement","View","style","styles","container","avatarGroup","image","Image","key","source","uri","Text","color","textPrimary","exports","StyleSheet","create","paddingHorizontal","display","flexDirection","justifyContent","flexWrap","textAlign","marginTop"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/UserInfo.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_utils","_videoReactBindings","_ThemeContext","_jsxRuntime","e","__esModule","default","AvatarModes","UserInfo","includeSelf","totalMembersToShow","theme","colors","typefaces","variants","avatarSizes","userInfo","useTheme","connectedUser","useConnectedUser","useCallMembers","useCallStateHooks","members","membersToShow","filter","user","user_id","id","slice","map","find","self","splice","memberUserIds","memberToShow","name","callTitle","generateCallTitle","avatarSizeModes","large","medium","small","mode","length","avatarStyles","height","width","borderRadius","marginVertical","fontStyleByMembersCount","heading5","heading4","jsxs","View","style","styles","container","children","jsx","avatarGroup","image","Image","source","uri","Text","color","textPrimary","exports","StyleSheet","create","paddingHorizontal","display","flexDirection","justifyContent","flexWrap","textAlign","marginTop"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/UserInfo.tsx"],"mappings":"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","ignoreList":[]}
@@ -16,6 +16,7 @@ var _FloatingParticipantView = require("../../Participant/FloatingParticipantVie
16
16
  var _videoReactBindings = require("@stream-io/video-react-bindings");
17
17
  var _videoClient = require("@stream-io/video-client");
18
18
  var _ScreenShareOverlay = require("../../utility/ScreenShareOverlay");
19
+ var _jsxRuntime = require("react/jsx-runtime");
19
20
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
20
21
  /**
21
22
  * Props for the HostLivestream component.
@@ -58,14 +59,13 @@ const HostLivestream = ({
58
59
  // Automatically route audio to speaker devices as relevant for watching videos.
59
60
  (0, _react.useEffect)(() => {
60
61
  const prevInCallManager = (0, _PrevLibDetection.getRNInCallManagerLibNoThrow)();
61
- if (prevInCallManager) {
62
- prevInCallManager.start({
63
- media: 'video'
64
- });
65
- return () => {
66
- prevInCallManager.stop();
67
- };
68
- }
62
+ if (!prevInCallManager) return;
63
+ prevInCallManager.start({
64
+ media: 'video'
65
+ });
66
+ return () => {
67
+ prevInCallManager.stop();
68
+ };
69
69
  }, []);
70
70
  const [topViewHeight, setTopViewHeight] = _react.default.useState();
71
71
  const [controlsHeight, setControlsHeight] = _react.default.useState();
@@ -77,34 +77,38 @@ const HostLivestream = ({
77
77
  setTopViewHeight(event.nativeEvent.layout.height);
78
78
  }
79
79
  };
80
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
80
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
81
81
  style: [styles.container, {
82
82
  backgroundColor: colors.sheetTertiary
83
- }, hostLivestream.container]
84
- }, HostLivestreamTopView && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
85
- style: styles.topViewContainer,
86
- onLayout: event => {
87
- setTopViewHeight(event.nativeEvent.layout.height);
88
- }
89
- }, /*#__PURE__*/_react.default.createElement(HostLivestreamTopView, topViewProps)), FloatingParticipantView && floatingParticipant && topViewHeight && controlsHeight && /*#__PURE__*/_react.default.createElement(FloatingParticipantView, {
90
- participant: floatingParticipant,
91
- draggableContainerStyle: [_reactNative.StyleSheet.absoluteFill, {
92
- top: topViewHeight,
93
- bottom: controlsHeight
94
- }]
95
- }), LivestreamLayout && /*#__PURE__*/_react.default.createElement(LivestreamLayout, {
96
- ScreenShareOverlay: ScreenShareOverlay
97
- }), HostLivestreamControls && /*#__PURE__*/_react.default.createElement(HostLivestreamControls, {
98
- onEndStreamHandler: onEndStreamHandler,
99
- onStartStreamHandler: onStartStreamHandler,
100
- HostStartStreamButton: HostStartStreamButton,
101
- LivestreamMediaControls: LivestreamMediaControls,
102
- hls: hls,
103
- onLayout: event => {
104
- setControlsHeight(event.nativeEvent.layout.height);
105
- },
106
- disableStopPublishedStreamsOnEndStream: disableStopPublishedStreamsOnEndStream
107
- }));
83
+ }, hostLivestream.container],
84
+ children: [HostLivestreamTopView && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
85
+ style: styles.topViewContainer,
86
+ onLayout: event => {
87
+ setTopViewHeight(event.nativeEvent.layout.height);
88
+ },
89
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(HostLivestreamTopView, {
90
+ ...topViewProps
91
+ })
92
+ }), FloatingParticipantView && floatingParticipant && topViewHeight && controlsHeight && /*#__PURE__*/(0, _jsxRuntime.jsx)(FloatingParticipantView, {
93
+ participant: floatingParticipant,
94
+ draggableContainerStyle: [_reactNative.StyleSheet.absoluteFill, {
95
+ top: topViewHeight,
96
+ bottom: controlsHeight
97
+ }]
98
+ }), LivestreamLayout && /*#__PURE__*/(0, _jsxRuntime.jsx)(LivestreamLayout, {
99
+ ScreenShareOverlay: ScreenShareOverlay
100
+ }), HostLivestreamControls && /*#__PURE__*/(0, _jsxRuntime.jsx)(HostLivestreamControls, {
101
+ onEndStreamHandler: onEndStreamHandler,
102
+ onStartStreamHandler: onStartStreamHandler,
103
+ HostStartStreamButton: HostStartStreamButton,
104
+ LivestreamMediaControls: LivestreamMediaControls,
105
+ hls: hls,
106
+ onLayout: event => {
107
+ setControlsHeight(event.nativeEvent.layout.height);
108
+ },
109
+ disableStopPublishedStreamsOnEndStream: disableStopPublishedStreamsOnEndStream
110
+ })]
111
+ });
108
112
  };
109
113
  exports.HostLivestream = HostLivestream;
110
114
  const useStyles = () => {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_PrevLibDetection","_contexts","_HostLivestreamTopView","_HostLivestreamControls","_LivestreamLayout","_constants","_FloatingParticipantView","_videoReactBindings","_videoClient","_ScreenShareOverlay","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","HostLivestream","HostLivestreamTopView","DefaultHostLivestreamTopView","HostLivestreamControls","DefaultHostLivestreamControls","LivestreamLayout","DefaultLivestreamLayout","FloatingParticipantView","DefaultFloatingParticipantView","ScreenShareOverlay","DefaultScreenShaerOverlay","LiveIndicator","FollowerCount","DurationBadge","HostStartStreamButton","LivestreamMediaControls","onEndStreamHandler","onStartStreamHandler","hls","disableStopPublishedStreamsOnEndStream","styles","useStyles","theme","colors","hostLivestream","useTheme","useParticipants","useHasOngoingScreenShare","useCallStateHooks","currentSpeaker","hasOngoingScreenShare","floatingParticipant","hasVideo","useEffect","prevInCallManager","getRNInCallManagerLibNoThrow","start","media","stop","topViewHeight","setTopViewHeight","React","useState","controlsHeight","setControlsHeight","topViewProps","onLayout","event","nativeEvent","layout","height","createElement","View","style","container","backgroundColor","sheetTertiary","topViewContainer","participant","draggableContainerStyle","StyleSheet","absoluteFill","top","bottom","exports","useMemo","create","flex","paddingBottom","variants","insets","paddingLeft","left","paddingRight","right","paddingTop","sheetPrimary","position","zIndex","Z_INDEX","IN_FRONT","controlsViewContainer"],"sourceRoot":"../../../../../src","sources":["components/Livestream/HostLivestream/HostLivestream.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_PrevLibDetection","_contexts","_HostLivestreamTopView","_HostLivestreamControls","_LivestreamLayout","_constants","_FloatingParticipantView","_videoReactBindings","_videoClient","_ScreenShareOverlay","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","HostLivestream","HostLivestreamTopView","DefaultHostLivestreamTopView","HostLivestreamControls","DefaultHostLivestreamControls","LivestreamLayout","DefaultLivestreamLayout","FloatingParticipantView","DefaultFloatingParticipantView","ScreenShareOverlay","DefaultScreenShaerOverlay","LiveIndicator","FollowerCount","DurationBadge","HostStartStreamButton","LivestreamMediaControls","onEndStreamHandler","onStartStreamHandler","hls","disableStopPublishedStreamsOnEndStream","styles","useStyles","theme","colors","hostLivestream","useTheme","useParticipants","useHasOngoingScreenShare","useCallStateHooks","currentSpeaker","hasOngoingScreenShare","floatingParticipant","hasVideo","useEffect","prevInCallManager","getRNInCallManagerLibNoThrow","start","media","stop","topViewHeight","setTopViewHeight","React","useState","controlsHeight","setControlsHeight","topViewProps","onLayout","event","nativeEvent","layout","height","jsxs","View","style","container","backgroundColor","sheetTertiary","children","jsx","topViewContainer","participant","draggableContainerStyle","StyleSheet","absoluteFill","top","bottom","exports","useMemo","create","flex","paddingBottom","variants","insets","paddingLeft","left","paddingRight","right","paddingTop","sheetPrimary","position","zIndex","Z_INDEX","IN_FRONT","controlsViewContainer"],"sourceRoot":"../../../../../src","sources":["components/Livestream/HostLivestream/HostLivestream.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,iBAAA,GAAAF,OAAA;AAEA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,sBAAA,GAAAJ,OAAA;AAIA,IAAAK,uBAAA,GAAAL,OAAA;AAIA,IAAAM,iBAAA,GAAAN,OAAA;AAIA,IAAAO,UAAA,GAAAP,OAAA;AACA,IAAAQ,wBAAA,GAAAR,OAAA;AAIA,IAAAS,mBAAA,GAAAT,OAAA;AACA,IAAAU,YAAA,GAAAV,OAAA;AACA,IAAAW,mBAAA,GAAAX,OAAA;AAG0C,IAAAY,WAAA,GAAAZ,OAAA;AAAA,SAAAD,wBAAAc,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAhB,uBAAA,YAAAA,CAAAc,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE1C;AACA;AACA;;AAyBA;AACA;AACA;AACO,MAAMkB,cAAc,GAAGA,CAAC;EAC7BC,qBAAqB,GAAGC,4CAA4B;EACpDC,sBAAsB,GAAGC,8CAA6B;EACtDC,gBAAgB,GAAGC,kCAAuB;EAC1CC,uBAAuB,GAAGC,gDAA8B;EACxDC,kBAAkB,GAAGC,sCAAyB;EAC9CC,aAAa;EACbC,aAAa;EACbC,aAAa;EACbC,qBAAqB;EACrBC,uBAAuB;EACvBC,kBAAkB;EAClBC,oBAAoB;EACpBC,GAAG;EACHC;AACmB,CAAC,KAAK;EACzB,MAAMC,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAM;IACJC,KAAK,EAAE;MAAEC,MAAM;MAAEC;IAAe;EAClC,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEd,MAAM;IAAEC,eAAe;IAAEC;EAAyB,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EACzE,MAAM,CAACC,cAAc,CAAC,GAAGH,eAAe,CAAC,CAAC;EAC1C,MAAMI,qBAAqB,GAAGH,wBAAwB,CAAC,CAAC;EACxD,MAAMI,mBAAmB,GACvBD,qBAAqB,IACrBD,cAAc,IACd,IAAAG,qBAAQ,EAACH,cAAc,CAAC,IACxBA,cAAc;;EAEhB;EACA,IAAAI,gBAAS,EAAC,MAAM;IACd,MAAMC,iBAAiB,GAAG,IAAAC,8CAA4B,EAAC,CAAC;IACxD,IAAI,CAACD,iBAAiB,EAAE;IACxBA,iBAAiB,CAACE,KAAK,CAAC;MAAEC,KAAK,EAAE;IAAQ,CAAC,CAAC;IAC3C,OAAO,MAAM;MACXH,iBAAiB,CAACI,IAAI,CAAC,CAAC;IAC1B,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;EAEN,MAAM,CAACC,aAAa,EAAEC,gBAAgB,CAAC,GAAGC,cAAK,CAACC,QAAQ,CAAS,CAAC;EAClE,MAAM,CAACC,cAAc,EAAEC,iBAAiB,CAAC,GAAGH,cAAK,CAACC,QAAQ,CAAS,CAAC;EAEpE,MAAMG,YAAwC,GAAG;IAC/ClC,aAAa;IACbC,aAAa;IACbC,aAAa;IACbiC,QAAQ,EAAGC,KAAK,IAAK;MACnBP,gBAAgB,CAACO,KAAK,CAACC,WAAW,CAACC,MAAM,CAACC,MAAM,CAAC;IACnD;EACF,CAAC;EAED,oBACE,IAAAtE,WAAA,CAAAuE,IAAA,EAAClF,YAAA,CAAAmF,IAAI;IACHC,KAAK,EAAE,CACLjC,MAAM,CAACkC,SAAS,EAChB;MAAEC,eAAe,EAAEhC,MAAM,CAACiC;IAAc,CAAC,EACzChC,cAAc,CAAC8B,SAAS,CACxB;IAAAG,QAAA,GAEDxD,qBAAqB,iBACpB,IAAArB,WAAA,CAAA8E,GAAA,EAACzF,YAAA,CAAAmF,IAAI;MACHC,KAAK,EAAEjC,MAAM,CAACuC,gBAAiB;MAC/Bb,QAAQ,EAAGC,KAAK,IAAK;QACnBP,gBAAgB,CAACO,KAAK,CAACC,WAAW,CAACC,MAAM,CAACC,MAAM,CAAC;MACnD,CAAE;MAAAO,QAAA,eAEF,IAAA7E,WAAA,CAAA8E,GAAA,EAACzD,qBAAqB;QAAA,GAAK4C;MAAY,CAAG;IAAC,CACvC,CACP,EACAtC,uBAAuB,IACtBwB,mBAAmB,IACnBQ,aAAa,IACbI,cAAc,iBACZ,IAAA/D,WAAA,CAAA8E,GAAA,EAACnD,uBAAuB;MACtBqD,WAAW,EAAE7B,mBAAoB;MACjC8B,uBAAuB,EAAE,CACvBC,uBAAU,CAACC,YAAY,EACvB;QACEC,GAAG,EAAEzB,aAAa;QAClB0B,MAAM,EAAEtB;MACV,CAAC;IACD,CACH,CACF,EACFtC,gBAAgB,iBACf,IAAAzB,WAAA,CAAA8E,GAAA,EAACrD,gBAAgB;MAACI,kBAAkB,EAAEA;IAAmB,CAAE,CAC5D,EACAN,sBAAsB,iBACrB,IAAAvB,WAAA,CAAA8E,GAAA,EAACvD,sBAAsB;MACrBa,kBAAkB,EAAEA,kBAAmB;MACvCC,oBAAoB,EAAEA,oBAAqB;MAC3CH,qBAAqB,EAAEA,qBAAsB;MAC7CC,uBAAuB,EAAEA,uBAAwB;MACjDG,GAAG,EAAEA,GAAI;MACT4B,QAAQ,EAAGC,KAAK,IAAK;QACnBH,iBAAiB,CAACG,KAAK,CAACC,WAAW,CAACC,MAAM,CAACC,MAAM,CAAC;MACpD,CAAE;MACF/B,sCAAsC,EACpCA;IACD,CACF,CACF;EAAA,CACG,CAAC;AAEX,CAAC;AAAC+C,OAAA,CAAAlE,cAAA,GAAAA,cAAA;AAEF,MAAMqB,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEC;EAAM,CAAC,GAAG,IAAAG,kBAAQ,EAAC,CAAC;EAC5B,OAAO,IAAA0C,cAAO,EACZ,MACEL,uBAAU,CAACM,MAAM,CAAC;IAChBd,SAAS,EAAE;MACTe,IAAI,EAAE,CAAC;MACPC,aAAa,EAAEhD,KAAK,CAACiD,QAAQ,CAACC,MAAM,CAACP,MAAM;MAC3CQ,WAAW,EAAEnD,KAAK,CAACiD,QAAQ,CAACC,MAAM,CAACE,IAAI;MACvCC,YAAY,EAAErD,KAAK,CAACiD,QAAQ,CAACC,MAAM,CAACI,KAAK;MACzCC,UAAU,EAAEvD,KAAK,CAACiD,QAAQ,CAACC,MAAM,CAACR,GAAG;MACrCT,eAAe,EAAEjC,KAAK,CAACC,MAAM,CAACuD;IAChC,CAAC;IACDnB,gBAAgB,EAAE;MAChBoB,QAAQ,EAAE,UAAU;MACpBf,GAAG,EAAE,CAAC;MACNU,IAAI,EAAE,CAAC;MACPE,KAAK,EAAE,CAAC;MACRI,MAAM,EAAEC,kBAAO,CAACC;IAClB,CAAC;IACDC,qBAAqB,EAAE;MACrBJ,QAAQ,EAAE,UAAU;MACpBd,MAAM,EAAE,CAAC;MACTS,IAAI,EAAE,CAAC;MACPE,KAAK,EAAE,CAAC;MACRI,MAAM,EAAEC,kBAAO,CAACC;IAClB;EACF,CAAC,CAAC,EACJ,CAAC5D,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}