@stream-io/video-react-native-sdk 1.10.16 → 1.10.18

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 (318) hide show
  1. package/CHANGELOG.md +726 -684
  2. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +1 -0
  3. package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js +5 -5
  5. package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  6. package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
  7. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +1 -1
  8. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  9. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +5 -3
  10. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  11. package/dist/commonjs/contexts/BackgroundFilters.js +1 -1
  12. package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
  13. package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js +0 -1
  14. package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
  15. package/dist/commonjs/hooks/push/useInitAndroidTokenAndRest.js +3 -0
  16. package/dist/commonjs/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
  17. package/dist/commonjs/hooks/push/useIosCallkeepWithCallingStateEffect.js +19 -7
  18. package/dist/commonjs/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
  19. package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js +22 -6
  20. package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  21. package/dist/commonjs/hooks/useScreenShareButton.js +1 -3
  22. package/dist/commonjs/hooks/useScreenShareButton.js.map +1 -1
  23. package/dist/commonjs/hooks/useTrackDimensions.js +1 -1
  24. package/dist/commonjs/hooks/useTrackDimensions.js.map +1 -1
  25. package/dist/commonjs/providers/StreamCall/DeviceStats.js +2 -2
  26. package/dist/commonjs/providers/StreamCall/DeviceStats.js.map +1 -1
  27. package/dist/commonjs/utils/internal/optionallibs/gestureHandler.js +1 -1
  28. package/dist/commonjs/utils/internal/optionallibs/gestureHandler.js.map +1 -1
  29. package/dist/commonjs/utils/internal/optionallibs/reanimated.js +1 -1
  30. package/dist/commonjs/utils/internal/optionallibs/reanimated.js.map +1 -1
  31. package/dist/commonjs/utils/internal/pushLogoutCallback.js +1 -1
  32. package/dist/commonjs/utils/internal/pushLogoutCallback.js.map +1 -1
  33. package/dist/commonjs/utils/push/android.js +22 -15
  34. package/dist/commonjs/utils/push/android.js.map +1 -1
  35. package/dist/commonjs/utils/push/internal/ios.js +104 -0
  36. package/dist/commonjs/utils/push/internal/ios.js.map +1 -0
  37. package/dist/commonjs/utils/push/ios.js +15 -107
  38. package/dist/commonjs/utils/push/ios.js.map +1 -1
  39. package/dist/commonjs/utils/push/libs/callkeep.js +1 -1
  40. package/dist/commonjs/utils/push/libs/callkeep.js.map +1 -1
  41. package/dist/commonjs/utils/push/libs/expoNotifications.js +10 -2
  42. package/dist/commonjs/utils/push/libs/expoNotifications.js.map +1 -1
  43. package/dist/commonjs/utils/push/libs/firebaseMessaging/index.js +1 -1
  44. package/dist/commonjs/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  45. package/dist/commonjs/utils/push/libs/firebaseMessaging/lib.js +1 -1
  46. package/dist/commonjs/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
  47. package/dist/commonjs/utils/push/libs/iosPushNotification.js +1 -1
  48. package/dist/commonjs/utils/push/libs/iosPushNotification.js.map +1 -1
  49. package/dist/commonjs/utils/push/libs/notifee/lib.js +1 -1
  50. package/dist/commonjs/utils/push/libs/notifee/lib.js.map +1 -1
  51. package/dist/commonjs/utils/push/libs/voipPushNotification.js +1 -1
  52. package/dist/commonjs/utils/push/libs/voipPushNotification.js.map +1 -1
  53. package/dist/commonjs/utils/push/setupIosCallKeepEvents.js +7 -2
  54. package/dist/commonjs/utils/push/setupIosCallKeepEvents.js.map +1 -1
  55. package/dist/commonjs/utils/push/setupIosVoipPushEvents.js +7 -2
  56. package/dist/commonjs/utils/push/setupIosVoipPushEvents.js.map +1 -1
  57. package/dist/commonjs/version.js +1 -1
  58. package/dist/module/components/Call/CallContent/CallContent.js +2 -2
  59. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  60. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -1
  61. package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
  62. package/dist/module/components/Call/CallContent/RTCViewPipNative.js +6 -6
  63. package/dist/module/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
  64. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +1 -1
  65. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  66. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  67. package/dist/module/components/Call/Lobby/LobbyFooter.js +1 -1
  68. package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
  69. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +4 -4
  70. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  71. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +7 -5
  72. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  73. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +1 -1
  74. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  75. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +1 -1
  76. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
  77. package/dist/module/contexts/BackgroundFilters.js +1 -1
  78. package/dist/module/contexts/BackgroundFilters.js.map +1 -1
  79. package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -1
  80. package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
  81. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +3 -0
  82. package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
  83. package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +19 -7
  84. package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
  85. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +23 -7
  86. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  87. package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -1
  88. package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
  89. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +2 -2
  90. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  91. package/dist/module/hooks/usePermissionRequest.js +1 -1
  92. package/dist/module/hooks/usePermissionRequest.js.map +1 -1
  93. package/dist/module/hooks/useScreenShareButton.js +3 -5
  94. package/dist/module/hooks/useScreenShareButton.js.map +1 -1
  95. package/dist/module/hooks/useTrackDimensions.js +2 -2
  96. package/dist/module/hooks/useTrackDimensions.js.map +1 -1
  97. package/dist/module/providers/StreamCall/DeviceStats.js +4 -4
  98. package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
  99. package/dist/module/utils/internal/optionallibs/gestureHandler.js +1 -1
  100. package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
  101. package/dist/module/utils/internal/optionallibs/reanimated.js +1 -1
  102. package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
  103. package/dist/module/utils/internal/pushLogoutCallback.js +1 -1
  104. package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
  105. package/dist/module/utils/push/android.js +25 -18
  106. package/dist/module/utils/push/android.js.map +1 -1
  107. package/dist/module/utils/push/internal/ios.js +97 -0
  108. package/dist/module/utils/push/internal/ios.js.map +1 -0
  109. package/dist/module/utils/push/internal/utils.js +1 -1
  110. package/dist/module/utils/push/internal/utils.js.map +1 -1
  111. package/dist/module/utils/push/ios.js +18 -109
  112. package/dist/module/utils/push/ios.js.map +1 -1
  113. package/dist/module/utils/push/libs/callkeep.js +1 -1
  114. package/dist/module/utils/push/libs/callkeep.js.map +1 -1
  115. package/dist/module/utils/push/libs/expoNotifications.js +9 -2
  116. package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
  117. package/dist/module/utils/push/libs/firebaseMessaging/index.js +1 -1
  118. package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  119. package/dist/module/utils/push/libs/firebaseMessaging/lib.js +1 -1
  120. package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
  121. package/dist/module/utils/push/libs/iosPushNotification.js +1 -1
  122. package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
  123. package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
  124. package/dist/module/utils/push/libs/notifee/lib.js +1 -1
  125. package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
  126. package/dist/module/utils/push/libs/voipPushNotification.js +1 -1
  127. package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
  128. package/dist/module/utils/push/setupIosCallKeepEvents.js +8 -4
  129. package/dist/module/utils/push/setupIosCallKeepEvents.js.map +1 -1
  130. package/dist/module/utils/push/setupIosVoipPushEvents.js +7 -2
  131. package/dist/module/utils/push/setupIosVoipPushEvents.js.map +1 -1
  132. package/dist/module/version.js +1 -1
  133. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
  134. package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -1
  135. package/dist/typescript/components/Call/CallContent/RTCViewPipNative.d.ts.map +1 -1
  136. package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -1
  137. package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
  138. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
  139. package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -1
  140. package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -1
  141. package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -1
  142. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
  143. package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -1
  144. package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -1
  145. package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -1
  146. package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -1
  147. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
  148. package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -1
  149. package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -1
  150. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
  151. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
  152. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
  153. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
  154. package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
  155. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
  156. package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
  157. package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -1
  158. package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -1
  159. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
  160. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
  161. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
  162. package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -1
  163. package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -1
  164. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
  165. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -1
  166. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -1
  167. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -1
  168. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -1
  169. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
  170. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
  171. package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -1
  172. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -1
  173. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -1
  174. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -1
  175. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -1
  176. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -1
  177. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
  178. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -1
  179. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
  180. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
  181. package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
  182. package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -1
  183. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
  184. package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
  185. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
  186. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -1
  187. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -1
  188. package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
  189. package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +1 -1
  190. package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -1
  191. package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -1
  192. package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -1
  193. package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -1
  194. package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -1
  195. package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -1
  196. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -1
  197. package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -1
  198. package/dist/typescript/hooks/useScreenShareButton.d.ts +21 -1
  199. package/dist/typescript/hooks/useScreenShareButton.d.ts.map +1 -1
  200. package/dist/typescript/icons/Back.d.ts.map +1 -1
  201. package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
  202. package/dist/typescript/icons/IconWrapper.d.ts.map +1 -1
  203. package/dist/typescript/icons/Lock.d.ts.map +1 -1
  204. package/dist/typescript/icons/Mic.d.ts.map +1 -1
  205. package/dist/typescript/icons/MicOff.d.ts.map +1 -1
  206. package/dist/typescript/icons/Phone.d.ts.map +1 -1
  207. package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
  208. package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
  209. package/dist/typescript/icons/Reaction.d.ts.map +1 -1
  210. package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
  211. package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -1
  212. package/dist/typescript/icons/Settings.d.ts.map +1 -1
  213. package/dist/typescript/icons/Spotlight.d.ts.map +1 -1
  214. package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
  215. package/dist/typescript/icons/ThreeDots.d.ts.map +1 -1
  216. package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -1
  217. package/dist/typescript/icons/Video.d.ts.map +1 -1
  218. package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
  219. package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -1
  220. package/dist/typescript/providers/StreamVideo.d.ts.map +1 -1
  221. package/dist/typescript/utils/StreamVideoRN/types.d.ts +2 -2
  222. package/dist/typescript/utils/hooks/usePrevious.d.ts.map +1 -1
  223. package/dist/typescript/utils/index.d.ts.map +1 -1
  224. package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -1
  225. package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +1 -1
  226. package/dist/typescript/utils/internal/pushLogoutCallback.d.ts +1 -1
  227. package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +1 -1
  228. package/dist/typescript/utils/push/android.d.ts +2 -2
  229. package/dist/typescript/utils/push/android.d.ts.map +1 -1
  230. package/dist/typescript/utils/push/internal/ios.d.ts +3 -0
  231. package/dist/typescript/utils/push/internal/ios.d.ts.map +1 -0
  232. package/dist/typescript/utils/push/internal/utils.d.ts.map +1 -1
  233. package/dist/typescript/utils/push/ios.d.ts +0 -1
  234. package/dist/typescript/utils/push/ios.d.ts.map +1 -1
  235. package/dist/typescript/utils/push/libs/expoNotifications.d.ts +2 -1
  236. package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +1 -1
  237. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
  238. package/dist/typescript/utils/push/libs/iosPushNotification.d.ts +1 -1
  239. package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +1 -1
  240. package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -1
  241. package/dist/typescript/utils/push/setupIosCallKeepEvents.d.ts.map +1 -1
  242. package/dist/typescript/utils/push/setupIosVoipPushEvents.d.ts.map +1 -1
  243. package/dist/typescript/version.d.ts +1 -1
  244. package/expo-config-plugin/dist/withAndroidManifest.js +0 -1
  245. package/expo-config-plugin/dist/withAppDelegate.js +1 -1
  246. package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.js +1 -1
  247. package/expo-config-plugin/dist/withiOSInfoPlist.js +3 -1
  248. package/package.json +21 -23
  249. package/src/components/Call/CallContent/CallContent.tsx +3 -3
  250. package/src/components/Call/CallContent/RTCViewPipIOS.tsx +6 -4
  251. package/src/components/Call/CallContent/RTCViewPipNative.tsx +5 -5
  252. package/src/components/Call/CallControls/CallControlsButton.tsx +1 -1
  253. package/src/components/Call/CallControls/LobbyControls.tsx +1 -1
  254. package/src/components/Call/CallControls/ScreenShareToggleButton.tsx +1 -1
  255. package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +4 -4
  256. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +1 -1
  257. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +5 -5
  258. package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
  259. package/src/components/Call/Lobby/Lobby.tsx +2 -2
  260. package/src/components/Call/Lobby/LobbyFooter.tsx +2 -2
  261. package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
  262. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +1 -1
  263. package/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx +1 -1
  264. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +1 -1
  265. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +1 -1
  266. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +1 -1
  267. package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +10 -10
  268. package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +15 -13
  269. package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +1 -1
  270. package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +1 -1
  271. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +3 -3
  272. package/src/components/Participant/ParticipantView/ParticipantView.tsx +1 -1
  273. package/src/components/Participant/ParticipantView/SpeechIndicator.tsx +3 -3
  274. package/src/components/Participant/ParticipantView/VideoRenderer.tsx +1 -1
  275. package/src/contexts/BackgroundFilters.tsx +7 -7
  276. package/src/contexts/StreamVideoContext.tsx +3 -3
  277. package/src/contexts/ThemeContext.tsx +2 -2
  278. package/src/hooks/internal/useCallMediaStreamCleanup.ts +2 -6
  279. package/src/hooks/push/useInitAndroidTokenAndRest.ts +7 -0
  280. package/src/hooks/push/useIosCallkeepWithCallingStateEffect.ts +55 -28
  281. package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +46 -17
  282. package/src/hooks/push/useProcessPushCallEffect.ts +8 -8
  283. package/src/hooks/push/useProcessPushNonRingingCallEffect.ts +1 -1
  284. package/src/hooks/useAndroidKeepCallAliveEffect.ts +10 -10
  285. package/src/hooks/useAutoEnterPiPEffect.tsx +2 -2
  286. package/src/hooks/useIsIosScreenshareBroadcastStarted.ts +2 -2
  287. package/src/hooks/usePaginatedLayoutSortPreset.ts +1 -1
  288. package/src/hooks/usePermissionNotification.tsx +1 -1
  289. package/src/hooks/usePermissionRequest.tsx +4 -4
  290. package/src/hooks/useScreenShareButton.ts +9 -10
  291. package/src/hooks/useTrackDimensions.ts +3 -3
  292. package/src/providers/StreamCall/AppStateListener.tsx +6 -6
  293. package/src/providers/StreamCall/DeviceStats.tsx +8 -8
  294. package/src/providers/StreamVideo.tsx +1 -1
  295. package/src/utils/StreamVideoRN/index.ts +4 -4
  296. package/src/utils/StreamVideoRN/types.ts +4 -4
  297. package/src/utils/enterPiPAndroid.ts +1 -1
  298. package/src/utils/index.ts +2 -2
  299. package/src/utils/internal/newNotificationCallbacks.ts +3 -3
  300. package/src/utils/internal/optionallibs/gestureHandler.ts +1 -1
  301. package/src/utils/internal/optionallibs/reanimated.ts +1 -1
  302. package/src/utils/internal/pushLogoutCallback.ts +1 -1
  303. package/src/utils/push/android.ts +63 -52
  304. package/src/utils/push/internal/ios.ts +133 -0
  305. package/src/utils/push/internal/utils.ts +10 -10
  306. package/src/utils/push/ios.ts +38 -164
  307. package/src/utils/push/libs/callkeep.ts +2 -2
  308. package/src/utils/push/libs/expoNotifications.ts +15 -4
  309. package/src/utils/push/libs/firebaseMessaging/index.ts +4 -4
  310. package/src/utils/push/libs/firebaseMessaging/lib.ts +1 -1
  311. package/src/utils/push/libs/iosPushNotification.ts +4 -4
  312. package/src/utils/push/libs/notifee/index.ts +7 -7
  313. package/src/utils/push/libs/notifee/lib.ts +1 -1
  314. package/src/utils/push/libs/voipPushNotification.ts +2 -2
  315. package/src/utils/push/setupIosCallKeepEvents.ts +24 -17
  316. package/src/utils/push/setupIosVoipPushEvents.ts +12 -4
  317. package/src/utils/push/utils.ts +2 -2
  318. package/src/version.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"BackgroundFilters.d.ts","sourceRoot":"","sources":["../../../src/contexts/BackgroundFilters.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAMvB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,KAAK,EAAY,MAAM,cAAc,CAAC;AAoB/C,QAAA,MAAM,sBAAsB,iCAA2B,CAAC;AAGxD,KAAK,eAAe,GAAG,OAAO,CAC5B,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC,CAAC,EAC5C,KAAK,CAAC,GAAG,CAAC,CACX,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEpD,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,uBAAuB,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,0BAA0B,EAAE,CAAC,WAAW,EAAE,eAAe,KAAK,IAAI,CAAC;IACnE;;;;OAIG;IACH,yBAAyB,EAAE,CAAC,aAAa,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE;;OAEG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AASF;;GAEG;AACH,eAAO,MAAM,oBAAoB,4BAahC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,iBAAkB,iBAAiB,sBA6FxE,CAAC"}
1
+ {"version":3,"file":"BackgroundFilters.d.ts","sourceRoot":"","sources":["../../../src/contexts/BackgroundFilters.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAMvB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,KAAK,EAAY,MAAM,cAAc,CAAC;AAoB/C,QAAA,MAAM,sBAAsB,iCAA2B,CAAC;AAGxD,KAAK,eAAe,GAAG,OAAO,CAC5B,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC,CAAC,EAC5C,KAAK,CAAC,GAAG,CAAC,CACX,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEpD,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,uBAAuB,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,0BAA0B,EAAE,CAAC,WAAW,EAAE,eAAe,KAAK,IAAI,CAAC;IACnE;;;;OAIG;IACH,yBAAyB,EAAE,CAAC,aAAa,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE;;OAEG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AASF;;GAEG;AACH,eAAO,MAAM,oBAAoB,4BAahC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,GAAI,cAAc,iBAAiB,sBA6FxE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/ThemeContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAGvB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAgB,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,WAAY,kBAAkB,UAarD,CAAC;AAIF,eAAO,MAAM,YAAY,sBAExB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC,iBAAiB,CAAC,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAiBxE,CAAC;AAEF,eAAO,MAAM,QAAQ;;CASpB,CAAC"}
1
+ {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/ThemeContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAGvB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAgB,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,QAAQ,kBAAkB,UAarD,CAAC;AAIF,eAAO,MAAM,YAAY,sBAExB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC,iBAAiB,CAAC,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAiBxE,CAAC;AAEF,eAAO,MAAM,QAAQ;;CASpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCallMediaStreamCleanup.d.ts","sourceRoot":"","sources":["../../../../src/hooks/internal/useCallMediaStreamCleanup.ts"],"names":[],"mappings":"AASA;;;GAGG;AACH,eAAO,MAAM,yBAAyB,YA4BrC,CAAC"}
1
+ {"version":3,"file":"useCallMediaStreamCleanup.d.ts","sourceRoot":"","sources":["../../../../src/hooks/internal/useCallMediaStreamCleanup.ts"],"names":[],"mappings":"AAQA;;;GAGG;AACH,eAAO,MAAM,yBAAyB,YAyBrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useInitAndroidTokenAndRest.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useInitAndroidTokenAndRest.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAiBtC,CAAC"}
1
+ {"version":3,"file":"useInitAndroidTokenAndRest.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useInitAndroidTokenAndRest.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAuBtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useIosCallkeepWithCallingStateEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useIosCallkeepWithCallingStateEffect.ts"],"names":[],"mappings":"AA6CA;;GAEG;AACH,eAAO,MAAM,oCAAoC,YAyJhD,CAAC"}
1
+ {"version":3,"file":"useIosCallkeepWithCallingStateEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useIosCallkeepWithCallingStateEffect.ts"],"names":[],"mappings":"AA6CA;;GAEG;AACH,eAAO,MAAM,oCAAoC,YAoLhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useIosVoipPushEventsSetupEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useIosVoipPushEventsSetupEffect.ts"],"names":[],"mappings":"AAuCA;;;GAGG;AACH,eAAO,MAAM,+BAA+B,YAiI3C,CAAC"}
1
+ {"version":3,"file":"useIosVoipPushEventsSetupEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/push/useIosVoipPushEventsSetupEffect.ts"],"names":[],"mappings":"AAwCA;;;GAGG;AACH,eAAO,MAAM,+BAA+B,YA6J3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePaginatedLayoutSortPreset.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePaginatedLayoutSortPreset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,yBAAyB,CAAC;AAWjC,eAAO,MAAM,4BAA4B,SAAU,IAAI,GAAG,SAAS,SAUlE,CAAC"}
1
+ {"version":3,"file":"usePaginatedLayoutSortPreset.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePaginatedLayoutSortPreset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,yBAAyB,CAAC;AAWjC,eAAO,MAAM,4BAA4B,GAAI,MAAM,IAAI,GAAG,SAAS,SAUlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePermissionNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePermissionNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAMtE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAC7B,2BAA2B,SAkCnC,CAAC"}
1
+ {"version":3,"file":"usePermissionNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePermissionNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAMtE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,OAAO,2BAA2B,SAkCnC,CAAC"}
@@ -1,5 +1,25 @@
1
1
  import React from 'react';
2
- export declare const useScreenShareButton: (screenCapturePickerViewiOSRef: React.MutableRefObject<any>, onScreenShareStartedHandler?: () => void, onScreenShareStoppedHandler?: () => void, onMissingScreenShareStreamPermission?: () => void) => {
2
+ export declare const useScreenShareButton: (
3
+ /**
4
+ * Ref of the ScreenCapturePickerView component.
5
+ *
6
+ */
7
+ screenCapturePickerViewiOSRef: React.MutableRefObject<any>,
8
+ /**
9
+ * Handler to be called when the screen-share has been started.
10
+ *
11
+ */
12
+ onScreenShareStartedHandler?: () => void,
13
+ /**
14
+ * Handler to be called when the screen-share has been stopped.
15
+ *
16
+ */
17
+ onScreenShareStoppedHandler?: () => void,
18
+ /**
19
+ * Handler to be called when the permissions to stream screen share media is missing
20
+ *
21
+ */
22
+ onMissingScreenShareStreamPermission?: () => void) => {
3
23
  onPress: undefined;
4
24
  hasPublishedScreenShare: boolean;
5
25
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"useScreenShareButton.d.ts","sourceRoot":"","sources":["../../../src/hooks/useScreenShareButton.ts"],"names":[],"mappings":"AAMA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,eAAO,MAAM,oBAAoB,kCAKA,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,gCAK5B,MAAM,IAAI,gCAKV,MAAM,IAAI,yCAKD,MAAM,IAAI;;;;;;CAyFlD,CAAC"}
1
+ {"version":3,"file":"useScreenShareButton.d.ts","sourceRoot":"","sources":["../../../src/hooks/useScreenShareButton.ts"],"names":[],"mappings":"AAMA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAWjD,eAAO,MAAM,oBAAoB;AAC/B;;;GAGG;AACH,+BAA+B,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC;AAC1D;;;GAGG;AACH,8BAA8B,MAAM,IAAI;AACxC;;;GAGG;AACH,8BAA8B,MAAM,IAAI;AACxC;;;GAGG;AACH,uCAAuC,MAAM,IAAI;;;;;;CAyFlD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Back.d.ts","sourceRoot":"","sources":["../../../src/icons/Back.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,IAAI,cAAe,KAAK,sBAOpC,CAAC"}
1
+ {"version":3,"file":"Back.d.ts","sourceRoot":"","sources":["../../../src/icons/Back.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,WAAW,KAAK,sBAOpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CameraSwitch.d.ts","sourceRoot":"","sources":["../../../src/icons/CameraSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY,oBAAqB,KAAK,sBAOlD,CAAC"}
1
+ {"version":3,"file":"CameraSwitch.d.ts","sourceRoot":"","sources":["../../../src/icons/CameraSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,iBAAiB,KAAK,sBAOlD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IconWrapper.d.ts","sourceRoot":"","sources":["../../../src/icons/IconWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,eAAO,MAAM,WAAW,iBAAkB;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,sBAEhE,CAAC"}
1
+ {"version":3,"file":"IconWrapper.d.ts","sourceRoot":"","sources":["../../../src/icons/IconWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,eAAO,MAAM,WAAW,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,sBAEhE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,IAAI,oBAAqB,KAAK,sBAS1C,CAAC"}
1
+ {"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,iBAAiB,KAAK,sBAS1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Mic.d.ts","sourceRoot":"","sources":["../../../src/icons/Mic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,GAAG,oBAAqB,KAAK,sBAOzC,CAAC"}
1
+ {"version":3,"file":"Mic.d.ts","sourceRoot":"","sources":["../../../src/icons/Mic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,GAAG,GAAI,iBAAiB,KAAK,sBAOzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MicOff.d.ts","sourceRoot":"","sources":["../../../src/icons/MicOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,MAAM,oBAAqB,KAAK,sBAO5C,CAAC"}
1
+ {"version":3,"file":"MicOff.d.ts","sourceRoot":"","sources":["../../../src/icons/MicOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,iBAAiB,KAAK,sBAO5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../src/icons/Phone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,oBAAqB,KAAK,sBAa3C,CAAC"}
1
+ {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../src/icons/Phone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,iBAAiB,KAAK,sBAa3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PhoneDown.d.ts","sourceRoot":"","sources":["../../../src/icons/PhoneDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,SAAS,oBAAqB,KAAK,sBAY/C,CAAC"}
1
+ {"version":3,"file":"PhoneDown.d.ts","sourceRoot":"","sources":["../../../src/icons/PhoneDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,iBAAiB,KAAK,sBAY/C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PinVertical.d.ts","sourceRoot":"","sources":["../../../src/icons/PinVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,oBAAqB,KAAK,sBAOjD,CAAC"}
1
+ {"version":3,"file":"PinVertical.d.ts","sourceRoot":"","sources":["../../../src/icons/PinVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,iBAAiB,KAAK,sBAOjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Reaction.d.ts","sourceRoot":"","sources":["../../../src/icons/Reaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,KAAK,sBAOxC,CAAC"}
1
+ {"version":3,"file":"Reaction.d.ts","sourceRoot":"","sources":["../../../src/icons/Reaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,WAAW,KAAK,sBAOxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenShare.d.ts","sourceRoot":"","sources":["../../../src/icons/ScreenShare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,oBAAqB,KAAK,sBAcjD,CAAC"}
1
+ {"version":3,"file":"ScreenShare.d.ts","sourceRoot":"","sources":["../../../src/icons/ScreenShare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,iBAAiB,KAAK,sBAcjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenShareIndicator.d.ts","sourceRoot":"","sources":["../../../src/icons/ScreenShareIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,oBAAoB,cAAe,KAAK,sBAwBpD,CAAC"}
1
+ {"version":3,"file":"ScreenShareIndicator.d.ts","sourceRoot":"","sources":["../../../src/icons/ScreenShareIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,WAAW,KAAK,sBAwBpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/icons/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,KAAK,sBAMxC,CAAC"}
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/icons/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,WAAW,KAAK,sBAMxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Spotlight.d.ts","sourceRoot":"","sources":["../../../src/icons/Spotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,KAAK,sBASzC,CAAC"}
1
+ {"version":3,"file":"Spotlight.d.ts","sourceRoot":"","sources":["../../../src/icons/Spotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,WAAW,KAAK,sBASzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StopScreenShare.d.ts","sourceRoot":"","sources":["../../../src/icons/StopScreenShare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,eAAe,oBAAqB,KAAK,sBAarD,CAAC"}
1
+ {"version":3,"file":"StopScreenShare.d.ts","sourceRoot":"","sources":["../../../src/icons/StopScreenShare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,iBAAiB,KAAK,sBAarD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThreeDots.d.ts","sourceRoot":"","sources":["../../../src/icons/ThreeDots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,KAAK,sBAMzC,CAAC"}
1
+ {"version":3,"file":"ThreeDots.d.ts","sourceRoot":"","sources":["../../../src/icons/ThreeDots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,WAAW,KAAK,sBAMzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TopViewBackground.d.ts","sourceRoot":"","sources":["../../../src/icons/TopViewBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAML,KAAK,UAAU,EAChB,MAAM,kBAAkB,CAAC;AAE1B,KAAK,KAAK,GAAG;IACX;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sBAAuB,KAAK,sBAqBzD,CAAC"}
1
+ {"version":3,"file":"TopViewBackground.d.ts","sourceRoot":"","sources":["../../../src/icons/TopViewBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAML,KAAK,UAAU,EAChB,MAAM,kBAAkB,CAAC;AAE1B,KAAK,KAAK,GAAG;IACX;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,mBAAmB,KAAK,sBAqBzD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/icons/Video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,oBAAqB,KAAK,sBAO3C,CAAC"}
1
+ {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/icons/Video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,iBAAiB,KAAK,sBAO3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VideoSlash.d.ts","sourceRoot":"","sources":["../../../src/icons/VideoSlash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,oBAAqB,KAAK,sBAYhD,CAAC"}
1
+ {"version":3,"file":"VideoSlash.d.ts","sourceRoot":"","sources":["../../../src/icons/VideoSlash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,iBAAiB,KAAK,sBAYhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/providers/StreamCall/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAc/C,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AACF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,wBAGpB,iBAAiB,CAAC,eAAe,CAAC,sBAWpC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/providers/StreamCall/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAc/C,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AACF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,qBAGxB,iBAAiB,CAAC,eAAe,CAAC,sBAWpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StreamVideo.d.ts","sourceRoot":"","sources":["../../../src/providers/StreamVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EAEtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAKjE,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,UACf,iBAAiB,CACtB,gBAAgB,GACd,uBAAuB,GAAG;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CACJ,sBA2CF,CAAC"}
1
+ {"version":3,"file":"StreamVideo.d.ts","sourceRoot":"","sources":["../../../src/providers/StreamVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EAEtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAKjE,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,OAAO,iBAAiB,CACtB,gBAAgB,GACd,uBAAuB,GAAG;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CACJ,sBA2CF,CAAC"}
@@ -31,8 +31,8 @@ export type StreamVideoConfig = {
31
31
  */
32
32
  smallIcon?: string;
33
33
  /**
34
- * The name for the alias of push provider used for Android
35
- * Pass undefined if you will not be using stream's push notifications but still want to use the functionality of the SDK
34
+ * The name for the alias of push provider used for Android.
35
+ * Pass undefined if you will not be using stream's push notifications but still want to use the functionality of the SDK.
36
36
  * @example "production-fcm-video" or "staging-fcm-video" based on the environment
37
37
  */
38
38
  pushProviderName?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"usePrevious.d.ts","sourceRoot":"","sources":["../../../../src/utils/hooks/usePrevious.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,CAAC,MAQtC,CAAC"}
1
+ {"version":3,"file":"usePrevious.d.ts","sourceRoot":"","sources":["../../../../src/utils/hooks/usePrevious.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,CAAC,EAAE,OAAO,CAAC,MAQtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,kBACb,MAAM,EAAE,uBACF,MAAM,WAgB5B,CAAC;AAGF,eAAO,MAAM,wBAAwB,iBAAkB,MAAM,WAI5D,CAAC;AAGF,eAAO,MAAM,iBAAiB,SAAU,MAAM,WAS7C,CAAC;AAEF,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,GAC5B,eAAe,MAAM,EAAE,EACvB,qBAAqB,MAAM,WAgB5B,CAAC;AAGF,eAAO,MAAM,wBAAwB,GAAI,cAAc,MAAM,WAI5D,CAAC;AAGF,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,WAS7C,CAAC;AAEF,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"gestureHandler.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/optionallibs/gestureHandler.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,cAAc,8BAA8B,CAAC,CAAC;AAQ/E,eAAO,MAAM,oBAAoB,+FAKhC,CAAC"}
1
+ {"version":3,"file":"gestureHandler.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/optionallibs/gestureHandler.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,cAAc,8BAA8B,CAAC,CAAC;AAQ/E,eAAO,MAAM,oBAAoB,GAAI,8BAA4B,8DAKhE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/optionallibs/reanimated.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,cAAc,yBAAyB,CAAC,CAAC;AAQtE,eAAO,MAAM,gBAAgB,0FAK5B,CAAC"}
1
+ {"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/optionallibs/reanimated.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,cAAc,yBAAyB,CAAC,CAAC;AAQtE,eAAO,MAAM,gBAAgB,GAAI,8BAA4B,yDAK5D,CAAC"}
@@ -2,7 +2,7 @@ type Callback = () => Promise<void>;
2
2
  type PushLogoutCallbacks = {
3
3
  current?: Callback[];
4
4
  };
5
- declare let pushLogoutCallbacks: PushLogoutCallbacks;
5
+ declare const pushLogoutCallbacks: PushLogoutCallbacks;
6
6
  export declare const setPushLogoutCallback: (callback: Callback) => void;
7
7
  export default pushLogoutCallbacks;
8
8
  //# sourceMappingURL=pushLogoutCallback.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pushLogoutCallback.d.ts","sourceRoot":"","sources":["../../../../src/utils/internal/pushLogoutCallback.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AAEpC,KAAK,mBAAmB,GAAG;IACzB,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;CACtB,CAAC;AAEF,QAAA,IAAI,mBAAmB,EAAE,mBAAwB,CAAC;AAElD,eAAO,MAAM,qBAAqB,aAAc,QAAQ,SAMvD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"pushLogoutCallback.d.ts","sourceRoot":"","sources":["../../../../src/utils/internal/pushLogoutCallback.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AAEpC,KAAK,mBAAmB,GAAG;IACzB,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,mBAAmB,EAAE,mBAAwB,CAAC;AAEpD,eAAO,MAAM,qBAAqB,GAAI,UAAU,QAAQ,SAMvD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { StreamVideoClient } from '@stream-io/video-client';
2
2
  import type { StreamVideoConfig } from '../StreamVideoRN/types';
3
- import { type NotifeeLib, type FirebaseMessagingTypes } from './libs';
3
+ import { type FirebaseMessagingTypes, type NotifeeLib } from './libs';
4
4
  type PushConfig = NonNullable<StreamVideoConfig['push']>;
5
5
  type onBackgroundEventFunctionParams = Parameters<NotifeeLib['default']['onBackgroundEvent']>[0];
6
6
  type Event = Parameters<onBackgroundEventFunctionParams>[0];
7
- /** Send token to stream, create notification channel, */
7
+ /** Send token to stream */
8
8
  export declare function initAndroidPushToken(client: StreamVideoClient, pushConfig: PushConfig, setUnsubscribeListener: (unsubscribe: () => void) => void): Promise<void>;
9
9
  /**
10
10
  * Creates notification from the push message data.
@@ -1 +1 @@
1
- {"version":3,"file":"android.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/android.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAIL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAE5B,MAAM,QAAQ,CAAC;AAsBhB,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,+BAA+B,GAAG,UAAU,CAC/C,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAC3C,CAAC,CAAC,CAAC,CAAC;AAEL,KAAK,KAAK,GAAG,UAAU,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC,CAAC;AAI5D,0DAA0D;AAC1D,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAuD1D;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,SACxB,sBAAsB,CAAC,aAAa,CAAC,MAAM,CAAC,kBAyQnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,6BAG/B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,kBA2GA,CAAC"}
1
+ {"version":3,"file":"android.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/android.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,iBAAiB,EAClB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,KAAK,sBAAsB,EAO3B,KAAK,UAAU,EAChB,MAAM,QAAQ,CAAC;AAsBhB,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,+BAA+B,GAAG,UAAU,CAC/C,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAC3C,CAAC,CAAC,CAAC,CAAC;AAEL,KAAK,KAAK,GAAG,UAAU,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC,CAAC;AAI5D,4BAA4B;AAC5B,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAgE1D;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAC9B,MAAM,sBAAsB,CAAC,aAAa,CAAC,MAAM,CAAC,kBAyQnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAU,0BAGzC;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,kBA2GA,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { StreamVideoConfig } from '../../StreamVideoRN/types';
2
+ export declare const onVoipNotificationReceived: (notification: any, pushConfig: NonNullable<StreamVideoConfig["push"]>) => Promise<void>;
3
+ //# sourceMappingURL=ios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/internal/ios.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAE9D,eAAO,MAAM,0BAA0B,GACrC,cAAc,GAAG,EACjB,YAAY,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,kBAwHnD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/internal/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAGJ,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAInC,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,4BAA4B,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,iBACd,IAAI,iBACH,MAAM,GAAG,SAAS,eACpB,MAAM,GAAG,SAAS;;;CAuChC,CAAC;AAMF,eAAO,MAAM,+BAA+B,eAC9B,UAAU,YACZ,MAAM,UACR,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC,kBAelD,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,WACtB,iBAAiB,YACf,MAAM,UACR,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,qBAAqB,cACpD,UAAU,kBAsCvB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,WACjC,iBAAiB,YACf,MAAM,8BACY,mBAAmB,kBAmBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,YAQzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,4BAE1C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/internal/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIJ,iBAAiB,EAClB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAInC,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,4BAA4B,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAC5B,cAAc,IAAI,EAClB,eAAe,MAAM,GAAG,SAAS,EACjC,aAAa,MAAM,GAAG,SAAS;;;CAuChC,CAAC;AAMF,eAAO,MAAM,+BAA+B,GAC1C,YAAY,UAAU,EACtB,UAAU,MAAM,EAChB,QAAQ,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC,kBAelD,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAQ,iBAAiB,EACzB,UAAU,MAAM,EAChB,QAAQ,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,qBAAqB,EAChE,YAAY,UAAU,kBAsCvB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,GACzC,QAAQ,iBAAiB,EACzB,UAAU,MAAM,EAChB,4BAA4B,mBAAmB,kBAmBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,YAQzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,4BAE1C,CAAC"}
@@ -11,6 +11,5 @@ export declare const oniOSNotifeeEvent: ({ event, }: {
11
11
  export declare function onPushNotificationiOSStreamVideoEvent(notification: PushNotificationiOSType): void;
12
12
  /** Send token to stream */
13
13
  export declare function initIosNonVoipToken(client: StreamVideoClient, pushConfig: PushConfig, setUnsubscribeListener: (unsubscribe: () => void) => void): Promise<void>;
14
- export declare const onVoipNotificationReceived: (notification: any) => Promise<void>;
15
14
  export {};
16
15
  //# sourceMappingURL=ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/ios.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAMhE,OAAO,EACL,KAAK,gBAAgB,EAMrB,KAAK,uBAAuB,EAC7B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAW,iBAAiB,EAAa,MAAM,yBAAyB,CAAC;AAEhF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAQnD,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAqBzD,eAAO,MAAM,0BAA0B,UAAW,gBAAgB,SAoBjE,CAAC;AAEF,eAAO,MAAM,iBAAiB,eAE3B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,SAmBA,CAAC;AAEF,wBAAgB,qCAAqC,CACnD,YAAY,EAAE,uBAAuB,QAiCtC;AAED,2BAA2B;AAC3B,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAoF1D;AAED,eAAO,MAAM,0BAA0B,iBAAwB,GAAG,kBAwHjE,CAAC"}
1
+ {"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/ios.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,OAAO,EACL,KAAK,gBAAgB,EAIrB,KAAK,uBAAuB,EAC7B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAa,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAInD,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAqBzD,eAAO,MAAM,0BAA0B,GAAI,OAAO,gBAAgB,SAsBjE,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,YAE/B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,SAmBA,CAAC;AAEF,wBAAgB,qCAAqC,CACnD,YAAY,EAAE,uBAAuB,QAmCtC;AAED,2BAA2B;AAC3B,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAsF1D"}
@@ -1,5 +1,6 @@
1
- export type ExpoNotificationsLib = typeof import('expo-notifications');
2
1
  import type { Notification } from 'expo-notifications';
2
+ export type ExpoNotificationsLib = typeof import('expo-notifications');
3
3
  export type ExpoNotification = Notification;
4
4
  export declare function getExpoNotificationsLib(): typeof import("expo-notifications");
5
+ export declare function getExpoNotificationsLibNoThrow(): typeof import("expo-notifications") | undefined;
5
6
  //# sourceMappingURL=expoNotifications.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expoNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/libs/expoNotifications.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,cAAc,oBAAoB,CAAC,CAAC;AAEvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC;AAQ5C,wBAAgB,uBAAuB,wCAOtC"}
1
+ {"version":3,"file":"expoNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/libs/expoNotifications.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,oBAAoB,GAAG,cAAc,oBAAoB,CAAC,CAAC;AAEvE,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC;AAQ5C,wBAAgB,uBAAuB,wCAOtC;AAED,wBAAgB,8BAA8B,oDAQ7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/firebaseMessaging/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAO,MAAM,OAAO,CAAC;AAEvC,YAAY,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAKzC,wBAAgB,uBAAuB,4OAQtC;AAED,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,OAAO,uPAa7D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/firebaseMessaging/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,IAAI,EAAE,MAAM,OAAO,CAAC;AAEvC,YAAY,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAKzC,wBAAgB,uBAAuB,4OAQtC;AAED,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,OAAO,uPAa7D"}
@@ -1,5 +1,5 @@
1
- export type PushNotificationIosLib = typeof import('@react-native-community/push-notification-ios').default;
2
1
  import type { PushNotification } from '@react-native-community/push-notification-ios';
2
+ export type PushNotificationIosLib = typeof import('@react-native-community/push-notification-ios').default;
3
3
  export type PushNotificationiOSType = PushNotification;
4
4
  export declare function getPushNotificationIosLib(): import("@react-native-community/push-notification-ios").PushNotificationIOSStatic;
5
5
  //# sourceMappingURL=iosPushNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"iosPushNotification.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/libs/iosPushNotification.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAChC,cAAc,+CAA+C,EAAE,OAAO,CAAC;AAIzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAEtF,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAOvD,wBAAgB,yBAAyB,sFAOxC"}
1
+ {"version":3,"file":"iosPushNotification.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/libs/iosPushNotification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAEtF,MAAM,MAAM,sBAAsB,GAChC,cAAc,+CAA+C,EAAE,OAAO,CAAC;AAIzE,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAOvD,wBAAgB,yBAAyB,sFAOxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/notifee/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,EAAO,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC;AAE9B,aAAK,4BAA4B;IAC/B,8BAA8B,KAAK;IACnC,wCAAwC,KAAK;IAC7C,iCAAiC,IAAI;IACrC,8BAA8B,MAAM;IACpC,gCAAgC,IAAI;IACpC,sCAAsC,IAAI;IAC1C,wCAAwC,KAAK;IAC7C,wCAAwC,OAAO;IAC/C,kCAAkC,MAAM;IACxC,kCAAkC,IAAI;IACtC,wCAAwC,MAAM;IAC9C,qCAAqC,OAAO;IAC5C,mCAAmC,aAAa;IAChD,uCAAuC,OAAO;IAC9C,gCAAgC,KAAK;CACtC;AAKD,wBAAgB,uCAAuC,2CAQtD;AAED,wBAAgB,oCAAoC,uDASnD;AAED,wBAAsB,sCAAsC,4CA0B3D;AAED,wBAAgB,qCAAqC,mCAKpD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/notifee/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,IAAI,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC;AAE9B,aAAK,4BAA4B;IAC/B,8BAA8B,KAAK;IACnC,wCAAwC,KAAK;IAC7C,iCAAiC,IAAI;IACrC,8BAA8B,MAAM;IACpC,gCAAgC,IAAI;IACpC,sCAAsC,IAAI;IAC1C,wCAAwC,KAAK;IAC7C,wCAAwC,OAAO;IAC/C,kCAAkC,MAAM;IACxC,kCAAkC,IAAI;IACtC,wCAAwC,MAAM;IAC9C,qCAAqC,OAAO;IAC5C,mCAAmC,aAAa;IAChD,uCAAuC,OAAO;IAC9C,gCAAgC,KAAK;CACtC;AAKD,wBAAgB,uCAAuC,2CAQtD;AAED,wBAAgB,oCAAoC,uDASnD;AAED,wBAAsB,sCAAsC,4CA0B3D;AAED,wBAAgB,qCAAqC,mCAKpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"setupIosCallKeepEvents.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/setupIosCallKeepEvents.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAchE;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,QAgHnD"}
1
+ {"version":3,"file":"setupIosCallKeepEvents.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/setupIosCallKeepEvents.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAUhE;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,QAyHnD"}
@@ -1 +1 @@
1
- {"version":3,"file":"setupIosVoipPushEvents.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/setupIosVoipPushEvents.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,QAmBnD"}
1
+ {"version":3,"file":"setupIosVoipPushEvents.d.ts","sourceRoot":"","sources":["../../../../src/utils/push/setupIosVoipPushEvents.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,QA2BnD"}
@@ -1,2 +1,2 @@
1
- export declare const version = "1.10.16";
1
+ export declare const version = "1.10.18";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -39,7 +39,6 @@ const withStreamVideoReactNativeSDKManifest = (configuration, props) => {
39
39
  }
40
40
  if (props?.androidPictureInPicture) {
41
41
  const mainActivity = getMainActivityOrThrow(androidManifest);
42
- ('keyboard|keyboardHidden|orientation|screenSize|uiMode');
43
42
  const currentConfigChangesArray = mainActivity.$['android:configChanges']
44
43
  ? mainActivity.$['android:configChanges'].split('|')
45
44
  : [];
@@ -38,7 +38,7 @@ const withAppDelegate = (configuration, props) => {
38
38
  return config;
39
39
  }
40
40
  catch (error) {
41
- throw new Error('Cannot setup StreamVideoReactNativeSDK because the AppDelegate is malformed');
41
+ throw new Error(`Cannot setup StreamVideoReactNativeSDK because the AppDelegate is malformed ${error}`);
42
42
  }
43
43
  }
44
44
  else {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const config_plugins_1 = require("@expo/config-plugins");
4
- const withPlistUpdates = (config, _props) => (0, config_plugins_1.withPlugins)(config, [withAppEntitlements, withInfoPlistRTC]);
4
+ const withPlistUpdates = (config) => (0, config_plugins_1.withPlugins)(config, [withAppEntitlements, withInfoPlistRTC]);
5
5
  exports.default = withPlistUpdates;
6
6
  // adds the app group identifier to the app's entitlements file
7
7
  const withAppEntitlements = (configuration) => {
@@ -15,8 +15,10 @@ const withStreamVideoReactNativeSDKiOSInfoPList = (configuration, props) => {
15
15
  if (props?.ringingPushNotifications) {
16
16
  addBackgroundMode('voip');
17
17
  addBackgroundMode('fetch');
18
+ addBackgroundMode('processing');
18
19
  }
19
- if (props?.enableNonRingingPushNotifications) {
20
+ if (props?.enableNonRingingPushNotifications ||
21
+ props?.ringingPushNotifications) {
20
22
  addBackgroundMode('remote-notification');
21
23
  }
22
24
  return config;
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "1.10.16",
4
- "packageManager": "yarn@3.2.4",
3
+ "version": "1.10.18",
5
4
  "description": "Stream Video SDK for React Native",
6
5
  "author": "https://getstream.io",
7
6
  "homepage": "https://getstream.io/video/docs/react-native/",
@@ -46,8 +45,8 @@
46
45
  "!**/.*"
47
46
  ],
48
47
  "dependencies": {
49
- "@stream-io/video-client": "1.18.6",
50
- "@stream-io/video-react-bindings": "1.5.8",
48
+ "@stream-io/video-client": "1.18.8",
49
+ "@stream-io/video-react-bindings": "1.5.10",
51
50
  "intl-pluralrules": "2.0.1",
52
51
  "lodash.merge": "^4.6.2",
53
52
  "react-native-url-polyfill": "1.3.0",
@@ -113,44 +112,43 @@
113
112
  }
114
113
  },
115
114
  "devDependencies": {
116
- "@expo/config-plugins": "~9.0.15",
117
- "@notifee/react-native": "9.1.2",
115
+ "@expo/config-plugins": "~9.0.17",
116
+ "@expo/config-types": "^52.0.5",
117
+ "@expo/plist": "^0.2.2",
118
+ "@notifee/react-native": "9.1.8",
118
119
  "@react-native-community/netinfo": "9.3.9",
119
120
  "@react-native-community/push-notification-ios": "1.11.0",
120
- "@react-native-firebase/app": "19.2.2",
121
- "@react-native-firebase/messaging": "19.2.2",
122
- "@react-native/babel-preset": "^0.73",
123
- "@react-native/eslint-config": "^0.74.84",
124
- "@stream-io/react-native-webrtc": "^125.0.7",
121
+ "@react-native-firebase/app": "^21.12.0",
122
+ "@react-native-firebase/messaging": "^21.12.0",
123
+ "@react-native/babel-preset": "^0.76",
124
+ "@react-native/eslint-config": "^0.76",
125
+ "@stream-io/react-native-webrtc": "^125.0.8",
125
126
  "@stream-io/video-filters-react-native": "^0.2.8",
126
127
  "@testing-library/jest-native": "^5.4.2",
127
128
  "@testing-library/react-native": "^12.1.2",
128
129
  "@tsconfig/node14": "14.1.0",
129
- "@types/jest": "^29.5.1",
130
- "@types/lodash.merge": "^4",
130
+ "@types/jest": "^29.5.14",
131
+ "@types/lodash.merge": "^4.6.9",
131
132
  "@types/react": "^18.2.44",
132
- "@types/react-native": "^0.70.4",
133
133
  "@types/react-native-incall-manager": "^3.2.1",
134
134
  "@types/react-test-renderer": "^18",
135
- "expo": "52.0.37",
135
+ "expo": "52.0.38",
136
136
  "expo-build-properties": "^0.13.2",
137
137
  "expo-module-scripts": "^4.0.4",
138
- "expo-modules-core": "1.12.16",
139
- "expo-notifications": "~0.29.11",
138
+ "expo-modules-core": "2.2.3",
139
+ "expo-notifications": "~0.29.14",
140
140
  "jest": "^29.7.0",
141
- "react-native": "~0.73",
141
+ "react-native": "0.76.7",
142
142
  "react-native-builder-bob": "~0.23",
143
- "react-native-callkeep": "4.3.11",
143
+ "react-native-callkeep": "^4.3.16",
144
144
  "react-native-gesture-handler": "2.16.2",
145
145
  "react-native-incall-manager": "^4.0.0",
146
146
  "react-native-reanimated": "2.7.0",
147
147
  "react-native-svg": "^13.6.0",
148
148
  "react-native-voip-push-notification": "3.3.1",
149
149
  "react-test-renderer": "^18.2.0",
150
- "rimraf": "^5.0.7",
151
- "ts-jest": "^29.1.5",
152
- "ts-node": "^10.9.2",
153
- "typescript": "^5.5.2"
150
+ "rimraf": "^6.0.1",
151
+ "typescript": "^5.8.2"
154
152
  },
155
153
  "resolutions": {
156
154
  "@types/react": "^18.2.44"
@@ -1,4 +1,4 @@
1
- import React, { useEffect, useState, useMemo, useRef } from 'react';
1
+ import React, { useEffect, useMemo, useRef, useState } from 'react';
2
2
  import { StyleSheet, View, type ViewStyle } from 'react-native';
3
3
  import InCallManager from 'react-native-incall-manager';
4
4
  import {
@@ -27,7 +27,7 @@ import {
27
27
  type CallParticipantsListComponentProps,
28
28
  type CallParticipantsListProps,
29
29
  } from '../CallParticipantsList';
30
- import { useIsInPiPMode, useAutoEnterPiPEffect } from '../../../hooks';
30
+ import { useAutoEnterPiPEffect, useIsInPiPMode } from '../../../hooks';
31
31
  import {
32
32
  ScreenShareOverlay as DefaultScreenShareOverlay,
33
33
  type ScreenShareOverlayProps,
@@ -262,6 +262,6 @@ const useStyles = () => {
262
262
  zIndex: Z_INDEX.IN_FRONT,
263
263
  },
264
264
  }),
265
- [theme]
265
+ [theme],
266
266
  );
267
267
  };
@@ -8,7 +8,7 @@ import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
8
8
  import type { MediaStream } from '@stream-io/react-native-webrtc';
9
9
  import React, { useEffect, useMemo } from 'react';
10
10
  import { findNodeHandle } from 'react-native';
11
- import { RTCViewPipNative, onNativeCallClosed } from './RTCViewPipNative';
11
+ import { onNativeCallClosed, RTCViewPipNative } from './RTCViewPipNative';
12
12
  import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
13
13
  import { shouldDisableIOSLocalVideoOnBackgroundRef } from '../../../utils/internal/shouldDisableIOSLocalVideoOnBackground';
14
14
 
@@ -26,7 +26,7 @@ const RTCViewPipIOS = React.memo(({ includeLocalParticipantVideo }: Props) => {
26
26
 
27
27
  const [dominantSpeaker, dominantSpeaker2] = allParticipants.filter(
28
28
  (participant) =>
29
- includeLocalParticipantVideo ? true : !participant.isLocalParticipant
29
+ includeLocalParticipantVideo ? true : !participant.isLocalParticipant,
30
30
  );
31
31
 
32
32
  // show the dominant remote speaker in PiP mode
@@ -59,7 +59,7 @@ const RTCViewPipIOS = React.memo(({ includeLocalParticipantVideo }: Props) => {
59
59
  const unsubFunc = call?.on('call.ended', () => {
60
60
  getLogger(['RTCViewPipIOS'])(
61
61
  'debug',
62
- `onCallClosed due to call.ended event`
62
+ `onCallClosed due to call.ended event`,
63
63
  );
64
64
  unsubFunc?.();
65
65
  onCallClosed();
@@ -68,7 +68,7 @@ const RTCViewPipIOS = React.memo(({ includeLocalParticipantVideo }: Props) => {
68
68
  if (state === CallingState.LEFT || state === CallingState.IDLE) {
69
69
  getLogger(['RTCViewPipIOS'])(
70
70
  'debug',
71
- `onCallClosed due to callingState: ${state}`
71
+ `onCallClosed due to callingState: ${state}`,
72
72
  );
73
73
  subscription?.unsubscribe();
74
74
  onCallClosed();
@@ -100,4 +100,6 @@ const RTCViewPipIOS = React.memo(({ includeLocalParticipantVideo }: Props) => {
100
100
  return <RTCViewPipNative streamURL={streamURL} ref={nativeRef} />;
101
101
  });
102
102
 
103
+ RTCViewPipIOS.displayName = 'RTCViewPipIOS';
104
+
103
105
  export default RTCViewPipIOS;