@stream-io/video-react-native-sdk 1.10.3 → 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 (673) hide show
  1. package/CHANGELOG.md +17 -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 +7 -4
  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/android.js +2 -0
  16. package/dist/commonjs/utils/push/android.js.map +1 -1
  17. package/dist/commonjs/utils/push/ios.js +1 -0
  18. package/dist/commonjs/utils/push/ios.js.map +1 -1
  19. package/dist/commonjs/utils/push/libs/notifee/index.js.map +1 -1
  20. package/dist/commonjs/version.js +1 -1
  21. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  22. package/dist/module/components/Call/CallControls/CallControls.js +1 -1
  23. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  24. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  25. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  26. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  27. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  28. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  29. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +0 -1
  30. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  31. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  32. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  33. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  34. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  35. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  36. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  37. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  38. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  39. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  40. package/dist/module/contexts/ThemeContext.js.map +1 -1
  41. package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
  42. package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -1
  43. package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
  44. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +7 -4
  45. package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
  46. package/dist/module/providers/StreamCall/index.js.map +1 -1
  47. package/dist/module/providers/StreamVideo.js.map +1 -1
  48. package/dist/module/theme/theme.js.map +1 -1
  49. package/dist/module/utils/push/android.js +2 -0
  50. package/dist/module/utils/push/android.js.map +1 -1
  51. package/dist/module/utils/push/ios.js +1 -0
  52. package/dist/module/utils/push/ios.js.map +1 -1
  53. package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
  54. package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
  55. package/dist/module/version.js +1 -1
  56. package/dist/typescript/{components → src/components}/Call/CallContent/CallContent.d.ts +5 -5
  57. package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +1 -0
  58. package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
  59. package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +1 -0
  60. package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
  61. package/dist/typescript/{components → src/components}/Call/CallControls/CallControls.d.ts +2 -2
  62. package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +1 -0
  63. package/dist/typescript/{components → src/components}/Call/CallControls/CallControlsButton.d.ts +2 -2
  64. package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
  65. package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
  66. package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
  67. package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
  68. package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
  69. package/dist/typescript/{components → src/components}/Call/CallControls/ReactionsButton.d.ts +1 -1
  70. package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
  71. package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
  72. package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
  73. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
  74. package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
  75. package/dist/typescript/{components → src/components}/Call/CallControls/ToggleCameraFaceButton.d.ts +1 -1
  76. package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
  77. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
  78. package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
  79. package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +1 -0
  80. package/dist/typescript/{components → src/components}/Call/CallControls/internal/ReactionsPicker.d.ts +2 -2
  81. package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
  82. package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsGrid.d.ts +3 -3
  83. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
  84. package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +3 -3
  85. package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
  86. package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +1 -0
  87. package/dist/typescript/{components → src/components}/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -3
  88. package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
  89. package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +1 -0
  90. package/dist/typescript/{components → src/components}/Call/Lobby/JoinCallButton.d.ts +1 -1
  91. package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
  92. package/dist/typescript/{components → src/components}/Call/Lobby/Lobby.d.ts +3 -3
  93. package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +1 -0
  94. package/dist/typescript/{components → src/components}/Call/Lobby/LobbyFooter.d.ts +1 -1
  95. package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
  96. package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +1 -0
  97. package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallLeftIndicator.d.ts +1 -1
  98. package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
  99. package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +1 -1
  100. package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
  101. package/dist/typescript/{components → src/components}/Call/RingingCallContent/IncomingCall.d.ts +1 -1
  102. package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
  103. package/dist/typescript/{components → src/components}/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
  104. package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
  105. package/dist/typescript/{components → src/components}/Call/RingingCallContent/RingingCallContent.d.ts +5 -5
  106. package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
  107. package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
  108. package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
  109. package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +1 -0
  110. package/dist/typescript/src/components/Call/index.d.ts.map +1 -0
  111. package/dist/typescript/{components → src/components}/Livestream/HostLivestream/HostLivestream.d.ts +5 -5
  112. package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
  113. package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +1 -0
  114. package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +3 -3
  115. package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
  116. package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
  117. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
  118. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
  119. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
  120. package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
  121. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
  122. package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +2 -2
  123. package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
  124. package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
  125. package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +2 -2
  126. package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
  127. package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
  128. package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +1 -1
  129. package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
  130. package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
  131. package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
  132. package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
  133. package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +4 -4
  134. package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
  135. package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
  136. package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +4 -4
  137. package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
  138. package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
  139. package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +5 -5
  140. package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
  141. package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
  142. package/dist/typescript/src/components/Livestream/index.d.ts.map +1 -0
  143. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +1 -1
  144. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
  145. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +1 -1
  146. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
  147. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +1 -1
  148. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
  149. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +1 -1
  150. package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
  151. package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/index.d.ts +4 -4
  152. package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
  153. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantLabel.d.ts +1 -1
  154. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
  155. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +1 -1
  156. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
  157. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantReaction.d.ts +2 -2
  158. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
  159. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +1 -1
  160. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
  161. package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantView.d.ts +9 -9
  162. package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
  163. package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
  164. package/dist/typescript/{components → src/components}/Participant/ParticipantView/VideoRenderer.d.ts +1 -1
  165. package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
  166. package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +1 -0
  167. package/dist/typescript/src/components/Participant/index.d.ts.map +1 -0
  168. package/dist/typescript/src/components/index.d.ts.map +1 -0
  169. package/dist/typescript/{components → src/components}/utility/Avatar.d.ts +1 -1
  170. package/dist/typescript/src/components/utility/Avatar.d.ts.map +1 -0
  171. package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +1 -0
  172. package/dist/typescript/src/components/utility/index.d.ts.map +1 -0
  173. package/dist/typescript/src/constants/TestIds.d.ts.map +1 -0
  174. package/dist/typescript/{constants → src/constants}/index.d.ts +1 -1
  175. package/dist/typescript/src/constants/index.d.ts.map +1 -0
  176. package/dist/typescript/{contexts → src/contexts}/BackgroundFilters.d.ts +1 -1
  177. package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +1 -0
  178. package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +1 -0
  179. package/dist/typescript/{contexts → src/contexts}/ThemeContext.d.ts +2 -2
  180. package/dist/typescript/src/contexts/ThemeContext.d.ts.map +1 -0
  181. package/dist/typescript/src/contexts/index.d.ts.map +1 -0
  182. package/dist/typescript/src/hooks/index.d.ts.map +1 -0
  183. package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
  184. package/dist/typescript/src/hooks/push/index.d.ts.map +1 -0
  185. package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
  186. package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
  187. package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
  188. package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
  189. package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
  190. package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
  191. package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
  192. package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
  193. package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
  194. package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
  195. package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +1 -0
  196. package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
  197. package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
  198. package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +1 -0
  199. package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +1 -0
  200. package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +1 -0
  201. package/dist/typescript/{hooks → src/hooks}/useTrackDimensions.d.ts +1 -1
  202. package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +1 -0
  203. package/dist/typescript/{icons → src/icons}/Back.d.ts +1 -1
  204. package/dist/typescript/src/icons/Back.d.ts.map +1 -0
  205. package/dist/typescript/{icons → src/icons}/CameraSwitch.d.ts +1 -1
  206. package/dist/typescript/src/icons/CameraSwitch.d.ts.map +1 -0
  207. package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +1 -0
  208. package/dist/typescript/src/icons/Eye.d.ts.map +1 -0
  209. package/dist/typescript/{icons → src/icons}/IconWrapper.d.ts +1 -1
  210. package/dist/typescript/src/icons/IconWrapper.d.ts.map +1 -0
  211. package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +1 -0
  212. package/dist/typescript/{icons → src/icons}/Lock.d.ts +1 -1
  213. package/dist/typescript/src/icons/Lock.d.ts.map +1 -0
  214. package/dist/typescript/{icons → src/icons}/Mic.d.ts +1 -1
  215. package/dist/typescript/src/icons/Mic.d.ts.map +1 -0
  216. package/dist/typescript/{icons → src/icons}/MicOff.d.ts +1 -1
  217. package/dist/typescript/src/icons/MicOff.d.ts.map +1 -0
  218. package/dist/typescript/{icons → src/icons}/Phone.d.ts +1 -1
  219. package/dist/typescript/src/icons/Phone.d.ts.map +1 -0
  220. package/dist/typescript/{icons → src/icons}/PhoneDown.d.ts +1 -1
  221. package/dist/typescript/src/icons/PhoneDown.d.ts.map +1 -0
  222. package/dist/typescript/{icons → src/icons}/PinVertical.d.ts +1 -1
  223. package/dist/typescript/src/icons/PinVertical.d.ts.map +1 -0
  224. package/dist/typescript/{icons → src/icons}/Reaction.d.ts +1 -1
  225. package/dist/typescript/src/icons/Reaction.d.ts.map +1 -0
  226. package/dist/typescript/{icons → src/icons}/ScreenShare.d.ts +1 -1
  227. package/dist/typescript/src/icons/ScreenShare.d.ts.map +1 -0
  228. package/dist/typescript/{icons → src/icons}/ScreenShareIndicator.d.ts +1 -1
  229. package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +1 -0
  230. package/dist/typescript/src/icons/Settings.d.ts.map +1 -0
  231. package/dist/typescript/src/icons/ShieldBadge.d.ts.map +1 -0
  232. package/dist/typescript/{icons → src/icons}/Spotlight.d.ts +1 -1
  233. package/dist/typescript/src/icons/Spotlight.d.ts.map +1 -0
  234. package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +1 -0
  235. package/dist/typescript/{icons → src/icons}/StopScreenShare.d.ts +1 -1
  236. package/dist/typescript/src/icons/StopScreenShare.d.ts.map +1 -0
  237. package/dist/typescript/src/icons/ThreeDots.d.ts.map +1 -0
  238. package/dist/typescript/{icons → src/icons}/TopViewBackground.d.ts +1 -1
  239. package/dist/typescript/src/icons/TopViewBackground.d.ts.map +1 -0
  240. package/dist/typescript/{icons → src/icons}/Video.d.ts +1 -1
  241. package/dist/typescript/src/icons/Video.d.ts.map +1 -0
  242. package/dist/typescript/{icons → src/icons}/VideoSlash.d.ts +1 -1
  243. package/dist/typescript/src/icons/VideoSlash.d.ts.map +1 -0
  244. package/dist/typescript/src/icons/index.d.ts.map +1 -0
  245. package/dist/typescript/src/index.d.ts.map +1 -0
  246. package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +1 -0
  247. package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +1 -0
  248. package/dist/typescript/{providers → src/providers}/StreamCall/index.d.ts +1 -1
  249. package/dist/typescript/src/providers/StreamCall/index.d.ts.map +1 -0
  250. package/dist/typescript/src/providers/StreamVideo.d.ts +15 -0
  251. package/dist/typescript/src/providers/StreamVideo.d.ts.map +1 -0
  252. package/dist/typescript/{theme → src/theme}/colors.d.ts +1 -1
  253. package/dist/typescript/src/theme/colors.d.ts.map +1 -0
  254. package/dist/typescript/src/theme/constants.d.ts.map +1 -0
  255. package/dist/typescript/src/theme/index.d.ts.map +1 -0
  256. package/dist/typescript/{theme → src/theme}/theme.d.ts +3 -3
  257. package/dist/typescript/src/theme/theme.d.ts.map +1 -0
  258. package/dist/typescript/{theme → src/theme}/types.d.ts +1 -1
  259. package/dist/typescript/src/theme/types.d.ts.map +1 -0
  260. package/dist/typescript/src/translations/index.d.ts.map +1 -0
  261. package/dist/typescript/{utils → src/utils}/StreamVideoRN/index.d.ts +2 -2
  262. package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +1 -0
  263. package/dist/typescript/{utils → src/utils}/StreamVideoRN/types.d.ts +7 -1
  264. package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +1 -0
  265. package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +1 -0
  266. package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
  267. package/dist/typescript/src/utils/hooks/index.d.ts.map +1 -0
  268. package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +1 -0
  269. package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +1 -0
  270. package/dist/typescript/src/utils/index.d.ts.map +1 -0
  271. package/dist/typescript/{utils → src/utils}/internal/newNotificationCallbacks.d.ts +1 -1
  272. package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
  273. package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
  274. package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +1 -0
  275. package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
  276. package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +1 -0
  277. package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +1 -0
  278. package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
  279. package/dist/typescript/{utils → src/utils}/push/android.d.ts +1 -1
  280. package/dist/typescript/src/utils/push/android.d.ts.map +1 -0
  281. package/dist/typescript/src/utils/push/index.d.ts.map +1 -0
  282. package/dist/typescript/{utils → src/utils}/push/internal/rxSubjects.d.ts +1 -1
  283. package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +1 -0
  284. package/dist/typescript/src/utils/push/internal/utils.d.ts.map +1 -0
  285. package/dist/typescript/{utils → src/utils}/push/ios.d.ts +1 -1
  286. package/dist/typescript/src/utils/push/ios.d.ts.map +1 -0
  287. package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +1 -0
  288. package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +1 -0
  289. package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/index.d.ts +1 -1
  290. package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
  291. package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
  292. package/dist/typescript/src/utils/push/libs/index.d.ts.map +1 -0
  293. package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +1 -0
  294. package/dist/typescript/{utils → src/utils}/push/libs/notifee/index.d.ts +1 -1
  295. package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +1 -0
  296. package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +1 -0
  297. package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +1 -0
  298. package/dist/typescript/{utils → src/utils}/push/utils.d.ts +4 -4
  299. package/dist/typescript/src/utils/push/utils.d.ts.map +1 -0
  300. package/dist/typescript/src/utils/setClientDetails.d.ts.map +1 -0
  301. package/dist/typescript/src/version.d.ts +2 -0
  302. package/dist/typescript/src/version.d.ts.map +1 -0
  303. package/expo-config-plugin/dist/index.d.ts +2 -2
  304. package/expo-config-plugin/dist/withAndroidManifest.d.ts +2 -2
  305. package/expo-config-plugin/dist/withAndroidPermissions.d.ts +2 -2
  306. package/expo-config-plugin/dist/withAppBuildGradle.d.ts +1 -1
  307. package/expo-config-plugin/dist/withAppDelegate.d.ts +2 -2
  308. package/expo-config-plugin/dist/withBuildProperties.d.ts +1 -1
  309. package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +2 -2
  310. package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +2 -2
  311. package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +2 -2
  312. package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +2 -2
  313. package/expo-config-plugin/dist/withMainActivity.d.ts +2 -2
  314. package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +2 -2
  315. package/ios/RTCViewPipManager.swift +1 -1
  316. package/package.json +30 -15
  317. package/src/components/Call/CallContent/CallContent.tsx +11 -11
  318. package/src/components/Call/CallContent/RTCViewPipIOS.tsx +1 -1
  319. package/src/components/Call/CallControls/CallControls.tsx +6 -3
  320. package/src/components/Call/CallControls/CallControlsButton.tsx +3 -3
  321. package/src/components/Call/CallControls/ReactionsButton.tsx +2 -2
  322. package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +1 -1
  323. package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +3 -3
  324. package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -4
  325. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +4 -4
  326. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +11 -6
  327. package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
  328. package/src/components/Call/Lobby/Lobby.tsx +4 -4
  329. package/src/components/Call/Lobby/LobbyFooter.tsx +1 -1
  330. package/src/components/Call/RingingCallContent/CallLeftIndicator.tsx +1 -1
  331. package/src/components/Call/RingingCallContent/CallPreparingIndicator.tsx +1 -1
  332. package/src/components/Call/RingingCallContent/IncomingCall.tsx +2 -3
  333. package/src/components/Call/RingingCallContent/OutgoingCall.tsx +2 -2
  334. package/src/components/Call/RingingCallContent/RingingCallContent.tsx +5 -5
  335. package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
  336. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -5
  337. package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +3 -3
  338. package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +2 -2
  339. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +3 -3
  340. package/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx +1 -1
  341. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +4 -1
  342. package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +4 -4
  343. package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +4 -4
  344. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +5 -5
  345. package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +2 -2
  346. package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -2
  347. package/src/components/Participant/FloatingParticipantView/FloatingView/common.ts +1 -1
  348. package/src/components/Participant/FloatingParticipantView/FloatingView/index.ts +1 -1
  349. package/src/components/Participant/FloatingParticipantView/index.tsx +7 -7
  350. package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +1 -1
  351. package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +1 -1
  352. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +2 -2
  353. package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +1 -1
  354. package/src/components/Participant/ParticipantView/ParticipantView.tsx +10 -10
  355. package/src/components/Participant/ParticipantView/VideoRenderer.tsx +2 -2
  356. package/src/components/utility/Avatar.tsx +1 -1
  357. package/src/constants/index.ts +1 -1
  358. package/src/contexts/BackgroundFilters.tsx +1 -1
  359. package/src/contexts/ThemeContext.tsx +2 -2
  360. package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +1 -1
  361. package/src/hooks/push/useProcessPushCallEffect.ts +1 -1
  362. package/src/hooks/useAndroidKeepCallAliveEffect.ts +8 -5
  363. package/src/hooks/usePermissionRequest.tsx +1 -1
  364. package/src/hooks/useTrackDimensions.ts +2 -2
  365. package/src/icons/Back.tsx +1 -1
  366. package/src/icons/CameraSwitch.tsx +1 -1
  367. package/src/icons/IconWrapper.tsx +1 -1
  368. package/src/icons/Lock.tsx +1 -1
  369. package/src/icons/Mic.tsx +1 -1
  370. package/src/icons/MicOff.tsx +1 -1
  371. package/src/icons/Phone.tsx +1 -1
  372. package/src/icons/PhoneDown.tsx +1 -1
  373. package/src/icons/PinVertical.tsx +1 -1
  374. package/src/icons/Reaction.tsx +1 -1
  375. package/src/icons/ScreenShare.tsx +1 -1
  376. package/src/icons/ScreenShareIndicator.tsx +1 -1
  377. package/src/icons/Spotlight.tsx +1 -1
  378. package/src/icons/StopScreenShare.tsx +1 -1
  379. package/src/icons/TopViewBackground.tsx +1 -1
  380. package/src/icons/Video.tsx +1 -1
  381. package/src/icons/VideoSlash.tsx +1 -1
  382. package/src/providers/StreamCall/index.tsx +1 -1
  383. package/src/providers/StreamVideo.tsx +5 -5
  384. package/src/theme/colors.ts +1 -1
  385. package/src/theme/theme.ts +11 -7
  386. package/src/theme/types.ts +1 -1
  387. package/src/utils/StreamVideoRN/index.ts +2 -2
  388. package/src/utils/StreamVideoRN/types.ts +7 -1
  389. package/src/utils/internal/newNotificationCallbacks.ts +1 -1
  390. package/src/utils/push/android.ts +4 -2
  391. package/src/utils/push/internal/rxSubjects.ts +1 -1
  392. package/src/utils/push/ios.ts +4 -3
  393. package/src/utils/push/libs/firebaseMessaging/index.ts +1 -1
  394. package/src/utils/push/libs/notifee/index.ts +1 -1
  395. package/src/utils/push/utils.ts +4 -4
  396. package/src/version.ts +1 -1
  397. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +0 -1
  398. package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
  399. package/dist/typescript/components/Call/CallContent/index.d.ts.map +0 -1
  400. package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
  401. package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +0 -1
  402. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
  403. package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
  404. package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
  405. package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
  406. package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
  407. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
  408. package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
  409. package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
  410. package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
  411. package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
  412. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
  413. package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
  414. package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
  415. package/dist/typescript/components/Call/CallControls/index.d.ts.map +0 -1
  416. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
  417. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
  418. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
  419. package/dist/typescript/components/Call/CallLayout/index.d.ts.map +0 -1
  420. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
  421. package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +0 -1
  422. package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
  423. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +0 -1
  424. package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
  425. package/dist/typescript/components/Call/Lobby/index.d.ts.map +0 -1
  426. package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
  427. package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
  428. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
  429. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
  430. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
  431. package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
  432. package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
  433. package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +0 -1
  434. package/dist/typescript/components/Call/index.d.ts.map +0 -1
  435. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
  436. package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +0 -1
  437. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
  438. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
  439. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
  440. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
  441. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
  442. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
  443. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
  444. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
  445. package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
  446. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
  447. package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
  448. package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
  449. package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
  450. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
  451. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
  452. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
  453. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
  454. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
  455. package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
  456. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
  457. package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
  458. package/dist/typescript/components/Livestream/index.d.ts.map +0 -1
  459. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
  460. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
  461. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
  462. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
  463. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
  464. package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
  465. package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
  466. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
  467. package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
  468. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
  469. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
  470. package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
  471. package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +0 -1
  472. package/dist/typescript/components/Participant/index.d.ts.map +0 -1
  473. package/dist/typescript/components/index.d.ts.map +0 -1
  474. package/dist/typescript/components/utility/Avatar.d.ts.map +0 -1
  475. package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +0 -1
  476. package/dist/typescript/components/utility/index.d.ts.map +0 -1
  477. package/dist/typescript/constants/TestIds.d.ts.map +0 -1
  478. package/dist/typescript/constants/index.d.ts.map +0 -1
  479. package/dist/typescript/contexts/BackgroundFilters.d.ts.map +0 -1
  480. package/dist/typescript/contexts/StreamVideoContext.d.ts.map +0 -1
  481. package/dist/typescript/contexts/ThemeContext.d.ts.map +0 -1
  482. package/dist/typescript/contexts/index.d.ts.map +0 -1
  483. package/dist/typescript/hooks/index.d.ts.map +0 -1
  484. package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
  485. package/dist/typescript/hooks/push/index.d.ts.map +0 -1
  486. package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
  487. package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
  488. package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
  489. package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
  490. package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
  491. package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
  492. package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
  493. package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
  494. package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
  495. package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
  496. package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +0 -1
  497. package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
  498. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
  499. package/dist/typescript/hooks/usePermissionNotification.d.ts.map +0 -1
  500. package/dist/typescript/hooks/usePermissionRequest.d.ts.map +0 -1
  501. package/dist/typescript/hooks/useScreenShareButton.d.ts.map +0 -1
  502. package/dist/typescript/hooks/useTrackDimensions.d.ts.map +0 -1
  503. package/dist/typescript/icons/Back.d.ts.map +0 -1
  504. package/dist/typescript/icons/CameraSwitch.d.ts.map +0 -1
  505. package/dist/typescript/icons/EndStreamIcon.d.ts.map +0 -1
  506. package/dist/typescript/icons/Eye.d.ts.map +0 -1
  507. package/dist/typescript/icons/IconWrapper.d.ts.map +0 -1
  508. package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +0 -1
  509. package/dist/typescript/icons/Lock.d.ts.map +0 -1
  510. package/dist/typescript/icons/Mic.d.ts.map +0 -1
  511. package/dist/typescript/icons/MicOff.d.ts.map +0 -1
  512. package/dist/typescript/icons/Phone.d.ts.map +0 -1
  513. package/dist/typescript/icons/PhoneDown.d.ts.map +0 -1
  514. package/dist/typescript/icons/PinVertical.d.ts.map +0 -1
  515. package/dist/typescript/icons/Reaction.d.ts.map +0 -1
  516. package/dist/typescript/icons/ScreenShare.d.ts.map +0 -1
  517. package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +0 -1
  518. package/dist/typescript/icons/Settings.d.ts.map +0 -1
  519. package/dist/typescript/icons/ShieldBadge.d.ts.map +0 -1
  520. package/dist/typescript/icons/Spotlight.d.ts.map +0 -1
  521. package/dist/typescript/icons/StartStreamIcon.d.ts.map +0 -1
  522. package/dist/typescript/icons/StopScreenShare.d.ts.map +0 -1
  523. package/dist/typescript/icons/ThreeDots.d.ts.map +0 -1
  524. package/dist/typescript/icons/TopViewBackground.d.ts.map +0 -1
  525. package/dist/typescript/icons/Video.d.ts.map +0 -1
  526. package/dist/typescript/icons/VideoSlash.d.ts.map +0 -1
  527. package/dist/typescript/icons/index.d.ts.map +0 -1
  528. package/dist/typescript/index.d.ts.map +0 -1
  529. package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +0 -1
  530. package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +0 -1
  531. package/dist/typescript/providers/StreamCall/index.d.ts.map +0 -1
  532. package/dist/typescript/providers/StreamVideo.d.ts +0 -15
  533. package/dist/typescript/providers/StreamVideo.d.ts.map +0 -1
  534. package/dist/typescript/theme/colors.d.ts.map +0 -1
  535. package/dist/typescript/theme/constants.d.ts.map +0 -1
  536. package/dist/typescript/theme/index.d.ts.map +0 -1
  537. package/dist/typescript/theme/theme.d.ts.map +0 -1
  538. package/dist/typescript/theme/types.d.ts.map +0 -1
  539. package/dist/typescript/translations/index.d.ts.map +0 -1
  540. package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +0 -1
  541. package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +0 -1
  542. package/dist/typescript/utils/enterPiPAndroid.d.ts.map +0 -1
  543. package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
  544. package/dist/typescript/utils/hooks/index.d.ts.map +0 -1
  545. package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +0 -1
  546. package/dist/typescript/utils/hooks/usePrevious.d.ts.map +0 -1
  547. package/dist/typescript/utils/index.d.ts.map +0 -1
  548. package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
  549. package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
  550. package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +0 -1
  551. package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
  552. package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +0 -1
  553. package/dist/typescript/utils/internal/rxSubjects.d.ts.map +0 -1
  554. package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
  555. package/dist/typescript/utils/push/android.d.ts.map +0 -1
  556. package/dist/typescript/utils/push/index.d.ts.map +0 -1
  557. package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +0 -1
  558. package/dist/typescript/utils/push/internal/utils.d.ts.map +0 -1
  559. package/dist/typescript/utils/push/ios.d.ts.map +0 -1
  560. package/dist/typescript/utils/push/libs/callkeep.d.ts.map +0 -1
  561. package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +0 -1
  562. package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
  563. package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
  564. package/dist/typescript/utils/push/libs/index.d.ts.map +0 -1
  565. package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +0 -1
  566. package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +0 -1
  567. package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +0 -1
  568. package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +0 -1
  569. package/dist/typescript/utils/push/utils.d.ts.map +0 -1
  570. package/dist/typescript/utils/setClientDetails.d.ts.map +0 -1
  571. package/dist/typescript/version.d.ts +0 -2
  572. package/dist/typescript/version.d.ts.map +0 -1
  573. /package/dist/typescript/{components → src/components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
  574. /package/dist/typescript/{components → src/components}/Call/CallContent/index.d.ts +0 -0
  575. /package/dist/typescript/{components → src/components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
  576. /package/dist/typescript/{components → src/components}/Call/CallControls/HangupCallButton.d.ts +0 -0
  577. /package/dist/typescript/{components → src/components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
  578. /package/dist/typescript/{components → src/components}/Call/CallControls/LobbyControls.d.ts +0 -0
  579. /package/dist/typescript/{components → src/components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
  580. /package/dist/typescript/{components → src/components}/Call/CallControls/RejectCallButton.d.ts +0 -0
  581. /package/dist/typescript/{components → src/components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
  582. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
  583. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
  584. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
  585. /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
  586. /package/dist/typescript/{components → src/components}/Call/CallControls/index.d.ts +0 -0
  587. /package/dist/typescript/{components → src/components}/Call/CallLayout/index.d.ts +0 -0
  588. /package/dist/typescript/{components → src/components}/Call/CallParticipantsList/index.d.ts +0 -0
  589. /package/dist/typescript/{components → src/components}/Call/Lobby/index.d.ts +0 -0
  590. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
  591. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
  592. /package/dist/typescript/{components → src/components}/Call/RingingCallContent/index.d.ts +0 -0
  593. /package/dist/typescript/{components → src/components}/Call/index.d.ts +0 -0
  594. /package/dist/typescript/{components → src/components}/Livestream/HostLivestream/index.d.ts +0 -0
  595. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
  596. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
  597. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
  598. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
  599. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
  600. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
  601. /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/index.d.ts +0 -0
  602. /package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/index.d.ts +0 -0
  603. /package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
  604. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
  605. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
  606. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
  607. /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/index.d.ts +0 -0
  608. /package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/index.d.ts +0 -0
  609. /package/dist/typescript/{components → src/components}/Livestream/index.d.ts +0 -0
  610. /package/dist/typescript/{components → src/components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
  611. /package/dist/typescript/{components → src/components}/Participant/ParticipantView/index.d.ts +0 -0
  612. /package/dist/typescript/{components → src/components}/Participant/index.d.ts +0 -0
  613. /package/dist/typescript/{components → src/components}/index.d.ts +0 -0
  614. /package/dist/typescript/{components → src/components}/utility/ScreenShareOverlay.d.ts +0 -0
  615. /package/dist/typescript/{components → src/components}/utility/index.d.ts +0 -0
  616. /package/dist/typescript/{constants → src/constants}/TestIds.d.ts +0 -0
  617. /package/dist/typescript/{contexts → src/contexts}/StreamVideoContext.d.ts +0 -0
  618. /package/dist/typescript/{contexts → src/contexts}/index.d.ts +0 -0
  619. /package/dist/typescript/{hooks → src/hooks}/index.d.ts +0 -0
  620. /package/dist/typescript/{hooks → src/hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
  621. /package/dist/typescript/{hooks → src/hooks}/push/index.d.ts +0 -0
  622. /package/dist/typescript/{hooks → src/hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
  623. /package/dist/typescript/{hooks → src/hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
  624. /package/dist/typescript/{hooks → src/hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
  625. /package/dist/typescript/{hooks → src/hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
  626. /package/dist/typescript/{hooks → src/hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
  627. /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushCallEffect.d.ts +0 -0
  628. /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
  629. /package/dist/typescript/{hooks → src/hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
  630. /package/dist/typescript/{hooks → src/hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
  631. /package/dist/typescript/{hooks → src/hooks}/useAutoEnterPiPEffect.d.ts +0 -0
  632. /package/dist/typescript/{hooks → src/hooks}/useIsInPiPMode.d.ts +0 -0
  633. /package/dist/typescript/{hooks → src/hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
  634. /package/dist/typescript/{hooks → src/hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
  635. /package/dist/typescript/{hooks → src/hooks}/usePermissionNotification.d.ts +0 -0
  636. /package/dist/typescript/{hooks → src/hooks}/usePermissionRequest.d.ts +0 -0
  637. /package/dist/typescript/{hooks → src/hooks}/useScreenShareButton.d.ts +0 -0
  638. /package/dist/typescript/{icons → src/icons}/EndStreamIcon.d.ts +0 -0
  639. /package/dist/typescript/{icons → src/icons}/Eye.d.ts +0 -0
  640. /package/dist/typescript/{icons → src/icons}/LeaveStreamIcon.d.ts +0 -0
  641. /package/dist/typescript/{icons → src/icons}/Settings.d.ts +0 -0
  642. /package/dist/typescript/{icons → src/icons}/ShieldBadge.d.ts +0 -0
  643. /package/dist/typescript/{icons → src/icons}/StartStreamIcon.d.ts +0 -0
  644. /package/dist/typescript/{icons → src/icons}/ThreeDots.d.ts +0 -0
  645. /package/dist/typescript/{icons → src/icons}/index.d.ts +0 -0
  646. /package/dist/typescript/{index.d.ts → src/index.d.ts} +0 -0
  647. /package/dist/typescript/{providers → src/providers}/StreamCall/AppStateListener.d.ts +0 -0
  648. /package/dist/typescript/{providers → src/providers}/StreamCall/DeviceStats.d.ts +0 -0
  649. /package/dist/typescript/{theme → src/theme}/constants.d.ts +0 -0
  650. /package/dist/typescript/{theme → src/theme}/index.d.ts +0 -0
  651. /package/dist/typescript/{translations → src/translations}/index.d.ts +0 -0
  652. /package/dist/typescript/{utils → src/utils}/enterPiPAndroid.d.ts +0 -0
  653. /package/dist/typescript/{utils → src/utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
  654. /package/dist/typescript/{utils → src/utils}/hooks/index.d.ts +0 -0
  655. /package/dist/typescript/{utils → src/utils}/hooks/useDebouncedValue.d.ts +0 -0
  656. /package/dist/typescript/{utils → src/utils}/hooks/usePrevious.d.ts +0 -0
  657. /package/dist/typescript/{utils → src/utils}/index.d.ts +0 -0
  658. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
  659. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/index.d.ts +0 -0
  660. /package/dist/typescript/{utils → src/utils}/internal/optionallibs/reanimated.d.ts +0 -0
  661. /package/dist/typescript/{utils → src/utils}/internal/pushLogoutCallback.d.ts +0 -0
  662. /package/dist/typescript/{utils → src/utils}/internal/rxSubjects.d.ts +0 -0
  663. /package/dist/typescript/{utils → src/utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
  664. /package/dist/typescript/{utils → src/utils}/push/index.d.ts +0 -0
  665. /package/dist/typescript/{utils → src/utils}/push/internal/utils.d.ts +0 -0
  666. /package/dist/typescript/{utils → src/utils}/push/libs/callkeep.d.ts +0 -0
  667. /package/dist/typescript/{utils → src/utils}/push/libs/expoNotifications.d.ts +0 -0
  668. /package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
  669. /package/dist/typescript/{utils → src/utils}/push/libs/index.d.ts +0 -0
  670. /package/dist/typescript/{utils → src/utils}/push/libs/iosPushNotification.d.ts +0 -0
  671. /package/dist/typescript/{utils → src/utils}/push/libs/notifee/lib.d.ts +0 -0
  672. /package/dist/typescript/{utils → src/utils}/push/libs/voipPushNotification.d.ts +0 -0
  673. /package/dist/typescript/{utils → src/utils}/setClientDetails.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { Type } from './lib';
1
+ import { type Type } from './lib';
2
2
  export type NotifeeLib = Type;
3
3
  declare enum AndroidForegroundServiceType {
4
4
  FOREGROUND_SERVICE_TYPE_CAMERA = 64,
@@ -0,0 +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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/push/libs/notifee/lib.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,cAAc,uBAAuB,CAAC,CAAC;AAE1D,QAAA,IAAI,GAAG,EAAE,IAAI,GAAG,SAAS,CAAC;AAM1B,OAAO,EAAE,GAAG,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"voipPushNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/voipPushNotification.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAClC,cAAc,qCAAqC,EAAE,OAAO,CAAC;AAQ/D,wBAAgB,0BAA0B,iEAOzC"}
@@ -1,8 +1,8 @@
1
1
  import type { Event } from '@notifee/react-native';
2
- import { FirebaseMessagingTypes } from './libs/firebaseMessaging';
3
- import { ExpoNotification } from './libs/expoNotifications';
4
- import { NonRingingPushEvent } from '../StreamVideoRN/types';
5
- import { PushNotificationiOSType } from './libs/iosPushNotification';
2
+ import type { FirebaseMessagingTypes } from './libs/firebaseMessaging';
3
+ import type { ExpoNotification } from './libs/expoNotifications';
4
+ import type { NonRingingPushEvent } from '../StreamVideoRN/types';
5
+ import type { PushNotificationiOSType } from './libs/iosPushNotification';
6
6
  export type StreamPushPayload = {
7
7
  call_cid: string;
8
8
  type: 'call.ring' | NonRingingPushEvent;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GACzB;IACE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,WAAW,GAAG,mBAAmB,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;CAChB,GACD,SAAS,CAAC;AAEd,wBAAgB,4BAA4B,CAC1C,OAAO,EAAE,sBAAsB,CAAC,aAAa,WAG9C;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,KAAK,WAIrD;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,gBAAgB,WAkBzE;AAED,wBAAgB,qCAAqC,CACnD,YAAY,EAAE,uBAAuB,WAKtC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setClientDetails.d.ts","sourceRoot":"","sources":["../../../../src/utils/setClientDetails.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,gBAAgB,YAmD5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const version = "1.10.5";
2
+ //# sourceMappingURL=version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import { type ConfigProps } from './common/types';
3
3
  declare const _default: ConfigPlugin<ConfigProps>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import { type ConfigProps } from './common/types';
3
3
  declare const withStreamVideoReactNativeSDKManifest: ConfigPlugin<ConfigProps>;
4
4
  export default withStreamVideoReactNativeSDKManifest;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from './common/types';
3
3
  declare const withStreamVideoReactNativeSDKAndroidPermissions: ConfigPlugin<ConfigProps>;
4
4
  export default withStreamVideoReactNativeSDKAndroidPermissions;
@@ -1,3 +1,3 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
2
  declare const withStreamVideoReactNativeBuildGradle: ConfigPlugin;
3
3
  export default withStreamVideoReactNativeBuildGradle;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import { type ConfigProps } from './common/types';
3
3
  declare const withAppDelegate: ConfigPlugin<ConfigProps>;
4
4
  export default withAppDelegate;
@@ -1,3 +1,3 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
2
  declare const withStreamVideoReactNativeBuildProperties: ConfigPlugin;
3
3
  export default withStreamVideoReactNativeBuildProperties;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from '../common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from '../common/types';
3
3
  declare const withIosScreenCapture: ConfigPlugin<ConfigProps>;
4
4
  export default withIosScreenCapture;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from '../common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from '../common/types';
3
3
  declare const withFilesMod: ConfigPlugin<ConfigProps>;
4
4
  export default withFilesMod;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from '../common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from '../common/types';
3
3
  declare const withPlistUpdates: ConfigPlugin<ConfigProps>;
4
4
  export default withPlistUpdates;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from '../common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from '../common/types';
3
3
  declare const withTarget: ConfigPlugin<ConfigProps>;
4
4
  export default withTarget;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import { type ConfigProps } from './common/types';
3
3
  declare const withStreamVideoReactNativeSDKMainActivity: ConfigPlugin<ConfigProps>;
4
4
  export default withStreamVideoReactNativeSDKMainActivity;
@@ -1,4 +1,4 @@
1
- import { ConfigPlugin } from '@expo/config-plugins';
2
- import { ConfigProps } from './common/types';
1
+ import { type ConfigPlugin } from '@expo/config-plugins';
2
+ import type { ConfigProps } from './common/types';
3
3
  declare const withStreamVideoReactNativeSDKiOSInfoPList: ConfigPlugin<ConfigProps>;
4
4
  export default withStreamVideoReactNativeSDKiOSInfoPList;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import Foundation
9
9
 
10
- @objc (RTCViewPipManager)
10
+ @objc(RTCViewPipManager)
11
11
  class RTCViewPipManager: RCTViewManager {
12
12
 
13
13
  override func view() -> UIView! {
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "1.10.3",
3
+ "version": "1.10.5",
4
4
  "packageManager": "yarn@3.2.4",
5
- "main": "dist/commonjs/index.js",
6
- "module": "dist/module/index.js",
7
- "react-native": "src/index.ts",
8
- "types": "dist/typescript/index.d.ts",
9
5
  "description": "Stream Video SDK for React Native",
10
6
  "author": "https://getstream.io",
11
- "homepage": "https://github.com/GetStream/stream-video-js/tree/main/packages/react-native-sdk#readme",
7
+ "homepage": "https://getstream.io/video/docs/react-native/",
12
8
  "license": "See license in LICENSE",
9
+ "source": "src/index.ts",
10
+ "main": "dist/commonjs/index.js",
11
+ "module": "dist/module/index.js",
12
+ "types": "dist/typescript/src/index.d.ts",
13
13
  "scripts": {
14
14
  "clean": "rimraf dist && rimraf expo-config-plugin/dist",
15
15
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
16
16
  "start": "yarn copy-version && tsc --project tsconfig.json --watch",
17
17
  "build:expo-plugin": "rimraf expo-config-plugin/dist && tsc --project expo-config-plugin/tsconfig.json",
18
- "build": "yarn clean && yarn copy-version && bob build && yarn build:expo-plugin",
19
- "test:expo-plugin": "jest expo-config-plugin --coverage",
18
+ "build": "yarn copy-version && bob build && yarn build:expo-plugin",
19
+ "test:expo-plugin": "jest --config=expo-config-plugin/jest.config.js --coverage",
20
20
  "test": "yarn copy-version && jest --coverage && yarn test:expo-plugin",
21
21
  "copy-version": "echo \"export const version = '$npm_package_version';\" > ./src/version.ts"
22
22
  },
@@ -113,8 +113,7 @@
113
113
  }
114
114
  },
115
115
  "devDependencies": {
116
- "@babel/preset-typescript": "^7.26.0",
117
- "@expo/config-plugins": "~7.8.4",
116
+ "@expo/config-plugins": "~9.0.15",
118
117
  "@notifee/react-native": "9.1.2",
119
118
  "@react-native-community/netinfo": "9.3.9",
120
119
  "@react-native-community/push-notification-ios": "1.11.0",
@@ -132,8 +131,9 @@
132
131
  "@types/react-native": "^0.70.4",
133
132
  "@types/react-native-incall-manager": "^3.2.1",
134
133
  "@types/react-test-renderer": "^18",
135
- "expo": "50.0.19",
136
- "expo-build-properties": "^0.12.3",
134
+ "expo": "52.0.37",
135
+ "expo-build-properties": "^0.13.2",
136
+ "expo-module-scripts": "^4.0.4",
137
137
  "expo-modules-core": "1.12.16",
138
138
  "expo-notifications": "~0.29.11",
139
139
  "jest": "^29.7.0",
@@ -158,9 +158,24 @@
158
158
  "source": "src",
159
159
  "output": "dist",
160
160
  "targets": [
161
- "commonjs",
162
- "module",
163
- "typescript"
161
+ [
162
+ "commonjs",
163
+ {
164
+ "esm": false
165
+ }
166
+ ],
167
+ [
168
+ "module",
169
+ {
170
+ "esm": false
171
+ }
172
+ ],
173
+ [
174
+ "typescript",
175
+ {
176
+ "esm": false
177
+ }
178
+ ]
164
179
  ]
165
180
  }
166
181
  }
@@ -1,36 +1,36 @@
1
1
  import React, { useEffect, useState, useMemo } from 'react';
2
- import { StyleSheet, View, ViewStyle } from 'react-native';
2
+ import { StyleSheet, View, type ViewStyle } from 'react-native';
3
3
  import InCallManager from 'react-native-incall-manager';
4
4
  import {
5
5
  CallParticipantsGrid,
6
- CallParticipantsGridProps,
6
+ type CallParticipantsGridProps,
7
7
  CallParticipantsSpotlight,
8
- CallParticipantsSpotlightProps,
8
+ type CallParticipantsSpotlightProps,
9
9
  } from '../CallLayout';
10
10
  import {
11
- CallControlProps,
11
+ type CallControlProps,
12
12
  CallControls as DefaultCallControls,
13
- HangUpCallButtonProps,
13
+ type HangUpCallButtonProps,
14
14
  } from '../CallControls';
15
15
  import { useCallStateHooks } from '@stream-io/video-react-bindings';
16
- import { StreamReaction } from '@stream-io/video-client';
16
+ import { type StreamReaction } from '@stream-io/video-client';
17
17
 
18
18
  import { Z_INDEX } from '../../../constants';
19
19
  import { useDebouncedValue } from '../../../utils/hooks';
20
20
  import {
21
21
  FloatingParticipantView as DefaultFloatingParticipantView,
22
- FloatingParticipantViewProps,
23
- ParticipantViewComponentProps,
22
+ type FloatingParticipantViewProps,
23
+ type ParticipantViewComponentProps,
24
24
  } from '../../Participant';
25
25
  import { useTheme } from '../../../contexts';
26
26
  import {
27
- CallParticipantsListComponentProps,
28
- CallParticipantsListProps,
27
+ type CallParticipantsListComponentProps,
28
+ type CallParticipantsListProps,
29
29
  } from '../CallParticipantsList';
30
30
  import { useIsInPiPMode, useAutoEnterPiPEffect } from '../../../hooks';
31
31
  import {
32
32
  ScreenShareOverlay as DefaultScreenShareOverlay,
33
- ScreenShareOverlayProps,
33
+ type ScreenShareOverlayProps,
34
34
  } from '../../utility/ScreenShareOverlay';
35
35
  import RTCViewPipIOS from './RTCViewPipIOS';
36
36
 
@@ -8,7 +8,7 @@ import type { MediaStream } from '@stream-io/react-native-webrtc';
8
8
  import React, { useEffect, useMemo } from 'react';
9
9
  import {
10
10
  findNodeHandle,
11
- HostComponent,
11
+ type HostComponent,
12
12
  Platform,
13
13
  requireNativeComponent,
14
14
  UIManager,
@@ -1,10 +1,13 @@
1
1
  import React from 'react';
2
- import { StyleSheet, View, ViewProps, ViewStyle } from 'react-native';
2
+ import { StyleSheet, View, type ViewProps, type ViewStyle } from 'react-native';
3
3
  import { ToggleAudioPublishingButton } from './ToggleAudioPublishingButton';
4
4
  import { ToggleVideoPublishingButton } from './ToggleVideoPublishingButton';
5
5
  import { ToggleCameraFaceButton } from './ToggleCameraFaceButton';
6
6
  import { Z_INDEX } from '../../../constants';
7
- import { HangUpCallButton, HangUpCallButtonProps } from './HangupCallButton';
7
+ import {
8
+ HangUpCallButton,
9
+ type HangUpCallButtonProps,
10
+ } from './HangupCallButton';
8
11
  import { useTheme } from '../../../contexts/ThemeContext';
9
12
 
10
13
  /**
@@ -32,7 +35,7 @@ export const CallControls = ({
32
35
  theme: { colors, callControls },
33
36
  } = useTheme();
34
37
  const landscapeStyles: ViewStyle = {
35
- flexDirection: landscape ? 'column-reverse' : 'row',
38
+ flexDirection: 'row',
36
39
  paddingHorizontal: landscape ? 12 : 0,
37
40
  paddingVertical: landscape ? 0 : 12,
38
41
  };
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import {
3
- ColorValue,
3
+ type ColorValue,
4
4
  Pressable,
5
- PressableProps,
5
+ type PressableProps,
6
6
  StyleSheet,
7
7
  View,
8
8
  } from 'react-native';
9
9
  import { useTheme } from '../../../contexts/ThemeContext';
10
- import { Theme } from '../../../theme/theme';
10
+ import type { Theme } from '../../../theme/theme';
11
11
 
12
12
  interface CallControlsButtonProps {
13
13
  /**
@@ -5,9 +5,9 @@ import { OwnCapability } from '@stream-io/video-client';
5
5
  import { ButtonTestIds } from '../../../constants/TestIds';
6
6
  import { IconWrapper, Reaction } from '../../../icons';
7
7
  import { ReactionsPicker } from './internal/ReactionsPicker';
8
- import { LayoutChangeEvent, LayoutRectangle } from 'react-native';
8
+ import { type LayoutChangeEvent, type LayoutRectangle } from 'react-native';
9
9
  import { useTheme } from '../../../contexts/ThemeContext';
10
- import { StreamReactionType } from '../CallContent';
10
+ import { type StreamReactionType } from '../CallContent';
11
11
 
12
12
  /**
13
13
  * Props for the Reaction button
@@ -4,7 +4,7 @@ import React from 'react';
4
4
  import { CallControlsButton } from './CallControlsButton';
5
5
  import { CameraSwitch, IconWrapper } from '../../../icons';
6
6
  import { useTheme } from '../../../contexts/ThemeContext';
7
- import { ColorValue } from 'react-native';
7
+ import { type ColorValue } from 'react-native';
8
8
 
9
9
  /**
10
10
  * Props for the Toggle Camera face button.
@@ -1,16 +1,16 @@
1
1
  import React, { useEffect, useMemo, useRef } from 'react';
2
2
  import {
3
- LayoutRectangle,
3
+ type LayoutRectangle,
4
4
  Pressable,
5
5
  StyleSheet,
6
6
  Animated,
7
7
  Easing,
8
8
  } from 'react-native';
9
9
  import { useCall } from '@stream-io/video-react-bindings';
10
- import { SendReactionRequest, getLogger } from '@stream-io/video-client';
10
+ import { type SendReactionRequest, getLogger } from '@stream-io/video-client';
11
11
  import { ComponentTestIds } from '../../../../constants/TestIds';
12
12
  import { useTheme } from '../../../../contexts/ThemeContext';
13
- import { ReactionsButtonProps } from '../ReactionsButton';
13
+ import type { ReactionsButtonProps } from '../ReactionsButton';
14
14
  import { defaultEmojiReactions } from '../../../../constants';
15
15
 
16
16
  type ReactionPickerProps = Pick<ReactionsButtonProps, 'supportedReactions'> & {
@@ -1,15 +1,15 @@
1
1
  import React from 'react';
2
- import { StyleSheet, View, ViewStyle } from 'react-native';
2
+ import { StyleSheet, View, type ViewStyle } from 'react-native';
3
3
  import { useCallStateHooks } from '@stream-io/video-react-bindings';
4
4
  import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
5
5
  import {
6
6
  CallParticipantsList as DefaultCallParticipantsList,
7
- CallParticipantsListComponentProps,
7
+ type CallParticipantsListComponentProps,
8
8
  } from '../CallParticipantsList/CallParticipantsList';
9
9
  import { ComponentTestIds } from '../../../constants/TestIds';
10
10
  import { useTheme } from '../../../contexts/ThemeContext';
11
- import { CallContentProps } from '../CallContent';
12
- import { ParticipantViewComponentProps } from '../../Participant';
11
+ import type { CallContentProps } from '../CallContent';
12
+ import type { ParticipantViewComponentProps } from '../../Participant';
13
13
  import { useIsInPiPMode } from '../../../hooks/useIsInPiPMode';
14
14
 
15
15
  /**
@@ -4,19 +4,19 @@ import {
4
4
  speakerLayoutSortPreset,
5
5
  } from '@stream-io/video-client';
6
6
  import { useCallStateHooks } from '@stream-io/video-react-bindings';
7
- import { StyleSheet, View, ViewStyle } from 'react-native';
7
+ import { StyleSheet, View, type ViewStyle } from 'react-native';
8
8
  import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
9
9
  import { ComponentTestIds } from '../../../constants/TestIds';
10
10
  import {
11
11
  CallParticipantsList as DefaultCallParticipantsList,
12
- CallParticipantsListComponentProps,
12
+ type CallParticipantsListComponentProps,
13
13
  } from '../CallParticipantsList/CallParticipantsList';
14
14
  import {
15
15
  ParticipantView as DefaultParticipantView,
16
- ParticipantViewComponentProps,
16
+ type ParticipantViewComponentProps,
17
17
  } from '../../Participant';
18
18
  import { useTheme } from '../../../contexts/ThemeContext';
19
- import { CallContentProps } from '../CallContent';
19
+ import { type CallContentProps } from '../CallContent';
20
20
  import { useIsInPiPMode } from '../../../hooks/useIsInPiPMode';
21
21
 
22
22
  /**
@@ -5,11 +5,16 @@ import React, {
5
5
  useRef,
6
6
  useState,
7
7
  } from 'react';
8
- import { FlatList, StyleProp, StyleSheet, ViewStyle } from 'react-native';
8
+ import {
9
+ FlatList,
10
+ type StyleProp,
11
+ StyleSheet,
12
+ type ViewStyle,
13
+ } from 'react-native';
9
14
 
10
15
  import {
11
- StreamVideoParticipant,
12
- StreamVideoParticipantPatches,
16
+ type StreamVideoParticipant,
17
+ type StreamVideoParticipantPatches,
13
18
  VisibilityState,
14
19
  } from '@stream-io/video-client';
15
20
  import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
@@ -17,10 +22,10 @@ import { useCall } from '@stream-io/video-react-bindings';
17
22
  import { ComponentTestIds } from '../../../constants/TestIds';
18
23
  import {
19
24
  ParticipantView as DefaultParticipantView,
20
- ParticipantViewComponentProps,
21
- ParticipantViewProps,
25
+ type ParticipantViewComponentProps,
26
+ type ParticipantViewProps,
22
27
  } from '../../Participant/ParticipantView';
23
- import { CallContentProps } from '../CallContent';
28
+ import type { CallContentProps } from '../CallContent';
24
29
  import { useTheme } from '../../../contexts';
25
30
 
26
31
  type FlatListProps = React.ComponentProps<
@@ -1,5 +1,5 @@
1
1
  import React, { useMemo, useState } from 'react';
2
- import { LobbyProps } from './Lobby';
2
+ import { type LobbyProps } from './Lobby';
3
3
  import { Pressable, StyleSheet, Text } from 'react-native';
4
4
  import { useCall, useI18n } from '@stream-io/video-react-bindings';
5
5
  import { useTheme } from '../../../contexts/ThemeContext';
@@ -1,4 +1,4 @@
1
- import React, { ComponentType, useMemo } from 'react';
1
+ import React, { type ComponentType, useMemo } from 'react';
2
2
  import { StyleSheet, Text, View } from 'react-native';
3
3
  import {
4
4
  useCallStateHooks,
@@ -6,19 +6,19 @@ import {
6
6
  useI18n,
7
7
  } from '@stream-io/video-react-bindings';
8
8
  import { Avatar } from '../../utility/Avatar';
9
- import { StreamVideoParticipant } from '@stream-io/video-client';
9
+ import type { StreamVideoParticipant } from '@stream-io/video-client';
10
10
  import { RTCView } from '@stream-io/react-native-webrtc';
11
11
  import { LobbyControls as DefaultLobbyControls } from '../CallControls/LobbyControls';
12
12
  import {
13
13
  JoinCallButton as DefaultJoinCallButton,
14
- JoinCallButtonProps,
14
+ type JoinCallButtonProps,
15
15
  } from './JoinCallButton';
16
16
  import { useTheme } from '../../../contexts/ThemeContext';
17
17
  import { useCallMediaStreamCleanup } from '../../../hooks/internal/useCallMediaStreamCleanup';
18
18
  import type { MediaStream } from '@stream-io/react-native-webrtc';
19
19
  import {
20
20
  LobbyFooter as DefaultLobbyFooter,
21
- LobbyFooterProps,
21
+ type LobbyFooterProps,
22
22
  } from './LobbyFooter';
23
23
  import { useApplyDefaultMediaStreamSettings } from '../../../hooks/useApplyDefaultMediaStreamSettings';
24
24
 
@@ -1,5 +1,5 @@
1
1
  import React, { useMemo } from 'react';
2
- import { LobbyProps } from './Lobby';
2
+ import { type LobbyProps } from './Lobby';
3
3
  import { View, StyleSheet, Text } from 'react-native';
4
4
  import { useTheme } from '../../../contexts/ThemeContext';
5
5
  import { useCallStateHooks, useI18n } from '@stream-io/video-react-bindings';
@@ -2,7 +2,7 @@ import { useI18n } from '@stream-io/video-react-bindings';
2
2
  import React from 'react';
3
3
  import {
4
4
  TextBasedIndicator,
5
- TextBasedIndicatorProps,
5
+ type TextBasedIndicatorProps,
6
6
  } from './TextBasedIndicator';
7
7
 
8
8
  export type CallLeftIndicatorProps = Pick<
@@ -2,7 +2,7 @@ import { useI18n } from '@stream-io/video-react-bindings';
2
2
  import React from 'react';
3
3
  import {
4
4
  TextBasedIndicator,
5
- TextBasedIndicatorProps,
5
+ type TextBasedIndicatorProps,
6
6
  } from './TextBasedIndicator';
7
7
 
8
8
  export type CallPreparingIndicatorProps = Pick<
@@ -4,7 +4,7 @@ import {
4
4
  StyleSheet,
5
5
  Text,
6
6
  View,
7
- ViewStyle,
7
+ type ViewStyle,
8
8
  } from 'react-native';
9
9
  import {
10
10
  useCallStateHooks,
@@ -14,7 +14,7 @@ import {
14
14
  import { UserInfo } from './UserInfo';
15
15
  import {
16
16
  IncomingCallControls as DefaultIncomingCallControls,
17
- IncomingCallControlsProps,
17
+ type IncomingCallControlsProps,
18
18
  } from '../CallControls';
19
19
  import { useTheme } from '../../../contexts';
20
20
 
@@ -109,7 +109,6 @@ const Background: React.FunctionComponent<{
109
109
  if (avatarsToShow.length) {
110
110
  return (
111
111
  <ImageBackground
112
- blurRadius={10}
113
112
  source={{
114
113
  uri: avatarsToShow[0],
115
114
  }}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { StyleSheet, Text, View, ViewStyle } from 'react-native';
2
+ import { StyleSheet, Text, View, type ViewStyle } from 'react-native';
3
3
  import { UserInfo } from './UserInfo';
4
4
  import { Z_INDEX } from '../../../constants';
5
5
  import { useCallStateHooks, useI18n } from '@stream-io/video-react-bindings';
@@ -7,7 +7,7 @@ import { MediaStream, RTCView } from '@stream-io/react-native-webrtc';
7
7
  import { useTheme } from '../../../contexts/ThemeContext';
8
8
  import {
9
9
  OutgoingCallControls as DefaultOutgoingCallControls,
10
- OutgoingCallControlsProps,
10
+ type OutgoingCallControlsProps,
11
11
  } from '../CallControls';
12
12
  import { useCallMediaStreamCleanup } from '../../../hooks/internal/useCallMediaStreamCleanup';
13
13
  import { useApplyDefaultMediaStreamSettings } from '../../../hooks/useApplyDefaultMediaStreamSettings';
@@ -4,23 +4,23 @@ import React from 'react';
4
4
  import { StyleSheet, View } from 'react-native';
5
5
  import {
6
6
  CallContent as DefaultCallContent,
7
- CallContentProps,
7
+ type CallContentProps,
8
8
  } from '../CallContent';
9
9
  import {
10
10
  IncomingCall as DefaultIncomingCall,
11
- IncomingCallProps,
11
+ type IncomingCallProps,
12
12
  } from './IncomingCall';
13
13
  import {
14
14
  OutgoingCall as DefaultOutgoingCall,
15
- OutgoingCallProps,
15
+ type OutgoingCallProps,
16
16
  } from './OutgoingCall';
17
17
  import {
18
18
  CallLeftIndicator as DefaultCallLeftIndicator,
19
- CallLeftIndicatorProps,
19
+ type CallLeftIndicatorProps,
20
20
  } from './CallLeftIndicator';
21
21
  import {
22
22
  CallPreparingIndicator as DefaultCallPreparingIndicator,
23
- CallPreparingIndicatorProps,
23
+ type CallPreparingIndicatorProps,
24
24
  } from './CallPreparingIndicator';
25
25
  import { useTheme } from '../../../contexts';
26
26
 
@@ -5,7 +5,7 @@ import {
5
5
  useCallStateHooks,
6
6
  useConnectedUser,
7
7
  } from '@stream-io/video-react-bindings';
8
- import { UserResponse } from '@stream-io/video-client';
8
+ import { type UserResponse } from '@stream-io/video-client';
9
9
  import { useTheme } from '../../../contexts/ThemeContext';
10
10
 
11
11
  enum AvatarModes {