@stream-io/video-react-native-sdk 1.10.4 → 1.10.5

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 (669) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/commonjs/components/Call/CallControls/CallControls.js +1 -1
  3. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  5. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +0 -1
  6. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  7. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  8. package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
  9. package/dist/commonjs/hooks/push/useProcessPushCallEffect.js +1 -1
  10. package/dist/commonjs/hooks/push/useProcessPushCallEffect.js.map +1 -1
  11. package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js +4 -3
  12. package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  13. package/dist/commonjs/providers/StreamVideo.js.map +1 -1
  14. package/dist/commonjs/theme/theme.js.map +1 -1
  15. package/dist/commonjs/utils/push/ios.js +1 -0
  16. package/dist/commonjs/utils/push/ios.js.map +1 -1
  17. package/dist/commonjs/utils/push/libs/notifee/index.js.map +1 -1
  18. package/dist/commonjs/version.js +1 -1
  19. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  20. package/dist/module/components/Call/CallControls/CallControls.js +1 -1
  21. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  22. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  23. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  24. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  25. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  26. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  27. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +0 -1
  28. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  29. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  30. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  31. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  32. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  33. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  34. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  35. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  36. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  37. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  38. package/dist/module/contexts/ThemeContext.js.map +1 -1
  39. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  40. package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -1
  41. package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
  42. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +4 -3
  43. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  44. package/dist/module/providers/StreamCall/index.js.map +1 -1
  45. package/dist/module/providers/StreamVideo.js.map +1 -1
  46. package/dist/module/theme/theme.js.map +1 -1
  47. package/dist/module/utils/push/ios.js +1 -0
  48. package/dist/module/utils/push/ios.js.map +1 -1
  49. package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  50. package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
  51. package/dist/module/version.js +1 -1
  52. package/dist/typescript/{components → src/components}/Call/CallContent/CallContent.d.ts +5 -5
  53. package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +1 -0
  54. package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
  55. package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +1 -0
  56. package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
  57. package/dist/typescript/{components → src/components}/Call/CallControls/CallControls.d.ts +2 -2
  58. package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +1 -0
  59. package/dist/typescript/{components → src/components}/Call/CallControls/CallControlsButton.d.ts +2 -2
  60. package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
  61. package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
  62. package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
  63. package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
  64. package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
  65. package/dist/typescript/{components → src/components}/Call/CallControls/ReactionsButton.d.ts +1 -1
  66. package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
  67. package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
  68. package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
  69. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
  70. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
  71. package/dist/typescript/{components → src/components}/Call/CallControls/ToggleCameraFaceButton.d.ts +1 -1
  72. package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
  73. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
  74. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
  75. package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +1 -0
  76. package/dist/typescript/{components → src/components}/Call/CallControls/internal/ReactionsPicker.d.ts +2 -2
  77. package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
  78. package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsGrid.d.ts +3 -3
  79. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
  80. package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +3 -3
  81. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
  82. package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +1 -0
  83. package/dist/typescript/{components → src/components}/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -3
  84. package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
  85. package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +1 -0
  86. package/dist/typescript/{components → src/components}/Call/Lobby/JoinCallButton.d.ts +1 -1
  87. package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
  88. package/dist/typescript/{components → src/components}/Call/Lobby/Lobby.d.ts +3 -3
  89. package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +1 -0
  90. package/dist/typescript/{components → src/components}/Call/Lobby/LobbyFooter.d.ts +1 -1
  91. package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
  92. package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +1 -0
  93. package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallLeftIndicator.d.ts +1 -1
  94. package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
  95. package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +1 -1
  96. package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
  97. package/dist/typescript/{components → src/components}/Call/RingingCallContent/IncomingCall.d.ts +1 -1
  98. package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
  99. package/dist/typescript/{components → src/components}/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
  100. package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
  101. package/dist/typescript/{components → src/components}/Call/RingingCallContent/RingingCallContent.d.ts +5 -5
  102. package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
  103. package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
  104. package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
  105. package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +1 -0
  106. package/dist/typescript/src/components/Call/index.d.ts.map +1 -0
  107. package/dist/typescript/{components → src/components}/Livestream/HostLivestream/HostLivestream.d.ts +5 -5
  108. package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
  109. package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +1 -0
  110. package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +3 -3
  111. package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
  112. package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
  113. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
  114. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
  115. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
  116. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
  117. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
  118. package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +2 -2
  119. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
  120. package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
  121. package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +2 -2
  122. package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
  123. package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
  124. package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +1 -1
  125. package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
  126. package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
  127. package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
  128. package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
  129. package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +4 -4
  130. package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
  131. package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
  132. package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +4 -4
  133. package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
  134. package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
  135. package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +5 -5
  136. package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
  137. package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
  138. package/dist/typescript/src/components/Livestream/index.d.ts.map +1 -0
  139. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +1 -1
  140. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
  141. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +1 -1
  142. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
  143. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +1 -1
  144. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
  145. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +1 -1
  146. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
  147. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/index.d.ts +4 -4
  148. package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
  149. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantLabel.d.ts +1 -1
  150. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
  151. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +1 -1
  152. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
  153. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantReaction.d.ts +2 -2
  154. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
  155. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +1 -1
  156. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
  157. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantView.d.ts +9 -9
  158. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
  159. package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
  160. package/dist/typescript/{components → src/components}/Participant/ParticipantView/VideoRenderer.d.ts +1 -1
  161. package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
  162. package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +1 -0
  163. package/dist/typescript/src/components/Participant/index.d.ts.map +1 -0
  164. package/dist/typescript/src/components/index.d.ts.map +1 -0
  165. package/dist/typescript/{components → src/components}/utility/Avatar.d.ts +1 -1
  166. package/dist/typescript/src/components/utility/Avatar.d.ts.map +1 -0
  167. package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +1 -0
  168. package/dist/typescript/src/components/utility/index.d.ts.map +1 -0
  169. package/dist/typescript/src/constants/TestIds.d.ts.map +1 -0
  170. package/dist/typescript/{constants → src/constants}/index.d.ts +1 -1
  171. package/dist/typescript/src/constants/index.d.ts.map +1 -0
  172. package/dist/typescript/{contexts → src/contexts}/BackgroundFilters.d.ts +1 -1
  173. package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +1 -0
  174. package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +1 -0
  175. package/dist/typescript/{contexts → src/contexts}/ThemeContext.d.ts +2 -2
  176. package/dist/typescript/src/contexts/ThemeContext.d.ts.map +1 -0
  177. package/dist/typescript/src/contexts/index.d.ts.map +1 -0
  178. package/dist/typescript/src/hooks/index.d.ts.map +1 -0
  179. package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
  180. package/dist/typescript/src/hooks/push/index.d.ts.map +1 -0
  181. package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
  182. package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
  183. package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
  184. package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
  185. package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
  186. package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
  187. package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
  188. package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
  189. package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
  190. package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
  191. package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +1 -0
  192. package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
  193. package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
  194. package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +1 -0
  195. package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +1 -0
  196. package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +1 -0
  197. package/dist/typescript/{hooks → src/hooks}/useTrackDimensions.d.ts +1 -1
  198. package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +1 -0
  199. package/dist/typescript/{icons → src/icons}/Back.d.ts +1 -1
  200. package/dist/typescript/src/icons/Back.d.ts.map +1 -0
  201. package/dist/typescript/{icons → src/icons}/CameraSwitch.d.ts +1 -1
  202. package/dist/typescript/src/icons/CameraSwitch.d.ts.map +1 -0
  203. package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +1 -0
  204. package/dist/typescript/src/icons/Eye.d.ts.map +1 -0
  205. package/dist/typescript/{icons → src/icons}/IconWrapper.d.ts +1 -1
  206. package/dist/typescript/src/icons/IconWrapper.d.ts.map +1 -0
  207. package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +1 -0
  208. package/dist/typescript/{icons → src/icons}/Lock.d.ts +1 -1
  209. package/dist/typescript/src/icons/Lock.d.ts.map +1 -0
  210. package/dist/typescript/{icons → src/icons}/Mic.d.ts +1 -1
  211. package/dist/typescript/src/icons/Mic.d.ts.map +1 -0
  212. package/dist/typescript/{icons → src/icons}/MicOff.d.ts +1 -1
  213. package/dist/typescript/src/icons/MicOff.d.ts.map +1 -0
  214. package/dist/typescript/{icons → src/icons}/Phone.d.ts +1 -1
  215. package/dist/typescript/src/icons/Phone.d.ts.map +1 -0
  216. package/dist/typescript/{icons → src/icons}/PhoneDown.d.ts +1 -1
  217. package/dist/typescript/src/icons/PhoneDown.d.ts.map +1 -0
  218. package/dist/typescript/{icons → src/icons}/PinVertical.d.ts +1 -1
  219. package/dist/typescript/src/icons/PinVertical.d.ts.map +1 -0
  220. package/dist/typescript/{icons → src/icons}/Reaction.d.ts +1 -1
  221. package/dist/typescript/src/icons/Reaction.d.ts.map +1 -0
  222. package/dist/typescript/{icons → src/icons}/ScreenShare.d.ts +1 -1
  223. package/dist/typescript/src/icons/ScreenShare.d.ts.map +1 -0
  224. package/dist/typescript/{icons → src/icons}/ScreenShareIndicator.d.ts +1 -1
  225. package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +1 -0
  226. package/dist/typescript/src/icons/Settings.d.ts.map +1 -0
  227. package/dist/typescript/src/icons/ShieldBadge.d.ts.map +1 -0
  228. package/dist/typescript/{icons → src/icons}/Spotlight.d.ts +1 -1
  229. package/dist/typescript/src/icons/Spotlight.d.ts.map +1 -0
  230. package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +1 -0
  231. package/dist/typescript/{icons → src/icons}/StopScreenShare.d.ts +1 -1
  232. package/dist/typescript/src/icons/StopScreenShare.d.ts.map +1 -0
  233. package/dist/typescript/src/icons/ThreeDots.d.ts.map +1 -0
  234. package/dist/typescript/{icons → src/icons}/TopViewBackground.d.ts +1 -1
  235. package/dist/typescript/src/icons/TopViewBackground.d.ts.map +1 -0
  236. package/dist/typescript/{icons → src/icons}/Video.d.ts +1 -1
  237. package/dist/typescript/src/icons/Video.d.ts.map +1 -0
  238. package/dist/typescript/{icons → src/icons}/VideoSlash.d.ts +1 -1
  239. package/dist/typescript/src/icons/VideoSlash.d.ts.map +1 -0
  240. package/dist/typescript/src/icons/index.d.ts.map +1 -0
  241. package/dist/typescript/src/index.d.ts.map +1 -0
  242. package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +1 -0
  243. package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +1 -0
  244. package/dist/typescript/{providers → src/providers}/StreamCall/index.d.ts +1 -1
  245. package/dist/typescript/src/providers/StreamCall/index.d.ts.map +1 -0
  246. package/dist/typescript/src/providers/StreamVideo.d.ts +15 -0
  247. package/dist/typescript/src/providers/StreamVideo.d.ts.map +1 -0
  248. package/dist/typescript/{theme → src/theme}/colors.d.ts +1 -1
  249. package/dist/typescript/src/theme/colors.d.ts.map +1 -0
  250. package/dist/typescript/src/theme/constants.d.ts.map +1 -0
  251. package/dist/typescript/src/theme/index.d.ts.map +1 -0
  252. package/dist/typescript/{theme → src/theme}/theme.d.ts +3 -3
  253. package/dist/typescript/src/theme/theme.d.ts.map +1 -0
  254. package/dist/typescript/{theme → src/theme}/types.d.ts +1 -1
  255. package/dist/typescript/src/theme/types.d.ts.map +1 -0
  256. package/dist/typescript/src/translations/index.d.ts.map +1 -0
  257. package/dist/typescript/{utils → src/utils}/StreamVideoRN/index.d.ts +2 -2
  258. package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +1 -0
  259. package/dist/typescript/{utils → src/utils}/StreamVideoRN/types.d.ts +1 -1
  260. package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +1 -0
  261. package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +1 -0
  262. package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
  263. package/dist/typescript/src/utils/hooks/index.d.ts.map +1 -0
  264. package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +1 -0
  265. package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +1 -0
  266. package/dist/typescript/src/utils/index.d.ts.map +1 -0
  267. package/dist/typescript/{utils → src/utils}/internal/newNotificationCallbacks.d.ts +1 -1
  268. package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
  269. package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
  270. package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +1 -0
  271. package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
  272. package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +1 -0
  273. package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +1 -0
  274. package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
  275. package/dist/typescript/{utils → src/utils}/push/android.d.ts +1 -1
  276. package/dist/typescript/src/utils/push/android.d.ts.map +1 -0
  277. package/dist/typescript/src/utils/push/index.d.ts.map +1 -0
  278. package/dist/typescript/{utils → src/utils}/push/internal/rxSubjects.d.ts +1 -1
  279. package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +1 -0
  280. package/dist/typescript/src/utils/push/internal/utils.d.ts.map +1 -0
  281. package/dist/typescript/{utils → src/utils}/push/ios.d.ts +1 -1
  282. package/dist/typescript/src/utils/push/ios.d.ts.map +1 -0
  283. package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +1 -0
  284. package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +1 -0
  285. package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/index.d.ts +1 -1
  286. package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
  287. package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
  288. package/dist/typescript/src/utils/push/libs/index.d.ts.map +1 -0
  289. package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +1 -0
  290. package/dist/typescript/{utils → src/utils}/push/libs/notifee/index.d.ts +1 -1
  291. package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +1 -0
  292. package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +1 -0
  293. package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +1 -0
  294. package/dist/typescript/{utils → src/utils}/push/utils.d.ts +4 -4
  295. package/dist/typescript/src/utils/push/utils.d.ts.map +1 -0
  296. package/dist/typescript/src/utils/setClientDetails.d.ts.map +1 -0
  297. package/dist/typescript/src/version.d.ts +2 -0
  298. package/dist/typescript/src/version.d.ts.map +1 -0
  299. package/expo-config-plugin/dist/index.d.ts +2 -2
  300. package/expo-config-plugin/dist/withAndroidManifest.d.ts +2 -2
  301. package/expo-config-plugin/dist/withAndroidPermissions.d.ts +2 -2
  302. package/expo-config-plugin/dist/withAppBuildGradle.d.ts +1 -1
  303. package/expo-config-plugin/dist/withAppDelegate.d.ts +2 -2
  304. package/expo-config-plugin/dist/withBuildProperties.d.ts +1 -1
  305. package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +2 -2
  306. package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +2 -2
  307. package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +2 -2
  308. package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +2 -2
  309. package/expo-config-plugin/dist/withMainActivity.d.ts +2 -2
  310. package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +2 -2
  311. package/ios/RTCViewPipManager.swift +1 -1
  312. package/package.json +30 -15
  313. package/src/components/Call/CallContent/CallContent.tsx +11 -11
  314. package/src/components/Call/CallContent/RTCViewPipIOS.tsx +1 -1
  315. package/src/components/Call/CallControls/CallControls.tsx +6 -3
  316. package/src/components/Call/CallControls/CallControlsButton.tsx +3 -3
  317. package/src/components/Call/CallControls/ReactionsButton.tsx +2 -2
  318. package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +1 -1
  319. package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +3 -3
  320. package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -4
  321. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +4 -4
  322. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +11 -6
  323. package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
  324. package/src/components/Call/Lobby/Lobby.tsx +4 -4
  325. package/src/components/Call/Lobby/LobbyFooter.tsx +1 -1
  326. package/src/components/Call/RingingCallContent/CallLeftIndicator.tsx +1 -1
  327. package/src/components/Call/RingingCallContent/CallPreparingIndicator.tsx +1 -1
  328. package/src/components/Call/RingingCallContent/IncomingCall.tsx +2 -3
  329. package/src/components/Call/RingingCallContent/OutgoingCall.tsx +2 -2
  330. package/src/components/Call/RingingCallContent/RingingCallContent.tsx +5 -5
  331. package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
  332. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -5
  333. package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +3 -3
  334. package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +2 -2
  335. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +3 -3
  336. package/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx +1 -1
  337. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +4 -1
  338. package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +4 -4
  339. package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +4 -4
  340. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +5 -5
  341. package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +2 -2
  342. package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -2
  343. package/src/components/Participant/FloatingParticipantView/FloatingView/common.ts +1 -1
  344. package/src/components/Participant/FloatingParticipantView/FloatingView/index.ts +1 -1
  345. package/src/components/Participant/FloatingParticipantView/index.tsx +7 -7
  346. package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +1 -1
  347. package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +1 -1
  348. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +2 -2
  349. package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +1 -1
  350. package/src/components/Participant/ParticipantView/ParticipantView.tsx +10 -10
  351. package/src/components/Participant/ParticipantView/VideoRenderer.tsx +2 -2
  352. package/src/components/utility/Avatar.tsx +1 -1
  353. package/src/constants/index.ts +1 -1
  354. package/src/contexts/BackgroundFilters.tsx +1 -1
  355. package/src/contexts/ThemeContext.tsx +2 -2
  356. package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +1 -1
  357. package/src/hooks/push/useProcessPushCallEffect.ts +1 -1
  358. package/src/hooks/useAndroidKeepCallAliveEffect.ts +5 -4
  359. package/src/hooks/usePermissionRequest.tsx +1 -1
  360. package/src/hooks/useTrackDimensions.ts +2 -2
  361. package/src/icons/Back.tsx +1 -1
  362. package/src/icons/CameraSwitch.tsx +1 -1
  363. package/src/icons/IconWrapper.tsx +1 -1
  364. package/src/icons/Lock.tsx +1 -1
  365. package/src/icons/Mic.tsx +1 -1
  366. package/src/icons/MicOff.tsx +1 -1
  367. package/src/icons/Phone.tsx +1 -1
  368. package/src/icons/PhoneDown.tsx +1 -1
  369. package/src/icons/PinVertical.tsx +1 -1
  370. package/src/icons/Reaction.tsx +1 -1
  371. package/src/icons/ScreenShare.tsx +1 -1
  372. package/src/icons/ScreenShareIndicator.tsx +1 -1
  373. package/src/icons/Spotlight.tsx +1 -1
  374. package/src/icons/StopScreenShare.tsx +1 -1
  375. package/src/icons/TopViewBackground.tsx +1 -1
  376. package/src/icons/Video.tsx +1 -1
  377. package/src/icons/VideoSlash.tsx +1 -1
  378. package/src/providers/StreamCall/index.tsx +1 -1
  379. package/src/providers/StreamVideo.tsx +5 -5
  380. package/src/theme/colors.ts +1 -1
  381. package/src/theme/theme.ts +11 -7
  382. package/src/theme/types.ts +1 -1
  383. package/src/utils/StreamVideoRN/index.ts +2 -2
  384. package/src/utils/StreamVideoRN/types.ts +1 -1
  385. package/src/utils/internal/newNotificationCallbacks.ts +1 -1
  386. package/src/utils/push/android.ts +2 -2
  387. package/src/utils/push/internal/rxSubjects.ts +1 -1
  388. package/src/utils/push/ios.ts +4 -3
  389. package/src/utils/push/libs/firebaseMessaging/index.ts +1 -1
  390. package/src/utils/push/libs/notifee/index.ts +1 -1
  391. package/src/utils/push/utils.ts +4 -4
  392. package/src/version.ts +1 -1
  393. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +0 -1
  394. package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
  395. package/dist/typescript/components/Call/CallContent/index.d.ts.map +0 -1
  396. package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
  397. package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +0 -1
  398. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
  399. package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
  400. package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
  401. package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
  402. package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
  403. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
  404. package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
  405. package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
  406. package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
  407. package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
  408. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
  409. package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
  410. package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
  411. package/dist/typescript/components/Call/CallControls/index.d.ts.map +0 -1
  412. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
  413. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
  414. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
  415. package/dist/typescript/components/Call/CallLayout/index.d.ts.map +0 -1
  416. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
  417. package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +0 -1
  418. package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
  419. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +0 -1
  420. package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
  421. package/dist/typescript/components/Call/Lobby/index.d.ts.map +0 -1
  422. package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
  423. package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
  424. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
  425. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
  426. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
  427. package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
  428. package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
  429. package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +0 -1
  430. package/dist/typescript/components/Call/index.d.ts.map +0 -1
  431. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
  432. package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +0 -1
  433. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
  434. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
  435. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
  436. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
  437. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
  438. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
  439. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
  440. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
  441. package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
  442. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
  443. package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
  444. package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
  445. package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
  446. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
  447. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
  448. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
  449. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
  450. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
  451. package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
  452. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
  453. package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
  454. package/dist/typescript/components/Livestream/index.d.ts.map +0 -1
  455. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
  456. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
  457. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
  458. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
  459. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
  460. package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
  461. package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
  462. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
  463. package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
  464. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
  465. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
  466. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
  467. package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +0 -1
  468. package/dist/typescript/components/Participant/index.d.ts.map +0 -1
  469. package/dist/typescript/components/index.d.ts.map +0 -1
  470. package/dist/typescript/components/utility/Avatar.d.ts.map +0 -1
  471. package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +0 -1
  472. package/dist/typescript/components/utility/index.d.ts.map +0 -1
  473. package/dist/typescript/constants/TestIds.d.ts.map +0 -1
  474. package/dist/typescript/constants/index.d.ts.map +0 -1
  475. package/dist/typescript/contexts/BackgroundFilters.d.ts.map +0 -1
  476. package/dist/typescript/contexts/StreamVideoContext.d.ts.map +0 -1
  477. package/dist/typescript/contexts/ThemeContext.d.ts.map +0 -1
  478. package/dist/typescript/contexts/index.d.ts.map +0 -1
  479. package/dist/typescript/hooks/index.d.ts.map +0 -1
  480. package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
  481. package/dist/typescript/hooks/push/index.d.ts.map +0 -1
  482. package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
  483. package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
  484. package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
  485. package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
  486. package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
  487. package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
  488. package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
  489. package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
  490. package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
  491. package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
  492. package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +0 -1
  493. package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
  494. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
  495. package/dist/typescript/hooks/usePermissionNotification.d.ts.map +0 -1
  496. package/dist/typescript/hooks/usePermissionRequest.d.ts.map +0 -1
  497. package/dist/typescript/hooks/useScreenShareButton.d.ts.map +0 -1
  498. package/dist/typescript/hooks/useTrackDimensions.d.ts.map +0 -1
  499. package/dist/typescript/icons/Back.d.ts.map +0 -1
  500. package/dist/typescript/icons/CameraSwitch.d.ts.map +0 -1
  501. package/dist/typescript/icons/EndStreamIcon.d.ts.map +0 -1
  502. package/dist/typescript/icons/Eye.d.ts.map +0 -1
  503. package/dist/typescript/icons/IconWrapper.d.ts.map +0 -1
  504. package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +0 -1
  505. package/dist/typescript/icons/Lock.d.ts.map +0 -1
  506. package/dist/typescript/icons/Mic.d.ts.map +0 -1
  507. package/dist/typescript/icons/MicOff.d.ts.map +0 -1
  508. package/dist/typescript/icons/Phone.d.ts.map +0 -1
  509. package/dist/typescript/icons/PhoneDown.d.ts.map +0 -1
  510. package/dist/typescript/icons/PinVertical.d.ts.map +0 -1
  511. package/dist/typescript/icons/Reaction.d.ts.map +0 -1
  512. package/dist/typescript/icons/ScreenShare.d.ts.map +0 -1
  513. package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +0 -1
  514. package/dist/typescript/icons/Settings.d.ts.map +0 -1
  515. package/dist/typescript/icons/ShieldBadge.d.ts.map +0 -1
  516. package/dist/typescript/icons/Spotlight.d.ts.map +0 -1
  517. package/dist/typescript/icons/StartStreamIcon.d.ts.map +0 -1
  518. package/dist/typescript/icons/StopScreenShare.d.ts.map +0 -1
  519. package/dist/typescript/icons/ThreeDots.d.ts.map +0 -1
  520. package/dist/typescript/icons/TopViewBackground.d.ts.map +0 -1
  521. package/dist/typescript/icons/Video.d.ts.map +0 -1
  522. package/dist/typescript/icons/VideoSlash.d.ts.map +0 -1
  523. package/dist/typescript/icons/index.d.ts.map +0 -1
  524. package/dist/typescript/index.d.ts.map +0 -1
  525. package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +0 -1
  526. package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +0 -1
  527. package/dist/typescript/providers/StreamCall/index.d.ts.map +0 -1
  528. package/dist/typescript/providers/StreamVideo.d.ts +0 -15
  529. package/dist/typescript/providers/StreamVideo.d.ts.map +0 -1
  530. package/dist/typescript/theme/colors.d.ts.map +0 -1
  531. package/dist/typescript/theme/constants.d.ts.map +0 -1
  532. package/dist/typescript/theme/index.d.ts.map +0 -1
  533. package/dist/typescript/theme/theme.d.ts.map +0 -1
  534. package/dist/typescript/theme/types.d.ts.map +0 -1
  535. package/dist/typescript/translations/index.d.ts.map +0 -1
  536. package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +0 -1
  537. package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +0 -1
  538. package/dist/typescript/utils/enterPiPAndroid.d.ts.map +0 -1
  539. package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
  540. package/dist/typescript/utils/hooks/index.d.ts.map +0 -1
  541. package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +0 -1
  542. package/dist/typescript/utils/hooks/usePrevious.d.ts.map +0 -1
  543. package/dist/typescript/utils/index.d.ts.map +0 -1
  544. package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
  545. package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
  546. package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +0 -1
  547. package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
  548. package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +0 -1
  549. package/dist/typescript/utils/internal/rxSubjects.d.ts.map +0 -1
  550. package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
  551. package/dist/typescript/utils/push/android.d.ts.map +0 -1
  552. package/dist/typescript/utils/push/index.d.ts.map +0 -1
  553. package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +0 -1
  554. package/dist/typescript/utils/push/internal/utils.d.ts.map +0 -1
  555. package/dist/typescript/utils/push/ios.d.ts.map +0 -1
  556. package/dist/typescript/utils/push/libs/callkeep.d.ts.map +0 -1
  557. package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +0 -1
  558. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
  559. package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
  560. package/dist/typescript/utils/push/libs/index.d.ts.map +0 -1
  561. package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +0 -1
  562. package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +0 -1
  563. package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +0 -1
  564. package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +0 -1
  565. package/dist/typescript/utils/push/utils.d.ts.map +0 -1
  566. package/dist/typescript/utils/setClientDetails.d.ts.map +0 -1
  567. package/dist/typescript/version.d.ts +0 -2
  568. package/dist/typescript/version.d.ts.map +0 -1
  569. /package/dist/typescript/{components → src/components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
  570. /package/dist/typescript/{components → src/components}/Call/CallContent/index.d.ts +0 -0
  571. /package/dist/typescript/{components → src/components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
  572. /package/dist/typescript/{components → src/components}/Call/CallControls/HangupCallButton.d.ts +0 -0
  573. /package/dist/typescript/{components → src/components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
  574. /package/dist/typescript/{components → src/components}/Call/CallControls/LobbyControls.d.ts +0 -0
  575. /package/dist/typescript/{components → src/components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
  576. /package/dist/typescript/{components → src/components}/Call/CallControls/RejectCallButton.d.ts +0 -0
  577. /package/dist/typescript/{components → src/components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
  578. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
  579. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
  580. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
  581. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
  582. /package/dist/typescript/{components → src/components}/Call/CallControls/index.d.ts +0 -0
  583. /package/dist/typescript/{components → src/components}/Call/CallLayout/index.d.ts +0 -0
  584. /package/dist/typescript/{components → src/components}/Call/CallParticipantsList/index.d.ts +0 -0
  585. /package/dist/typescript/{components → src/components}/Call/Lobby/index.d.ts +0 -0
  586. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
  587. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
  588. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/index.d.ts +0 -0
  589. /package/dist/typescript/{components → src/components}/Call/index.d.ts +0 -0
  590. /package/dist/typescript/{components → src/components}/Livestream/HostLivestream/index.d.ts +0 -0
  591. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
  592. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
  593. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
  594. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
  595. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
  596. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
  597. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/index.d.ts +0 -0
  598. /package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/index.d.ts +0 -0
  599. /package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
  600. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
  601. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
  602. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
  603. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/index.d.ts +0 -0
  604. /package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/index.d.ts +0 -0
  605. /package/dist/typescript/{components → src/components}/Livestream/index.d.ts +0 -0
  606. /package/dist/typescript/{components → src/components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
  607. /package/dist/typescript/{components → src/components}/Participant/ParticipantView/index.d.ts +0 -0
  608. /package/dist/typescript/{components → src/components}/Participant/index.d.ts +0 -0
  609. /package/dist/typescript/{components → src/components}/index.d.ts +0 -0
  610. /package/dist/typescript/{components → src/components}/utility/ScreenShareOverlay.d.ts +0 -0
  611. /package/dist/typescript/{components → src/components}/utility/index.d.ts +0 -0
  612. /package/dist/typescript/{constants → src/constants}/TestIds.d.ts +0 -0
  613. /package/dist/typescript/{contexts → src/contexts}/StreamVideoContext.d.ts +0 -0
  614. /package/dist/typescript/{contexts → src/contexts}/index.d.ts +0 -0
  615. /package/dist/typescript/{hooks → src/hooks}/index.d.ts +0 -0
  616. /package/dist/typescript/{hooks → src/hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
  617. /package/dist/typescript/{hooks → src/hooks}/push/index.d.ts +0 -0
  618. /package/dist/typescript/{hooks → src/hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
  619. /package/dist/typescript/{hooks → src/hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
  620. /package/dist/typescript/{hooks → src/hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
  621. /package/dist/typescript/{hooks → src/hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
  622. /package/dist/typescript/{hooks → src/hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
  623. /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushCallEffect.d.ts +0 -0
  624. /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
  625. /package/dist/typescript/{hooks → src/hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
  626. /package/dist/typescript/{hooks → src/hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
  627. /package/dist/typescript/{hooks → src/hooks}/useAutoEnterPiPEffect.d.ts +0 -0
  628. /package/dist/typescript/{hooks → src/hooks}/useIsInPiPMode.d.ts +0 -0
  629. /package/dist/typescript/{hooks → src/hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
  630. /package/dist/typescript/{hooks → src/hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
  631. /package/dist/typescript/{hooks → src/hooks}/usePermissionNotification.d.ts +0 -0
  632. /package/dist/typescript/{hooks → src/hooks}/usePermissionRequest.d.ts +0 -0
  633. /package/dist/typescript/{hooks → src/hooks}/useScreenShareButton.d.ts +0 -0
  634. /package/dist/typescript/{icons → src/icons}/EndStreamIcon.d.ts +0 -0
  635. /package/dist/typescript/{icons → src/icons}/Eye.d.ts +0 -0
  636. /package/dist/typescript/{icons → src/icons}/LeaveStreamIcon.d.ts +0 -0
  637. /package/dist/typescript/{icons → src/icons}/Settings.d.ts +0 -0
  638. /package/dist/typescript/{icons → src/icons}/ShieldBadge.d.ts +0 -0
  639. /package/dist/typescript/{icons → src/icons}/StartStreamIcon.d.ts +0 -0
  640. /package/dist/typescript/{icons → src/icons}/ThreeDots.d.ts +0 -0
  641. /package/dist/typescript/{icons → src/icons}/index.d.ts +0 -0
  642. /package/dist/typescript/{index.d.ts → src/index.d.ts} +0 -0
  643. /package/dist/typescript/{providers → src/providers}/StreamCall/AppStateListener.d.ts +0 -0
  644. /package/dist/typescript/{providers → src/providers}/StreamCall/DeviceStats.d.ts +0 -0
  645. /package/dist/typescript/{theme → src/theme}/constants.d.ts +0 -0
  646. /package/dist/typescript/{theme → src/theme}/index.d.ts +0 -0
  647. /package/dist/typescript/{translations → src/translations}/index.d.ts +0 -0
  648. /package/dist/typescript/{utils → src/utils}/enterPiPAndroid.d.ts +0 -0
  649. /package/dist/typescript/{utils → src/utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
  650. /package/dist/typescript/{utils → src/utils}/hooks/index.d.ts +0 -0
  651. /package/dist/typescript/{utils → src/utils}/hooks/useDebouncedValue.d.ts +0 -0
  652. /package/dist/typescript/{utils → src/utils}/hooks/usePrevious.d.ts +0 -0
  653. /package/dist/typescript/{utils → src/utils}/index.d.ts +0 -0
  654. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
  655. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/index.d.ts +0 -0
  656. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/reanimated.d.ts +0 -0
  657. /package/dist/typescript/{utils → src/utils}/internal/pushLogoutCallback.d.ts +0 -0
  658. /package/dist/typescript/{utils → src/utils}/internal/rxSubjects.d.ts +0 -0
  659. /package/dist/typescript/{utils → src/utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
  660. /package/dist/typescript/{utils → src/utils}/push/index.d.ts +0 -0
  661. /package/dist/typescript/{utils → src/utils}/push/internal/utils.d.ts +0 -0
  662. /package/dist/typescript/{utils → src/utils}/push/libs/callkeep.d.ts +0 -0
  663. /package/dist/typescript/{utils → src/utils}/push/libs/expoNotifications.d.ts +0 -0
  664. /package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
  665. /package/dist/typescript/{utils → src/utils}/push/libs/index.d.ts +0 -0
  666. /package/dist/typescript/{utils → src/utils}/push/libs/iosPushNotification.d.ts +0 -0
  667. /package/dist/typescript/{utils → src/utils}/push/libs/notifee/lib.d.ts +0 -0
  668. /package/dist/typescript/{utils → src/utils}/push/libs/voipPushNotification.d.ts +0 -0
  669. /package/dist/typescript/{utils → src/utils}/setClientDetails.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["Platform","pushNonRingingCallData$","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getPushNotificationIosLib","getLogger","setPushLogoutCallback","StreamVideoRN","lastApnToken","token","userId","processNonRingingNotificationStreamPayload","streamPayload","sender","type","cid","call_cid","logger","next","oniOSExpoNotificationEvent","event","pushConfig","getConfig","push","trigger","request","payload","stream","JSON","stringify","oniOSNotifeeEvent","OS","detail","notifeeLib","EventType","PRESS","notification","data","result","onTapNonRingingCallNotification","onPushNotificationiOSStreamVideoEvent","pushNotificationIosLib","getData","isClicked","userInteraction","finish","FetchResult","NoData","initIosNonVoipToken","client","setUnsubscribeListener","ios","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","push_provider_name","addDevice","then","catch","isExpo","expoNotificationsLib","getDevicePushTokenAsync","devicePushToken","subscription","addPushTokenListener","remove","addEventListener","removeEventListener"],"sourceRoot":"../../../../src","sources":["utils/push/ios.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["Platform","pushNonRingingCallData$","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getPushNotificationIosLib","getLogger","setPushLogoutCallback","StreamVideoRN","lastApnToken","token","userId","processNonRingingNotificationStreamPayload","streamPayload","sender","type","cid","call_cid","logger","next","undefined","oniOSExpoNotificationEvent","event","pushConfig","getConfig","push","trigger","request","payload","stream","JSON","stringify","oniOSNotifeeEvent","OS","detail","notifeeLib","EventType","PRESS","notification","data","result","onTapNonRingingCallNotification","onPushNotificationiOSStreamVideoEvent","pushNotificationIosLib","getData","isClicked","userInteraction","finish","FetchResult","NoData","initIosNonVoipToken","client","setUnsubscribeListener","ios","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","push_provider_name","addDevice","then","catch","isExpo","expoNotificationsLib","getDevicePushTokenAsync","devicePushToken","subscription","addPushTokenListener","remove","addEventListener","removeEventListener"],"sourceRoot":"../../../../src","sources":["utils/push/ios.ts"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["getLogger","lib","INSTALLATION_INSTRUCTION","getFirebaseMessagingLib","Error","getFirebaseMessagingLibNoThrow","isExpo","logger"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/index.ts"],"mappings":";;AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAAeC,GAAG,QAAQ,OAAO;AAKjC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uBAAuBA,CAAA,EAAG;EACxC,IAAI,CAACF,GAAG,EAAE;IACR,MAAMG,KAAK,CACT,qDAAqD,GACnDF,wBACJ,CAAC;EACH;EACA,OAAOD,GAAG;AACZ;AAEA,OAAO,SAASI,8BAA8BA,CAACC,MAAe,EAAE;EAC9D,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGP,SAAS,CAAC,CAAC,gCAAgC,CAAC,CAAC;IAC5DO,MAAM,CACJ,MAAM,EACN,GACED,MAAM,GACF,iIAAiI,GACjI,EAAE,GACLJ,wBAAwB,EAC7B,CAAC;EACH;EACA,OAAOD,GAAG;AACZ","ignoreList":[]}
1
+ {"version":3,"names":["getLogger","lib","INSTALLATION_INSTRUCTION","getFirebaseMessagingLib","Error","getFirebaseMessagingLibNoThrow","isExpo","logger"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/index.ts"],"mappings":";;AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAAoBC,GAAG,QAAQ,OAAO;AAKtC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uBAAuBA,CAAA,EAAG;EACxC,IAAI,CAACF,GAAG,EAAE;IACR,MAAMG,KAAK,CACT,qDAAqD,GACnDF,wBACJ,CAAC;EACH;EACA,OAAOD,GAAG;AACZ;AAEA,OAAO,SAASI,8BAA8BA,CAACC,MAAe,EAAE;EAC9D,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGP,SAAS,CAAC,CAAC,gCAAgC,CAAC,CAAC;IAC5DO,MAAM,CACJ,MAAM,EACN,GACED,MAAM,GACF,iIAAiI,GACjI,EAAE,GACLJ,wBAAwB,EAC7B,CAAC;EACH;EACA,OAAOD,GAAG;AACZ","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["getLogger","PermissionsAndroid","lib","AndroidForegroundServiceType","INSTALLATION_INSTRUCTION","getNotifeeLibThrowIfNotInstalledForPush","Error","getNotifeeLibNoThrowForKeepCallAlive","logger","getKeepCallAliveForegroundServiceTypes","types","hasCameraPermission","check","PERMISSIONS","CAMERA","push","FOREGROUND_SERVICE_TYPE_CAMERA","hasMicrophonePermission","RECORD_AUDIO","FOREGROUND_SERVICE_TYPE_MICROPHONE","hasConnectionPermission","BLUETOOTH_CONNECT","FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE","length","FOREGROUND_SERVICE_TYPE_DATA_SYNC","getIncomingCallForegroundServiceTypes","FOREGROUND_SERVICE_TYPE_SHORT_SERVICE"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/index.ts"],"mappings":";;AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAASC,kBAAkB,QAAQ,cAAc;AACjD,SAAeC,GAAG,QAAQ,OAAO;AAAC,IAI7BC,4BAA4B,0BAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAAA,OAA5BA,4BAA4B;AAAA,EAA5BA,4BAA4B;AAkBjC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uCAAuCA,CAAA,EAAG;EACxD,IAAI,CAACH,GAAG,EAAE;IACR,MAAMI,KAAK,CACT,8FAA8F,GAC5FF,wBACJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,SAASK,oCAAoCA,CAAA,EAAG;EACrD,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGR,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;IAClDQ,MAAM,CACJ,MAAM,EACN,GAAG,gHAAgH,GAAGJ,wBAAwB,EAChJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,eAAeO,sCAAsCA,CAAA,EAAG;EAC7D,MAAMC,KAAqC,GAAG,EAAE;EAChD,MAAMC,mBAAmB,GAAG,MAAMV,kBAAkB,CAACW,KAAK,CACxDX,kBAAkB,CAACY,WAAW,CAACC,MACjC,CAAC;EACD,IAAIH,mBAAmB,EAAE;IACvBD,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACa,8BAA8B,CAAC;EACzE;EACA,MAAMC,uBAAuB,GAAG,MAAMhB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACK,YACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BP,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACgB,kCAAkC,CAAC;EAC7E;EACA,MAAMC,uBAAuB,GAAG,MAAMnB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACQ,iBACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BV,KAAK,CAACK,IAAI,CACRZ,4BAA4B,CAACmB,wCAC/B,CAAC;EACH;EACA,IAAIZ,KAAK,CAACa,MAAM,KAAK,CAAC,EAAE;IACtBb,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACqB,iCAAiC,CAAC;EAC5E;EACA,OAAOd,KAAK;AACd;AAEA,OAAO,SAASe,qCAAqCA,CAAA,EAAG;EACtD,MAAMf,KAAqC,GAAG,CAC5CP,4BAA4B,CAACuB,qCAAqC,CACnE;EACD,OAAOhB,KAAK;AACd","ignoreList":[]}
1
+ {"version":3,"names":["getLogger","PermissionsAndroid","lib","AndroidForegroundServiceType","INSTALLATION_INSTRUCTION","getNotifeeLibThrowIfNotInstalledForPush","Error","getNotifeeLibNoThrowForKeepCallAlive","logger","getKeepCallAliveForegroundServiceTypes","types","hasCameraPermission","check","PERMISSIONS","CAMERA","push","FOREGROUND_SERVICE_TYPE_CAMERA","hasMicrophonePermission","RECORD_AUDIO","FOREGROUND_SERVICE_TYPE_MICROPHONE","hasConnectionPermission","BLUETOOTH_CONNECT","FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE","length","FOREGROUND_SERVICE_TYPE_DATA_SYNC","getIncomingCallForegroundServiceTypes","FOREGROUND_SERVICE_TYPE_SHORT_SERVICE"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/index.ts"],"mappings":";;AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAASC,kBAAkB,QAAQ,cAAc;AACjD,SAAoBC,GAAG,QAAQ,OAAO;AAAC,IAIlCC,4BAA4B,0BAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAAA,OAA5BA,4BAA4B;AAAA,EAA5BA,4BAA4B;AAkBjC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uCAAuCA,CAAA,EAAG;EACxD,IAAI,CAACH,GAAG,EAAE;IACR,MAAMI,KAAK,CACT,8FAA8F,GAC5FF,wBACJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,SAASK,oCAAoCA,CAAA,EAAG;EACrD,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGR,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;IAClDQ,MAAM,CACJ,MAAM,EACN,GAAG,gHAAgH,GAAGJ,wBAAwB,EAChJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,eAAeO,sCAAsCA,CAAA,EAAG;EAC7D,MAAMC,KAAqC,GAAG,EAAE;EAChD,MAAMC,mBAAmB,GAAG,MAAMV,kBAAkB,CAACW,KAAK,CACxDX,kBAAkB,CAACY,WAAW,CAACC,MACjC,CAAC;EACD,IAAIH,mBAAmB,EAAE;IACvBD,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACa,8BAA8B,CAAC;EACzE;EACA,MAAMC,uBAAuB,GAAG,MAAMhB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACK,YACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BP,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACgB,kCAAkC,CAAC;EAC7E;EACA,MAAMC,uBAAuB,GAAG,MAAMnB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACQ,iBACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BV,KAAK,CAACK,IAAI,CACRZ,4BAA4B,CAACmB,wCAC/B,CAAC;EACH;EACA,IAAIZ,KAAK,CAACa,MAAM,KAAK,CAAC,EAAE;IACtBb,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACqB,iCAAiC,CAAC;EAC5E;EACA,OAAOd,KAAK;AACd;AAEA,OAAO,SAASe,qCAAqCA,CAAA,EAAG;EACtD,MAAMf,KAAqC,GAAG,CAC5CP,4BAA4B,CAACuB,qCAAqC,CACnE;EACD,OAAOhB,KAAK;AACd","ignoreList":[]}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
 
3
- export const version = '1.10.4';
3
+ export const version = '1.10.5';
4
4
  //# sourceMappingURL=version.js.map
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { CallControlProps, HangUpCallButtonProps } from '../CallControls';
3
- import { StreamReaction } from '@stream-io/video-client';
4
- import { FloatingParticipantViewProps, ParticipantViewComponentProps } from '../../Participant';
5
- import { CallParticipantsListComponentProps, CallParticipantsListProps } from '../CallParticipantsList';
6
- import { ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
2
+ import { type CallControlProps, type HangUpCallButtonProps } from '../CallControls';
3
+ import { type StreamReaction } from '@stream-io/video-client';
4
+ import { type FloatingParticipantViewProps, type ParticipantViewComponentProps } from '../../Participant';
5
+ import { type CallParticipantsListComponentProps, type CallParticipantsListProps } from '../CallParticipantsList';
6
+ import { type ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
7
7
  export type StreamReactionType = StreamReaction & {
8
8
  icon: string;
9
9
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAS5D,OAAO,EACL,KAAK,gBAAgB,EAErB,KAAK,qBAAqB,EAC3B,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,OAAO,EAEL,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EACnC,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,yBAAyB,EAC/B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,kCAAkC,CAAC;AAG1C,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,yBAAyB,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAK1C,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAC7C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEJ,eAAO,MAAM,WAAW,uVAiBrB,gBAAgB,sBAmIlB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTCViewPipIOS.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallContent/RTCViewPipIOS.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAmClD,KAAK,KAAK,GAAG;IACX,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,aAAa,+DAAiD,KAAK,uBA6EvE,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallContent/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAG1B,qBAAqB,sBA2CvB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { ViewProps } from 'react-native';
3
- import { HangUpCallButtonProps } from './HangupCallButton';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type HangUpCallButtonProps } from './HangupCallButton';
4
4
  /**
5
5
  * Props for the CallControls Component.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAkB,MAAM,cAAc,CAAC;AAKhF,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,oBAAoB,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,GAAG;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,YAAY,+CAItB,gBAAgB,sBAyBlB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { ColorValue, PressableProps, View } from 'react-native';
3
- import { Theme } from '../../../theme/theme';
2
+ import { type ColorValue, type PressableProps, View } from 'react-native';
3
+ import type { Theme } from '../../../theme/theme';
4
4
  interface CallControlsButtonProps {
5
5
  /**
6
6
  * `onPress` handler called when a single tap gesture is detected.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,KAAK,UAAU,EAEf,KAAK,cAAc,EAEnB,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAElD,UAAU,uBAAuB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,kBAAkB,UACtB,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,sBAyDxD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;CAChE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,mDAI1B,qBAAqB,sBAwCvB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IncomingCallControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/IncomingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,kDAG9B,yBAAyB,sBAiB3B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LobbyControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/LobbyControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC;;GAEG;AACH,eAAO,MAAM,aAAa,yBAWzB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OutgoingCallControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/OutgoingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,6BAE9B,yBAAyB,sBAsB3B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { StreamReactionType } from '../CallContent';
2
+ import { type StreamReactionType } from '../CallContent';
3
3
  /**
4
4
  * Props for the Reaction button
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,4CAGzB,oBAAoB,sBAyDtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1D;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;IAC/D;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iEAK1B,qBAAqB,sBAkDvB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScreenShareToggleButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ScreenShareToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAUtC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,kEAGjC,4BAA4B,6BA4C9B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleAudioPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ToggleAudioPreviewButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,wBAElC,6BAA6B,sBAuC/B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleAudioPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ToggleAudioPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,wBAErC,gCAAgC,sBAmClC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ColorValue } from 'react-native';
2
+ import { type ColorValue } from 'react-native';
3
3
  /**
4
4
  * Props for the Toggle Camera face button.
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleCameraFaceButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ToggleCameraFaceButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAC;CAC9B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,yCAGhC,2BAA2B,kCA8C7B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleVideoPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ToggleVideoPreviewButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,wBAElC,6BAA6B,kCA2C/B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleVideoPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/ToggleVideoPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,wBAErC,gCAAgC,kCAyClC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { LayoutRectangle } from 'react-native';
3
- import { ReactionsButtonProps } from '../ReactionsButton';
2
+ import { type LayoutRectangle } from 'react-native';
3
+ import type { ReactionsButtonProps } from '../ReactionsButton';
4
4
  type ReactionPickerProps = Pick<ReactionsButtonProps, 'supportedReactions'> & {
5
5
  reactionsButtonLayoutRectangle?: LayoutRectangle;
6
6
  onRequestedClose: () => void;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactionsPicker.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Call/CallControls/internal/ReactionsPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,EACL,KAAK,eAAe,EAKrB,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG/D,KAAK,mBAAmB,GAAG,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,GAAG;IAC5E,8BAA8B,CAAC,EAAE,eAAe,CAAC;IACjD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,eAAe,8EAIzB,mBAAmB,sBA4IrB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
3
- import { CallContentProps } from '../CallContent';
4
- import { ParticipantViewComponentProps } from '../../Participant';
2
+ import { type CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
3
+ import type { CallContentProps } from '../CallContent';
4
+ import type { ParticipantViewComponentProps } from '../../Participant';
5
5
  /**
6
6
  * Props for the CallParticipantsGrid component.
7
7
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallParticipantsGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallLayout/CallParticipantsGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAEL,KAAK,kCAAkC,EACxC,MAAM,8CAA8C,CAAC;AAGtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAGvE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,6BAA6B,GACnE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,sBAAsB,CAAC,GACrE,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,oBAAoB,wNAW9B,yBAAyB,sBA2E3B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
3
- import { ParticipantViewComponentProps } from '../../Participant';
4
- import { CallContentProps } from '../CallContent';
2
+ import { type CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
3
+ import { type ParticipantViewComponentProps } from '../../Participant';
4
+ import { type CallContentProps } from '../CallContent';
5
5
  /**
6
6
  * Props for the CallParticipantsSpotlight component.
7
7
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallParticipantsSpotlight.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,OAAO,EAEL,KAAK,kCAAkC,EACxC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,KAAK,6BAA6B,EACnC,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,6BAA6B,GACxE,IAAI,CACF,gBAAgB,EAChB,oBAAoB,GAAG,sBAAsB,GAAG,oBAAoB,CACrE,GACD,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,yBAAyB,sNAWnC,8BAA8B,sBAsGhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { StreamVideoParticipant } from '@stream-io/video-client';
3
- import { ParticipantViewComponentProps, ParticipantViewProps } from '../../Participant/ParticipantView';
4
- import { CallContentProps } from '../CallContent';
2
+ import { type StreamVideoParticipant } from '@stream-io/video-client';
3
+ import { type ParticipantViewComponentProps, type ParticipantViewProps } from '../../Participant/ParticipantView';
4
+ import type { CallContentProps } from '../CallContent';
5
5
  export type CallParticipantsListComponentProps = ParticipantViewComponentProps & {
6
6
  /**
7
7
  * Component to customize the participant view.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallParticipantsList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallParticipantsList/CallParticipantsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAQf,OAAO,EACL,KAAK,sBAAsB,EAG5B,MAAM,yBAAyB,CAAC;AAIjC,OAAO,EAEL,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EAC1B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAYvD,MAAM,MAAM,kCAAkC,GAC5C,6BAA6B,GAAG;IAC9B;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC;AAEJ;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,kCAAkC,GACxE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;OAEG;IACH,YAAY,EAAE,sBAAsB,EAAE,CAAC;IACvC;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,uNAY9B,yBAAyB,sBA6K3B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallParticipantsList/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { LobbyProps } from './Lobby';
2
+ import { type LobbyProps } from './Lobby';
3
3
  /**
4
4
  * Props for the Join Call Button in the Lobby component.
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JoinCallButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/Lobby/JoinCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAM1C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,EAAE,mBAAmB,CAAC,GAAG;IACxE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,2CAGxB,mBAAmB,sBAkDrB,CAAC"}
@@ -1,6 +1,6 @@
1
- import React, { ComponentType } from 'react';
2
- import { JoinCallButtonProps } from './JoinCallButton';
3
- import { LobbyFooterProps } from './LobbyFooter';
1
+ import React, { type ComponentType } from 'react';
2
+ import { type JoinCallButtonProps } from './JoinCallButton';
3
+ import { type LobbyFooterProps } from './LobbyFooter';
4
4
  /**
5
5
  * Props for the Lobby Component.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Lobby.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/Lobby/Lobby.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,aAAa,EAAW,MAAM,OAAO,CAAC;AAW3D,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,eAAe,CAAC;AAGvB;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;IACzC;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAC3D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACtD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,kFAMf,UAAU,sBAmEZ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { LobbyProps } from './Lobby';
2
+ import { type LobbyProps } from './Lobby';
3
3
  /**
4
4
  * Props for the Lobby Footer in the Lobby component.
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LobbyFooter.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/Lobby/LobbyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAM1C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,UAAU,EACV,mBAAmB,GAAG,gBAAgB,CACvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,2CAGrB,gBAAgB,sBA6ClB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/Lobby/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { TextBasedIndicatorProps } from './TextBasedIndicator';
2
+ import { type TextBasedIndicatorProps } from './TextBasedIndicator';
3
3
  export type CallLeftIndicatorProps = Pick<TextBasedIndicatorProps, 'onBackPress'>;
4
4
  export declare const CallLeftIndicator: (props: CallLeftIndicatorProps) => React.JSX.Element;
5
5
  //# sourceMappingURL=CallLeftIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallLeftIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/CallLeftIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,uBAAuB,EACvB,aAAa,CACd,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,sBAQ9D,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { TextBasedIndicatorProps } from './TextBasedIndicator';
2
+ import { type TextBasedIndicatorProps } from './TextBasedIndicator';
3
3
  export type CallPreparingIndicatorProps = Pick<TextBasedIndicatorProps, 'onBackPress'>;
4
4
  export declare const CallPreparingIndicator: (props: CallPreparingIndicatorProps) => React.JSX.Element;
5
5
  //# sourceMappingURL=CallPreparingIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallPreparingIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/CallPreparingIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAC5C,uBAAuB,EACvB,aAAa,CACd,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,2BAA2B,sBAQxE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IncomingCallControlsProps } from '../CallControls';
2
+ import { type IncomingCallControlsProps } from '../CallControls';
3
3
  /**
4
4
  * Props for the IncomingCall Component.
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IncomingCall.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/IncomingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,iBAAiB,CAAC;AAGzB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,mFAKtB,iBAAiB,sBA8CnB,CAAC;AA+CF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAgBjB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { OutgoingCallControlsProps } from '../CallControls';
2
+ import { type OutgoingCallControlsProps } from '../CallControls';
3
3
  /**
4
4
  * Props for the OutgoingCall Component.
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OutgoingCall.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/OutgoingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,yCAGtB,iBAAiB,sBAsDnB,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { CallContentProps } from '../CallContent';
3
- import { IncomingCallProps } from './IncomingCall';
4
- import { OutgoingCallProps } from './OutgoingCall';
5
- import { CallLeftIndicatorProps } from './CallLeftIndicator';
6
- import { CallPreparingIndicatorProps } from './CallPreparingIndicator';
2
+ import { type CallContentProps } from '../CallContent';
3
+ import { type IncomingCallProps } from './IncomingCall';
4
+ import { type OutgoingCallProps } from './OutgoingCall';
5
+ import { type CallLeftIndicatorProps } from './CallLeftIndicator';
6
+ import { type CallPreparingIndicatorProps } from './CallPreparingIndicator';
7
7
  /**
8
8
  * Props for the RingingCallContent component
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RingingCallContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/RingingCallContent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,0BAA0B,CAAC;AAGlC;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC7D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC7D;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IACvE;;OAEG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;IACjF;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAqCF;;GAEG;AACH,eAAO,MAAM,kBAAkB,UAAW,uBAAuB,sBAShE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextBasedIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/TextBasedIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,UAAW,uBAAuB,sBAwChE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/UserInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,QAAQ,yCAGlB,YAAY,sBAsFd,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/RingingCallContent/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { HostLivestreamTopViewProps } from '../LivestreamTopView/HostLivestreamTopView';
3
- import { HostLivestreamControlsProps } from '../LivestreamControls/HostLivestreamControls';
4
- import { LivestreamLayoutProps } from '../LivestreamLayout';
5
- import { FloatingParticipantViewProps } from '../../Participant/FloatingParticipantView';
6
- import { ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
2
+ import { type HostLivestreamTopViewProps } from '../LivestreamTopView/HostLivestreamTopView';
3
+ import { type HostLivestreamControlsProps } from '../LivestreamControls/HostLivestreamControls';
4
+ import { type LivestreamLayoutProps } from '../LivestreamLayout';
5
+ import { type FloatingParticipantViewProps } from '../../Participant/FloatingParticipantView';
6
+ import { type ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
7
7
  /**
8
8
  * Props for the HostLivestream component.
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostLivestream.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/HostLivestream/HostLivestream.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAKlD,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,2CAA2C,CAAC;AAGnD,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,kCAAkC,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,0BAA0B,EAAE,UAAU,CAAC,GAC5E,IAAI,CAAC,2BAA2B,EAAE,UAAU,CAAC,GAAG;IAC9C;;OAEG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAC/E;;OAEG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;IACjF;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,cAAc,0SAexB,mBAAmB,sBAsFrB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/HostLivestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from 'react-native';
3
- import { HostStartStreamButtonProps } from './HostStartStreamButton';
4
- import { LivestreamMediaControlsProps } from './LivestreamMediaControls';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type HostStartStreamButtonProps } from './HostStartStreamButton';
4
+ import { type LivestreamMediaControlsProps } from './LivestreamMediaControls';
5
5
  /**
6
6
  * Props for the HostLivestreamControls component.
7
7
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostLivestreamControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,2BAA2B,CAAC;AAInC;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,0BAA0B,GAAG;IACrE;;OAEG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAC/E;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,yJAQhC,2BAA2B,sBA8B7B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostStartStreamButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAYxC;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,sCAAsC,CAAC,EAAE,OAAO,CAAC;CAClD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,+FAK/B,0BAA0B,sBA6G5B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamAudioControlButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,eAAO,MAAM,4BAA4B,yBAgDxC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamMediaControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/LivestreamMediaControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,EAAE,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,OAAQ,4BAA4B,sBAUvE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamScreenShareToggleButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,MAAM,sCAAsC,GAAG,EAAE,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,iCAAiC,yBAmD7C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamVideoControlButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,eAAO,MAAM,4BAA4B,qCAsDxC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLeaveStreamButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAaxC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,uBAAuB,8BAEjC,4BAA4B,sBA0D9B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { ViewProps } from 'react-native';
3
- import { ViewerLeaveStreamButtonProps } from './ViewerLeaveStreamButton';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type ViewerLeaveStreamButtonProps } from './ViewerLeaveStreamButton';
4
4
  /**
5
5
  * Props for the ViewerLivestreamControls component.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLivestreamControls.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhE,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,2BAA2B,CAAC;AAInC;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,4BAA4B,GAAG;IACzE;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,iEAIlC,6BAA6B,sBA0B/B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamControls/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { VideoRendererProps } from '../../Participant';
3
- import { ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
2
+ import { type VideoRendererProps } from '../../Participant';
3
+ import type { ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
4
4
  /**
5
5
  * Props for the LivestreamLayout component.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAMhE,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAKlC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,sDAI1B,qBAAqB,sBAoEvB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ViewerLivestreamProps } from '../ViewerLivestream';
2
+ import { type ViewerLivestreamProps } from '../ViewerLivestream';
3
3
  export type LivestreamPlayerProps = {
4
4
  /**
5
5
  * The call type. Usually `livestream`.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamPlayer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAK7B,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;CAC/D,CAAC;AAEF,eAAO,MAAM,gBAAgB,4CAI1B,qBAAqB,6BA+CvB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamPlayer/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DurationBadge.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/DurationBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAUnD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,aAAc,kBAAkB,sBAoIzD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FollowerCount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/FollowerCount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,aAAa,OAAQ,kBAAkB,sBAsCnD,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ViewProps } from 'react-native';
3
- import { DurationBadgeProps } from './DurationBadge';
4
- import { LiveIndicatorProps } from './LiveIndicator';
5
- import { FollowerCountProps } from './FollowerCount';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type DurationBadgeProps } from './DurationBadge';
4
+ import { type LiveIndicatorProps } from './LiveIndicator';
5
+ import { type FollowerCountProps } from './FollowerCount';
6
6
  /**
7
7
  * Props for the HostLivestreamTopView component.
8
8
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostLivestreamTopView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AAKzB;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,+DAK/B,0BAA0B,sBAiC5B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/LiveIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,aAAa,OAAQ,kBAAkB,sBAyBnD,CAAC"}