@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
package/CHANGELOG.md CHANGED
@@ -2,2241 +2,2283 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.10.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.17...@stream-io/video-react-native-sdk-1.10.18) (2025-04-01)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.18.8`
10
+ * `@stream-io/video-react-bindings` updated to version `1.5.10`
11
+
12
+ * align expo plugin background modes with flutter ([f6950cb](https://github.com/GetStream/stream-video-js/commit/f6950cb39d0c83413aca1c59e670efea5c5cdd6a))
13
+ * dependency upgrades and cleanup ([#1727](https://github.com/GetStream/stream-video-js/issues/1727)) ([c3b0ede](https://github.com/GetStream/stream-video-js/commit/c3b0ede3ce444c28c51457155e8ccff584c2c1e5))
14
+ * RN Ringing App ([#1719](https://github.com/GetStream/stream-video-js/issues/1719)) ([6fcb33f](https://github.com/GetStream/stream-video-js/commit/6fcb33f3574adbf8f22cf016625fe53a11ed1169))
15
+
16
+ ## [1.10.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.16...@stream-io/video-react-native-sdk-1.10.17) (2025-03-20)
17
+
18
+ ### Dependency Updates
19
+
20
+ - `@stream-io/video-client` updated to version `1.18.7`
21
+ - `@stream-io/video-react-bindings` updated to version `1.5.9`
22
+
23
+ ### Bug Fixes
24
+
25
+ - proper non ringing only push support without ringing libs ([#1731](https://github.com/GetStream/stream-video-js/issues/1731)) ([8135708](https://github.com/GetStream/stream-video-js/commit/8135708a5970de90d64aeed936a1225c9545fdf6))
26
+
5
27
  ## [1.10.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.15...@stream-io/video-react-native-sdk-1.10.16) (2025-03-13)
6
28
 
7
29
  ### Dependency Updates
8
30
 
9
- * `@stream-io/video-client` updated to version `1.18.6`
10
- * `@stream-io/video-react-bindings` updated to version `1.5.8`
31
+ - `@stream-io/video-client` updated to version `1.18.6`
32
+ - `@stream-io/video-react-bindings` updated to version `1.5.8`
33
+
11
34
  ## [1.10.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.14...@stream-io/video-react-native-sdk-1.10.15) (2025-03-12)
12
35
 
13
36
  ### Dependency Updates
14
37
 
15
- * `@stream-io/video-client` updated to version `1.18.5`
16
- * `@stream-io/video-react-bindings` updated to version `1.5.7`
17
- ## [1.10.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.13...@stream-io/video-react-native-sdk-1.10.14) (2025-03-11)
38
+ - `@stream-io/video-client` updated to version `1.18.5`
39
+ - `@stream-io/video-react-bindings` updated to version `1.5.7`
18
40
 
41
+ ## [1.10.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.13...@stream-io/video-react-native-sdk-1.10.14) (2025-03-11)
19
42
 
20
43
  ### Bug Fixes
21
44
 
22
- * setup ios accept/decline events before user is connected RN-153 ([#1716](https://github.com/GetStream/stream-video-js/issues/1716)) ([b5fb06a](https://github.com/GetStream/stream-video-js/commit/b5fb06af636c9e38b0ef7b90d51548bdf89961f8))
45
+ - setup ios accept/decline events before user is connected RN-153 ([#1716](https://github.com/GetStream/stream-video-js/issues/1716)) ([b5fb06a](https://github.com/GetStream/stream-video-js/commit/b5fb06af636c9e38b0ef7b90d51548bdf89961f8))
23
46
 
24
47
  ## [1.10.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.12...@stream-io/video-react-native-sdk-1.10.13) (2025-03-10)
25
48
 
26
49
  ### Dependency Updates
27
50
 
28
- * `@stream-io/video-client` updated to version `1.18.4`
29
- * `@stream-io/video-react-bindings` updated to version `1.5.6`
51
+ - `@stream-io/video-client` updated to version `1.18.4`
52
+ - `@stream-io/video-react-bindings` updated to version `1.5.6`
30
53
 
31
54
  ### Bug Fixes
32
55
 
33
- * ios PiP track not fetched sometimes ([#1709](https://github.com/GetStream/stream-video-js/issues/1709)) ([ec20f97](https://github.com/GetStream/stream-video-js/commit/ec20f97dbb305c50f315bcd1293b9f160cfa1408))
56
+ - ios PiP track not fetched sometimes ([#1709](https://github.com/GetStream/stream-video-js/issues/1709)) ([ec20f97](https://github.com/GetStream/stream-video-js/commit/ec20f97dbb305c50f315bcd1293b9f160cfa1408))
34
57
 
35
58
  ## [1.10.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.11...@stream-io/video-react-native-sdk-1.10.12) (2025-03-06)
36
59
 
37
-
38
- * **@stream-io/video-react-native-sdk:** release version 1.10.12 ([8730ef6](https://github.com/GetStream/stream-video-js/commit/8730ef61b38c7c48d90a959a1573a5612b9102bd))
39
- * add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
40
-
60
+ - **@stream-io/video-react-native-sdk:** release version 1.10.12 ([8730ef6](https://github.com/GetStream/stream-video-js/commit/8730ef61b38c7c48d90a959a1573a5612b9102bd))
61
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
41
62
 
42
63
  ### Bug Fixes
43
64
 
44
- * do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
65
+ - do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
45
66
 
46
67
  ## [1.10.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.11...@stream-io/video-react-native-sdk-1.10.12) (2025-03-05)
47
68
 
48
-
49
- * add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
50
-
69
+ - add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
51
70
 
52
71
  ### Bug Fixes
53
72
 
54
- * do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
73
+ - do not remove notification type voip listener on unmount ([#1712](https://github.com/GetStream/stream-video-js/issues/1712)) ([51b7059](https://github.com/GetStream/stream-video-js/commit/51b7059ed8345c474edc4e30fed91b0339d3d36d))
55
74
 
56
75
  ## [1.10.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.10...@stream-io/video-react-native-sdk-1.10.11) (2025-03-05)
57
76
 
58
77
  ### Dependency Updates
59
78
 
60
- * `@stream-io/video-client` updated to version `1.18.3`
61
- * `@stream-io/video-react-bindings` updated to version `1.5.5`
79
+ - `@stream-io/video-client` updated to version `1.18.3`
80
+ - `@stream-io/video-react-bindings` updated to version `1.5.5`
81
+
62
82
  ## [1.10.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.9...@stream-io/video-react-native-sdk-1.10.10) (2025-03-04)
63
83
 
64
84
  ### Dependency Updates
65
85
 
66
- * `@stream-io/video-client` updated to version `1.18.2`
67
- * `@stream-io/video-react-bindings` updated to version `1.5.4`
86
+ - `@stream-io/video-client` updated to version `1.18.2`
87
+ - `@stream-io/video-react-bindings` updated to version `1.5.4`
88
+
68
89
  ## [1.10.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.8...@stream-io/video-react-native-sdk-1.10.9) (2025-02-28)
69
90
 
70
91
  ### Dependency Updates
71
92
 
72
- * `@stream-io/video-client` updated to version `1.18.1`
73
- * `@stream-io/video-react-bindings` updated to version `1.5.3`
74
- ## [1.10.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.7...@stream-io/video-react-native-sdk-1.10.8) (2025-02-27)
93
+ - `@stream-io/video-client` updated to version `1.18.1`
94
+ - `@stream-io/video-react-bindings` updated to version `1.5.3`
75
95
 
96
+ ## [1.10.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.7...@stream-io/video-react-native-sdk-1.10.8) (2025-02-27)
76
97
 
77
98
  ### Bug Fixes
78
99
 
79
- * do not stop incall manager on change of audio settings ([#1702](https://github.com/GetStream/stream-video-js/issues/1702)) ([e35194d](https://github.com/GetStream/stream-video-js/commit/e35194dc4a789cc281b9f2d4488ffe11840986f7))
100
+ - do not stop incall manager on change of audio settings ([#1702](https://github.com/GetStream/stream-video-js/issues/1702)) ([e35194d](https://github.com/GetStream/stream-video-js/commit/e35194dc4a789cc281b9f2d4488ffe11840986f7))
80
101
 
81
102
  ## [1.10.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.6...@stream-io/video-react-native-sdk-1.10.7) (2025-02-26)
82
103
 
83
-
84
- * pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
85
-
104
+ - pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
86
105
 
87
106
  ### Bug Fixes
88
107
 
89
- * pip race condition ([#1700](https://github.com/GetStream/stream-video-js/issues/1700)) ([60c8aa6](https://github.com/GetStream/stream-video-js/commit/60c8aa6c5651072f15da1770e9840d3f2b8c11c0))
108
+ - pip race condition ([#1700](https://github.com/GetStream/stream-video-js/issues/1700)) ([60c8aa6](https://github.com/GetStream/stream-video-js/commit/60c8aa6c5651072f15da1770e9840d3f2b8c11c0))
90
109
 
91
110
  ## [1.10.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.5...@stream-io/video-react-native-sdk-1.10.6) (2025-02-26)
92
111
 
93
112
  ### Dependency Updates
94
113
 
95
- * `@stream-io/video-client` updated to version `1.18.0`
96
- * `@stream-io/video-react-bindings` updated to version `1.5.2`
114
+ - `@stream-io/video-client` updated to version `1.18.0`
115
+ - `@stream-io/video-react-bindings` updated to version `1.5.2`
97
116
 
98
117
  ### Bug Fixes
99
118
 
100
- * config plugin not being resolved in expo 50 ([#1698](https://github.com/GetStream/stream-video-js/issues/1698)) ([5060ba3](https://github.com/GetStream/stream-video-js/commit/5060ba32421b31108df0c4a0b4e52997df833b3c)), closes [#1694](https://github.com/GetStream/stream-video-js/issues/1694)
119
+ - config plugin not being resolved in expo 50 ([#1698](https://github.com/GetStream/stream-video-js/issues/1698)) ([5060ba3](https://github.com/GetStream/stream-video-js/commit/5060ba32421b31108df0c4a0b4e52997df833b3c)), closes [#1694](https://github.com/GetStream/stream-video-js/issues/1694)
101
120
 
102
121
  ## [1.10.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.4...@stream-io/video-react-native-sdk-1.10.5) (2025-02-25)
103
122
 
104
-
105
123
  ### Bug Fixes
106
124
 
107
- * callControls styling issue ([#1689](https://github.com/GetStream/stream-video-js/issues/1689)) ([3d68faa](https://github.com/GetStream/stream-video-js/commit/3d68faa3369a05ab59cd6ccd887881a016dfee93))
108
- * expo build issues ([#1695](https://github.com/GetStream/stream-video-js/issues/1695)) ([7fe7424](https://github.com/GetStream/stream-video-js/commit/7fe742496ba484b9d5149a39f8c05a504f2aff00))
109
- * ios distinct values ([#1692](https://github.com/GetStream/stream-video-js/issues/1692)) ([d83291d](https://github.com/GetStream/stream-video-js/commit/d83291d439abd41aa0f2654f42c130b4f9375719))
110
- * ios ipad crash in incoming call component ([#1691](https://github.com/GetStream/stream-video-js/issues/1691)) ([df79fbe](https://github.com/GetStream/stream-video-js/commit/df79fbef24369d9a0d49f31b8b0d6e7bbf986cc7))
125
+ - callControls styling issue ([#1689](https://github.com/GetStream/stream-video-js/issues/1689)) ([3d68faa](https://github.com/GetStream/stream-video-js/commit/3d68faa3369a05ab59cd6ccd887881a016dfee93))
126
+ - expo build issues ([#1695](https://github.com/GetStream/stream-video-js/issues/1695)) ([7fe7424](https://github.com/GetStream/stream-video-js/commit/7fe742496ba484b9d5149a39f8c05a504f2aff00))
127
+ - ios distinct values ([#1692](https://github.com/GetStream/stream-video-js/issues/1692)) ([d83291d](https://github.com/GetStream/stream-video-js/commit/d83291d439abd41aa0f2654f42c130b4f9375719))
128
+ - ios ipad crash in incoming call component ([#1691](https://github.com/GetStream/stream-video-js/issues/1691)) ([df79fbe](https://github.com/GetStream/stream-video-js/commit/df79fbef24369d9a0d49f31b8b0d6e7bbf986cc7))
111
129
 
112
130
  ## [1.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.3...@stream-io/video-react-native-sdk-1.10.4) (2025-02-19)
113
131
 
114
-
115
132
  ### Bug Fixes
116
133
 
117
- * add smallIcon to android push config for expo naming support ([ef94317](https://github.com/GetStream/stream-video-js/commit/ef943174d6e40c94c5c6b02fd0e6be06081ab429))
134
+ - add smallIcon to android push config for expo naming support ([ef94317](https://github.com/GetStream/stream-video-js/commit/ef943174d6e40c94c5c6b02fd0e6be06081ab429))
118
135
 
119
136
  ## [1.10.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.2...@stream-io/video-react-native-sdk-1.10.3) (2025-02-19)
120
137
 
121
138
  ### Dependency Updates
122
139
 
123
- * `@stream-io/video-client` updated to version `1.17.1`
124
- * `@stream-io/video-react-bindings` updated to version `1.5.1`
125
- ## [1.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.1...@stream-io/video-react-native-sdk-1.10.2) (2025-02-19)
140
+ - `@stream-io/video-client` updated to version `1.17.1`
141
+ - `@stream-io/video-react-bindings` updated to version `1.5.1`
126
142
 
143
+ ## [1.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.1...@stream-io/video-react-native-sdk-1.10.2) (2025-02-19)
127
144
 
128
145
  ### Bug Fixes
129
146
 
130
- * early completion call on iOS remote notifications ([#1687](https://github.com/GetStream/stream-video-js/issues/1687)) ([39c4ba7](https://github.com/GetStream/stream-video-js/commit/39c4ba73199efa8b2e2335473b153dc50ec31653))
147
+ - early completion call on iOS remote notifications ([#1687](https://github.com/GetStream/stream-video-js/issues/1687)) ([39c4ba7](https://github.com/GetStream/stream-video-js/commit/39c4ba73199efa8b2e2335473b153dc50ec31653))
131
148
 
132
149
  ## [1.10.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.10.0...@stream-io/video-react-native-sdk-1.10.1) (2025-02-18)
133
150
 
134
-
135
151
  ### Bug Fixes
136
152
 
137
- * do not remove voip listeners for wrong user ([#1686](https://github.com/GetStream/stream-video-js/issues/1686)) ([c6dd17d](https://github.com/GetStream/stream-video-js/commit/c6dd17d040bb84a388d773020a833cbe4b67b41c))
153
+ - do not remove voip listeners for wrong user ([#1686](https://github.com/GetStream/stream-video-js/issues/1686)) ([c6dd17d](https://github.com/GetStream/stream-video-js/commit/c6dd17d040bb84a388d773020a833cbe4b67b41c))
138
154
 
139
155
  ## [1.10.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.31...@stream-io/video-react-native-sdk-1.10.0) (2025-02-17)
140
156
 
141
157
  ### Dependency Updates
142
158
 
143
- * `@stream-io/video-client` updated to version `1.17.0`
144
- * `@stream-io/video-react-bindings` updated to version `1.5.0`
145
- * `@stream-io/video-filters-react-native` updated to version `0.2.8`
146
-
147
- * update webrtc deps ([6ea4861](https://github.com/GetStream/stream-video-js/commit/6ea4861eb1b390c82f6ea6d01d6c5e80bdab8b84))
159
+ - `@stream-io/video-client` updated to version `1.17.0`
160
+ - `@stream-io/video-react-bindings` updated to version `1.5.0`
161
+ - `@stream-io/video-filters-react-native` updated to version `0.2.8`
148
162
 
163
+ - update webrtc deps ([6ea4861](https://github.com/GetStream/stream-video-js/commit/6ea4861eb1b390c82f6ea6d01d6c5e80bdab8b84))
149
164
 
150
165
  ### Features
151
166
 
152
- * support static token and token provider at the same time ([#1685](https://github.com/GetStream/stream-video-js/issues/1685)) ([4365a3d](https://github.com/GetStream/stream-video-js/commit/4365a3dd0a14c98041982bde8be21258b8cfd571))
167
+ - support static token and token provider at the same time ([#1685](https://github.com/GetStream/stream-video-js/issues/1685)) ([4365a3d](https://github.com/GetStream/stream-video-js/commit/4365a3dd0a14c98041982bde8be21258b8cfd571))
153
168
 
154
169
  ## [1.9.31](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.30...@stream-io/video-react-native-sdk-1.9.31) (2025-02-13)
155
170
 
156
-
157
171
  ### Bug Fixes
158
172
 
159
- * voip token not able to be got if user switched ([#1683](https://github.com/GetStream/stream-video-js/issues/1683)) ([8f2a376](https://github.com/GetStream/stream-video-js/commit/8f2a37663fbc88701a1ce526acaf5a4e4c3afbc3))
173
+ - voip token not able to be got if user switched ([#1683](https://github.com/GetStream/stream-video-js/issues/1683)) ([8f2a376](https://github.com/GetStream/stream-video-js/commit/8f2a37663fbc88701a1ce526acaf5a4e4c3afbc3))
160
174
 
161
175
  ## [1.9.30](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.29...@stream-io/video-react-native-sdk-1.9.30) (2025-02-12)
162
176
 
163
177
  ### Dependency Updates
164
178
 
165
- * `@stream-io/video-client` updated to version `1.16.7`
166
- * `@stream-io/video-react-bindings` updated to version `1.4.15`
167
- ## [1.9.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.28...@stream-io/video-react-native-sdk-1.9.29) (2025-02-12)
179
+ - `@stream-io/video-client` updated to version `1.16.7`
180
+ - `@stream-io/video-react-bindings` updated to version `1.4.15`
168
181
 
182
+ ## [1.9.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.28...@stream-io/video-react-native-sdk-1.9.29) (2025-02-12)
169
183
 
170
184
  ### Bug Fixes
171
185
 
172
- * warn natively if notifee is not configured for keep call alive ([#1678](https://github.com/GetStream/stream-video-js/issues/1678)) ([f6f11ad](https://github.com/GetStream/stream-video-js/commit/f6f11ad5f691ce56f65d824e1ab12c6ebc7540c4)), closes [#1587](https://github.com/GetStream/stream-video-js/issues/1587)
186
+ - warn natively if notifee is not configured for keep call alive ([#1678](https://github.com/GetStream/stream-video-js/issues/1678)) ([f6f11ad](https://github.com/GetStream/stream-video-js/commit/f6f11ad5f691ce56f65d824e1ab12c6ebc7540c4)), closes [#1587](https://github.com/GetStream/stream-video-js/issues/1587)
173
187
 
174
188
  ## [1.9.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.27...@stream-io/video-react-native-sdk-1.9.28) (2025-02-11)
175
189
 
176
190
  ### Dependency Updates
177
191
 
178
- * `@stream-io/video-client` updated to version `1.16.6`
179
- * `@stream-io/video-react-bindings` updated to version `1.4.14`
180
- * `@stream-io/video-filters-react-native` updated to version `0.2.7`
192
+ - `@stream-io/video-client` updated to version `1.16.6`
193
+ - `@stream-io/video-react-bindings` updated to version `1.4.14`
194
+ - `@stream-io/video-filters-react-native` updated to version `0.2.7`
181
195
 
182
196
  ### Bug Fixes
183
197
 
184
- * prefer the async apply constraints for flip ([#1679](https://github.com/GetStream/stream-video-js/issues/1679)) ([8c246cc](https://github.com/GetStream/stream-video-js/commit/8c246cc4e9f1ac766366cf24b82dd99aa868017d))
198
+ - prefer the async apply constraints for flip ([#1679](https://github.com/GetStream/stream-video-js/issues/1679)) ([8c246cc](https://github.com/GetStream/stream-video-js/commit/8c246cc4e9f1ac766366cf24b82dd99aa868017d))
185
199
 
186
200
  ## [1.9.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.26...@stream-io/video-react-native-sdk-1.9.27) (2025-02-10)
187
201
 
188
202
  ### Dependency Updates
189
203
 
190
- * `@stream-io/video-client` updated to version `1.16.5`
191
- * `@stream-io/video-react-bindings` updated to version `1.4.13`
192
- ## [1.9.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.25...@stream-io/video-react-native-sdk-1.9.26) (2025-02-10)
204
+ - `@stream-io/video-client` updated to version `1.16.5`
205
+ - `@stream-io/video-react-bindings` updated to version `1.4.13`
193
206
 
207
+ ## [1.9.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.25...@stream-io/video-react-native-sdk-1.9.26) (2025-02-10)
194
208
 
195
209
  ### Bug Fixes
196
210
 
197
- * attempt workaround for bad notification for start foreground ([402ff06](https://github.com/GetStream/stream-video-js/commit/402ff067f05364724f30dbd21af996336d1dfa2f))
211
+ - attempt workaround for bad notification for start foreground ([402ff06](https://github.com/GetStream/stream-video-js/commit/402ff067f05364724f30dbd21af996336d1dfa2f))
198
212
 
199
213
  ## [1.9.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.24...@stream-io/video-react-native-sdk-1.9.25) (2025-02-07)
200
214
 
201
215
  ### Dependency Updates
202
216
 
203
- * `@stream-io/video-client` updated to version `1.16.4`
204
- * `@stream-io/video-react-bindings` updated to version `1.4.12`
205
- ## [1.9.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.23...@stream-io/video-react-native-sdk-1.9.24) (2025-02-07)
206
-
217
+ - `@stream-io/video-client` updated to version `1.16.4`
218
+ - `@stream-io/video-react-bindings` updated to version `1.4.12`
207
219
 
208
- * bump to webrtc-125.0.4 ([#1675](https://github.com/GetStream/stream-video-js/issues/1675)) ([c4b9ad8](https://github.com/GetStream/stream-video-js/commit/c4b9ad8a30403c9f2ebd8ba681fcc97c048d00e8))
220
+ ## [1.9.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.23...@stream-io/video-react-native-sdk-1.9.24) (2025-02-07)
209
221
 
222
+ - bump to webrtc-125.0.4 ([#1675](https://github.com/GetStream/stream-video-js/issues/1675)) ([c4b9ad8](https://github.com/GetStream/stream-video-js/commit/c4b9ad8a30403c9f2ebd8ba681fcc97c048d00e8))
210
223
 
211
224
  ### Bug Fixes
212
225
 
213
- * send voip token also when connectUser is called later ([#1665](https://github.com/GetStream/stream-video-js/issues/1665)) ([aab92c0](https://github.com/GetStream/stream-video-js/commit/aab92c0b1029aec7fedb2afac43585752bcd0b07))
226
+ - send voip token also when connectUser is called later ([#1665](https://github.com/GetStream/stream-video-js/issues/1665)) ([aab92c0](https://github.com/GetStream/stream-video-js/commit/aab92c0b1029aec7fedb2afac43585752bcd0b07))
214
227
 
215
228
  ## [1.9.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.22...@stream-io/video-react-native-sdk-1.9.23) (2025-02-06)
216
229
 
217
230
  ### Dependency Updates
218
231
 
219
- * `@stream-io/video-client` updated to version `1.16.3`
220
- * `@stream-io/video-react-bindings` updated to version `1.4.11`
221
- ## [1.9.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.21...@stream-io/video-react-native-sdk-1.9.22) (2025-02-06)
232
+ - `@stream-io/video-client` updated to version `1.16.3`
233
+ - `@stream-io/video-react-bindings` updated to version `1.4.11`
222
234
 
235
+ ## [1.9.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.21...@stream-io/video-react-native-sdk-1.9.22) (2025-02-06)
223
236
 
224
237
  ### Bug Fixes
225
238
 
226
- * closed captions and speaker border bugfixes ([#1670](https://github.com/GetStream/stream-video-js/issues/1670)) ([275ddb5](https://github.com/GetStream/stream-video-js/commit/275ddb5193110dc88b45a4155858e91b194db0b3))
239
+ - closed captions and speaker border bugfixes ([#1670](https://github.com/GetStream/stream-video-js/issues/1670)) ([275ddb5](https://github.com/GetStream/stream-video-js/commit/275ddb5193110dc88b45a4155858e91b194db0b3))
227
240
 
228
241
  ## [1.9.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.20...@stream-io/video-react-native-sdk-1.9.21) (2025-02-06)
229
242
 
230
-
231
243
  ### Bug Fixes
232
244
 
233
- * NoClassDefFoundError on PiP on android 7 and below ([70ac465](https://github.com/GetStream/stream-video-js/commit/70ac4656b5f0b42c649f38ff288adb47eff02907))
245
+ - NoClassDefFoundError on PiP on android 7 and below ([70ac465](https://github.com/GetStream/stream-video-js/commit/70ac4656b5f0b42c649f38ff288adb47eff02907))
234
246
 
235
247
  ## [1.9.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.19...@stream-io/video-react-native-sdk-1.9.20) (2025-02-05)
236
248
 
237
249
  ### Dependency Updates
238
250
 
239
- * `@stream-io/video-client` updated to version `1.16.2`
240
- * `@stream-io/video-react-bindings` updated to version `1.4.10`
241
- ## [1.9.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.18...@stream-io/video-react-native-sdk-1.9.19) (2025-02-05)
251
+ - `@stream-io/video-client` updated to version `1.16.2`
252
+ - `@stream-io/video-react-bindings` updated to version `1.4.10`
242
253
 
254
+ ## [1.9.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.18...@stream-io/video-react-native-sdk-1.9.19) (2025-02-05)
243
255
 
244
256
  ### Bug Fixes
245
257
 
246
- * start foreground service only when app is in active state ([f8bfef8](https://github.com/GetStream/stream-video-js/commit/f8bfef89f8151695bbc405244a9f77097fe6892e))
258
+ - start foreground service only when app is in active state ([f8bfef8](https://github.com/GetStream/stream-video-js/commit/f8bfef89f8151695bbc405244a9f77097fe6892e))
247
259
 
248
260
  ## [1.9.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.17...@stream-io/video-react-native-sdk-1.9.18) (2025-02-05)
249
261
 
250
262
  ### Dependency Updates
251
263
 
252
- * `@stream-io/video-client` updated to version `1.16.1`
253
- * `@stream-io/video-react-bindings` updated to version `1.4.9`
254
- ## [1.9.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.16...@stream-io/video-react-native-sdk-1.9.17) (2025-02-03)
264
+ - `@stream-io/video-client` updated to version `1.16.1`
265
+ - `@stream-io/video-react-bindings` updated to version `1.4.9`
255
266
 
267
+ ## [1.9.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.16...@stream-io/video-react-native-sdk-1.9.17) (2025-02-03)
256
268
 
257
269
  ### Bug Fixes
258
270
 
259
- * handle null activities for pip on android ([dd9b59d](https://github.com/GetStream/stream-video-js/commit/dd9b59d526fd3fdc780b8a45792563bf12837618))
260
- * prefer remote participants for PiP ([1c0f9a1](https://github.com/GetStream/stream-video-js/commit/1c0f9a1c278cf87b5584e13011d311af814a537b))
271
+ - handle null activities for pip on android ([dd9b59d](https://github.com/GetStream/stream-video-js/commit/dd9b59d526fd3fdc780b8a45792563bf12837618))
272
+ - prefer remote participants for PiP ([1c0f9a1](https://github.com/GetStream/stream-video-js/commit/1c0f9a1c278cf87b5584e13011d311af814a537b))
261
273
 
262
274
  ## [1.9.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.15...@stream-io/video-react-native-sdk-1.9.16) (2025-01-31)
263
275
 
264
276
  ### Dependency Updates
265
277
 
266
- * `@stream-io/video-client` updated to version `1.16.0`
267
- * `@stream-io/video-react-bindings` updated to version `1.4.8`
268
- ## [1.9.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.14...@stream-io/video-react-native-sdk-1.9.15) (2025-01-31)
278
+ - `@stream-io/video-client` updated to version `1.16.0`
279
+ - `@stream-io/video-react-bindings` updated to version `1.4.8`
269
280
 
281
+ ## [1.9.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.14...@stream-io/video-react-native-sdk-1.9.15) (2025-01-31)
270
282
 
271
283
  ### Bug Fixes
272
284
 
273
- * added missed call events to push config types ([#1667](https://github.com/GetStream/stream-video-js/issues/1667)) ([36a9683](https://github.com/GetStream/stream-video-js/commit/36a96839b095a9d3cd736a1bd60b9a01f6160421))
274
- * open fg service only on a successful join ([#1666](https://github.com/GetStream/stream-video-js/issues/1666)) ([dd5d8f8](https://github.com/GetStream/stream-video-js/commit/dd5d8f8d5c390a16ad35d7b5b4f0e8b254f0f5f6))
285
+ - added missed call events to push config types ([#1667](https://github.com/GetStream/stream-video-js/issues/1667)) ([36a9683](https://github.com/GetStream/stream-video-js/commit/36a96839b095a9d3cd736a1bd60b9a01f6160421))
286
+ - open fg service only on a successful join ([#1666](https://github.com/GetStream/stream-video-js/issues/1666)) ([dd5d8f8](https://github.com/GetStream/stream-video-js/commit/dd5d8f8d5c390a16ad35d7b5b4f0e8b254f0f5f6))
275
287
 
276
288
  ## [1.9.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.13...@stream-io/video-react-native-sdk-1.9.14) (2025-01-29)
277
289
 
278
-
279
290
  ### Bug Fixes
280
291
 
281
- * add callkit audio methods for expo ([#1659](https://github.com/GetStream/stream-video-js/issues/1659)) ([89a53ec](https://github.com/GetStream/stream-video-js/commit/89a53ece63f7f6f4f4275d4697052a86fdad8a79))
292
+ - add callkit audio methods for expo ([#1659](https://github.com/GetStream/stream-video-js/issues/1659)) ([89a53ec](https://github.com/GetStream/stream-video-js/commit/89a53ece63f7f6f4f4275d4697052a86fdad8a79))
282
293
 
283
294
  ## [1.9.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.12...@stream-io/video-react-native-sdk-1.9.13) (2025-01-29)
284
295
 
285
-
286
296
  ### Bug Fixes
287
297
 
288
- * rare crash - startForegroundService() did not then call Service.startForeground ([71d11de](https://github.com/GetStream/stream-video-js/commit/71d11de31612f04d4852fccd655e0e39ad2defdf))
298
+ - rare crash - startForegroundService() did not then call Service.startForeground ([71d11de](https://github.com/GetStream/stream-video-js/commit/71d11de31612f04d4852fccd655e0e39ad2defdf))
289
299
 
290
300
  ## [1.9.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.11...@stream-io/video-react-native-sdk-1.9.12) (2025-01-29)
291
301
 
292
302
  ### Dependency Updates
293
303
 
294
- * `@stream-io/video-client` updated to version `1.15.7`
295
- * `@stream-io/video-react-bindings` updated to version `1.4.7`
304
+ - `@stream-io/video-client` updated to version `1.15.7`
305
+ - `@stream-io/video-react-bindings` updated to version `1.4.7`
306
+
296
307
  ## [1.9.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.10...@stream-io/video-react-native-sdk-1.9.11) (2025-01-29)
297
308
 
298
309
  ### Dependency Updates
299
310
 
300
- * `@stream-io/video-client` updated to version `1.15.6`
301
- * `@stream-io/video-react-bindings` updated to version `1.4.6`
311
+ - `@stream-io/video-client` updated to version `1.15.6`
312
+ - `@stream-io/video-react-bindings` updated to version `1.4.6`
313
+
302
314
  ## [1.9.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.9...@stream-io/video-react-native-sdk-1.9.10) (2025-01-24)
303
315
 
304
316
  ### Dependency Updates
305
317
 
306
- * `@stream-io/video-client` updated to version `1.15.5`
307
- * `@stream-io/video-react-bindings` updated to version `1.4.5`
318
+ - `@stream-io/video-client` updated to version `1.15.5`
319
+ - `@stream-io/video-react-bindings` updated to version `1.4.5`
320
+
308
321
  ## [1.9.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.8...@stream-io/video-react-native-sdk-1.9.9) (2025-01-23)
309
322
 
310
323
  ### Dependency Updates
311
324
 
312
- * `@stream-io/video-client` updated to version `1.15.4`
313
- * `@stream-io/video-react-bindings` updated to version `1.4.4`
314
- ## [1.9.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.7...@stream-io/video-react-native-sdk-1.9.8) (2025-01-23)
325
+ - `@stream-io/video-client` updated to version `1.15.4`
326
+ - `@stream-io/video-react-bindings` updated to version `1.4.4`
315
327
 
328
+ ## [1.9.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.7...@stream-io/video-react-native-sdk-1.9.8) (2025-01-23)
316
329
 
317
330
  ### Bug Fixes
318
331
 
319
- * unnecessary reject from callkeep ([15aaa0d](https://github.com/GetStream/stream-video-js/commit/15aaa0d79a9d608eff801a2eb1dd913fff19dfd3))
332
+ - unnecessary reject from callkeep ([15aaa0d](https://github.com/GetStream/stream-video-js/commit/15aaa0d79a9d608eff801a2eb1dd913fff19dfd3))
320
333
 
321
334
  ## [1.9.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.6...@stream-io/video-react-native-sdk-1.9.7) (2025-01-22)
322
335
 
323
-
324
336
  ### Bug Fixes
325
337
 
326
- * do not reject from callkit if call is accepted already ([#1651](https://github.com/GetStream/stream-video-js/issues/1651)) ([87b76ba](https://github.com/GetStream/stream-video-js/commit/87b76ba54defc287a259c6d83bfde252b503f199))
338
+ - do not reject from callkit if call is accepted already ([#1651](https://github.com/GetStream/stream-video-js/issues/1651)) ([87b76ba](https://github.com/GetStream/stream-video-js/commit/87b76ba54defc287a259c6d83bfde252b503f199))
327
339
 
328
340
  ## [1.9.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.5...@stream-io/video-react-native-sdk-1.9.6) (2025-01-22)
329
341
 
330
-
331
342
  ### Bug Fixes
332
343
 
333
- * pip android crash on activity not enabled ([#1650](https://github.com/GetStream/stream-video-js/issues/1650)) ([013853b](https://github.com/GetStream/stream-video-js/commit/013853b11d83c9959dfc6805e1be492d0b1d36f5))
344
+ - pip android crash on activity not enabled ([#1650](https://github.com/GetStream/stream-video-js/issues/1650)) ([013853b](https://github.com/GetStream/stream-video-js/commit/013853b11d83c9959dfc6805e1be492d0b1d36f5))
334
345
 
335
346
  ## [1.9.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.4...@stream-io/video-react-native-sdk-1.9.5) (2025-01-21)
336
347
 
337
348
  ### Dependency Updates
338
349
 
339
- * `@stream-io/video-client` updated to version `1.15.3`
340
- * `@stream-io/video-react-bindings` updated to version `1.4.3`
350
+ - `@stream-io/video-client` updated to version `1.15.3`
351
+ - `@stream-io/video-react-bindings` updated to version `1.4.3`
352
+
341
353
  ## [1.9.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.3...@stream-io/video-react-native-sdk-1.9.4) (2025-01-20)
342
354
 
343
355
  ### Dependency Updates
344
356
 
345
- * `@stream-io/video-client` updated to version `1.15.2`
346
- * `@stream-io/video-react-bindings` updated to version `1.4.2`
347
- ## [1.9.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.2...@stream-io/video-react-native-sdk-1.9.3) (2025-01-20)
357
+ - `@stream-io/video-client` updated to version `1.15.2`
358
+ - `@stream-io/video-react-bindings` updated to version `1.4.2`
348
359
 
360
+ ## [1.9.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.2...@stream-io/video-react-native-sdk-1.9.3) (2025-01-20)
349
361
 
350
362
  ### Bug Fixes
351
363
 
352
- * ios 18 pip support ([#1646](https://github.com/GetStream/stream-video-js/issues/1646)) ([242bd1f](https://github.com/GetStream/stream-video-js/commit/242bd1fe08381805a24cc8d17671dd009b79cb09)), closes [#1647](https://github.com/GetStream/stream-video-js/issues/1647)
364
+ - ios 18 pip support ([#1646](https://github.com/GetStream/stream-video-js/issues/1646)) ([242bd1f](https://github.com/GetStream/stream-video-js/commit/242bd1fe08381805a24cc8d17671dd009b79cb09)), closes [#1647](https://github.com/GetStream/stream-video-js/issues/1647)
353
365
 
354
366
  ## [1.9.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.1...@stream-io/video-react-native-sdk-1.9.2) (2025-01-17)
355
367
 
356
-
357
368
  ### Bug Fixes
358
369
 
359
- * **rn-sdk:** fixes the camera status on app restore from background ([#1641](https://github.com/GetStream/stream-video-js/issues/1641)) ([0ff2506](https://github.com/GetStream/stream-video-js/commit/0ff2506de4d3db30a86ab27ee8dcfaa2fe8f0ddc))
370
+ - **rn-sdk:** fixes the camera status on app restore from background ([#1641](https://github.com/GetStream/stream-video-js/issues/1641)) ([0ff2506](https://github.com/GetStream/stream-video-js/commit/0ff2506de4d3db30a86ab27ee8dcfaa2fe8f0ddc))
360
371
 
361
372
  ## [1.9.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.9.0...@stream-io/video-react-native-sdk-1.9.1) (2025-01-16)
362
373
 
363
374
  ### Dependency Updates
364
375
 
365
- * `@stream-io/video-client` updated to version `1.15.1`
366
- * `@stream-io/video-react-bindings` updated to version `1.4.1`
367
- ## [1.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.8.0...@stream-io/video-react-native-sdk-1.9.0) (2025-01-16)
376
+ - `@stream-io/video-client` updated to version `1.15.1`
377
+ - `@stream-io/video-react-bindings` updated to version `1.4.1`
368
378
 
379
+ ## [1.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.8.0...@stream-io/video-react-native-sdk-1.9.0) (2025-01-16)
369
380
 
370
381
  ### Features
371
382
 
372
- * android 12+ pip uses setAutoEnterEnabled api ([#1643](https://github.com/GetStream/stream-video-js/issues/1643)) ([b07a9a6](https://github.com/GetStream/stream-video-js/commit/b07a9a6a2d97fded37161cfbabc4d9a73baae26a))
383
+ - android 12+ pip uses setAutoEnterEnabled api ([#1643](https://github.com/GetStream/stream-video-js/issues/1643)) ([b07a9a6](https://github.com/GetStream/stream-video-js/commit/b07a9a6a2d97fded37161cfbabc4d9a73baae26a))
373
384
 
374
385
  ## [1.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.7.0...@stream-io/video-react-native-sdk-1.8.0) (2025-01-15)
375
386
 
376
387
  ### Dependency Updates
377
388
 
378
- * `@stream-io/video-client` updated to version `1.15.0`
379
- * `@stream-io/video-react-bindings` updated to version `1.4.0`
380
- * `@stream-io/video-filters-react-native` updated to version `0.2.6`
389
+ - `@stream-io/video-client` updated to version `1.15.0`
390
+ - `@stream-io/video-react-bindings` updated to version `1.4.0`
391
+ - `@stream-io/video-filters-react-native` updated to version `0.2.6`
381
392
 
382
393
  ### Features
383
394
 
384
- * Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
395
+ - Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
385
396
 
386
397
  ## [1.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.6.1...@stream-io/video-react-native-sdk-1.7.0) (2025-01-08)
387
398
 
388
-
389
399
  ### Features
390
400
 
391
- * update peer deps and sample app to webrtc v125 ([#1638](https://github.com/GetStream/stream-video-js/issues/1638)) ([2b9074f](https://github.com/GetStream/stream-video-js/commit/2b9074f8fdb857699fa5fa429be424dc0496363e))
401
+ - update peer deps and sample app to webrtc v125 ([#1638](https://github.com/GetStream/stream-video-js/issues/1638)) ([2b9074f](https://github.com/GetStream/stream-video-js/commit/2b9074f8fdb857699fa5fa429be424dc0496363e))
392
402
 
393
403
  ## [1.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.6.0...@stream-io/video-react-native-sdk-1.6.1) (2025-01-06)
394
404
 
395
-
396
- * **rn-video:** upgrade to expo ver 52 ([#1630](https://github.com/GetStream/stream-video-js/issues/1630)) ([7eec9b0](https://github.com/GetStream/stream-video-js/commit/7eec9b0616a6c8f397a00d0c48da8932fd2b7dfc))
397
-
405
+ - **rn-video:** upgrade to expo ver 52 ([#1630](https://github.com/GetStream/stream-video-js/issues/1630)) ([7eec9b0](https://github.com/GetStream/stream-video-js/commit/7eec9b0616a6c8f397a00d0c48da8932fd2b7dfc))
398
406
 
399
407
  ### Bug Fixes
400
408
 
401
- * foreground service cannot be started in background exception ([#1635](https://github.com/GetStream/stream-video-js/issues/1635)) ([bb82021](https://github.com/GetStream/stream-video-js/commit/bb820214b85e08c7be726e0da27b6739681e07e2))
409
+ - foreground service cannot be started in background exception ([#1635](https://github.com/GetStream/stream-video-js/issues/1635)) ([bb82021](https://github.com/GetStream/stream-video-js/commit/bb820214b85e08c7be726e0da27b6739681e07e2))
402
410
 
403
411
  ## [1.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.2...@stream-io/video-react-native-sdk-1.6.0) (2025-01-02)
404
412
 
405
413
  ### Dependency Updates
406
414
 
407
- * `@stream-io/video-client` updated to version `1.14.0`
408
- * `@stream-io/video-react-bindings` updated to version `1.3.0`
415
+ - `@stream-io/video-client` updated to version `1.14.0`
416
+ - `@stream-io/video-react-bindings` updated to version `1.3.0`
409
417
 
410
418
  ### Features
411
419
 
412
- * **closed captions:** Integration in the SDKs ([#1508](https://github.com/GetStream/stream-video-js/issues/1508)) ([bcb8589](https://github.com/GetStream/stream-video-js/commit/bcb85892c0dafcb03f9debf8d2fd361622224166))
420
+ - **closed captions:** Integration in the SDKs ([#1508](https://github.com/GetStream/stream-video-js/issues/1508)) ([bcb8589](https://github.com/GetStream/stream-video-js/commit/bcb85892c0dafcb03f9debf8d2fd361622224166))
413
421
 
414
422
  ## [1.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.1...@stream-io/video-react-native-sdk-1.5.2) (2024-12-31)
415
423
 
416
-
417
424
  ### Bug Fixes
418
425
 
419
- * iOS thermal state issue ([#1633](https://github.com/GetStream/stream-video-js/issues/1633)) ([3d2a4c4](https://github.com/GetStream/stream-video-js/commit/3d2a4c42a4de2eb0e8f43586c6d4b0aaed1d34e4))
426
+ - iOS thermal state issue ([#1633](https://github.com/GetStream/stream-video-js/issues/1633)) ([3d2a4c4](https://github.com/GetStream/stream-video-js/commit/3d2a4c42a4de2eb0e8f43586c6d4b0aaed1d34e4))
420
427
 
421
428
  ## [1.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.5.0...@stream-io/video-react-native-sdk-1.5.1) (2024-12-20)
422
429
 
423
430
  ### Dependency Updates
424
431
 
425
- * `@stream-io/video-client` updated to version `1.13.1`
426
- * `@stream-io/video-react-bindings` updated to version `1.2.16`
432
+ - `@stream-io/video-client` updated to version `1.13.1`
433
+ - `@stream-io/video-react-bindings` updated to version `1.2.16`
434
+
427
435
  ## [1.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.22...@stream-io/video-react-native-sdk-1.5.0) (2024-12-20)
428
436
 
429
437
  ### Dependency Updates
430
438
 
431
- * `@stream-io/video-client` updated to version `1.13.0`
432
- * `@stream-io/video-react-bindings` updated to version `1.2.15`
439
+ - `@stream-io/video-client` updated to version `1.13.0`
440
+ - `@stream-io/video-react-bindings` updated to version `1.2.15`
433
441
 
434
442
  ### Features
435
443
 
436
- * report low power mode and thermal info to stats ([#1583](https://github.com/GetStream/stream-video-js/issues/1583)) ([ef49cee](https://github.com/GetStream/stream-video-js/commit/ef49ceef032fc3e4bb055fbc32c2b5b18c3a24d2))
444
+ - report low power mode and thermal info to stats ([#1583](https://github.com/GetStream/stream-video-js/issues/1583)) ([ef49cee](https://github.com/GetStream/stream-video-js/commit/ef49ceef032fc3e4bb055fbc32c2b5b18c3a24d2))
437
445
 
438
446
  ## [1.4.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.21...@stream-io/video-react-native-sdk-1.4.22) (2024-12-19)
439
447
 
440
-
441
448
  ### Bug Fixes
442
449
 
443
- * **rn-video:** highlightedContainer prop typo ([#1627](https://github.com/GetStream/stream-video-js/issues/1627)) ([56d9137](https://github.com/GetStream/stream-video-js/commit/56d9137514701b9313a6ea9ee8ba2f6ff2f61209))
450
+ - **rn-video:** highlightedContainer prop typo ([#1627](https://github.com/GetStream/stream-video-js/issues/1627)) ([56d9137](https://github.com/GetStream/stream-video-js/commit/56d9137514701b9313a6ea9ee8ba2f6ff2f61209))
444
451
 
445
452
  ## [1.4.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.20...@stream-io/video-react-native-sdk-1.4.21) (2024-12-17)
446
453
 
447
454
  ### Dependency Updates
448
455
 
449
- * `@stream-io/video-client` updated to version `1.12.4`
450
- * `@stream-io/video-react-bindings` updated to version `1.2.14`
451
- ## [1.4.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.19...@stream-io/video-react-native-sdk-1.4.20) (2024-12-16)
456
+ - `@stream-io/video-client` updated to version `1.12.4`
457
+ - `@stream-io/video-react-bindings` updated to version `1.2.14`
452
458
 
459
+ ## [1.4.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.19...@stream-io/video-react-native-sdk-1.4.20) (2024-12-16)
453
460
 
454
461
  ### Bug Fixes
455
462
 
456
- * **expo:** tools not present when notifee service is added ([edccf62](https://github.com/GetStream/stream-video-js/commit/edccf62261183198871f3962ef19650ed4fc1729))
463
+ - **expo:** tools not present when notifee service is added ([edccf62](https://github.com/GetStream/stream-video-js/commit/edccf62261183198871f3962ef19650ed4fc1729))
457
464
 
458
465
  ## [1.4.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.18...@stream-io/video-react-native-sdk-1.4.19) (2024-12-16)
459
466
 
460
-
461
467
  ### Bug Fixes
462
468
 
463
- * **rn:** break cyclic dependencies issue ([#1626](https://github.com/GetStream/stream-video-js/issues/1626)) ([ef30579](https://github.com/GetStream/stream-video-js/commit/ef3057949648581a5e17775661c859f693191f92))
469
+ - **rn:** break cyclic dependencies issue ([#1626](https://github.com/GetStream/stream-video-js/issues/1626)) ([ef30579](https://github.com/GetStream/stream-video-js/commit/ef3057949648581a5e17775661c859f693191f92))
464
470
 
465
471
  ## [1.4.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.17...@stream-io/video-react-native-sdk-1.4.18) (2024-12-16)
466
472
 
467
-
468
473
  ### Bug Fixes
469
474
 
470
- * metro commonjs issues with optional libs ([#1625](https://github.com/GetStream/stream-video-js/issues/1625)) ([78b5f05](https://github.com/GetStream/stream-video-js/commit/78b5f050c20c67f77c154a8fd5d1c4e59b72989f)), closes [#1620](https://github.com/GetStream/stream-video-js/issues/1620)
475
+ - metro commonjs issues with optional libs ([#1625](https://github.com/GetStream/stream-video-js/issues/1625)) ([78b5f05](https://github.com/GetStream/stream-video-js/commit/78b5f050c20c67f77c154a8fd5d1c4e59b72989f)), closes [#1620](https://github.com/GetStream/stream-video-js/issues/1620)
471
476
 
472
477
  ## [1.4.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.16...@stream-io/video-react-native-sdk-1.4.17) (2024-12-13)
473
478
 
474
-
475
479
  ### Bug Fixes
476
480
 
477
- * **rn-sdk:** allow prop component ParticipantVideoFallback in FloatingParticipantView ([#1623](https://github.com/GetStream/stream-video-js/issues/1623)) ([d69ee13](https://github.com/GetStream/stream-video-js/commit/d69ee13f6fc882c006e3948c359ea8946c2a92f0))
481
+ - **rn-sdk:** allow prop component ParticipantVideoFallback in FloatingParticipantView ([#1623](https://github.com/GetStream/stream-video-js/issues/1623)) ([d69ee13](https://github.com/GetStream/stream-video-js/commit/d69ee13f6fc882c006e3948c359ea8946c2a92f0))
478
482
 
479
483
  ## [1.4.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.15...@stream-io/video-react-native-sdk-1.4.16) (2024-12-13)
480
484
 
481
485
  ### Dependency Updates
482
486
 
483
- * `@stream-io/video-client` updated to version `1.12.3`
484
- * `@stream-io/video-react-bindings` updated to version `1.2.13`
487
+ - `@stream-io/video-client` updated to version `1.12.3`
488
+ - `@stream-io/video-react-bindings` updated to version `1.2.13`
485
489
 
486
490
  ### Bug Fixes
487
491
 
488
- * multiple rare ringing issues in react-native ([#1611](https://github.com/GetStream/stream-video-js/issues/1611)) ([4e25264](https://github.com/GetStream/stream-video-js/commit/4e25264808eab469b7b7ab184fb19961d47bdff3))
492
+ - multiple rare ringing issues in react-native ([#1611](https://github.com/GetStream/stream-video-js/issues/1611)) ([4e25264](https://github.com/GetStream/stream-video-js/commit/4e25264808eab469b7b7ab184fb19961d47bdff3))
489
493
 
490
494
  ## [1.4.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.14...@stream-io/video-react-native-sdk-1.4.15) (2024-12-11)
491
495
 
492
496
  ### Dependency Updates
493
497
 
494
- * `@stream-io/video-client` updated to version `1.12.2`
495
- * `@stream-io/video-react-bindings` updated to version `1.2.12`
498
+ - `@stream-io/video-client` updated to version `1.12.2`
499
+ - `@stream-io/video-react-bindings` updated to version `1.2.12`
496
500
 
497
- * drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
501
+ - drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
498
502
 
499
503
  ## [1.4.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.13...@stream-io/video-react-native-sdk-1.4.14) (2024-12-11)
500
504
 
501
505
  ### Dependency Updates
502
506
 
503
- * `@stream-io/video-client` updated to version `1.12.1`
504
- * `@stream-io/video-react-bindings` updated to version `1.2.11`
507
+ - `@stream-io/video-client` updated to version `1.12.1`
508
+ - `@stream-io/video-react-bindings` updated to version `1.2.11`
509
+
505
510
  ## [1.4.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.12...@stream-io/video-react-native-sdk-1.4.13) (2024-12-10)
506
511
 
507
512
  ### Dependency Updates
508
513
 
509
- * `@stream-io/video-client` updated to version `1.12.0`
510
- * `@stream-io/video-react-bindings` updated to version `1.2.10`
514
+ - `@stream-io/video-client` updated to version `1.12.0`
515
+ - `@stream-io/video-react-bindings` updated to version `1.2.10`
516
+
511
517
  ## [1.4.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.11...@stream-io/video-react-native-sdk-1.4.12) (2024-12-09)
512
518
 
513
519
  ### Dependency Updates
514
520
 
515
- * `@stream-io/video-client` updated to version `1.11.15`
516
- * `@stream-io/video-react-bindings` updated to version `1.2.9`
521
+ - `@stream-io/video-client` updated to version `1.11.15`
522
+ - `@stream-io/video-react-bindings` updated to version `1.2.9`
523
+
517
524
  ## [1.4.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.10...@stream-io/video-react-native-sdk-1.4.11) (2024-12-04)
518
525
 
519
526
  ### Dependency Updates
520
527
 
521
- * `@stream-io/video-client` updated to version `1.11.14`
522
- * `@stream-io/video-react-bindings` updated to version `1.2.8`
523
- ## [1.4.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.9...@stream-io/video-react-native-sdk-1.4.10) (2024-12-03)
528
+ - `@stream-io/video-client` updated to version `1.11.14`
529
+ - `@stream-io/video-react-bindings` updated to version `1.2.8`
524
530
 
531
+ ## [1.4.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.9...@stream-io/video-react-native-sdk-1.4.10) (2024-12-03)
525
532
 
526
533
  ### Bug Fixes
527
534
 
528
- * remove cameraroll permissions ([#1610](https://github.com/GetStream/stream-video-js/issues/1610)) ([973d00e](https://github.com/GetStream/stream-video-js/commit/973d00ec73381211cd42711e2d76625f69b93a7c))
535
+ - remove cameraroll permissions ([#1610](https://github.com/GetStream/stream-video-js/issues/1610)) ([973d00e](https://github.com/GetStream/stream-video-js/commit/973d00ec73381211cd42711e2d76625f69b93a7c))
529
536
 
530
537
  ## [1.4.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.8...@stream-io/video-react-native-sdk-1.4.9) (2024-12-03)
531
538
 
532
539
  ### Dependency Updates
533
540
 
534
- * `@stream-io/video-client` updated to version `1.11.13`
535
- * `@stream-io/video-react-bindings` updated to version `1.2.7`
541
+ - `@stream-io/video-client` updated to version `1.11.13`
542
+ - `@stream-io/video-react-bindings` updated to version `1.2.7`
543
+
536
544
  ## [1.4.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.7...@stream-io/video-react-native-sdk-1.4.8) (2024-12-03)
537
545
 
538
546
  ### Dependency Updates
539
547
 
540
- * `@stream-io/video-client` updated to version `1.11.12`
541
- * `@stream-io/video-react-bindings` updated to version `1.2.6`
548
+ - `@stream-io/video-client` updated to version `1.11.12`
549
+ - `@stream-io/video-react-bindings` updated to version `1.2.6`
550
+
542
551
  ## [1.4.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.6...@stream-io/video-react-native-sdk-1.4.7) (2024-11-29)
543
552
 
544
553
  ### Dependency Updates
545
554
 
546
- * `@stream-io/video-client` updated to version `1.11.11`
547
- * `@stream-io/video-react-bindings` updated to version `1.2.5`
548
- ## [1.4.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.5...@stream-io/video-react-native-sdk-1.4.6) (2024-11-29)
555
+ - `@stream-io/video-client` updated to version `1.11.11`
556
+ - `@stream-io/video-react-bindings` updated to version `1.2.5`
549
557
 
558
+ ## [1.4.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.5...@stream-io/video-react-native-sdk-1.4.6) (2024-11-29)
550
559
 
551
560
  ### Bug Fixes
552
561
 
553
- * call joining, dominant speaker for pip android, spotlight layout for tablets ([#1603](https://github.com/GetStream/stream-video-js/issues/1603)) ([68ba86b](https://github.com/GetStream/stream-video-js/commit/68ba86b8c940b9559cdfba2db926afe707864a81))
562
+ - call joining, dominant speaker for pip android, spotlight layout for tablets ([#1603](https://github.com/GetStream/stream-video-js/issues/1603)) ([68ba86b](https://github.com/GetStream/stream-video-js/commit/68ba86b8c940b9559cdfba2db926afe707864a81))
554
563
 
555
564
  ## [1.4.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.4...@stream-io/video-react-native-sdk-1.4.5) (2024-11-28)
556
565
 
557
566
  ### Dependency Updates
558
567
 
559
- * `@stream-io/video-client` updated to version `1.11.10`
560
- * `@stream-io/video-react-bindings` updated to version `1.2.4`
568
+ - `@stream-io/video-client` updated to version `1.11.10`
569
+ - `@stream-io/video-react-bindings` updated to version `1.2.4`
570
+
561
571
  ## [1.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.3...@stream-io/video-react-native-sdk-1.4.4) (2024-11-27)
562
572
 
563
573
  ### Dependency Updates
564
574
 
565
- * `@stream-io/video-client` updated to version `1.11.9`
566
- * `@stream-io/video-react-bindings` updated to version `1.2.3`
575
+ - `@stream-io/video-client` updated to version `1.11.9`
576
+ - `@stream-io/video-react-bindings` updated to version `1.2.3`
577
+
567
578
  ## [1.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.2...@stream-io/video-react-native-sdk-1.4.3) (2024-11-27)
568
579
 
569
580
  ### Dependency Updates
570
581
 
571
- * `@stream-io/video-client` updated to version `1.11.8`
572
- * `@stream-io/video-react-bindings` updated to version `1.2.2`
573
- ## [1.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.1...@stream-io/video-react-native-sdk-1.4.2) (2024-11-27)
582
+ - `@stream-io/video-client` updated to version `1.11.8`
583
+ - `@stream-io/video-react-bindings` updated to version `1.2.2`
574
584
 
585
+ ## [1.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.1...@stream-io/video-react-native-sdk-1.4.2) (2024-11-27)
575
586
 
576
587
  ### Bug Fixes
577
588
 
578
- * disable join call button to prevent multiple call joins ([#1602](https://github.com/GetStream/stream-video-js/issues/1602)) ([9079217](https://github.com/GetStream/stream-video-js/commit/9079217ab7cc5a87a948059d206c334433c7da8f))
589
+ - disable join call button to prevent multiple call joins ([#1602](https://github.com/GetStream/stream-video-js/issues/1602)) ([9079217](https://github.com/GetStream/stream-video-js/commit/9079217ab7cc5a87a948059d206c334433c7da8f))
579
590
 
580
591
  ## [1.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.0...@stream-io/video-react-native-sdk-1.4.1) (2024-11-26)
581
592
 
582
593
  ### Dependency Updates
583
594
 
584
- * `@stream-io/video-client` updated to version `1.11.7`
585
- * `@stream-io/video-react-bindings` updated to version `1.2.1`
595
+ - `@stream-io/video-client` updated to version `1.11.7`
596
+ - `@stream-io/video-react-bindings` updated to version `1.2.1`
597
+
586
598
  ## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.8...@stream-io/video-react-native-sdk-1.4.0) (2024-11-25)
587
599
 
588
600
  ### Dependency Updates
589
601
 
590
- * `@stream-io/video-react-bindings` updated to version `1.2.0`
602
+ - `@stream-io/video-react-bindings` updated to version `1.2.0`
591
603
 
592
604
  ### Features
593
605
 
594
- * **design-v2:** sdk and dogfood app design-v2 changes ([#1549](https://github.com/GetStream/stream-video-js/issues/1549)) ([480a359](https://github.com/GetStream/stream-video-js/commit/480a3593516e6662b35a44f97c72259548d08445))
606
+ - **design-v2:** sdk and dogfood app design-v2 changes ([#1549](https://github.com/GetStream/stream-video-js/issues/1549)) ([480a359](https://github.com/GetStream/stream-video-js/commit/480a3593516e6662b35a44f97c72259548d08445))
595
607
 
596
608
  ## [1.3.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.7...@stream-io/video-react-native-sdk-1.3.8) (2024-11-22)
597
609
 
598
610
  ### Dependency Updates
599
611
 
600
- * `@stream-io/video-client` updated to version `1.11.6`
601
- * `@stream-io/video-react-bindings` updated to version `1.1.23`
612
+ - `@stream-io/video-client` updated to version `1.11.6`
613
+ - `@stream-io/video-react-bindings` updated to version `1.1.23`
614
+
602
615
  ## [1.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.6...@stream-io/video-react-native-sdk-1.3.7) (2024-11-22)
603
616
 
604
617
  ### Dependency Updates
605
618
 
606
- * `@stream-io/video-client` updated to version `1.11.5`
607
- * `@stream-io/video-react-bindings` updated to version `1.1.22`
619
+ - `@stream-io/video-client` updated to version `1.11.5`
620
+ - `@stream-io/video-react-bindings` updated to version `1.1.22`
621
+
608
622
  ## [1.3.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.5...@stream-io/video-react-native-sdk-1.3.6) (2024-11-21)
609
623
 
610
624
  ### Dependency Updates
611
625
 
612
- * `@stream-io/video-client` updated to version `1.11.4`
613
- * `@stream-io/video-react-bindings` updated to version `1.1.21`
626
+ - `@stream-io/video-client` updated to version `1.11.4`
627
+ - `@stream-io/video-react-bindings` updated to version `1.1.21`
628
+
614
629
  ## [1.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.4...@stream-io/video-react-native-sdk-1.3.5) (2024-11-21)
615
630
 
616
631
  ### Dependency Updates
617
632
 
618
- * `@stream-io/video-filters-react-native` updated to version `0.2.5`
633
+ - `@stream-io/video-filters-react-native` updated to version `0.2.5`
634
+
619
635
  ## [1.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.3...@stream-io/video-react-native-sdk-1.3.4) (2024-11-20)
620
636
 
621
637
  ### Dependency Updates
622
638
 
623
- * `@stream-io/video-client` updated to version `1.11.3`
624
- * `@stream-io/video-react-bindings` updated to version `1.1.20`
625
- ## [1.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.2...@stream-io/video-react-native-sdk-1.3.3) (2024-11-20)
639
+ - `@stream-io/video-client` updated to version `1.11.3`
640
+ - `@stream-io/video-react-bindings` updated to version `1.1.20`
626
641
 
642
+ ## [1.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.2...@stream-io/video-react-native-sdk-1.3.3) (2024-11-20)
627
643
 
628
644
  ### Bug Fixes
629
645
 
630
- * use foreground service to keep call alive ([#1580](https://github.com/GetStream/stream-video-js/issues/1580)) ([22bc042](https://github.com/GetStream/stream-video-js/commit/22bc042a629508c8b2536d4b448308b1d8ec1d47))
646
+ - use foreground service to keep call alive ([#1580](https://github.com/GetStream/stream-video-js/issues/1580)) ([22bc042](https://github.com/GetStream/stream-video-js/commit/22bc042a629508c8b2536d4b448308b1d8ec1d47))
631
647
 
632
648
  ## [1.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.1...@stream-io/video-react-native-sdk-1.3.2) (2024-11-14)
633
649
 
634
650
  ### Dependency Updates
635
651
 
636
- * `@stream-io/video-client` updated to version `1.11.2`
637
- * `@stream-io/video-react-bindings` updated to version `1.1.19`
652
+ - `@stream-io/video-client` updated to version `1.11.2`
653
+ - `@stream-io/video-react-bindings` updated to version `1.1.19`
654
+
638
655
  ## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.0...@stream-io/video-react-native-sdk-1.3.1) (2024-11-14)
639
656
 
640
657
  ### Dependency Updates
641
658
 
642
- * `@stream-io/video-client` updated to version `1.11.1`
643
- * `@stream-io/video-react-bindings` updated to version `1.1.18`
659
+ - `@stream-io/video-client` updated to version `1.11.1`
660
+ - `@stream-io/video-react-bindings` updated to version `1.1.18`
644
661
 
645
662
  ### Bug Fixes
646
663
 
647
- * reject was not called on timeout, decline and cancel scenarios ([#1576](https://github.com/GetStream/stream-video-js/issues/1576)) ([8be76a4](https://github.com/GetStream/stream-video-js/commit/8be76a447729aeba7f5c68f8a9bb85b4738cb76d))
664
+ - reject was not called on timeout, decline and cancel scenarios ([#1576](https://github.com/GetStream/stream-video-js/issues/1576)) ([8be76a4](https://github.com/GetStream/stream-video-js/commit/8be76a447729aeba7f5c68f8a9bb85b4738cb76d))
648
665
 
649
666
  ## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.15...@stream-io/video-react-native-sdk-1.3.0) (2024-11-13)
650
667
 
651
-
652
668
  ### Features
653
669
 
654
- * make push notification listeners more flexible for easier debugging ([#1542](https://github.com/GetStream/stream-video-js/issues/1542)) ([75a90e6](https://github.com/GetStream/stream-video-js/commit/75a90e6239365309c83bfebfcff491b4d0046d8b)), closes [#1447](https://github.com/GetStream/stream-video-js/issues/1447)
670
+ - make push notification listeners more flexible for easier debugging ([#1542](https://github.com/GetStream/stream-video-js/issues/1542)) ([75a90e6](https://github.com/GetStream/stream-video-js/commit/75a90e6239365309c83bfebfcff491b4d0046d8b)), closes [#1447](https://github.com/GetStream/stream-video-js/issues/1447)
655
671
 
656
672
  ## [1.2.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.14...@stream-io/video-react-native-sdk-1.2.15) (2024-11-13)
657
673
 
658
674
  ### Dependency Updates
659
675
 
660
- * `@stream-io/video-client` updated to version `1.11.0`
661
- * `@stream-io/video-react-bindings` updated to version `1.1.17`
676
+ - `@stream-io/video-client` updated to version `1.11.0`
677
+ - `@stream-io/video-react-bindings` updated to version `1.1.17`
678
+
662
679
  ## [1.2.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.13...@stream-io/video-react-native-sdk-1.2.14) (2024-11-07)
663
680
 
664
681
  ### Dependency Updates
665
682
 
666
- * `@stream-io/video-client` updated to version `1.10.5`
667
- * `@stream-io/video-react-bindings` updated to version `1.1.16`
683
+ - `@stream-io/video-client` updated to version `1.10.5`
684
+ - `@stream-io/video-react-bindings` updated to version `1.1.16`
685
+
668
686
  ## [1.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.12...@stream-io/video-react-native-sdk-1.2.13) (2024-11-07)
669
687
 
670
688
  ### Dependency Updates
671
689
 
672
- * `@stream-io/video-client` updated to version `1.10.4`
673
- * `@stream-io/video-react-bindings` updated to version `1.1.15`
690
+ - `@stream-io/video-client` updated to version `1.10.4`
691
+ - `@stream-io/video-react-bindings` updated to version `1.1.15`
692
+
674
693
  ## [1.2.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.11...@stream-io/video-react-native-sdk-1.2.12) (2024-11-05)
675
694
 
676
695
  ### Dependency Updates
677
696
 
678
- * `@stream-io/video-client` updated to version `1.10.3`
679
- * `@stream-io/video-react-bindings` updated to version `1.1.14`
680
- ## [1.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.10...@stream-io/video-react-native-sdk-1.2.11) (2024-11-04)
697
+ - `@stream-io/video-client` updated to version `1.10.3`
698
+ - `@stream-io/video-react-bindings` updated to version `1.1.14`
681
699
 
700
+ ## [1.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.10...@stream-io/video-react-native-sdk-1.2.11) (2024-11-04)
682
701
 
683
702
  ### Bug Fixes
684
703
 
685
- * share screen for alone participant on spotlight layout ([#1553](https://github.com/GetStream/stream-video-js/issues/1553)) ([660056a](https://github.com/GetStream/stream-video-js/commit/660056af56d7f2b9d09b5a834a8eb4b9cba48fba))
704
+ - share screen for alone participant on spotlight layout ([#1553](https://github.com/GetStream/stream-video-js/issues/1553)) ([660056a](https://github.com/GetStream/stream-video-js/commit/660056af56d7f2b9d09b5a834a8eb4b9cba48fba))
686
705
 
687
706
  ## [1.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.9...@stream-io/video-react-native-sdk-1.2.10) (2024-11-01)
688
707
 
689
708
  ### Dependency Updates
690
709
 
691
- * `@stream-io/video-react-bindings` updated to version `1.1.13`
710
+ - `@stream-io/video-react-bindings` updated to version `1.1.13`
711
+
692
712
  ## [1.2.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.8...@stream-io/video-react-native-sdk-1.2.9) (2024-11-01)
693
713
 
694
714
  ### Dependency Updates
695
715
 
696
- * `@stream-io/video-client` updated to version `1.10.2`
697
- * `@stream-io/video-react-bindings` updated to version `1.1.12`
716
+ - `@stream-io/video-client` updated to version `1.10.2`
717
+ - `@stream-io/video-react-bindings` updated to version `1.1.12`
698
718
 
699
719
  ### Bug Fixes
700
720
 
701
- * camera not enabled on foreground notifications ([#1546](https://github.com/GetStream/stream-video-js/issues/1546)) ([67c920a](https://github.com/GetStream/stream-video-js/commit/67c920ac4bca35a414b88f6c9829b08396a6260b))
721
+ - camera not enabled on foreground notifications ([#1546](https://github.com/GetStream/stream-video-js/issues/1546)) ([67c920a](https://github.com/GetStream/stream-video-js/commit/67c920ac4bca35a414b88f6c9829b08396a6260b))
702
722
 
703
723
  ## [1.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.7...@stream-io/video-react-native-sdk-1.2.8) (2024-11-01)
704
724
 
705
725
  ### Dependency Updates
706
726
 
707
- * `@stream-io/video-react-bindings` updated to version `1.1.11`
727
+ - `@stream-io/video-react-bindings` updated to version `1.1.11`
728
+
708
729
  ## [1.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.6...@stream-io/video-react-native-sdk-1.2.7) (2024-10-30)
709
730
 
710
731
  ### Dependency Updates
711
732
 
712
- * `@stream-io/video-client` updated to version `1.10.1`
713
- * `@stream-io/video-react-bindings` updated to version `1.1.10`
733
+ - `@stream-io/video-client` updated to version `1.10.1`
734
+ - `@stream-io/video-react-bindings` updated to version `1.1.10`
735
+
714
736
  ## [1.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.5...@stream-io/video-react-native-sdk-1.2.6) (2024-10-30)
715
737
 
716
738
  ### Dependency Updates
717
739
 
718
- * `@stream-io/video-client` updated to version `1.10.0`
719
- * `@stream-io/video-react-bindings` updated to version `1.1.9`
740
+ - `@stream-io/video-client` updated to version `1.10.0`
741
+ - `@stream-io/video-react-bindings` updated to version `1.1.9`
742
+
720
743
  ## [1.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.4...@stream-io/video-react-native-sdk-1.2.5) (2024-10-28)
721
744
 
722
745
  ### Dependency Updates
723
746
 
724
- * `@stream-io/video-client` updated to version `1.9.3`
725
- * `@stream-io/video-react-bindings` updated to version `1.1.8`
726
- ## [1.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.3...@stream-io/video-react-native-sdk-1.2.4) (2024-10-22)
747
+ - `@stream-io/video-client` updated to version `1.9.3`
748
+ - `@stream-io/video-react-bindings` updated to version `1.1.8`
727
749
 
750
+ ## [1.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.3...@stream-io/video-react-native-sdk-1.2.4) (2024-10-22)
728
751
 
729
752
  ### Bug Fixes
730
753
 
731
- * added workaround for possible multiple createDevice calls on remounting ([#1532](https://github.com/GetStream/stream-video-js/issues/1532)) ([eb3afb4](https://github.com/GetStream/stream-video-js/commit/eb3afb4dc33289cde0639cc109194971d31f51e0))
754
+ - added workaround for possible multiple createDevice calls on remounting ([#1532](https://github.com/GetStream/stream-video-js/issues/1532)) ([eb3afb4](https://github.com/GetStream/stream-video-js/commit/eb3afb4dc33289cde0639cc109194971d31f51e0))
732
755
 
733
756
  ## [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.2...@stream-io/video-react-native-sdk-1.2.3) (2024-10-21)
734
757
 
735
758
  ### Dependency Updates
736
759
 
737
- * `@stream-io/video-client` updated to version `1.9.2`
738
- * `@stream-io/video-react-bindings` updated to version `1.1.7`
760
+ - `@stream-io/video-client` updated to version `1.9.2`
761
+ - `@stream-io/video-react-bindings` updated to version `1.1.7`
762
+
739
763
  ## [1.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.1...@stream-io/video-react-native-sdk-1.2.2) (2024-10-18)
740
764
 
741
765
  ### Dependency Updates
742
766
 
743
- * `@stream-io/video-client` updated to version `1.9.1`
744
- * `@stream-io/video-react-bindings` updated to version `1.1.6`
745
- ## [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.0...@stream-io/video-react-native-sdk-1.2.1) (2024-10-17)
767
+ - `@stream-io/video-client` updated to version `1.9.1`
768
+ - `@stream-io/video-react-bindings` updated to version `1.1.6`
746
769
 
770
+ ## [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.2.0...@stream-io/video-react-native-sdk-1.2.1) (2024-10-17)
747
771
 
748
772
  ### Bug Fixes
749
773
 
750
- * allow specifying publish options in PN config ([#1524](https://github.com/GetStream/stream-video-js/issues/1524)) ([a2ae74e](https://github.com/GetStream/stream-video-js/commit/a2ae74e8097bf1e58d040e4a7696ecadfc435843)), closes [#1434](https://github.com/GetStream/stream-video-js/issues/1434)
774
+ - allow specifying publish options in PN config ([#1524](https://github.com/GetStream/stream-video-js/issues/1524)) ([a2ae74e](https://github.com/GetStream/stream-video-js/commit/a2ae74e8097bf1e58d040e4a7696ecadfc435843)), closes [#1434](https://github.com/GetStream/stream-video-js/issues/1434)
751
775
 
752
776
  ## [1.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.6...@stream-io/video-react-native-sdk-1.2.0) (2024-10-16)
753
777
 
754
778
  ### Dependency Updates
755
779
 
756
- * `@stream-io/video-client` updated to version `1.9.0`
757
- * `@stream-io/video-react-bindings` updated to version `1.1.5`
780
+ - `@stream-io/video-client` updated to version `1.9.0`
781
+ - `@stream-io/video-react-bindings` updated to version `1.1.5`
758
782
 
759
783
  ### Features
760
784
 
761
- * **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
785
+ - **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
762
786
 
763
787
  ## [1.1.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.5...@stream-io/video-react-native-sdk-1.1.6) (2024-10-16)
764
788
 
765
789
  ### Dependency Updates
766
790
 
767
- * `@stream-io/video-client` updated to version `1.8.4`
768
- * `@stream-io/video-react-bindings` updated to version `1.1.4`
769
- ## [1.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.4...@stream-io/video-react-native-sdk-1.1.5) (2024-10-16)
791
+ - `@stream-io/video-client` updated to version `1.8.4`
792
+ - `@stream-io/video-react-bindings` updated to version `1.1.4`
770
793
 
794
+ ## [1.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.4...@stream-io/video-react-native-sdk-1.1.5) (2024-10-16)
771
795
 
772
796
  ### Bug Fixes
773
797
 
774
- * **react-native:** set objectFit based on actual video track dimensions ([#1520](https://github.com/GetStream/stream-video-js/issues/1520)) ([44ef7d2](https://github.com/GetStream/stream-video-js/commit/44ef7d2e69a910be45b2d3a7643c3f58e0f29803))
798
+ - **react-native:** set objectFit based on actual video track dimensions ([#1520](https://github.com/GetStream/stream-video-js/issues/1520)) ([44ef7d2](https://github.com/GetStream/stream-video-js/commit/44ef7d2e69a910be45b2d3a7643c3f58e0f29803))
775
799
 
776
800
  ## [1.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.3...@stream-io/video-react-native-sdk-1.1.4) (2024-10-10)
777
801
 
778
802
  ### Dependency Updates
779
803
 
780
- * `@stream-io/video-client` updated to version `1.8.3`
781
- * `@stream-io/video-react-bindings` updated to version `1.1.3`
804
+ - `@stream-io/video-client` updated to version `1.8.3`
805
+ - `@stream-io/video-react-bindings` updated to version `1.1.3`
806
+
782
807
  ## [1.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.2...@stream-io/video-react-native-sdk-1.1.3) (2024-10-10)
783
808
 
784
809
  ### Dependency Updates
785
810
 
786
- * `@stream-io/video-client` updated to version `1.8.2`
787
- * `@stream-io/video-react-bindings` updated to version `1.1.2`
811
+ - `@stream-io/video-client` updated to version `1.8.2`
812
+ - `@stream-io/video-react-bindings` updated to version `1.1.2`
813
+
788
814
  ## [1.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.1...@stream-io/video-react-native-sdk-1.1.2) (2024-10-10)
789
815
 
790
816
  ### Dependency Updates
791
817
 
792
- * `@stream-io/video-client` updated to version `1.8.1`
793
- * `@stream-io/video-react-bindings` updated to version `1.1.1`
794
- ## [1.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.0...@stream-io/video-react-native-sdk-1.1.1) (2024-10-04)
818
+ - `@stream-io/video-client` updated to version `1.8.1`
819
+ - `@stream-io/video-react-bindings` updated to version `1.1.1`
795
820
 
821
+ ## [1.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.0...@stream-io/video-react-native-sdk-1.1.1) (2024-10-04)
796
822
 
797
823
  ### Bug Fixes
798
824
 
799
- * clarify about USE_FULL_SCREEN_INTENT android permission ([#1510](https://github.com/GetStream/stream-video-js/issues/1510)) ([ec61b32](https://github.com/GetStream/stream-video-js/commit/ec61b32449c89885b87fe972a38d25503bab0c0f))
825
+ - clarify about USE_FULL_SCREEN_INTENT android permission ([#1510](https://github.com/GetStream/stream-video-js/issues/1510)) ([ec61b32](https://github.com/GetStream/stream-video-js/commit/ec61b32449c89885b87fe972a38d25503bab0c0f))
800
826
 
801
827
  ## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.14...@stream-io/video-react-native-sdk-1.1.0) (2024-10-02)
802
828
 
803
829
  ### Dependency Updates
804
830
 
805
- * `@stream-io/video-client` updated to version `1.8.0`
806
- * `@stream-io/video-react-bindings` updated to version `1.1.0`
831
+ - `@stream-io/video-client` updated to version `1.8.0`
832
+ - `@stream-io/video-react-bindings` updated to version `1.1.0`
807
833
 
808
834
  ### Features
809
835
 
810
- * manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
836
+ - manual video quality selection ([#1486](https://github.com/GetStream/stream-video-js/issues/1486)) ([3a754af](https://github.com/GetStream/stream-video-js/commit/3a754afa1bd13d038b1023520ec8a5296ad2669e))
811
837
 
812
838
  ## [1.0.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.13...@stream-io/video-react-native-sdk-1.0.14) (2024-10-02)
813
839
 
814
840
  ### Dependency Updates
815
841
 
816
- * `@stream-io/video-client` updated to version `1.7.4`
817
- * `@stream-io/video-react-bindings` updated to version `1.0.10`
842
+ - `@stream-io/video-client` updated to version `1.7.4`
843
+ - `@stream-io/video-react-bindings` updated to version `1.0.10`
844
+
818
845
  ## [1.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.12...@stream-io/video-react-native-sdk-1.0.13) (2024-09-24)
819
846
 
820
847
  ### Dependency Updates
821
848
 
822
- * `@stream-io/video-client` updated to version `1.7.3`
823
- * `@stream-io/video-react-bindings` updated to version `1.0.9`
849
+ - `@stream-io/video-client` updated to version `1.7.3`
850
+ - `@stream-io/video-react-bindings` updated to version `1.0.9`
851
+
824
852
  ## [1.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.11...@stream-io/video-react-native-sdk-1.0.12) (2024-09-20)
825
853
 
826
854
  ### Dependency Updates
827
855
 
828
- * `@stream-io/video-client` updated to version `1.7.2`
829
- * `@stream-io/video-react-bindings` updated to version `1.0.8`
856
+ - `@stream-io/video-client` updated to version `1.7.2`
857
+ - `@stream-io/video-react-bindings` updated to version `1.0.8`
858
+
830
859
  ## [1.0.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.10...@stream-io/video-react-native-sdk-1.0.11) (2024-09-20)
831
860
 
832
861
  ### Dependency Updates
833
862
 
834
- * `@stream-io/video-client` updated to version `1.7.1`
835
- * `@stream-io/video-react-bindings` updated to version `1.0.7`
863
+ - `@stream-io/video-client` updated to version `1.7.1`
864
+ - `@stream-io/video-react-bindings` updated to version `1.0.7`
836
865
 
837
- * `preMajor: false` for stable packages ([#1491](https://github.com/GetStream/stream-video-js/issues/1491)) ([6ed27b9](https://github.com/GetStream/stream-video-js/commit/6ed27b9d1dfebeb9a241f6aa0b55912cce87eef5))
866
+ - `preMajor: false` for stable packages ([#1491](https://github.com/GetStream/stream-video-js/issues/1491)) ([6ed27b9](https://github.com/GetStream/stream-video-js/commit/6ed27b9d1dfebeb9a241f6aa0b55912cce87eef5))
838
867
 
839
868
  ## [1.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.9...@stream-io/video-react-native-sdk-1.0.10) (2024-09-19)
840
869
 
841
870
  ### Dependency Updates
842
871
 
843
- * `@stream-io/video-client` updated to version `1.7.0`
844
- * `@stream-io/video-react-bindings` updated to version `1.0.6`
872
+ - `@stream-io/video-client` updated to version `1.7.0`
873
+ - `@stream-io/video-react-bindings` updated to version `1.0.6`
874
+
845
875
  ## [1.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.8...@stream-io/video-react-native-sdk-1.0.9) (2024-09-19)
846
876
 
847
877
  ### Dependency Updates
848
878
 
849
- * `@stream-io/video-client` updated to version `1.6.5`
850
- * `@stream-io/video-react-bindings` updated to version `1.0.5`
879
+ - `@stream-io/video-client` updated to version `1.6.5`
880
+ - `@stream-io/video-react-bindings` updated to version `1.0.5`
881
+
851
882
  ## [1.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.7...@stream-io/video-react-native-sdk-1.0.8) (2024-09-13)
852
883
 
853
884
  ### Dependency Updates
854
885
 
855
- * `@stream-io/video-client` updated to version `1.6.4`
856
- * `@stream-io/video-react-bindings` updated to version `1.0.4`
857
- ## [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.6...@stream-io/video-react-native-sdk-1.0.7) (2024-09-11)
886
+ - `@stream-io/video-client` updated to version `1.6.4`
887
+ - `@stream-io/video-react-bindings` updated to version `1.0.4`
858
888
 
889
+ ## [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.6...@stream-io/video-react-native-sdk-1.0.7) (2024-09-11)
859
890
 
860
891
  ### Bug Fixes
861
892
 
862
- * replace dataSync with shortService for android foreground service type ([#1485](https://github.com/GetStream/stream-video-js/issues/1485)) ([2681535](https://github.com/GetStream/stream-video-js/commit/26815357f66b43f94e1d939fb30a6cdb85c77a5f))
893
+ - replace dataSync with shortService for android foreground service type ([#1485](https://github.com/GetStream/stream-video-js/issues/1485)) ([2681535](https://github.com/GetStream/stream-video-js/commit/26815357f66b43f94e1d939fb30a6cdb85c77a5f))
863
894
 
864
895
  ## [1.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.5...@stream-io/video-react-native-sdk-1.0.6) (2024-09-11)
865
896
 
866
897
  ### Dependency Updates
867
898
 
868
- * `@stream-io/video-client` updated to version `1.6.3`
869
- * `@stream-io/video-react-bindings` updated to version `1.0.3`
899
+ - `@stream-io/video-client` updated to version `1.6.3`
900
+ - `@stream-io/video-react-bindings` updated to version `1.0.3`
901
+
870
902
  ## [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.4...@stream-io/video-react-native-sdk-1.0.5) (2024-09-10)
871
903
 
872
904
  ### Dependency Updates
873
905
 
874
- * `@stream-io/video-filters-react-native` updated to version `0.2.4`
906
+ - `@stream-io/video-filters-react-native` updated to version `0.2.4`
875
907
 
876
908
  ### Bug Fixes
877
909
 
878
- * broken ios autolinking on react native 0.68 ([#1483](https://github.com/GetStream/stream-video-js/issues/1483)) ([734a361](https://github.com/GetStream/stream-video-js/commit/734a3615bc185fc17c7d7afc812c662a9bec92e7))
910
+ - broken ios autolinking on react native 0.68 ([#1483](https://github.com/GetStream/stream-video-js/issues/1483)) ([734a361](https://github.com/GetStream/stream-video-js/commit/734a3615bc185fc17c7d7afc812c662a9bec92e7))
879
911
 
880
912
  ## [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.3...@stream-io/video-react-native-sdk-1.0.4) (2024-09-09)
881
913
 
882
914
  ### Dependency Updates
883
915
 
884
- * `@stream-io/video-client` updated to version `1.6.2`
885
- * `@stream-io/video-react-bindings` updated to version `1.0.2`
916
+ - `@stream-io/video-client` updated to version `1.6.2`
917
+ - `@stream-io/video-react-bindings` updated to version `1.0.2`
918
+
886
919
  ## [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.2...@stream-io/video-react-native-sdk-1.0.3) (2024-09-06)
887
920
 
888
921
  ### Dependency Updates
889
922
 
890
- * `@stream-io/video-filters-react-native` updated to version `0.2.3`
923
+ - `@stream-io/video-filters-react-native` updated to version `0.2.3`
891
924
 
892
925
  ### Bug Fixes
893
926
 
894
- * set min ios version to 13.0 for the podspecs ([b6d8c16](https://github.com/GetStream/stream-video-js/commit/b6d8c163b66f75e12d0316abe46eebc6b017c29a))
927
+ - set min ios version to 13.0 for the podspecs ([b6d8c16](https://github.com/GetStream/stream-video-js/commit/b6d8c163b66f75e12d0316abe46eebc6b017c29a))
895
928
 
896
929
  ## [1.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.1...@stream-io/video-react-native-sdk-1.0.2) (2024-09-05)
897
930
 
898
931
  ### Dependency Updates
899
932
 
900
- * `@stream-io/video-client` updated to version `1.6.1`
901
- * `@stream-io/video-react-bindings` updated to version `1.0.1`
933
+ - `@stream-io/video-client` updated to version `1.6.1`
934
+ - `@stream-io/video-react-bindings` updated to version `1.0.1`
935
+
902
936
  ## [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.0...@stream-io/video-react-native-sdk-1.0.1) (2024-09-05)
903
937
 
904
938
  ### Dependency Updates
905
939
 
906
- * `@stream-io/video-filters-react-native` updated to version `0.2.2`
907
-
908
- * reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
940
+ - `@stream-io/video-filters-react-native` updated to version `0.2.2`
909
941
 
942
+ - reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
910
943
 
911
944
  ### Bug Fixes
912
945
 
913
- * **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
946
+ - **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
914
947
 
915
948
  ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.6...@stream-io/video-react-native-sdk-1.0.0) (2024-09-03)
916
949
 
917
-
918
- * **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
919
-
950
+ - **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
920
951
 
921
952
  ### Features
922
953
 
923
- * Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
954
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
924
955
 
925
956
  ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.6...@stream-io/video-react-native-sdk-1.0.0) (2024-09-03)
926
957
 
927
-
928
958
  ### Features
929
959
 
930
- * Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
960
+ - Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
931
961
 
932
962
  ### [0.10.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.5...@stream-io/video-react-native-sdk-0.10.6) (2024-09-03)
933
963
 
934
-
935
964
  ### Bug Fixes
936
965
 
937
- * ios build after pip addition was only as a static framework ([#1473](https://github.com/GetStream/stream-video-js/issues/1473)) ([582fbc9](https://github.com/GetStream/stream-video-js/commit/582fbc921070368fde446ae666ef366eb3d46177)), closes [#1470](https://github.com/GetStream/stream-video-js/issues/1470)
966
+ - ios build after pip addition was only as a static framework ([#1473](https://github.com/GetStream/stream-video-js/issues/1473)) ([582fbc9](https://github.com/GetStream/stream-video-js/commit/582fbc921070368fde446ae666ef366eb3d46177)), closes [#1470](https://github.com/GetStream/stream-video-js/issues/1470)
938
967
 
939
968
  ### [0.10.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.4...@stream-io/video-react-native-sdk-0.10.5) (2024-08-28)
940
969
 
941
-
942
970
  ### Features
943
971
 
944
- * PiP mode support on iOS ([#1469](https://github.com/GetStream/stream-video-js/issues/1469)) ([3a76378](https://github.com/GetStream/stream-video-js/commit/3a76378a3e663aa8bc23d801c6ac695d65ee77c6))
972
+ - PiP mode support on iOS ([#1469](https://github.com/GetStream/stream-video-js/issues/1469)) ([3a76378](https://github.com/GetStream/stream-video-js/commit/3a76378a3e663aa8bc23d801c6ac695d65ee77c6))
945
973
 
946
974
  ### [0.10.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.3...@stream-io/video-react-native-sdk-0.10.4) (2024-08-23)
947
975
 
948
976
  ### Dependency Updates
949
977
 
950
- * `@stream-io/video-client` updated to version `1.5.2`
951
- * `@stream-io/video-react-bindings` updated to version `0.4.55`
978
+ - `@stream-io/video-client` updated to version `1.5.2`
979
+ - `@stream-io/video-react-bindings` updated to version `0.4.55`
980
+
952
981
  ### [0.10.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.2...@stream-io/video-react-native-sdk-0.10.3) (2024-08-23)
953
982
 
954
983
  ### Dependency Updates
955
984
 
956
- * `@stream-io/video-client` updated to version `1.5.1`
957
- * `@stream-io/video-react-bindings` updated to version `0.4.54`
985
+ - `@stream-io/video-client` updated to version `1.5.1`
986
+ - `@stream-io/video-react-bindings` updated to version `0.4.54`
987
+
958
988
  ### [0.10.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.1...@stream-io/video-react-native-sdk-0.10.2) (2024-08-21)
959
989
 
960
990
  ### Dependency Updates
961
991
 
962
- * `@stream-io/video-client` updated to version `1.5.0`
963
- * `@stream-io/video-react-bindings` updated to version `0.4.53`
992
+ - `@stream-io/video-client` updated to version `1.5.0`
993
+ - `@stream-io/video-react-bindings` updated to version `0.4.53`
964
994
 
965
995
  ### Features
966
996
 
967
- * **client:** add a instance getter ([#1461](https://github.com/GetStream/stream-video-js/issues/1461)) ([7f4d836](https://github.com/GetStream/stream-video-js/commit/7f4d836511d9afdcd61bf5c6317611d3725953a6))
997
+ - **client:** add a instance getter ([#1461](https://github.com/GetStream/stream-video-js/issues/1461)) ([7f4d836](https://github.com/GetStream/stream-video-js/commit/7f4d836511d9afdcd61bf5c6317611d3725953a6))
968
998
 
969
999
  ### [0.10.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.0...@stream-io/video-react-native-sdk-0.10.1) (2024-08-14)
970
1000
 
971
-
972
1001
  ### Bug Fixes
973
1002
 
974
- * push notifications not dismissed automatically on android 8 and above ([18718e6](https://github.com/GetStream/stream-video-js/commit/18718e637265e02510a3d01a35be37e9a18d5117))
1003
+ - push notifications not dismissed automatically on android 8 and above ([18718e6](https://github.com/GetStream/stream-video-js/commit/18718e637265e02510a3d01a35be37e9a18d5117))
975
1004
 
976
1005
  ## [0.10.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.7...@stream-io/video-react-native-sdk-0.10.0) (2024-08-08)
977
1006
 
978
-
979
1007
  ### ⚠ BREAKING CHANGES
980
1008
 
981
- * **react-native:** make notifee to be optional (#1456)
1009
+ - **react-native:** make notifee to be optional (#1456)
982
1010
 
983
1011
  ### Bug Fixes
984
1012
 
985
- * **react-native:** make notifee to be optional ([#1456](https://github.com/GetStream/stream-video-js/issues/1456)) ([0b3f787](https://github.com/GetStream/stream-video-js/commit/0b3f7876c82a8873901bc1bc77a17f6f98825166))
1013
+ - **react-native:** make notifee to be optional ([#1456](https://github.com/GetStream/stream-video-js/issues/1456)) ([0b3f787](https://github.com/GetStream/stream-video-js/commit/0b3f7876c82a8873901bc1bc77a17f6f98825166))
986
1014
 
987
1015
  ### [0.9.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.6...@stream-io/video-react-native-sdk-0.9.7) (2024-08-06)
988
1016
 
989
-
990
1017
  ### Bug Fixes
991
1018
 
992
- * added workaround for android where video doesn't resume when resuming app from lock screen ([#1454](https://github.com/GetStream/stream-video-js/issues/1454)) ([b112506](https://github.com/GetStream/stream-video-js/commit/b1125069b24c3bbbf0191582ba27ff841a0cd9f8))
1019
+ - added workaround for android where video doesn't resume when resuming app from lock screen ([#1454](https://github.com/GetStream/stream-video-js/issues/1454)) ([b112506](https://github.com/GetStream/stream-video-js/commit/b1125069b24c3bbbf0191582ba27ff841a0cd9f8))
993
1020
 
994
1021
  ### [0.9.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.5...@stream-io/video-react-native-sdk-0.9.6) (2024-07-31)
995
1022
 
996
1023
  ### Dependency Updates
997
1024
 
998
- * `@stream-io/video-client` updated to version `1.4.8`
999
- * `@stream-io/video-react-bindings` updated to version `0.4.52`
1025
+ - `@stream-io/video-client` updated to version `1.4.8`
1026
+ - `@stream-io/video-react-bindings` updated to version `0.4.52`
1027
+
1000
1028
  ### [0.9.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.4...@stream-io/video-react-native-sdk-0.9.5) (2024-07-30)
1001
1029
 
1002
1030
  ### Dependency Updates
1003
1031
 
1004
- * `@stream-io/video-client` updated to version `1.4.7`
1005
- * `@stream-io/video-react-bindings` updated to version `0.4.51`
1032
+ - `@stream-io/video-client` updated to version `1.4.7`
1033
+ - `@stream-io/video-react-bindings` updated to version `0.4.51`
1006
1034
 
1007
1035
  ### Bug Fixes
1008
1036
 
1009
- * ringing state issues when call was already ended ([#1451](https://github.com/GetStream/stream-video-js/issues/1451)) ([4a3556e](https://github.com/GetStream/stream-video-js/commit/4a3556e0f7b0bd58d0022cc635aa4391014063d7))
1037
+ - ringing state issues when call was already ended ([#1451](https://github.com/GetStream/stream-video-js/issues/1451)) ([4a3556e](https://github.com/GetStream/stream-video-js/commit/4a3556e0f7b0bd58d0022cc635aa4391014063d7))
1010
1038
 
1011
1039
  ### [0.9.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.3...@stream-io/video-react-native-sdk-0.9.4) (2024-07-25)
1012
1040
 
1013
1041
  ### Dependency Updates
1014
1042
 
1015
- * `@stream-io/video-client` updated to version `1.4.6`
1016
- * `@stream-io/video-react-bindings` updated to version `0.4.50`
1043
+ - `@stream-io/video-client` updated to version `1.4.6`
1044
+ - `@stream-io/video-react-bindings` updated to version `0.4.50`
1017
1045
 
1018
1046
  ### Bug Fixes
1019
1047
 
1020
- * allow reusing call instances after leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
1048
+ - allow reusing call instances after leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
1021
1049
 
1022
1050
  ### [0.9.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.2...@stream-io/video-react-native-sdk-0.9.3) (2024-07-24)
1023
1051
 
1024
-
1025
1052
  ### Bug Fixes
1026
1053
 
1027
- * incoming call notifications not removed on call.leave on android 8 and above ([4000f8a](https://github.com/GetStream/stream-video-js/commit/4000f8a06299fc056b135992eba5d745c9202289))
1054
+ - incoming call notifications not removed on call.leave on android 8 and above ([4000f8a](https://github.com/GetStream/stream-video-js/commit/4000f8a06299fc056b135992eba5d745c9202289))
1028
1055
 
1029
1056
  ### [0.9.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.1...@stream-io/video-react-native-sdk-0.9.2) (2024-07-12)
1030
1057
 
1031
1058
  ### Dependency Updates
1032
1059
 
1033
- * `@stream-io/video-client` updated to version `1.4.5`
1034
- * `@stream-io/video-react-bindings` updated to version `0.4.49`
1035
- ### [0.9.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.0...@stream-io/video-react-native-sdk-0.9.1) (2024-07-05)
1060
+ - `@stream-io/video-client` updated to version `1.4.5`
1061
+ - `@stream-io/video-react-bindings` updated to version `0.4.49`
1036
1062
 
1063
+ ### [0.9.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.9.0...@stream-io/video-react-native-sdk-0.9.1) (2024-07-05)
1037
1064
 
1038
1065
  ### Bug Fixes
1039
1066
 
1040
- * **react-native:** ringing call content component did not handle reconnection state ([#1435](https://github.com/GetStream/stream-video-js/issues/1435)) ([a4a50b7](https://github.com/GetStream/stream-video-js/commit/a4a50b74e525324618681b273df998c4478068c6))
1067
+ - **react-native:** ringing call content component did not handle reconnection state ([#1435](https://github.com/GetStream/stream-video-js/issues/1435)) ([a4a50b7](https://github.com/GetStream/stream-video-js/commit/a4a50b74e525324618681b273df998c4478068c6))
1041
1068
 
1042
1069
  ## [0.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.9...@stream-io/video-react-native-sdk-0.9.0) (2024-07-05)
1043
1070
 
1044
-
1045
1071
  ### ⚠ BREAKING CHANGES
1046
1072
 
1047
- * **react-native:** support targetSdk android 14 (#1432)
1073
+ - **react-native:** support targetSdk android 14 (#1432)
1048
1074
 
1049
1075
  ### Features
1050
1076
 
1051
- * **react-native:** support targetSdk android 14 ([#1432](https://github.com/GetStream/stream-video-js/issues/1432)) ([2e98fbe](https://github.com/GetStream/stream-video-js/commit/2e98fbe5000161088030d553fc38cd5243327dd1))
1077
+ - **react-native:** support targetSdk android 14 ([#1432](https://github.com/GetStream/stream-video-js/issues/1432)) ([2e98fbe](https://github.com/GetStream/stream-video-js/commit/2e98fbe5000161088030d553fc38cd5243327dd1))
1052
1078
 
1053
1079
  ### [0.8.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.8...@stream-io/video-react-native-sdk-0.8.9) (2024-07-02)
1054
1080
 
1055
1081
  ### Dependency Updates
1056
1082
 
1057
- * `@stream-io/video-client` updated to version `1.4.4`
1058
- * `@stream-io/video-react-bindings` updated to version `0.4.48`
1059
- ### [0.8.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.7...@stream-io/video-react-native-sdk-0.8.8) (2024-06-28)
1083
+ - `@stream-io/video-client` updated to version `1.4.4`
1084
+ - `@stream-io/video-react-bindings` updated to version `0.4.48`
1060
1085
 
1086
+ ### [0.8.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.7...@stream-io/video-react-native-sdk-0.8.8) (2024-06-28)
1061
1087
 
1062
1088
  ### Features
1063
1089
 
1064
- * **react-native:** enable android 14 compatibility for screensharing foreground service ([#1425](https://github.com/GetStream/stream-video-js/issues/1425)) ([f41aa10](https://github.com/GetStream/stream-video-js/commit/f41aa100b4a5f3ea72a3628407a5d101e9aea342))
1090
+ - **react-native:** enable android 14 compatibility for screensharing foreground service ([#1425](https://github.com/GetStream/stream-video-js/issues/1425)) ([f41aa10](https://github.com/GetStream/stream-video-js/commit/f41aa100b4a5f3ea72a3628407a5d101e9aea342))
1065
1091
 
1066
1092
  ### [0.8.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.6...@stream-io/video-react-native-sdk-0.8.7) (2024-06-25)
1067
1093
 
1068
1094
  ### Dependency Updates
1069
1095
 
1070
- * `@stream-io/video-client` updated to version `1.4.3`
1071
- * `@stream-io/video-react-bindings` updated to version `0.4.47`
1096
+ - `@stream-io/video-client` updated to version `1.4.3`
1097
+ - `@stream-io/video-react-bindings` updated to version `0.4.47`
1098
+
1072
1099
  ### [0.8.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.5...@stream-io/video-react-native-sdk-0.8.6) (2024-06-24)
1073
1100
 
1074
1101
  ### Dependency Updates
1075
1102
 
1076
- * `@stream-io/video-client` updated to version `1.4.2`
1077
- * `@stream-io/video-react-bindings` updated to version `0.4.46`
1103
+ - `@stream-io/video-client` updated to version `1.4.2`
1104
+ - `@stream-io/video-react-bindings` updated to version `0.4.46`
1105
+
1078
1106
  ### [0.8.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.4...@stream-io/video-react-native-sdk-0.8.5) (2024-06-19)
1079
1107
 
1080
1108
  ### Dependency Updates
1081
1109
 
1082
- * `@stream-io/video-client` updated to version `1.4.1`
1083
- * `@stream-io/video-react-bindings` updated to version `0.4.45`
1110
+ - `@stream-io/video-client` updated to version `1.4.1`
1111
+ - `@stream-io/video-react-bindings` updated to version `0.4.45`
1112
+
1084
1113
  ### [0.8.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.3...@stream-io/video-react-native-sdk-0.8.4) (2024-06-19)
1085
1114
 
1086
1115
  ### Dependency Updates
1087
1116
 
1088
- * `@stream-io/video-client` updated to version `1.4.0`
1089
- * `@stream-io/video-react-bindings` updated to version `0.4.44`
1090
- ### [0.8.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.2...@stream-io/video-react-native-sdk-0.8.3) (2024-06-17)
1117
+ - `@stream-io/video-client` updated to version `1.4.0`
1118
+ - `@stream-io/video-react-bindings` updated to version `0.4.44`
1091
1119
 
1120
+ ### [0.8.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.2...@stream-io/video-react-native-sdk-0.8.3) (2024-06-17)
1092
1121
 
1093
1122
  ### Bug Fixes
1094
1123
 
1095
- * **rn:** screenshare overlay should not be seen for remote streams ([c9e9721](https://github.com/GetStream/stream-video-js/commit/c9e9721789de23985d6914011f5ddffd42fac5ab))
1124
+ - **rn:** screenshare overlay should not be seen for remote streams ([c9e9721](https://github.com/GetStream/stream-video-js/commit/c9e9721789de23985d6914011f5ddffd42fac5ab))
1096
1125
 
1097
1126
  ### [0.8.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.1...@stream-io/video-react-native-sdk-0.8.2) (2024-06-13)
1098
1127
 
1099
-
1100
1128
  ### Bug Fixes
1101
1129
 
1102
- * **android:** no ringtone when incoming call was through foreground service ([#1402](https://github.com/GetStream/stream-video-js/issues/1402)) ([7796d81](https://github.com/GetStream/stream-video-js/commit/7796d817d03902c418fa7c672af05f4fc7df7c5d))
1130
+ - **android:** no ringtone when incoming call was through foreground service ([#1402](https://github.com/GetStream/stream-video-js/issues/1402)) ([7796d81](https://github.com/GetStream/stream-video-js/commit/7796d817d03902c418fa7c672af05f4fc7df7c5d))
1103
1131
 
1104
1132
  ### [0.8.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.8.0...@stream-io/video-react-native-sdk-0.8.1) (2024-06-12)
1105
1133
 
1106
1134
  ### Dependency Updates
1107
1135
 
1108
- * `@stream-io/video-filters-react-native` updated to version `0.2.1`
1136
+ - `@stream-io/video-filters-react-native` updated to version `0.2.1`
1109
1137
 
1110
1138
  ### Features
1111
1139
 
1112
- * docs to make video filters usable without the RN SDK ([6061f4d](https://github.com/GetStream/stream-video-js/commit/6061f4d5b83d1ed46051dde12c7d3e269ec26aeb))
1140
+ - docs to make video filters usable without the RN SDK ([6061f4d](https://github.com/GetStream/stream-video-js/commit/6061f4d5b83d1ed46051dde12c7d3e269ec26aeb))
1113
1141
 
1114
1142
  ## [0.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.29...@stream-io/video-react-native-sdk-0.8.0) (2024-06-12)
1115
1143
 
1116
1144
  ### Dependency Updates
1117
1145
 
1118
- * `@stream-io/video-filters-react-native` updated to version `0.2.0`
1146
+ - `@stream-io/video-filters-react-native` updated to version `0.2.0`
1119
1147
 
1120
1148
  ### ⚠ BREAKING CHANGES
1121
1149
 
1122
- * **react-native:** add ios video filters (#1400)
1150
+ - **react-native:** add ios video filters (#1400)
1123
1151
 
1124
1152
  ### Features
1125
1153
 
1126
- * **react-native:** add ios video filters ([#1400](https://github.com/GetStream/stream-video-js/issues/1400)) ([dbad806](https://github.com/GetStream/stream-video-js/commit/dbad806e136de7d60a10d292431c8cfe74bd28f9))
1154
+ - **react-native:** add ios video filters ([#1400](https://github.com/GetStream/stream-video-js/issues/1400)) ([dbad806](https://github.com/GetStream/stream-video-js/commit/dbad806e136de7d60a10d292431c8cfe74bd28f9))
1127
1155
 
1128
1156
  ### [0.7.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.28...@stream-io/video-react-native-sdk-0.7.29) (2024-06-12)
1129
1157
 
1130
1158
  ### Dependency Updates
1131
1159
 
1132
- * `@stream-io/video-client` updated to version `1.3.1`
1133
- * `@stream-io/video-react-bindings` updated to version `0.4.43`
1134
- ### [0.7.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.27...@stream-io/video-react-native-sdk-0.7.28) (2024-06-10)
1160
+ - `@stream-io/video-client` updated to version `1.3.1`
1161
+ - `@stream-io/video-react-bindings` updated to version `0.4.43`
1135
1162
 
1163
+ ### [0.7.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.27...@stream-io/video-react-native-sdk-0.7.28) (2024-06-10)
1136
1164
 
1137
1165
  ### Bug Fixes
1138
1166
 
1139
- * **ios:** do not disable camera on inactive state ([#1396](https://github.com/GetStream/stream-video-js/issues/1396)) ([741f0bc](https://github.com/GetStream/stream-video-js/commit/741f0bc2dc54db0f95211eea3b558b16a45d40f3))
1167
+ - **ios:** do not disable camera on inactive state ([#1396](https://github.com/GetStream/stream-video-js/issues/1396)) ([741f0bc](https://github.com/GetStream/stream-video-js/commit/741f0bc2dc54db0f95211eea3b558b16a45d40f3))
1140
1168
 
1141
1169
  ### [0.7.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.26...@stream-io/video-react-native-sdk-0.7.27) (2024-06-07)
1142
1170
 
1143
1171
  ### Dependency Updates
1144
1172
 
1145
- * `@stream-io/video-client` updated to version `1.3.0`
1146
- * `@stream-io/video-react-bindings` updated to version `0.4.42`
1173
+ - `@stream-io/video-client` updated to version `1.3.0`
1174
+ - `@stream-io/video-react-bindings` updated to version `0.4.42`
1175
+
1147
1176
  ### [0.7.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.25...@stream-io/video-react-native-sdk-0.7.26) (2024-06-06)
1148
1177
 
1149
1178
  ### Dependency Updates
1150
1179
 
1151
- * `@stream-io/video-filters-react-native` updated to version `0.1.1`
1180
+ - `@stream-io/video-filters-react-native` updated to version `0.1.1`
1181
+
1152
1182
  ### [0.7.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.24...@stream-io/video-react-native-sdk-0.7.25) (2024-06-06)
1153
1183
 
1154
1184
  ### Dependency Updates
1155
1185
 
1156
- * `@stream-io/video-filters-react-native` updated to version `0.1.0`
1157
- ### [0.7.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.23...@stream-io/video-react-native-sdk-0.7.24) (2024-06-06)
1186
+ - `@stream-io/video-filters-react-native` updated to version `0.1.0`
1158
1187
 
1188
+ ### [0.7.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.23...@stream-io/video-react-native-sdk-0.7.24) (2024-06-06)
1159
1189
 
1160
1190
  ### Features
1161
1191
 
1162
- * use logger from client for react native sdk ([#1391](https://github.com/GetStream/stream-video-js/issues/1391)) ([8779da9](https://github.com/GetStream/stream-video-js/commit/8779da965c169ac651b63d600beef3112db889fa))
1192
+ - use logger from client for react native sdk ([#1391](https://github.com/GetStream/stream-video-js/issues/1391)) ([8779da9](https://github.com/GetStream/stream-video-js/commit/8779da965c169ac651b63d600beef3112db889fa))
1163
1193
 
1164
1194
  ### [0.7.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.22...@stream-io/video-react-native-sdk-0.7.23) (2024-06-05)
1165
1195
 
1166
1196
  ### Dependency Updates
1167
1197
 
1168
- * `@stream-io/video-client` updated to version `1.2.3`
1169
- * `@stream-io/video-react-bindings` updated to version `0.4.41`
1170
- ### [0.7.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.21...@stream-io/video-react-native-sdk-0.7.22) (2024-06-05)
1198
+ - `@stream-io/video-client` updated to version `1.2.3`
1199
+ - `@stream-io/video-react-bindings` updated to version `0.4.41`
1171
1200
 
1201
+ ### [0.7.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.21...@stream-io/video-react-native-sdk-0.7.22) (2024-06-05)
1172
1202
 
1173
1203
  ### Bug Fixes
1174
1204
 
1175
- * use same channel id for all foreground services ([#1389](https://github.com/GetStream/stream-video-js/issues/1389)) ([d321b90](https://github.com/GetStream/stream-video-js/commit/d321b90330c73c694ea90e1f494f6e5f38d6c720))
1205
+ - use same channel id for all foreground services ([#1389](https://github.com/GetStream/stream-video-js/issues/1389)) ([d321b90](https://github.com/GetStream/stream-video-js/commit/d321b90330c73c694ea90e1f494f6e5f38d6c720))
1176
1206
 
1177
1207
  ### [0.7.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.20...@stream-io/video-react-native-sdk-0.7.21) (2024-06-05)
1178
1208
 
1179
-
1180
1209
  ### Bug Fixes
1181
1210
 
1182
- * change unnecessary warning log to info ([e8dda7d](https://github.com/GetStream/stream-video-js/commit/e8dda7ded3bedc63e20e8230ecfab702da154f98))
1211
+ - change unnecessary warning log to info ([e8dda7d](https://github.com/GetStream/stream-video-js/commit/e8dda7ded3bedc63e20e8230ecfab702da154f98))
1183
1212
 
1184
1213
  ### [0.7.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.19...@stream-io/video-react-native-sdk-0.7.20) (2024-06-04)
1185
1214
 
1186
1215
  ### Dependency Updates
1187
1216
 
1188
- * `@stream-io/video-client` updated to version `1.2.2`
1189
- * `@stream-io/video-react-bindings` updated to version `0.4.40`
1217
+ - `@stream-io/video-client` updated to version `1.2.2`
1218
+ - `@stream-io/video-react-bindings` updated to version `0.4.40`
1219
+
1190
1220
  ### [0.7.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.18...@stream-io/video-react-native-sdk-0.7.19) (2024-06-04)
1191
1221
 
1192
1222
  ### Dependency Updates
1193
1223
 
1194
- * `@stream-io/video-client` updated to version `1.2.1`
1195
- * `@stream-io/video-react-bindings` updated to version `0.4.39`
1196
- ### [0.7.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.17...@stream-io/video-react-native-sdk-0.7.18) (2024-06-03)
1224
+ - `@stream-io/video-client` updated to version `1.2.1`
1225
+ - `@stream-io/video-react-bindings` updated to version `0.4.39`
1197
1226
 
1227
+ ### [0.7.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.17...@stream-io/video-react-native-sdk-0.7.18) (2024-06-03)
1198
1228
 
1199
1229
  ### Bug Fixes
1200
1230
 
1201
- * **react-native:** getting if pip was enabled from native was randomly broken ([#1385](https://github.com/GetStream/stream-video-js/issues/1385)) ([a055011](https://github.com/GetStream/stream-video-js/commit/a055011117fc4cee4ff00c855315aa72ffd7d881))
1231
+ - **react-native:** getting if pip was enabled from native was randomly broken ([#1385](https://github.com/GetStream/stream-video-js/issues/1385)) ([a055011](https://github.com/GetStream/stream-video-js/commit/a055011117fc4cee4ff00c855315aa72ffd7d881))
1202
1232
 
1203
1233
  ### [0.7.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.16...@stream-io/video-react-native-sdk-0.7.17) (2024-06-03)
1204
1234
 
1205
1235
  ### Dependency Updates
1206
1236
 
1207
- * `@stream-io/video-client` updated to version `1.2.0`
1208
- * `@stream-io/video-react-bindings` updated to version `0.4.38`
1237
+ - `@stream-io/video-client` updated to version `1.2.0`
1238
+ - `@stream-io/video-react-bindings` updated to version `0.4.38`
1239
+
1209
1240
  ### [0.7.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.15...@stream-io/video-react-native-sdk-0.7.16) (2024-06-03)
1210
1241
 
1211
1242
  ### Dependency Updates
1212
1243
 
1213
- * `@stream-io/video-client` updated to version `1.1.0`
1214
- * `@stream-io/video-react-bindings` updated to version `0.4.37`
1215
- * `@stream-io/video-filters-react-native` updated to version `0.0.1`
1244
+ - `@stream-io/video-client` updated to version `1.1.0`
1245
+ - `@stream-io/video-react-bindings` updated to version `0.4.37`
1246
+ - `@stream-io/video-filters-react-native` updated to version `0.0.1`
1216
1247
 
1217
1248
  ### Features
1218
1249
 
1219
- * video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
1250
+ - video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
1220
1251
 
1221
1252
  ### [0.7.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.14...@stream-io/video-react-native-sdk-0.7.15) (2024-05-31)
1222
1253
 
1223
1254
  ### Dependency Updates
1224
1255
 
1225
- * `@stream-io/video-client` updated to version `1.0.10`
1226
- * `@stream-io/video-react-bindings` updated to version `0.4.36`
1256
+ - `@stream-io/video-client` updated to version `1.0.10`
1257
+ - `@stream-io/video-react-bindings` updated to version `0.4.36`
1258
+
1227
1259
  ### [0.7.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.13...@stream-io/video-react-native-sdk-0.7.14) (2024-05-29)
1228
1260
 
1229
1261
  ### Dependency Updates
1230
1262
 
1231
- * `@stream-io/video-client` updated to version `1.0.9`
1232
- * `@stream-io/video-react-bindings` updated to version `0.4.35`
1233
- ### [0.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.12...@stream-io/video-react-native-sdk-0.7.13) (2024-05-27)
1263
+ - `@stream-io/video-client` updated to version `1.0.9`
1264
+ - `@stream-io/video-react-bindings` updated to version `0.4.35`
1234
1265
 
1266
+ ### [0.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.12...@stream-io/video-react-native-sdk-0.7.13) (2024-05-27)
1235
1267
 
1236
1268
  ### Bug Fixes
1237
1269
 
1238
- * export the LivestreamPlayer component ([#1376](https://github.com/GetStream/stream-video-js/issues/1376)) ([89688a0](https://github.com/GetStream/stream-video-js/commit/89688a03a88ecebb04455b76237350ca0c91afe9)), closes [#1373](https://github.com/GetStream/stream-video-js/issues/1373)
1270
+ - export the LivestreamPlayer component ([#1376](https://github.com/GetStream/stream-video-js/issues/1376)) ([89688a0](https://github.com/GetStream/stream-video-js/commit/89688a03a88ecebb04455b76237350ca0c91afe9)), closes [#1373](https://github.com/GetStream/stream-video-js/issues/1373)
1239
1271
 
1240
1272
  ### [0.7.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.11...@stream-io/video-react-native-sdk-0.7.12) (2024-05-27)
1241
1273
 
1242
-
1243
1274
  ### Bug Fixes
1244
1275
 
1245
- * **reac-native:** properly cleanup call instance in LivestreamPlayer ([4e60c50](https://github.com/GetStream/stream-video-js/commit/4e60c5067503a7e3e1fdc77a4f6775c5873ed508))
1276
+ - **reac-native:** properly cleanup call instance in LivestreamPlayer ([4e60c50](https://github.com/GetStream/stream-video-js/commit/4e60c5067503a7e3e1fdc77a4f6775c5873ed508))
1246
1277
 
1247
1278
  ### [0.7.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.10...@stream-io/video-react-native-sdk-0.7.11) (2024-05-27)
1248
1279
 
1249
-
1250
1280
  ### Features
1251
1281
 
1252
- * **react-native:** add livestream player component ([#1373](https://github.com/GetStream/stream-video-js/issues/1373)) ([a821e23](https://github.com/GetStream/stream-video-js/commit/a821e2359ad6c3ff1535f971c1d644a0b35fff78))
1282
+ - **react-native:** add livestream player component ([#1373](https://github.com/GetStream/stream-video-js/issues/1373)) ([a821e23](https://github.com/GetStream/stream-video-js/commit/a821e2359ad6c3ff1535f971c1d644a0b35fff78))
1253
1283
 
1254
1284
  ### [0.7.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.9...@stream-io/video-react-native-sdk-0.7.10) (2024-05-23)
1255
1285
 
1256
1286
  ### Dependency Updates
1257
1287
 
1258
- * `@stream-io/video-client` updated to version `1.0.8`
1259
- * `@stream-io/video-react-bindings` updated to version `0.4.34`
1260
- ### [0.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.8...@stream-io/video-react-native-sdk-0.7.9) (2024-05-22)
1288
+ - `@stream-io/video-client` updated to version `1.0.8`
1289
+ - `@stream-io/video-react-bindings` updated to version `0.4.34`
1261
1290
 
1291
+ ### [0.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.8...@stream-io/video-react-native-sdk-0.7.9) (2024-05-22)
1262
1292
 
1263
1293
  ### Bug Fixes
1264
1294
 
1265
- * workaround for samsung device ringtone quirks ([#1362](https://github.com/GetStream/stream-video-js/issues/1362)) ([d15380a](https://github.com/GetStream/stream-video-js/commit/d15380a4aac2bd9b7b6dc6b9de337739710c97b8))
1295
+ - workaround for samsung device ringtone quirks ([#1362](https://github.com/GetStream/stream-video-js/issues/1362)) ([d15380a](https://github.com/GetStream/stream-video-js/commit/d15380a4aac2bd9b7b6dc6b9de337739710c97b8))
1266
1296
 
1267
1297
  ### [0.7.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.7...@stream-io/video-react-native-sdk-0.7.8) (2024-05-21)
1268
1298
 
1269
1299
  ### Dependency Updates
1270
1300
 
1271
- * `@stream-io/video-client` updated to version `1.0.7`
1272
- * `@stream-io/video-react-bindings` updated to version `0.4.33`
1301
+ - `@stream-io/video-client` updated to version `1.0.7`
1302
+ - `@stream-io/video-react-bindings` updated to version `0.4.33`
1303
+
1273
1304
  ### [0.7.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.6...@stream-io/video-react-native-sdk-0.7.7) (2024-05-16)
1274
1305
 
1275
1306
  ### Dependency Updates
1276
1307
 
1277
- * `@stream-io/video-client` updated to version `1.0.6`
1278
- * `@stream-io/video-react-bindings` updated to version `0.4.32`
1308
+ - `@stream-io/video-client` updated to version `1.0.6`
1309
+ - `@stream-io/video-react-bindings` updated to version `0.4.32`
1279
1310
 
1280
1311
  ### Bug Fixes
1281
1312
 
1282
- * **state:** aligns the participant state with other SDKs ([#1357](https://github.com/GetStream/stream-video-js/issues/1357)) ([146e6ac](https://github.com/GetStream/stream-video-js/commit/146e6acd7296488bc18f4bf5c76e9f2c9bfd97af))
1313
+ - **state:** aligns the participant state with other SDKs ([#1357](https://github.com/GetStream/stream-video-js/issues/1357)) ([146e6ac](https://github.com/GetStream/stream-video-js/commit/146e6acd7296488bc18f4bf5c76e9f2c9bfd97af))
1283
1314
 
1284
1315
  ### [0.7.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.5...@stream-io/video-react-native-sdk-0.7.6) (2024-05-16)
1285
1316
 
1286
1317
  ### Dependency Updates
1287
1318
 
1288
- * `@stream-io/video-client` updated to version `1.0.5`
1289
- * `@stream-io/video-react-bindings` updated to version `0.4.31`
1290
- ### [0.7.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.4...@stream-io/video-react-native-sdk-0.7.5) (2024-05-16)
1319
+ - `@stream-io/video-client` updated to version `1.0.5`
1320
+ - `@stream-io/video-react-bindings` updated to version `0.4.31`
1291
1321
 
1322
+ ### [0.7.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.4...@stream-io/video-react-native-sdk-0.7.5) (2024-05-16)
1292
1323
 
1293
1324
  ### Features
1294
1325
 
1295
- * add full screen incoming call view when phone is locked for android ([#1351](https://github.com/GetStream/stream-video-js/issues/1351)) ([54c9e0f](https://github.com/GetStream/stream-video-js/commit/54c9e0fb178a7ad37bb2db0c01f5bd507ef46ddf))
1326
+ - add full screen incoming call view when phone is locked for android ([#1351](https://github.com/GetStream/stream-video-js/issues/1351)) ([54c9e0f](https://github.com/GetStream/stream-video-js/commit/54c9e0fb178a7ad37bb2db0c01f5bd507ef46ddf))
1296
1327
 
1297
1328
  ### [0.7.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.3...@stream-io/video-react-native-sdk-0.7.4) (2024-05-14)
1298
1329
 
1299
-
1300
1330
  ### Bug Fixes
1301
1331
 
1302
- * **react-native:** mute and unmute device media stream optimistically ([#1354](https://github.com/GetStream/stream-video-js/issues/1354)) ([72f5df4](https://github.com/GetStream/stream-video-js/commit/72f5df4abc63b8824b4c0a9f00b7ee5848ab83da))
1332
+ - **react-native:** mute and unmute device media stream optimistically ([#1354](https://github.com/GetStream/stream-video-js/issues/1354)) ([72f5df4](https://github.com/GetStream/stream-video-js/commit/72f5df4abc63b8824b4c0a9f00b7ee5848ab83da))
1303
1333
 
1304
1334
  ### [0.7.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.2...@stream-io/video-react-native-sdk-0.7.3) (2024-05-14)
1305
1335
 
1306
1336
  ### Dependency Updates
1307
1337
 
1308
- * `@stream-io/video-client` updated to version `1.0.4`
1309
- * `@stream-io/video-react-bindings` updated to version `0.4.30`
1338
+ - `@stream-io/video-client` updated to version `1.0.4`
1339
+ - `@stream-io/video-react-bindings` updated to version `0.4.30`
1340
+
1310
1341
  ### [0.7.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.1...@stream-io/video-react-native-sdk-0.7.2) (2024-05-13)
1311
1342
 
1312
1343
  ### Dependency Updates
1313
1344
 
1314
- * `@stream-io/video-client` updated to version `1.0.3`
1315
- * `@stream-io/video-react-bindings` updated to version `0.4.29`
1345
+ - `@stream-io/video-client` updated to version `1.0.3`
1346
+ - `@stream-io/video-react-bindings` updated to version `0.4.29`
1347
+
1316
1348
  ### [0.7.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.7.0...@stream-io/video-react-native-sdk-0.7.1) (2024-05-13)
1317
1349
 
1318
1350
  ### Dependency Updates
1319
1351
 
1320
- * `@stream-io/video-client` updated to version `1.0.2`
1321
- * `@stream-io/video-react-bindings` updated to version `0.4.28`
1352
+ - `@stream-io/video-client` updated to version `1.0.2`
1353
+ - `@stream-io/video-react-bindings` updated to version `0.4.28`
1322
1354
 
1323
1355
  ### Bug Fixes
1324
1356
 
1325
- * optimistically toggle device status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
1357
+ - optimistically toggle device status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
1326
1358
 
1327
1359
  ## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.21...@stream-io/video-react-native-sdk-0.7.0) (2024-05-13)
1328
1360
 
1329
-
1330
1361
  ### ⚠ BREAKING CHANGES
1331
1362
 
1332
- * **react-native:** apply media stream management initial state asyncronously (#1345)
1363
+ - **react-native:** apply media stream management initial state asyncronously (#1345)
1333
1364
 
1334
1365
  ### Bug Fixes
1335
1366
 
1336
- * **react-native:** apply media stream management initial state asyncronously ([#1345](https://github.com/GetStream/stream-video-js/issues/1345)) ([40b5a4e](https://github.com/GetStream/stream-video-js/commit/40b5a4e955f1bcf39755aa3848bc11c3436c14c9)), closes [#1236](https://github.com/GetStream/stream-video-js/issues/1236)
1367
+ - **react-native:** apply media stream management initial state asyncronously ([#1345](https://github.com/GetStream/stream-video-js/issues/1345)) ([40b5a4e](https://github.com/GetStream/stream-video-js/commit/40b5a4e955f1bcf39755aa3848bc11c3436c14c9)), closes [#1236](https://github.com/GetStream/stream-video-js/issues/1236)
1337
1368
 
1338
1369
  ### [0.6.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.20...@stream-io/video-react-native-sdk-0.6.21) (2024-05-07)
1339
1370
 
1340
1371
  ### Dependency Updates
1341
1372
 
1342
- * `@stream-io/video-client` updated to version `1.0.1`
1343
- * `@stream-io/video-react-bindings` updated to version `0.4.27`
1344
- ### [0.6.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.19...@stream-io/video-react-native-sdk-0.6.20) (2024-05-07)
1373
+ - `@stream-io/video-client` updated to version `1.0.1`
1374
+ - `@stream-io/video-react-bindings` updated to version `0.4.27`
1345
1375
 
1376
+ ### [0.6.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.19...@stream-io/video-react-native-sdk-0.6.20) (2024-05-07)
1346
1377
 
1347
1378
  ### Bug Fixes
1348
1379
 
1349
- * do not check for expo notifications lib dependency unnecessarily ([#1339](https://github.com/GetStream/stream-video-js/issues/1339)) ([0c5566f](https://github.com/GetStream/stream-video-js/commit/0c5566f311cb8377b4c1031387ba6be95165f234))
1380
+ - do not check for expo notifications lib dependency unnecessarily ([#1339](https://github.com/GetStream/stream-video-js/issues/1339)) ([0c5566f](https://github.com/GetStream/stream-video-js/commit/0c5566f311cb8377b4c1031387ba6be95165f234))
1350
1381
 
1351
1382
  ### [0.6.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.18...@stream-io/video-react-native-sdk-0.6.19) (2024-05-07)
1352
1383
 
1353
1384
  ### Dependency Updates
1354
1385
 
1355
- * `@stream-io/video-client` updated to version `1.0.0`
1356
- * `@stream-io/video-react-bindings` updated to version `0.4.26`
1386
+ - `@stream-io/video-client` updated to version `1.0.0`
1387
+ - `@stream-io/video-react-bindings` updated to version `0.4.26`
1388
+
1357
1389
  ### [0.6.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.17...@stream-io/video-react-native-sdk-0.6.18) (2024-05-07)
1358
1390
 
1359
1391
  ### Dependency Updates
1360
1392
 
1361
- * `@stream-io/video-client` updated to version `0.8.0`
1362
- * `@stream-io/video-react-bindings` updated to version `0.4.25`
1393
+ - `@stream-io/video-client` updated to version `0.8.0`
1394
+ - `@stream-io/video-react-bindings` updated to version `0.4.25`
1395
+
1363
1396
  ### [0.6.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.16...@stream-io/video-react-native-sdk-0.6.17) (2024-05-07)
1364
1397
 
1365
1398
  ### Dependency Updates
1366
1399
 
1367
- * `@stream-io/video-client` updated to version `0.7.13`
1368
- * `@stream-io/video-react-bindings` updated to version `0.4.24`
1400
+ - `@stream-io/video-client` updated to version `0.7.13`
1401
+ - `@stream-io/video-react-bindings` updated to version `0.4.24`
1402
+
1369
1403
  ### [0.6.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.15...@stream-io/video-react-native-sdk-0.6.16) (2024-05-03)
1370
1404
 
1371
1405
  ### Dependency Updates
1372
1406
 
1373
- * `@stream-io/video-client` updated to version `0.7.12`
1374
- * `@stream-io/video-react-bindings` updated to version `0.4.23`
1407
+ - `@stream-io/video-client` updated to version `0.7.12`
1408
+ - `@stream-io/video-react-bindings` updated to version `0.4.23`
1409
+
1375
1410
  ### [0.6.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.14...@stream-io/video-react-native-sdk-0.6.15) (2024-05-03)
1376
1411
 
1377
1412
  ### Dependency Updates
1378
1413
 
1379
- * `@stream-io/video-client` updated to version `0.7.11`
1380
- * `@stream-io/video-react-bindings` updated to version `0.4.22`
1414
+ - `@stream-io/video-client` updated to version `0.7.11`
1415
+ - `@stream-io/video-react-bindings` updated to version `0.4.22`
1381
1416
 
1382
1417
  ### Bug Fixes
1383
1418
 
1384
- * **devices:** API to disable speaking while muted notifications ([#1335](https://github.com/GetStream/stream-video-js/issues/1335)) ([cdff0e0](https://github.com/GetStream/stream-video-js/commit/cdff0e036bf4afca763e4f7a1563c23e806be190)), closes [#1329](https://github.com/GetStream/stream-video-js/issues/1329)
1419
+ - **devices:** API to disable speaking while muted notifications ([#1335](https://github.com/GetStream/stream-video-js/issues/1335)) ([cdff0e0](https://github.com/GetStream/stream-video-js/commit/cdff0e036bf4afca763e4f7a1563c23e806be190)), closes [#1329](https://github.com/GetStream/stream-video-js/issues/1329)
1385
1420
 
1386
1421
  ### [0.6.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.13...@stream-io/video-react-native-sdk-0.6.14) (2024-04-30)
1387
1422
 
1388
1423
  ### Dependency Updates
1389
1424
 
1390
- * `@stream-io/video-client` updated to version `0.7.10`
1391
- * `@stream-io/video-react-bindings` updated to version `0.4.21`
1425
+ - `@stream-io/video-client` updated to version `0.7.10`
1426
+ - `@stream-io/video-react-bindings` updated to version `0.4.21`
1427
+
1392
1428
  ### [0.6.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.12...@stream-io/video-react-native-sdk-0.6.13) (2024-04-26)
1393
1429
 
1394
1430
  ### Dependency Updates
1395
1431
 
1396
- * `@stream-io/video-client` updated to version `0.7.9`
1397
- * `@stream-io/video-react-bindings` updated to version `0.4.20`
1432
+ - `@stream-io/video-client` updated to version `0.7.9`
1433
+ - `@stream-io/video-react-bindings` updated to version `0.4.20`
1434
+
1398
1435
  ### [0.6.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.11...@stream-io/video-react-native-sdk-0.6.12) (2024-04-25)
1399
1436
 
1400
1437
  ### Dependency Updates
1401
1438
 
1402
- * `@stream-io/video-client` updated to version `0.7.8`
1403
- * `@stream-io/video-react-bindings` updated to version `0.4.19`
1439
+ - `@stream-io/video-client` updated to version `0.7.8`
1440
+ - `@stream-io/video-react-bindings` updated to version `0.4.19`
1441
+
1404
1442
  ### [0.6.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.10...@stream-io/video-react-native-sdk-0.6.11) (2024-04-23)
1405
1443
 
1406
1444
  ### Dependency Updates
1407
1445
 
1408
- * `@stream-io/video-client` updated to version `0.7.7`
1409
- * `@stream-io/video-react-bindings` updated to version `0.4.18`
1446
+ - `@stream-io/video-client` updated to version `0.7.7`
1447
+ - `@stream-io/video-react-bindings` updated to version `0.4.18`
1410
1448
 
1411
1449
  ### Features
1412
1450
 
1413
- * **feedback:** Collect user feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
1451
+ - **feedback:** Collect user feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
1414
1452
 
1415
1453
  ### [0.6.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.9...@stream-io/video-react-native-sdk-0.6.10) (2024-04-23)
1416
1454
 
1417
1455
  ### Dependency Updates
1418
1456
 
1419
- * `@stream-io/video-client` updated to version `0.7.6`
1420
- * `@stream-io/video-react-bindings` updated to version `0.4.17`
1457
+ - `@stream-io/video-client` updated to version `0.7.6`
1458
+ - `@stream-io/video-react-bindings` updated to version `0.4.17`
1459
+
1421
1460
  ### [0.6.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.8...@stream-io/video-react-native-sdk-0.6.9) (2024-04-23)
1422
1461
 
1423
1462
  ### Dependency Updates
1424
1463
 
1425
- * `@stream-io/video-client` updated to version `0.7.5`
1426
- * `@stream-io/video-react-bindings` updated to version `0.4.16`
1427
- ### [0.6.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.7...@stream-io/video-react-native-sdk-0.6.8) (2024-04-19)
1464
+ - `@stream-io/video-client` updated to version `0.7.5`
1465
+ - `@stream-io/video-react-bindings` updated to version `0.4.16`
1428
1466
 
1467
+ ### [0.6.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.7...@stream-io/video-react-native-sdk-0.6.8) (2024-04-19)
1429
1468
 
1430
1469
  ### Bug Fixes
1431
1470
 
1432
- * move expo ringing setup to react-native firebase ([#1319](https://github.com/GetStream/stream-video-js/issues/1319)) ([bb57300](https://github.com/GetStream/stream-video-js/commit/bb57300028d67917269f8eee9ca33e129b2c7e9d))
1471
+ - move expo ringing setup to react-native firebase ([#1319](https://github.com/GetStream/stream-video-js/issues/1319)) ([bb57300](https://github.com/GetStream/stream-video-js/commit/bb57300028d67917269f8eee9ca33e129b2c7e9d))
1433
1472
 
1434
1473
  ### [0.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.6...@stream-io/video-react-native-sdk-0.6.7) (2024-04-17)
1435
1474
 
1436
1475
  ### Dependency Updates
1437
1476
 
1438
- * `@stream-io/video-client` updated to version `0.7.4`
1439
- * `@stream-io/video-react-bindings` updated to version `0.4.15`
1477
+ - `@stream-io/video-client` updated to version `0.7.4`
1478
+ - `@stream-io/video-react-bindings` updated to version `0.4.15`
1479
+
1440
1480
  ### [0.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.5...@stream-io/video-react-native-sdk-0.6.6) (2024-04-17)
1441
1481
 
1442
1482
  ### Dependency Updates
1443
1483
 
1444
- * `@stream-io/video-client` updated to version `0.7.3`
1445
- * `@stream-io/video-react-bindings` updated to version `0.4.14`
1446
- ### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.4...@stream-io/video-react-native-sdk-0.6.5) (2024-04-16)
1484
+ - `@stream-io/video-client` updated to version `0.7.3`
1485
+ - `@stream-io/video-react-bindings` updated to version `0.4.14`
1447
1486
 
1487
+ ### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.4...@stream-io/video-react-native-sdk-0.6.5) (2024-04-16)
1448
1488
 
1449
1489
  ### Bug Fixes
1450
1490
 
1451
- * **react-native:** remove wrong required types in livestream buttons ([a357d6a](https://github.com/GetStream/stream-video-js/commit/a357d6ac24e3d15b068d152cc69403c471dff87c))
1491
+ - **react-native:** remove wrong required types in livestream buttons ([a357d6a](https://github.com/GetStream/stream-video-js/commit/a357d6ac24e3d15b068d152cc69403c471dff87c))
1452
1492
 
1453
1493
  ### [0.6.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.3...@stream-io/video-react-native-sdk-0.6.4) (2024-04-16)
1454
1494
 
1455
1495
  ### Dependency Updates
1456
1496
 
1457
- * `@stream-io/video-client` updated to version `0.7.2`
1458
- * `@stream-io/video-react-bindings` updated to version `0.4.13`
1459
- ### [0.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.2...@stream-io/video-react-native-sdk-0.6.3) (2024-04-16)
1497
+ - `@stream-io/video-client` updated to version `0.7.2`
1498
+ - `@stream-io/video-react-bindings` updated to version `0.4.13`
1460
1499
 
1500
+ ### [0.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.2...@stream-io/video-react-native-sdk-0.6.3) (2024-04-16)
1461
1501
 
1462
1502
  ### Features
1463
1503
 
1464
- * **react-native:** add screen share and chat to livestream sample ([#1302](https://github.com/GetStream/stream-video-js/issues/1302)) ([4e7dbe0](https://github.com/GetStream/stream-video-js/commit/4e7dbe0bcbf8ea0e36a05241f1caf3eb9747a760))
1504
+ - **react-native:** add screen share and chat to livestream sample ([#1302](https://github.com/GetStream/stream-video-js/issues/1302)) ([4e7dbe0](https://github.com/GetStream/stream-video-js/commit/4e7dbe0bcbf8ea0e36a05241f1caf3eb9747a760))
1465
1505
 
1466
1506
  ### [0.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.1...@stream-io/video-react-native-sdk-0.6.2) (2024-04-12)
1467
1507
 
1468
-
1469
1508
  ### Bug Fixes
1470
1509
 
1471
- * **react-native:** change objectFit to contain for screensharing ParticipantView ([#1314](https://github.com/GetStream/stream-video-js/issues/1314)) ([c50245d](https://github.com/GetStream/stream-video-js/commit/c50245df92d994d66ae1640b8acd41e8b2ec71e1))
1510
+ - **react-native:** change objectFit to contain for screensharing ParticipantView ([#1314](https://github.com/GetStream/stream-video-js/issues/1314)) ([c50245d](https://github.com/GetStream/stream-video-js/commit/c50245df92d994d66ae1640b8acd41e8b2ec71e1))
1472
1511
 
1473
1512
  ### [0.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.0...@stream-io/video-react-native-sdk-0.6.1) (2024-04-09)
1474
1513
 
1475
1514
  ### Dependency Updates
1476
1515
 
1477
- * `@stream-io/video-client` updated to version `0.7.1`
1478
- * `@stream-io/video-react-bindings` updated to version `0.4.12`
1516
+ - `@stream-io/video-client` updated to version `0.7.1`
1517
+ - `@stream-io/video-react-bindings` updated to version `0.4.12`
1518
+
1479
1519
  ## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.17...@stream-io/video-react-native-sdk-0.6.0) (2024-04-09)
1480
1520
 
1481
1521
  ### Dependency Updates
1482
1522
 
1483
- * `@stream-io/video-client` updated to version `0.7.0`
1484
- * `@stream-io/video-react-bindings` updated to version `0.4.11`
1523
+ - `@stream-io/video-client` updated to version `0.7.0`
1524
+ - `@stream-io/video-react-bindings` updated to version `0.4.11`
1485
1525
 
1486
1526
  ### ⚠ BREAKING CHANGES
1487
1527
 
1488
- * remove server-side capabilities from JS client (#1282)
1528
+ - remove server-side capabilities from JS client (#1282)
1489
1529
 
1490
1530
  ### Features
1491
1531
 
1492
- * remove server-side capabilities from JS client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
1532
+ - remove server-side capabilities from JS client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
1493
1533
 
1494
1534
  ### [0.5.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.16...@stream-io/video-react-native-sdk-0.5.17) (2024-04-05)
1495
1535
 
1496
1536
  ### Dependency Updates
1497
1537
 
1498
- * `@stream-io/video-client` updated to version `0.6.10`
1499
- * `@stream-io/video-react-bindings` updated to version `0.4.10`
1538
+ - `@stream-io/video-client` updated to version `0.6.10`
1539
+ - `@stream-io/video-react-bindings` updated to version `0.4.10`
1540
+
1500
1541
  ### [0.5.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.15...@stream-io/video-react-native-sdk-0.5.16) (2024-04-05)
1501
1542
 
1502
1543
  ### Dependency Updates
1503
1544
 
1504
- * `@stream-io/video-client` updated to version `0.6.9`
1505
- * `@stream-io/video-react-bindings` updated to version `0.4.9`
1545
+ - `@stream-io/video-client` updated to version `0.6.9`
1546
+ - `@stream-io/video-react-bindings` updated to version `0.4.9`
1547
+
1506
1548
  ### [0.5.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.14...@stream-io/video-react-native-sdk-0.5.15) (2024-04-05)
1507
1549
 
1508
1550
  ### Dependency Updates
1509
1551
 
1510
- * `@stream-io/video-client` updated to version `0.6.8`
1511
- * `@stream-io/video-react-bindings` updated to version `0.4.8`
1552
+ - `@stream-io/video-client` updated to version `0.6.8`
1553
+ - `@stream-io/video-react-bindings` updated to version `0.4.8`
1512
1554
 
1513
1555
  ### Features
1514
1556
 
1515
- * **react:** Support for Background Filters and Background Blurring ([#1283](https://github.com/GetStream/stream-video-js/issues/1283)) ([f790ee7](https://github.com/GetStream/stream-video-js/commit/f790ee78c20fb0f5266e429a777d8bb7ef158c83)), closes [#1271](https://github.com/GetStream/stream-video-js/issues/1271) [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
1557
+ - **react:** Support for Background Filters and Background Blurring ([#1283](https://github.com/GetStream/stream-video-js/issues/1283)) ([f790ee7](https://github.com/GetStream/stream-video-js/commit/f790ee78c20fb0f5266e429a777d8bb7ef158c83)), closes [#1271](https://github.com/GetStream/stream-video-js/issues/1271) [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
1516
1558
 
1517
1559
  ### [0.5.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.13...@stream-io/video-react-native-sdk-0.5.14) (2024-04-02)
1518
1560
 
1519
1561
  ### Dependency Updates
1520
1562
 
1521
- * `@stream-io/video-client` updated to version `0.6.7`
1522
- * `@stream-io/video-react-bindings` updated to version `0.4.7`
1563
+ - `@stream-io/video-client` updated to version `0.6.7`
1564
+ - `@stream-io/video-react-bindings` updated to version `0.4.7`
1565
+
1523
1566
  ### [0.5.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.12...@stream-io/video-react-native-sdk-0.5.13) (2024-03-29)
1524
1567
 
1525
1568
  ### Dependency Updates
1526
1569
 
1527
- * `@stream-io/video-client` updated to version `0.6.6`
1528
- * `@stream-io/video-react-bindings` updated to version `0.4.6`
1570
+ - `@stream-io/video-client` updated to version `0.6.6`
1571
+ - `@stream-io/video-react-bindings` updated to version `0.4.6`
1572
+
1529
1573
  ### [0.5.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.11...@stream-io/video-react-native-sdk-0.5.12) (2024-03-29)
1530
1574
 
1531
1575
  ### Dependency Updates
1532
1576
 
1533
- * `@stream-io/video-client` updated to version `0.6.5`
1534
- * `@stream-io/video-react-bindings` updated to version `0.4.5`
1577
+ - `@stream-io/video-client` updated to version `0.6.5`
1578
+ - `@stream-io/video-react-bindings` updated to version `0.4.5`
1579
+
1535
1580
  ### [0.5.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.10...@stream-io/video-react-native-sdk-0.5.11) (2024-03-28)
1536
1581
 
1537
1582
  ### Dependency Updates
1538
1583
 
1539
- * `@stream-io/video-client` updated to version `0.6.4`
1540
- * `@stream-io/video-react-bindings` updated to version `0.4.4`
1584
+ - `@stream-io/video-client` updated to version `0.6.4`
1585
+ - `@stream-io/video-react-bindings` updated to version `0.4.4`
1541
1586
 
1542
1587
  ### Bug Fixes
1543
1588
 
1544
- * **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in SDK ([#1299](https://github.com/GetStream/stream-video-js/issues/1299)) ([9527c41](https://github.com/GetStream/stream-video-js/commit/9527c4176d4e46224ddec18e3fddfb404e0aaae5))
1589
+ - **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in SDK ([#1299](https://github.com/GetStream/stream-video-js/issues/1299)) ([9527c41](https://github.com/GetStream/stream-video-js/commit/9527c4176d4e46224ddec18e3fddfb404e0aaae5))
1545
1590
 
1546
1591
  ### [0.5.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.9...@stream-io/video-react-native-sdk-0.5.10) (2024-03-25)
1547
1592
 
1548
1593
  ### Dependency Updates
1549
1594
 
1550
- * `@stream-io/video-client` updated to version `0.6.3`
1551
- * `@stream-io/video-react-bindings` updated to version `0.4.3`
1595
+ - `@stream-io/video-client` updated to version `0.6.3`
1596
+ - `@stream-io/video-react-bindings` updated to version `0.4.3`
1552
1597
 
1553
1598
  ### Features
1554
1599
 
1555
- * SFU stats reporting ([#1297](https://github.com/GetStream/stream-video-js/issues/1297)) ([f46e927](https://github.com/GetStream/stream-video-js/commit/f46e927cbd650bc9af64a01cd5ebcec6cf2cfda8)), closes [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
1600
+ - SFU stats reporting ([#1297](https://github.com/GetStream/stream-video-js/issues/1297)) ([f46e927](https://github.com/GetStream/stream-video-js/commit/f46e927cbd650bc9af64a01cd5ebcec6cf2cfda8)), closes [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
1556
1601
 
1557
1602
  ### [0.5.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.8...@stream-io/video-react-native-sdk-0.5.9) (2024-03-25)
1558
1603
 
1559
1604
  ### Dependency Updates
1560
1605
 
1561
- * `@stream-io/video-client` updated to version `0.6.2`
1562
- * `@stream-io/video-react-bindings` updated to version `0.4.2`
1563
- ### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.7...@stream-io/video-react-native-sdk-0.5.8) (2024-03-20)
1606
+ - `@stream-io/video-client` updated to version `0.6.2`
1607
+ - `@stream-io/video-react-bindings` updated to version `0.4.2`
1564
1608
 
1609
+ ### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.7...@stream-io/video-react-native-sdk-0.5.8) (2024-03-20)
1565
1610
 
1566
1611
  ### Bug Fixes
1567
1612
 
1568
- * **react-native:** react-native-callkeep optional dependency import issue in SDK ([#1294](https://github.com/GetStream/stream-video-js/issues/1294)) ([6c664a7](https://github.com/GetStream/stream-video-js/commit/6c664a701e6dc838c2a4fcd73ce3f2a24f7f915a))
1613
+ - **react-native:** react-native-callkeep optional dependency import issue in SDK ([#1294](https://github.com/GetStream/stream-video-js/issues/1294)) ([6c664a7](https://github.com/GetStream/stream-video-js/commit/6c664a701e6dc838c2a4fcd73ce3f2a24f7f915a))
1569
1614
 
1570
1615
  ### [0.5.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.6...@stream-io/video-react-native-sdk-0.5.7) (2024-03-15)
1571
1616
 
1572
-
1573
1617
  ### Bug Fixes
1574
1618
 
1575
- * commonjs optional libs bug workaround ([#1292](https://github.com/GetStream/stream-video-js/issues/1292)) ([6d47386](https://github.com/GetStream/stream-video-js/commit/6d47386de79dac2e4a6cf98b31cb1127f48b881c))
1619
+ - commonjs optional libs bug workaround ([#1292](https://github.com/GetStream/stream-video-js/issues/1292)) ([6d47386](https://github.com/GetStream/stream-video-js/commit/6d47386de79dac2e4a6cf98b31cb1127f48b881c))
1576
1620
 
1577
1621
  ### [0.5.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.5...@stream-io/video-react-native-sdk-0.5.6) (2024-03-14)
1578
1622
 
1579
-
1580
1623
  ### Bug Fixes
1581
1624
 
1582
- * **react-native:** floating participant speaking border jump issue ([#1291](https://github.com/GetStream/stream-video-js/issues/1291)) ([8e6fb5a](https://github.com/GetStream/stream-video-js/commit/8e6fb5aa047b4353c16673b03fb215508d79951b))
1625
+ - **react-native:** floating participant speaking border jump issue ([#1291](https://github.com/GetStream/stream-video-js/issues/1291)) ([8e6fb5a](https://github.com/GetStream/stream-video-js/commit/8e6fb5aa047b4353c16673b03fb215508d79951b))
1583
1626
 
1584
1627
  ### [0.5.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.4...@stream-io/video-react-native-sdk-0.5.5) (2024-03-14)
1585
1628
 
1586
-
1587
1629
  ### Bug Fixes
1588
1630
 
1589
- * remove automatic call leave in call content ([#1289](https://github.com/GetStream/stream-video-js/issues/1289)) ([b9714da](https://github.com/GetStream/stream-video-js/commit/b9714daea6146bf1ecd1c9b91aec0dcf85c5274f))
1631
+ - remove automatic call leave in call content ([#1289](https://github.com/GetStream/stream-video-js/issues/1289)) ([b9714da](https://github.com/GetStream/stream-video-js/commit/b9714daea6146bf1ecd1c9b91aec0dcf85c5274f))
1590
1632
 
1591
1633
  ### [0.5.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.3...@stream-io/video-react-native-sdk-0.5.4) (2024-03-13)
1592
1634
 
1593
1635
  ### Dependency Updates
1594
1636
 
1595
- * `@stream-io/video-client` updated to version `0.6.1`
1596
- * `@stream-io/video-react-bindings` updated to version `0.4.1`
1597
- ### [0.5.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.2...@stream-io/video-react-native-sdk-0.5.3) (2024-03-13)
1637
+ - `@stream-io/video-client` updated to version `0.6.1`
1638
+ - `@stream-io/video-react-bindings` updated to version `0.4.1`
1598
1639
 
1640
+ ### [0.5.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.2...@stream-io/video-react-native-sdk-0.5.3) (2024-03-13)
1599
1641
 
1600
1642
  ### Bug Fixes
1601
1643
 
1602
- * **react-native:** demo app login screen ([#1285](https://github.com/GetStream/stream-video-js/issues/1285)) ([eb7a4f4](https://github.com/GetStream/stream-video-js/commit/eb7a4f482edb8af13edf57cc404f96adc56abd09))
1644
+ - **react-native:** demo app login screen ([#1285](https://github.com/GetStream/stream-video-js/issues/1285)) ([eb7a4f4](https://github.com/GetStream/stream-video-js/commit/eb7a4f482edb8af13edf57cc404f96adc56abd09))
1603
1645
 
1604
1646
  ### [0.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.1...@stream-io/video-react-native-sdk-0.5.2) (2024-03-05)
1605
1647
 
1606
1648
  ### [0.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.0...@stream-io/video-react-native-sdk-0.5.1) (2024-03-01)
1607
1649
 
1608
-
1609
1650
  ### Bug Fixes
1610
1651
 
1611
- * **react-native:** do not add screenshare permissions by default ([6bb3113](https://github.com/GetStream/stream-video-js/commit/6bb3113574f22fe6d5c6c9da41528da7502974ec))
1652
+ - **react-native:** do not add screenshare permissions by default ([6bb3113](https://github.com/GetStream/stream-video-js/commit/6bb3113574f22fe6d5c6c9da41528da7502974ec))
1612
1653
 
1613
1654
  ## [0.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.3...@stream-io/video-react-native-sdk-0.5.0) (2024-02-26)
1614
1655
 
1615
1656
  ### Dependency Updates
1616
1657
 
1617
- * `@stream-io/video-client` updated to version `0.6.0`
1618
- * `@stream-io/video-react-bindings` updated to version `0.4.0`
1658
+ - `@stream-io/video-client` updated to version `0.6.0`
1659
+ - `@stream-io/video-react-bindings` updated to version `0.4.0`
1619
1660
 
1620
1661
  ### ⚠ BREAKING CHANGES
1621
1662
 
1622
- * **hooks:** expose permission hooks through useCallStateHooks() (#1254)
1663
+ - **hooks:** expose permission hooks through useCallStateHooks() (#1254)
1623
1664
 
1624
1665
  ### Features
1625
1666
 
1626
- * **hooks:** expose permission hooks through useCallStateHooks() ([#1254](https://github.com/GetStream/stream-video-js/issues/1254)) ([3eaa8bd](https://github.com/GetStream/stream-video-js/commit/3eaa8bd7592920eedb434b6ec747b6d22077ed87))
1667
+ - **hooks:** expose permission hooks through useCallStateHooks() ([#1254](https://github.com/GetStream/stream-video-js/issues/1254)) ([3eaa8bd](https://github.com/GetStream/stream-video-js/commit/3eaa8bd7592920eedb434b6ec747b6d22077ed87))
1627
1668
 
1628
1669
  ### [0.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.2...@stream-io/video-react-native-sdk-0.4.3) (2024-02-19)
1629
1670
 
1630
1671
  ### Dependency Updates
1631
1672
 
1632
- * `@stream-io/video-client` updated to version `0.5.11`
1633
- * `@stream-io/video-react-bindings` updated to version `0.3.22`
1673
+ - `@stream-io/video-client` updated to version `0.5.11`
1674
+ - `@stream-io/video-react-bindings` updated to version `0.3.22`
1675
+
1634
1676
  ### [0.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.1...@stream-io/video-react-native-sdk-0.4.2) (2024-02-16)
1635
1677
 
1636
1678
  ### Dependency Updates
1637
1679
 
1638
- * `@stream-io/video-client` updated to version `0.5.10`
1639
- * `@stream-io/video-react-bindings` updated to version `0.3.21`
1680
+ - `@stream-io/video-client` updated to version `0.5.10`
1681
+ - `@stream-io/video-react-bindings` updated to version `0.3.21`
1682
+
1640
1683
  ### [0.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.4.0...@stream-io/video-react-native-sdk-0.4.1) (2024-02-12)
1641
1684
 
1642
1685
  ### Dependency Updates
1643
1686
 
1644
- * `@stream-io/video-client` updated to version `0.5.9`
1645
- * `@stream-io/video-react-bindings` updated to version `0.3.20`
1646
- ## [0.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.18...@stream-io/video-react-native-sdk-0.4.0) (2024-02-12)
1687
+ - `@stream-io/video-client` updated to version `0.5.9`
1688
+ - `@stream-io/video-react-bindings` updated to version `0.3.20`
1647
1689
 
1690
+ ## [0.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.18...@stream-io/video-react-native-sdk-0.4.0) (2024-02-12)
1648
1691
 
1649
1692
  ### ⚠ BREAKING CHANGES
1650
1693
 
1651
- * **react-native:** add missing push call.cancellation support in app terminated state (#1264)
1694
+ - **react-native:** add missing push call.cancellation support in app terminated state (#1264)
1652
1695
 
1653
1696
  ### Bug Fixes
1654
1697
 
1655
- * **react-native:** add missing push call.cancellation support in app terminated state ([#1264](https://github.com/GetStream/stream-video-js/issues/1264)) ([e5dae2e](https://github.com/GetStream/stream-video-js/commit/e5dae2e7f2a99185b5329d5dd5634fbfad318b63))
1698
+ - **react-native:** add missing push call.cancellation support in app terminated state ([#1264](https://github.com/GetStream/stream-video-js/issues/1264)) ([e5dae2e](https://github.com/GetStream/stream-video-js/commit/e5dae2e7f2a99185b5329d5dd5634fbfad318b63))
1656
1699
 
1657
1700
  ### [0.3.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.17...@stream-io/video-react-native-sdk-0.3.18) (2024-02-06)
1658
1701
 
1659
1702
  ### Dependency Updates
1660
1703
 
1661
- * `@stream-io/video-client` updated to version `0.5.8`
1662
- * `@stream-io/video-react-bindings` updated to version `0.3.19`
1663
- ### [0.3.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.16...@stream-io/video-react-native-sdk-0.3.17) (2024-01-31)
1704
+ - `@stream-io/video-client` updated to version `0.5.8`
1705
+ - `@stream-io/video-react-bindings` updated to version `0.3.19`
1664
1706
 
1707
+ ### [0.3.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.16...@stream-io/video-react-native-sdk-0.3.17) (2024-01-31)
1665
1708
 
1666
1709
  ### Bug Fixes
1667
1710
 
1668
- * **react-native:** align outgoing call controls button sizes ([800e330](https://github.com/GetStream/stream-video-js/commit/800e3308893212a305c53710939d9f47aad0d48d))
1669
- * **react-native:** check for ios provider name presence ([c6c5d2b](https://github.com/GetStream/stream-video-js/commit/c6c5d2bcc3f97ba3d7c28eac112db4cac9714078))
1711
+ - **react-native:** align outgoing call controls button sizes ([800e330](https://github.com/GetStream/stream-video-js/commit/800e3308893212a305c53710939d9f47aad0d48d))
1712
+ - **react-native:** check for ios provider name presence ([c6c5d2b](https://github.com/GetStream/stream-video-js/commit/c6c5d2bcc3f97ba3d7c28eac112db4cac9714078))
1670
1713
 
1671
1714
  ### [0.3.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.15...@stream-io/video-react-native-sdk-0.3.16) (2024-01-30)
1672
1715
 
1673
-
1674
1716
  ### Bug Fixes
1675
1717
 
1676
- * **react-native-sdk:** use call settings permissions in CallControls ([#1255](https://github.com/GetStream/stream-video-js/issues/1255)) ([3eefa0d](https://github.com/GetStream/stream-video-js/commit/3eefa0db85693f79e32e6970cc42b2e8a5765f1a))
1718
+ - **react-native-sdk:** use call settings permissions in CallControls ([#1255](https://github.com/GetStream/stream-video-js/issues/1255)) ([3eefa0d](https://github.com/GetStream/stream-video-js/commit/3eefa0db85693f79e32e6970cc42b2e8a5765f1a))
1677
1719
 
1678
1720
  ### [0.3.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.14...@stream-io/video-react-native-sdk-0.3.15) (2024-01-30)
1679
1721
 
1680
-
1681
1722
  ### Features
1682
1723
 
1683
- * migrate expo example app to v50 ([#1249](https://github.com/GetStream/stream-video-js/issues/1249)) ([f4c99ac](https://github.com/GetStream/stream-video-js/commit/f4c99ac8bcd750c9bfc1628f5c05cfe42e50bb9f))
1724
+ - migrate expo example app to v50 ([#1249](https://github.com/GetStream/stream-video-js/issues/1249)) ([f4c99ac](https://github.com/GetStream/stream-video-js/commit/f4c99ac8bcd750c9bfc1628f5c05cfe42e50bb9f))
1684
1725
 
1685
1726
  ### [0.3.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.13...@stream-io/video-react-native-sdk-0.3.14) (2024-01-29)
1686
1727
 
1687
1728
  ### Dependency Updates
1688
1729
 
1689
- * `@stream-io/video-client` updated to version `0.5.7`
1690
- * `@stream-io/video-react-bindings` updated to version `0.3.18`
1691
- ### [0.3.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.12...@stream-io/video-react-native-sdk-0.3.13) (2024-01-26)
1730
+ - `@stream-io/video-client` updated to version `0.5.7`
1731
+ - `@stream-io/video-react-bindings` updated to version `0.3.18`
1692
1732
 
1733
+ ### [0.3.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.12...@stream-io/video-react-native-sdk-0.3.13) (2024-01-26)
1693
1734
 
1694
1735
  ### Features
1695
1736
 
1696
- * add android default ringtone as the default ringing sound ([#1251](https://github.com/GetStream/stream-video-js/issues/1251)) ([bd47748](https://github.com/GetStream/stream-video-js/commit/bd47748177d82b9b0f5b1d01cfa1c8c5c28cc1ce))
1737
+ - add android default ringtone as the default ringing sound ([#1251](https://github.com/GetStream/stream-video-js/issues/1251)) ([bd47748](https://github.com/GetStream/stream-video-js/commit/bd47748177d82b9b0f5b1d01cfa1c8c5c28cc1ce))
1697
1738
 
1698
1739
  ### [0.3.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.11...@stream-io/video-react-native-sdk-0.3.12) (2024-01-25)
1699
1740
 
1700
-
1701
1741
  ### Bug Fixes
1702
1742
 
1703
- * pass sound and vibration to android notifications display ([f4e34ec](https://github.com/GetStream/stream-video-js/commit/f4e34ec77ae8ab2885d6b98c428085431b52bc00))
1743
+ - pass sound and vibration to android notifications display ([f4e34ec](https://github.com/GetStream/stream-video-js/commit/f4e34ec77ae8ab2885d6b98c428085431b52bc00))
1704
1744
 
1705
1745
  ### [0.3.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.10...@stream-io/video-react-native-sdk-0.3.11) (2024-01-19)
1706
1746
 
1707
1747
  ### Dependency Updates
1708
1748
 
1709
- * `@stream-io/video-client` updated to version `0.5.6`
1710
- * `@stream-io/video-react-bindings` updated to version `0.3.17`
1711
- ### [0.3.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.9...@stream-io/video-react-native-sdk-0.3.10) (2024-01-16)
1749
+ - `@stream-io/video-client` updated to version `0.5.6`
1750
+ - `@stream-io/video-react-bindings` updated to version `0.3.17`
1712
1751
 
1752
+ ### [0.3.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.9...@stream-io/video-react-native-sdk-0.3.10) (2024-01-16)
1713
1753
 
1714
1754
  ### Features
1715
1755
 
1716
- * **react-native:** add support for kotlin in expo config plugin ([#1239](https://github.com/GetStream/stream-video-js/issues/1239)) ([d285e32](https://github.com/GetStream/stream-video-js/commit/d285e32940cf3864932cc6053f8e66bc164bceb0)), closes [#1231](https://github.com/GetStream/stream-video-js/issues/1231)
1756
+ - **react-native:** add support for kotlin in expo config plugin ([#1239](https://github.com/GetStream/stream-video-js/issues/1239)) ([d285e32](https://github.com/GetStream/stream-video-js/commit/d285e32940cf3864932cc6053f8e66bc164bceb0)), closes [#1231](https://github.com/GetStream/stream-video-js/issues/1231)
1717
1757
 
1718
1758
  ### [0.3.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.8...@stream-io/video-react-native-sdk-0.3.9) (2024-01-16)
1719
1759
 
1720
1760
  ### Dependency Updates
1721
1761
 
1722
- * `@stream-io/video-client` updated to version `0.5.5`
1723
- * `@stream-io/video-react-bindings` updated to version `0.3.16`
1762
+ - `@stream-io/video-client` updated to version `0.5.5`
1763
+ - `@stream-io/video-react-bindings` updated to version `0.3.16`
1764
+
1724
1765
  ### [0.3.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.7...@stream-io/video-react-native-sdk-0.3.8) (2024-01-16)
1725
1766
 
1726
1767
  ### Dependency Updates
1727
1768
 
1728
- * `@stream-io/video-client` updated to version `0.5.4`
1729
- * `@stream-io/video-react-bindings` updated to version `0.3.15`
1730
- ### [0.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.6...@stream-io/video-react-native-sdk-0.3.7) (2024-01-05)
1769
+ - `@stream-io/video-client` updated to version `0.5.4`
1770
+ - `@stream-io/video-react-bindings` updated to version `0.3.15`
1731
1771
 
1772
+ ### [0.3.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.6...@stream-io/video-react-native-sdk-0.3.7) (2024-01-05)
1732
1773
 
1733
1774
  ### Features
1734
1775
 
1735
- * **react-native:** add ability to customize the objectFit for participant view ([#1225](https://github.com/GetStream/stream-video-js/issues/1225)) ([06c7010](https://github.com/GetStream/stream-video-js/commit/06c7010cd0fc128e4cfb582c8e8771e43a007629))
1776
+ - **react-native:** add ability to customize the objectFit for participant view ([#1225](https://github.com/GetStream/stream-video-js/issues/1225)) ([06c7010](https://github.com/GetStream/stream-video-js/commit/06c7010cd0fc128e4cfb582c8e8771e43a007629))
1736
1777
 
1737
1778
  ### [0.3.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.5...@stream-io/video-react-native-sdk-0.3.6) (2023-12-22)
1738
1779
 
1739
1780
  ### Dependency Updates
1740
1781
 
1741
- * `@stream-io/video-client` updated to version `0.5.3`
1742
- * `@stream-io/video-react-bindings` updated to version `0.3.14`
1782
+ - `@stream-io/video-client` updated to version `0.5.3`
1783
+ - `@stream-io/video-react-bindings` updated to version `0.3.14`
1784
+
1743
1785
  ### [0.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.4...@stream-io/video-react-native-sdk-0.3.5) (2023-12-11)
1744
1786
 
1745
1787
  ### Dependency Updates
1746
1788
 
1747
- * `@stream-io/video-client` updated to version `0.5.2`
1748
- * `@stream-io/video-react-bindings` updated to version `0.3.13`
1749
- ### [0.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.3...@stream-io/video-react-native-sdk-0.3.4) (2023-12-06)
1789
+ - `@stream-io/video-client` updated to version `0.5.2`
1790
+ - `@stream-io/video-react-bindings` updated to version `0.3.13`
1750
1791
 
1792
+ ### [0.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.3...@stream-io/video-react-native-sdk-0.3.4) (2023-12-06)
1751
1793
 
1752
1794
  ### Bug Fixes
1753
1795
 
1754
- * **react-native:** unnecessary setState in initial device management ([#1211](https://github.com/GetStream/stream-video-js/issues/1211)) ([c9a10c3](https://github.com/GetStream/stream-video-js/commit/c9a10c3938aeddcae0008d4de84a604c873dcbde))
1796
+ - **react-native:** unnecessary setState in initial device management ([#1211](https://github.com/GetStream/stream-video-js/issues/1211)) ([c9a10c3](https://github.com/GetStream/stream-video-js/commit/c9a10c3938aeddcae0008d4de84a604c873dcbde))
1755
1797
 
1756
1798
  ### [0.3.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.2...@stream-io/video-react-native-sdk-0.3.3) (2023-12-05)
1757
1799
 
1758
1800
  ### Dependency Updates
1759
1801
 
1760
- * `@stream-io/video-client` updated to version `0.5.1`
1761
- * `@stream-io/video-react-bindings` updated to version `0.3.12`
1802
+ - `@stream-io/video-client` updated to version `0.5.1`
1803
+ - `@stream-io/video-react-bindings` updated to version `0.3.12`
1762
1804
 
1763
1805
  ### Features
1764
1806
 
1765
- * **client:** speaking while muted in React Native using temporary peer connection ([#1207](https://github.com/GetStream/stream-video-js/issues/1207)) ([9093006](https://github.com/GetStream/stream-video-js/commit/90930063503b6dfb83572dad8a31e45b16bf1685))
1807
+ - **client:** speaking while muted in React Native using temporary peer connection ([#1207](https://github.com/GetStream/stream-video-js/issues/1207)) ([9093006](https://github.com/GetStream/stream-video-js/commit/90930063503b6dfb83572dad8a31e45b16bf1685))
1766
1808
 
1767
1809
  ### [0.3.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.1...@stream-io/video-react-native-sdk-0.3.2) (2023-12-04)
1768
1810
 
1769
-
1770
1811
  ### Bug Fixes
1771
1812
 
1772
- * **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
1813
+ - **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
1773
1814
 
1774
1815
  ### [0.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.3.0...@stream-io/video-react-native-sdk-0.3.1) (2023-11-30)
1775
1816
 
1776
-
1777
1817
  ### Bug Fixes
1778
1818
 
1779
- * **react-native:** do not trigger initial device setting after join ([204c303](https://github.com/GetStream/stream-video-js/commit/204c303353c536c44b77350bb49c117f21e093c5))
1819
+ - **react-native:** do not trigger initial device setting after join ([204c303](https://github.com/GetStream/stream-video-js/commit/204c303353c536c44b77350bb49c117f21e093c5))
1780
1820
 
1781
1821
  ## [0.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.14...@stream-io/video-react-native-sdk-0.3.0) (2023-11-29)
1782
1822
 
1783
1823
  ### Dependency Updates
1784
1824
 
1785
- * `@stream-io/video-client` updated to version `0.5.0`
1786
- * `@stream-io/video-react-bindings` updated to version `0.3.11`
1825
+ - `@stream-io/video-client` updated to version `0.5.0`
1826
+ - `@stream-io/video-react-bindings` updated to version `0.3.11`
1787
1827
 
1788
1828
  ### ⚠ BREAKING CHANGES
1789
1829
 
1790
- * **react-native:** move to webrtc 118 (#1197)
1830
+ - **react-native:** move to webrtc 118 (#1197)
1791
1831
 
1792
1832
  ### Features
1793
1833
 
1794
- * **react-native:** move to webrtc 118 ([#1197](https://github.com/GetStream/stream-video-js/issues/1197)) ([8cdbe11](https://github.com/GetStream/stream-video-js/commit/8cdbe11de069fcb6eae5643f5cef5c9612f6c805))
1795
-
1834
+ - **react-native:** move to webrtc 118 ([#1197](https://github.com/GetStream/stream-video-js/issues/1197)) ([8cdbe11](https://github.com/GetStream/stream-video-js/commit/8cdbe11de069fcb6eae5643f5cef5c9612f6c805))
1796
1835
 
1797
1836
  ### Bug Fixes
1798
1837
 
1799
- * **react-native:** remove unused import ([388d5fc](https://github.com/GetStream/stream-video-js/commit/388d5fc41479190c34b1f5042303157b96149381))
1838
+ - **react-native:** remove unused import ([388d5fc](https://github.com/GetStream/stream-video-js/commit/388d5fc41479190c34b1f5042303157b96149381))
1800
1839
 
1801
1840
  ### [0.2.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.13...@stream-io/video-react-native-sdk-0.2.14) (2023-11-27)
1802
1841
 
1803
1842
  ### Dependency Updates
1804
1843
 
1805
- * `@stream-io/video-client` updated to version `0.4.10`
1806
- * `@stream-io/video-react-bindings` updated to version `0.3.10`
1807
- ### [0.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.12...@stream-io/video-react-native-sdk-0.2.13) (2023-11-27)
1844
+ - `@stream-io/video-client` updated to version `0.4.10`
1845
+ - `@stream-io/video-react-bindings` updated to version `0.3.10`
1808
1846
 
1847
+ ### [0.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.12...@stream-io/video-react-native-sdk-0.2.13) (2023-11-27)
1809
1848
 
1810
1849
  ### Bug Fixes
1811
1850
 
1812
- * **react-native:** add default sound for android notifications ([6ecb6d3](https://github.com/GetStream/stream-video-js/commit/6ecb6d35016a4c8d8fc61d43c78a5b245c4f8ac5))
1851
+ - **react-native:** add default sound for android notifications ([6ecb6d3](https://github.com/GetStream/stream-video-js/commit/6ecb6d35016a4c8d8fc61d43c78a5b245c4f8ac5))
1813
1852
 
1814
1853
  ### [0.2.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.11...@stream-io/video-react-native-sdk-0.2.12) (2023-11-22)
1815
1854
 
1816
1855
  ### Dependency Updates
1817
1856
 
1818
- * `@stream-io/video-client` updated to version `0.4.9`
1819
- * `@stream-io/video-react-bindings` updated to version `0.3.9`
1820
- ### [0.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.10...@stream-io/video-react-native-sdk-0.2.11) (2023-11-17)
1857
+ - `@stream-io/video-client` updated to version `0.4.9`
1858
+ - `@stream-io/video-react-bindings` updated to version `0.3.9`
1821
1859
 
1860
+ ### [0.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.10...@stream-io/video-react-native-sdk-0.2.11) (2023-11-17)
1822
1861
 
1823
1862
  ### Features
1824
1863
 
1825
- * **react-native:** update rn-webrtc version ([159b1cc](https://github.com/GetStream/stream-video-js/commit/159b1cc6b581f9dff257aad481170a36d5d065e9))
1864
+ - **react-native:** update rn-webrtc version ([159b1cc](https://github.com/GetStream/stream-video-js/commit/159b1cc6b581f9dff257aad481170a36d5d065e9))
1826
1865
 
1827
1866
  ### [0.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.9...@stream-io/video-react-native-sdk-0.2.10) (2023-11-16)
1828
1867
 
1829
1868
  ### Dependency Updates
1830
1869
 
1831
- * `@stream-io/video-client` updated to version `0.4.8`
1832
- * `@stream-io/video-react-bindings` updated to version `0.3.8`
1870
+ - `@stream-io/video-client` updated to version `0.4.8`
1871
+ - `@stream-io/video-react-bindings` updated to version `0.3.8`
1872
+
1833
1873
  ### [0.2.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.8...@stream-io/video-react-native-sdk-0.2.9) (2023-11-13)
1834
1874
 
1835
1875
  ### Dependency Updates
1836
1876
 
1837
- * `@stream-io/video-client` updated to version `0.4.7`
1838
- * `@stream-io/video-react-bindings` updated to version `0.3.7`
1877
+ - `@stream-io/video-client` updated to version `0.4.7`
1878
+ - `@stream-io/video-react-bindings` updated to version `0.3.7`
1839
1879
 
1840
1880
  ### Features
1841
1881
 
1842
- * **device-api:** Browser Permissions API ([#1184](https://github.com/GetStream/stream-video-js/issues/1184)) ([a0b3573](https://github.com/GetStream/stream-video-js/commit/a0b3573b630ff8450953cdf1102fe722aea83f6f))
1882
+ - **device-api:** Browser Permissions API ([#1184](https://github.com/GetStream/stream-video-js/issues/1184)) ([a0b3573](https://github.com/GetStream/stream-video-js/commit/a0b3573b630ff8450953cdf1102fe722aea83f6f))
1843
1883
 
1844
1884
  ### [0.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.7...@stream-io/video-react-native-sdk-0.2.8) (2023-11-13)
1845
1885
 
1846
1886
  ### Dependency Updates
1847
1887
 
1848
- * `@stream-io/video-client` updated to version `0.4.6`
1849
- * `@stream-io/video-react-bindings` updated to version `0.3.6`
1850
- ### [0.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.6...@stream-io/video-react-native-sdk-0.2.7) (2023-11-10)
1888
+ - `@stream-io/video-client` updated to version `0.4.6`
1889
+ - `@stream-io/video-react-bindings` updated to version `0.3.6`
1851
1890
 
1891
+ ### [0.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.6...@stream-io/video-react-native-sdk-0.2.7) (2023-11-10)
1852
1892
 
1853
1893
  ### Bug Fixes
1854
1894
 
1855
- * **react-native:** Cannot find interface declaration for 'RCTEventEmitter' ([#1185](https://github.com/GetStream/stream-video-js/issues/1185)) ([ab0f314](https://github.com/GetStream/stream-video-js/commit/ab0f314bb035529b9b0da27e2c6c6ed17cd4c626))
1895
+ - **react-native:** Cannot find interface declaration for 'RCTEventEmitter' ([#1185](https://github.com/GetStream/stream-video-js/issues/1185)) ([ab0f314](https://github.com/GetStream/stream-video-js/commit/ab0f314bb035529b9b0da27e2c6c6ed17cd4c626))
1856
1896
 
1857
1897
  ### [0.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.5...@stream-io/video-react-native-sdk-0.2.6) (2023-11-07)
1858
1898
 
1859
1899
  ### Dependency Updates
1860
1900
 
1861
- * `@stream-io/video-client` updated to version `0.4.5`
1862
- * `@stream-io/video-react-bindings` updated to version `0.3.5`
1901
+ - `@stream-io/video-client` updated to version `0.4.5`
1902
+ - `@stream-io/video-react-bindings` updated to version `0.3.5`
1903
+
1863
1904
  ### [0.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.4...@stream-io/video-react-native-sdk-0.2.5) (2023-11-02)
1864
1905
 
1865
1906
  ### Dependency Updates
1866
1907
 
1867
- * `@stream-io/video-client` updated to version `0.4.4`
1868
- * `@stream-io/video-react-bindings` updated to version `0.3.4`
1908
+ - `@stream-io/video-client` updated to version `0.4.4`
1909
+ - `@stream-io/video-react-bindings` updated to version `0.3.4`
1910
+
1869
1911
  ### [0.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.3...@stream-io/video-react-native-sdk-0.2.4) (2023-11-01)
1870
1912
 
1871
1913
  ### Dependency Updates
1872
1914
 
1873
- * `@stream-io/video-client` updated to version `0.4.3`
1874
- * `@stream-io/video-react-bindings` updated to version `0.3.3`
1915
+ - `@stream-io/video-client` updated to version `0.4.3`
1916
+ - `@stream-io/video-react-bindings` updated to version `0.3.3`
1917
+
1875
1918
  ### [0.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.2...@stream-io/video-react-native-sdk-0.2.3) (2023-11-01)
1876
1919
 
1877
1920
  ### Dependency Updates
1878
1921
 
1879
- * `@stream-io/video-client` updated to version `0.4.2`
1880
- * `@stream-io/video-react-bindings` updated to version `0.3.2`
1922
+ - `@stream-io/video-client` updated to version `0.4.2`
1923
+ - `@stream-io/video-react-bindings` updated to version `0.3.2`
1924
+
1881
1925
  ### [0.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.1...@stream-io/video-react-native-sdk-0.2.2) (2023-10-30)
1882
1926
 
1883
1927
  ### Dependency Updates
1884
1928
 
1885
- * `@stream-io/video-client` updated to version `0.4.1`
1886
- * `@stream-io/video-react-bindings` updated to version `0.3.1`
1887
- ### [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.0...@stream-io/video-react-native-sdk-0.2.1) (2023-10-27)
1929
+ - `@stream-io/video-client` updated to version `0.4.1`
1930
+ - `@stream-io/video-react-bindings` updated to version `0.3.1`
1888
1931
 
1932
+ ### [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.0...@stream-io/video-react-native-sdk-0.2.1) (2023-10-27)
1889
1933
 
1890
1934
  ### Features
1891
1935
 
1892
- * **react-native:** add screensharing ([#1149](https://github.com/GetStream/stream-video-js/issues/1149)) ([e021365](https://github.com/GetStream/stream-video-js/commit/e021365158d9bbe3c6192294a02fa694ce9f24fe))
1936
+ - **react-native:** add screensharing ([#1149](https://github.com/GetStream/stream-video-js/issues/1149)) ([e021365](https://github.com/GetStream/stream-video-js/commit/e021365158d9bbe3c6192294a02fa694ce9f24fe))
1893
1937
 
1894
1938
  ## [0.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.14...@stream-io/video-react-native-sdk-0.2.0) (2023-10-27)
1895
1939
 
1896
1940
  ### Dependency Updates
1897
1941
 
1898
- * `@stream-io/video-client` updated to version `0.4.0`
1899
- * `@stream-io/video-react-bindings` updated to version `0.3.0`
1942
+ - `@stream-io/video-client` updated to version `0.4.0`
1943
+ - `@stream-io/video-react-bindings` updated to version `0.3.0`
1900
1944
 
1901
1945
  ### ⚠ BREAKING CHANGES
1902
1946
 
1903
- * **react-sdk:** Universal Device Management API (#1127)
1947
+ - **react-sdk:** Universal Device Management API (#1127)
1904
1948
 
1905
1949
  ### Features
1906
1950
 
1907
- * **react-sdk:** Universal Device Management API ([#1127](https://github.com/GetStream/stream-video-js/issues/1127)) ([aeb3561](https://github.com/GetStream/stream-video-js/commit/aeb35612745f45254b536281c5f81d1bcac2bab5))
1951
+ - **react-sdk:** Universal Device Management API ([#1127](https://github.com/GetStream/stream-video-js/issues/1127)) ([aeb3561](https://github.com/GetStream/stream-video-js/commit/aeb35612745f45254b536281c5f81d1bcac2bab5))
1908
1952
 
1909
1953
  ### [0.1.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.13...@stream-io/video-react-native-sdk-0.1.14) (2023-10-26)
1910
1954
 
1911
1955
  ### Dependency Updates
1912
1956
 
1913
- * `@stream-io/video-react-bindings` updated to version `0.2.37`
1957
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
1958
+
1914
1959
  ### [0.1.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.12...@stream-io/video-react-native-sdk-0.1.13) (2023-10-25)
1915
1960
 
1916
1961
  ### Dependency Updates
1917
1962
 
1918
- * `@stream-io/video-client` updated to version `0.3.36`
1919
- * `@stream-io/video-react-bindings` updated to version `0.2.37`
1920
- ### [0.1.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.11...@stream-io/video-react-native-sdk-0.1.12) (2023-10-20)
1963
+ - `@stream-io/video-client` updated to version `0.3.36`
1964
+ - `@stream-io/video-react-bindings` updated to version `0.2.37`
1921
1965
 
1966
+ ### [0.1.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.11...@stream-io/video-react-native-sdk-0.1.12) (2023-10-20)
1922
1967
 
1923
1968
  ### Features
1924
1969
 
1925
- * **react-native:** add picture-in-picture support for Android ([#1133](https://github.com/GetStream/stream-video-js/issues/1133)) ([ad313cc](https://github.com/GetStream/stream-video-js/commit/ad313cc1abf59020936b342621669448bd03c0a8))
1970
+ - **react-native:** add picture-in-picture support for Android ([#1133](https://github.com/GetStream/stream-video-js/issues/1133)) ([ad313cc](https://github.com/GetStream/stream-video-js/commit/ad313cc1abf59020936b342621669448bd03c0a8))
1926
1971
 
1927
1972
  ### [0.1.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.10...@stream-io/video-react-native-sdk-0.1.11) (2023-10-19)
1928
1973
 
1929
-
1930
1974
  ### Features
1931
1975
 
1932
- * **react-native:** live stream components for host and viewer ([#1135](https://github.com/GetStream/stream-video-js/issues/1135)) ([5a5f0e1](https://github.com/GetStream/stream-video-js/commit/5a5f0e10ba7c32d77c547bd3e42396a385fb9f50))
1976
+ - **react-native:** live stream components for host and viewer ([#1135](https://github.com/GetStream/stream-video-js/issues/1135)) ([5a5f0e1](https://github.com/GetStream/stream-video-js/commit/5a5f0e10ba7c32d77c547bd3e42396a385fb9f50))
1933
1977
 
1934
1978
  ### [0.1.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.9...@stream-io/video-react-native-sdk-0.1.10) (2023-10-19)
1935
1979
 
1936
1980
  ### Dependency Updates
1937
1981
 
1938
- * `@stream-io/video-client` updated to version `0.3.35`
1939
- * `@stream-io/video-react-bindings` updated to version `0.2.36`
1982
+ - `@stream-io/video-client` updated to version `0.3.35`
1983
+ - `@stream-io/video-react-bindings` updated to version `0.2.36`
1940
1984
 
1941
1985
  ### Features
1942
1986
 
1943
- * mute screenshare_audio, update to the newest OpenAPI schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
1987
+ - mute screenshare_audio, update to the newest OpenAPI schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
1944
1988
 
1945
1989
  ### [0.1.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.8...@stream-io/video-react-native-sdk-0.1.9) (2023-10-18)
1946
1990
 
1947
1991
  ### Dependency Updates
1948
1992
 
1949
- * `@stream-io/video-client` updated to version `0.3.34`
1950
- * `@stream-io/video-react-bindings` updated to version `0.2.35`
1993
+ - `@stream-io/video-client` updated to version `0.3.34`
1994
+ - `@stream-io/video-react-bindings` updated to version `0.2.35`
1951
1995
 
1952
1996
  ### Features
1953
1997
 
1954
- * **build:** ESM and CJS bundles ([#1144](https://github.com/GetStream/stream-video-js/issues/1144)) ([58b60ee](https://github.com/GetStream/stream-video-js/commit/58b60eee4b1cd667d2eef8f17ed4e6da74876a51)), closes [#1025](https://github.com/GetStream/stream-video-js/issues/1025)
1998
+ - **build:** ESM and CJS bundles ([#1144](https://github.com/GetStream/stream-video-js/issues/1144)) ([58b60ee](https://github.com/GetStream/stream-video-js/commit/58b60eee4b1cd667d2eef8f17ed4e6da74876a51)), closes [#1025](https://github.com/GetStream/stream-video-js/issues/1025)
1955
1999
 
1956
2000
  ### [0.1.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.7...@stream-io/video-react-native-sdk-0.1.8) (2023-10-13)
1957
2001
 
1958
-
1959
2002
  ### Bug Fixes
1960
2003
 
1961
- * **react-native:** misc expo config plugin bugs ([bba3f84](https://github.com/GetStream/stream-video-js/commit/bba3f8437cb0f7a662adef4e89fbc487225a5ed5))
2004
+ - **react-native:** misc expo config plugin bugs ([bba3f84](https://github.com/GetStream/stream-video-js/commit/bba3f8437cb0f7a662adef4e89fbc487225a5ed5))
1962
2005
 
1963
2006
  ### [0.1.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.6...@stream-io/video-react-native-sdk-0.1.7) (2023-10-13)
1964
2007
 
1965
2008
  ### Dependency Updates
1966
2009
 
1967
- * `@stream-io/video-client` updated to version `0.3.33`
1968
- * `@stream-io/video-react-bindings` updated to version `0.2.34`
2010
+ - `@stream-io/video-client` updated to version `0.3.33`
2011
+ - `@stream-io/video-react-bindings` updated to version `0.2.34`
1969
2012
 
1970
2013
  ### Bug Fixes
1971
2014
 
1972
- * **react-native:** added missing webrtc android expo config steps ([fb2c5a1](https://github.com/GetStream/stream-video-js/commit/fb2c5a1da24bc6c7d9d235ad1d8a562c8a075360))
2015
+ - **react-native:** added missing webrtc android expo config steps ([fb2c5a1](https://github.com/GetStream/stream-video-js/commit/fb2c5a1da24bc6c7d9d235ad1d8a562c8a075360))
1973
2016
 
1974
2017
  ### [0.1.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.5...@stream-io/video-react-native-sdk-0.1.6) (2023-10-13)
1975
2018
 
1976
2019
  ### Dependency Updates
1977
2020
 
1978
- * `@stream-io/video-client` updated to version `0.3.32`
1979
- * `@stream-io/video-react-bindings` updated to version `0.2.33`
2021
+ - `@stream-io/video-client` updated to version `0.3.32`
2022
+ - `@stream-io/video-react-bindings` updated to version `0.2.33`
1980
2023
 
1981
2024
  ### Features
1982
2025
 
1983
- * **react-native:** add landscape mode support to Lobby, RingingCallContent and DF app ([#1123](https://github.com/GetStream/stream-video-js/issues/1123)) ([cc247f0](https://github.com/GetStream/stream-video-js/commit/cc247f07d50acc775034535e37fd5b319f26673d))
1984
-
2026
+ - **react-native:** add landscape mode support to Lobby, RingingCallContent and DF app ([#1123](https://github.com/GetStream/stream-video-js/issues/1123)) ([cc247f0](https://github.com/GetStream/stream-video-js/commit/cc247f07d50acc775034535e37fd5b319f26673d))
1985
2027
 
1986
2028
  ### Bug Fixes
1987
2029
 
1988
- * **react-native:** incorrect starting position on reanimated floating animation ([#1139](https://github.com/GetStream/stream-video-js/issues/1139)) ([8d09012](https://github.com/GetStream/stream-video-js/commit/8d09012bc42adbd4474ddbc24ebb0b0362e7332e))
2030
+ - **react-native:** incorrect starting position on reanimated floating animation ([#1139](https://github.com/GetStream/stream-video-js/issues/1139)) ([8d09012](https://github.com/GetStream/stream-video-js/commit/8d09012bc42adbd4474ddbc24ebb0b0362e7332e))
1989
2031
 
1990
2032
  ### [0.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.4...@stream-io/video-react-native-sdk-0.1.5) (2023-10-11)
1991
2033
 
1992
-
1993
2034
  ### Bug Fixes
1994
2035
 
1995
- * **react-native:** faulty default value for landscape mode for CallContent ([#1137](https://github.com/GetStream/stream-video-js/issues/1137)) ([ecb72b3](https://github.com/GetStream/stream-video-js/commit/ecb72b34c9acce690bfa157501c5dce845519670))
2036
+ - **react-native:** faulty default value for landscape mode for CallContent ([#1137](https://github.com/GetStream/stream-video-js/issues/1137)) ([ecb72b3](https://github.com/GetStream/stream-video-js/commit/ecb72b34c9acce690bfa157501c5dce845519670))
1996
2037
 
1997
2038
  ### [0.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.3...@stream-io/video-react-native-sdk-0.1.4) (2023-10-09)
1998
2039
 
1999
2040
  ### Dependency Updates
2000
2041
 
2001
- * `@stream-io/video-client` updated to version `0.3.31`
2002
- * `@stream-io/video-react-bindings` updated to version `0.2.32`
2042
+ - `@stream-io/video-client` updated to version `0.3.31`
2043
+ - `@stream-io/video-react-bindings` updated to version `0.2.32`
2003
2044
 
2004
2045
  ### Features
2005
2046
 
2006
- * **react-native:** add all push support to Expo and non ringing push for vanilla ([#1097](https://github.com/GetStream/stream-video-js/issues/1097)) ([9dcbe23](https://github.com/GetStream/stream-video-js/commit/9dcbe23dc949e452132b5450419a9558dc836309))
2047
+ - **react-native:** add all push support to Expo and non ringing push for vanilla ([#1097](https://github.com/GetStream/stream-video-js/issues/1097)) ([9dcbe23](https://github.com/GetStream/stream-video-js/commit/9dcbe23dc949e452132b5450419a9558dc836309))
2007
2048
 
2008
2049
  ### [0.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.2...@stream-io/video-react-native-sdk-0.1.3) (2023-10-06)
2009
2050
 
2010
2051
  ### Dependency Updates
2011
2052
 
2012
- * `@stream-io/video-client` updated to version `0.3.30`
2013
- * `@stream-io/video-react-bindings` updated to version `0.2.31`
2053
+ - `@stream-io/video-client` updated to version `0.3.30`
2054
+ - `@stream-io/video-react-bindings` updated to version `0.2.31`
2014
2055
 
2015
2056
  ### Features
2016
2057
 
2017
- * ScreenShare Audio support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
2058
+ - ScreenShare Audio support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
2018
2059
 
2019
2060
  ### [0.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.1...@stream-io/video-react-native-sdk-0.1.2) (2023-10-05)
2020
2061
 
2021
2062
  ### Dependency Updates
2022
2063
 
2023
- * `@stream-io/video-client` updated to version `0.3.29`
2024
- * `@stream-io/video-react-bindings` updated to version `0.2.30`
2025
- ### [0.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.0...@stream-io/video-react-native-sdk-0.1.1) (2023-10-04)
2064
+ - `@stream-io/video-client` updated to version `0.3.29`
2065
+ - `@stream-io/video-react-bindings` updated to version `0.2.30`
2026
2066
 
2067
+ ### [0.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.0...@stream-io/video-react-native-sdk-0.1.1) (2023-10-04)
2027
2068
 
2028
2069
  ### Features
2029
2070
 
2030
- * **react-native:** add lobby footer component ([#1091](https://github.com/GetStream/stream-video-js/issues/1091)) ([4945eb3](https://github.com/GetStream/stream-video-js/commit/4945eb358c4217f502a9735865664cef6c133a93))
2071
+ - **react-native:** add lobby footer component ([#1091](https://github.com/GetStream/stream-video-js/issues/1091)) ([4945eb3](https://github.com/GetStream/stream-video-js/commit/4945eb358c4217f502a9735865664cef6c133a93))
2031
2072
 
2032
2073
  ## [0.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.28...@stream-io/video-react-native-sdk-0.1.0) (2023-10-04)
2033
2074
 
2034
-
2035
2075
  ### ⚠ BREAKING CHANGES
2036
2076
 
2037
- * **react-native:** set reactions through props and not config (#1069)
2077
+ - **react-native:** set reactions through props and not config (#1069)
2038
2078
 
2039
2079
  ### Features
2040
2080
 
2041
- * **react-native:** set reactions through props and not config ([#1069](https://github.com/GetStream/stream-video-js/issues/1069)) ([9569648](https://github.com/GetStream/stream-video-js/commit/95696482c5622c3c93f071356b980deebee6bfbf))
2081
+ - **react-native:** set reactions through props and not config ([#1069](https://github.com/GetStream/stream-video-js/issues/1069)) ([9569648](https://github.com/GetStream/stream-video-js/commit/95696482c5622c3c93f071356b980deebee6bfbf))
2042
2082
 
2043
2083
  ### [0.0.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.27...@stream-io/video-react-native-sdk-0.0.28) (2023-10-02)
2044
2084
 
2045
-
2046
2085
  ### Features
2047
2086
 
2048
- * **react-native:** support landscape more for CallContent ([#1119](https://github.com/GetStream/stream-video-js/issues/1119)) ([2e218b4](https://github.com/GetStream/stream-video-js/commit/2e218b4ad8f00c5eb1632d64df6c5d3456b5af41))
2087
+ - **react-native:** support landscape more for CallContent ([#1119](https://github.com/GetStream/stream-video-js/issues/1119)) ([2e218b4](https://github.com/GetStream/stream-video-js/commit/2e218b4ad8f00c5eb1632d64df6c5d3456b5af41))
2049
2088
 
2050
2089
  ### [0.0.27](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.26...@stream-io/video-react-native-sdk-0.0.27) (2023-09-28)
2051
2090
 
2052
2091
  ### Dependency Updates
2053
2092
 
2054
- * `@stream-io/video-client` updated to version `0.3.28`
2055
- * `@stream-io/video-react-bindings` updated to version `0.2.29`
2056
- ### [0.0.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.25...@stream-io/video-react-native-sdk-0.0.26) (2023-09-28)
2093
+ - `@stream-io/video-client` updated to version `0.3.28`
2094
+ - `@stream-io/video-react-bindings` updated to version `0.2.29`
2057
2095
 
2096
+ ### [0.0.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.25...@stream-io/video-react-native-sdk-0.0.26) (2023-09-28)
2058
2097
 
2059
2098
  ### Bug Fixes
2060
2099
 
2061
- * **react-native:** initial media stream management according to BE and SDK settings ([#1110](https://github.com/GetStream/stream-video-js/issues/1110)) ([cca7cf6](https://github.com/GetStream/stream-video-js/commit/cca7cf6d977a3a46e17deb73fa4f1b585d2039e8))
2100
+ - **react-native:** initial media stream management according to BE and SDK settings ([#1110](https://github.com/GetStream/stream-video-js/issues/1110)) ([cca7cf6](https://github.com/GetStream/stream-video-js/commit/cca7cf6d977a3a46e17deb73fa4f1b585d2039e8))
2062
2101
 
2063
2102
  ### [0.0.25](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.24...@stream-io/video-react-native-sdk-0.0.25) (2023-09-28)
2064
2103
 
2065
2104
  ### Dependency Updates
2066
2105
 
2067
- * `@stream-io/video-client` updated to version `0.1.0`
2068
- * `@stream-io/video-react-bindings` updated to version `0.2.28`
2106
+ - `@stream-io/video-client` updated to version `0.1.0`
2107
+ - `@stream-io/video-react-bindings` updated to version `0.2.28`
2108
+
2069
2109
  ### [0.0.24](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.23...@stream-io/video-react-native-sdk-0.0.24) (2023-09-27)
2070
2110
 
2071
2111
  ### Dependency Updates
2072
2112
 
2073
- * `@stream-io/video-client` updated to version `0.1.0`
2074
- * `@stream-io/video-react-bindings` updated to version `0.2.27`
2113
+ - `@stream-io/video-client` updated to version `0.1.0`
2114
+ - `@stream-io/video-react-bindings` updated to version `0.2.27`
2075
2115
 
2076
2116
  ### Features
2077
2117
 
2078
- * **Call Preview:** Support for call thumbnails ([#1099](https://github.com/GetStream/stream-video-js/issues/1099)) ([9274f76](https://github.com/GetStream/stream-video-js/commit/9274f760ed264ee0ee6ac97c6fe679288e067fd8))
2118
+ - **Call Preview:** Support for call thumbnails ([#1099](https://github.com/GetStream/stream-video-js/issues/1099)) ([9274f76](https://github.com/GetStream/stream-video-js/commit/9274f760ed264ee0ee6ac97c6fe679288e067fd8))
2079
2119
 
2080
2120
  ### [0.0.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.22...@stream-io/video-react-native-sdk-0.0.23) (2023-09-27)
2081
2121
 
2082
2122
  ### Dependency Updates
2083
2123
 
2084
- * `@stream-io/video-client` updated to version `0.1.0`
2085
- * `@stream-io/video-react-bindings` updated to version `0.2.26`
2124
+ - `@stream-io/video-client` updated to version `0.1.0`
2125
+ - `@stream-io/video-react-bindings` updated to version `0.2.26`
2126
+
2086
2127
  ### [0.0.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.21...@stream-io/video-react-native-sdk-0.0.22) (2023-09-26)
2087
2128
 
2088
2129
  ### Dependency Updates
2089
2130
 
2090
- * `@stream-io/video-client` updated to version `0.1.0`
2091
- * `@stream-io/video-react-bindings` updated to version `0.2.25`
2131
+ - `@stream-io/video-client` updated to version `0.1.0`
2132
+ - `@stream-io/video-react-bindings` updated to version `0.2.25`
2133
+
2092
2134
  ### [0.0.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.20...@stream-io/video-react-native-sdk-0.0.21) (2023-09-26)
2093
2135
 
2094
2136
  ### Dependency Updates
2095
2137
 
2096
- * `@stream-io/video-client` updated to version `0.1.0`
2097
- * `@stream-io/video-react-bindings` updated to version `0.2.24`
2138
+ - `@stream-io/video-client` updated to version `0.1.0`
2139
+ - `@stream-io/video-react-bindings` updated to version `0.2.24`
2140
+
2098
2141
  ### [0.0.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.19...@stream-io/video-react-native-sdk-0.0.20) (2023-09-25)
2099
2142
 
2100
2143
  ### Dependency Updates
2101
2144
 
2102
- * `@stream-io/i18n` updated to version `0.1.2`
2103
- * `@stream-io/video-client` updated to version `0.1.0`
2104
- * `@stream-io/video-react-bindings` updated to version `0.2.23`
2145
+ - `@stream-io/i18n` updated to version `0.1.2`
2146
+ - `@stream-io/video-client` updated to version `0.1.0`
2147
+ - `@stream-io/video-react-bindings` updated to version `0.2.23`
2105
2148
 
2106
2149
  ### Bug Fixes
2107
2150
 
2108
- * Add extra delay before attempting to play video in Safari and Firefox ([#1106](https://github.com/GetStream/stream-video-js/issues/1106)) ([5b4a589](https://github.com/GetStream/stream-video-js/commit/5b4a58918240a7b63807726609d6d54b92cfe1d2))
2151
+ - Add extra delay before attempting to play video in Safari and Firefox ([#1106](https://github.com/GetStream/stream-video-js/issues/1106)) ([5b4a589](https://github.com/GetStream/stream-video-js/commit/5b4a58918240a7b63807726609d6d54b92cfe1d2))
2109
2152
 
2110
2153
  ### [0.0.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.18...@stream-io/video-react-native-sdk-0.0.19) (2023-09-20)
2111
2154
 
2112
2155
  ### Dependency Updates
2113
2156
 
2114
- * `@stream-io/video-client` updated to version `0.1.0`
2115
- * `@stream-io/video-react-bindings` updated to version `0.2.22`
2157
+ - `@stream-io/video-client` updated to version `0.1.0`
2158
+ - `@stream-io/video-react-bindings` updated to version `0.2.22`
2159
+
2116
2160
  ### [0.0.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.17...@stream-io/video-react-native-sdk-0.0.18) (2023-09-19)
2117
2161
 
2118
2162
  ### Dependency Updates
2119
2163
 
2120
- * `@stream-io/video-client` updated to version `0.1.0`
2121
- * `@stream-io/video-react-bindings` updated to version `0.2.21`
2164
+ - `@stream-io/video-client` updated to version `0.1.0`
2165
+ - `@stream-io/video-react-bindings` updated to version `0.2.21`
2166
+
2122
2167
  ### [0.0.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.16...@stream-io/video-react-native-sdk-0.0.17) (2023-09-18)
2123
2168
 
2124
2169
  ### Dependency Updates
2125
2170
 
2126
- * `@stream-io/video-client` updated to version `0.1.0`
2171
+ - `@stream-io/video-client` updated to version `0.1.0`
2172
+
2127
2173
  ### [0.0.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.15...@stream-io/video-react-native-sdk-0.0.16) (2023-09-15)
2128
2174
 
2129
2175
  ### Dependency Updates
2130
2176
 
2131
- * `@stream-io/video-client` updated to version `0.1.0`
2132
- * `@stream-io/video-react-bindings` updated to version `0.2.20`
2177
+ - `@stream-io/video-client` updated to version `0.1.0`
2178
+ - `@stream-io/video-react-bindings` updated to version `0.2.20`
2133
2179
 
2134
2180
  ### Bug Fixes
2135
2181
 
2136
- * initial device state handling ([#1092](https://github.com/GetStream/stream-video-js/issues/1092)) ([a98d07f](https://github.com/GetStream/stream-video-js/commit/a98d07f9e3eaf6bb059911538ba2a64a1550e53d))
2182
+ - initial device state handling ([#1092](https://github.com/GetStream/stream-video-js/issues/1092)) ([a98d07f](https://github.com/GetStream/stream-video-js/commit/a98d07f9e3eaf6bb059911538ba2a64a1550e53d))
2137
2183
 
2138
2184
  ### [0.0.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.14...@stream-io/video-react-native-sdk-0.0.15) (2023-09-15)
2139
2185
 
2140
2186
  ### Dependency Updates
2141
2187
 
2142
- * `@stream-io/video-client` updated to version `0.1.0`
2143
- * `@stream-io/video-react-bindings` updated to version `0.2.19`
2188
+ - `@stream-io/video-client` updated to version `0.1.0`
2189
+ - `@stream-io/video-react-bindings` updated to version `0.2.19`
2190
+
2144
2191
  ### [0.0.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.13...@stream-io/video-react-native-sdk-0.0.14) (2023-09-14)
2145
2192
 
2146
2193
  ### Dependency Updates
2147
2194
 
2148
- * `@stream-io/video-client` updated to version `0.1.0`
2149
- * `@stream-io/video-react-bindings` updated to version `0.2.18`
2195
+ - `@stream-io/video-client` updated to version `0.1.0`
2196
+ - `@stream-io/video-react-bindings` updated to version `0.2.18`
2197
+
2150
2198
  ### [0.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.12...@stream-io/video-react-native-sdk-0.0.13) (2023-09-13)
2151
2199
 
2152
2200
  ### Dependency Updates
2153
2201
 
2154
- * `@stream-io/video-client` updated to version `0.1.0`
2155
- * `@stream-io/video-react-bindings` updated to version `0.2.17`
2156
- ### [0.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.11...@stream-io/video-react-native-sdk-0.0.12) (2023-09-12)
2202
+ - `@stream-io/video-client` updated to version `0.1.0`
2203
+ - `@stream-io/video-react-bindings` updated to version `0.2.17`
2157
2204
 
2205
+ ### [0.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.11...@stream-io/video-react-native-sdk-0.0.12) (2023-09-12)
2158
2206
 
2159
2207
  ### Bug Fixes
2160
2208
 
2161
- * **react-native:** remove method to inform SDK about native permissions ([#1072](https://github.com/GetStream/stream-video-js/issues/1072)) ([53b4abd](https://github.com/GetStream/stream-video-js/commit/53b4abd80c17fc21d7f3a93dd103946ef0b3f080))
2209
+ - **react-native:** remove method to inform SDK about native permissions ([#1072](https://github.com/GetStream/stream-video-js/issues/1072)) ([53b4abd](https://github.com/GetStream/stream-video-js/commit/53b4abd80c17fc21d7f3a93dd103946ef0b3f080))
2162
2210
 
2163
2211
  ### [0.0.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.10...@stream-io/video-react-native-sdk-0.0.11) (2023-09-12)
2164
2212
 
2165
-
2166
2213
  ### Bug Fixes
2167
2214
 
2168
- * **react-native:** add missing commonjs support ([#1075](https://github.com/GetStream/stream-video-js/issues/1075)) ([c9e4e7d](https://github.com/GetStream/stream-video-js/commit/c9e4e7df73c8568286afe18ec7816aa69836b1c7))
2215
+ - **react-native:** add missing commonjs support ([#1075](https://github.com/GetStream/stream-video-js/issues/1075)) ([c9e4e7d](https://github.com/GetStream/stream-video-js/commit/c9e4e7df73c8568286afe18ec7816aa69836b1c7))
2169
2216
 
2170
2217
  ### [0.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.9...@stream-io/video-react-native-sdk-0.0.10) (2023-09-11)
2171
2218
 
2172
-
2173
2219
  ### Bug Fixes
2174
2220
 
2175
- * **react-native:** add missing expo plugin in npm pack ([bfeb79d](https://github.com/GetStream/stream-video-js/commit/bfeb79d2a540f627e8fcefbe1524cf634307ce84))
2221
+ - **react-native:** add missing expo plugin in npm pack ([bfeb79d](https://github.com/GetStream/stream-video-js/commit/bfeb79d2a540f627e8fcefbe1524cf634307ce84))
2176
2222
 
2177
2223
  ### [0.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.8...@stream-io/video-react-native-sdk-0.0.9) (2023-09-11)
2178
2224
 
2179
2225
  ### Dependency Updates
2180
2226
 
2181
- * `@stream-io/video-client` updated to version `0.1.0`
2182
- * `@stream-io/video-react-bindings` updated to version `0.2.16`
2183
- ### [0.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.7...@stream-io/video-react-native-sdk-0.0.8) (2023-09-07)
2227
+ - `@stream-io/video-client` updated to version `0.1.0`
2228
+ - `@stream-io/video-react-bindings` updated to version `0.2.16`
2184
2229
 
2230
+ ### [0.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.7...@stream-io/video-react-native-sdk-0.0.8) (2023-09-07)
2185
2231
 
2186
2232
  ### Features
2187
2233
 
2188
- * **react-native:** add expo video sample app ([#974](https://github.com/GetStream/stream-video-js/issues/974)) ([3c61756](https://github.com/GetStream/stream-video-js/commit/3c617566bea8160c765682c256d84d72e4243082))
2234
+ - **react-native:** add expo video sample app ([#974](https://github.com/GetStream/stream-video-js/issues/974)) ([3c61756](https://github.com/GetStream/stream-video-js/commit/3c617566bea8160c765682c256d84d72e4243082))
2189
2235
 
2190
2236
  ### [0.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.6...@stream-io/video-react-native-sdk-0.0.7) (2023-09-06)
2191
2237
 
2192
-
2193
2238
  ### Bug Fixes
2194
2239
 
2195
- * downgraded rn url polyfill dep to be compatible with jest ([#1059](https://github.com/GetStream/stream-video-js/issues/1059)) ([6f17239](https://github.com/GetStream/stream-video-js/commit/6f1723943e106a8584e46976350f1898b1b3bf50))
2240
+ - downgraded rn url polyfill dep to be compatible with jest ([#1059](https://github.com/GetStream/stream-video-js/issues/1059)) ([6f17239](https://github.com/GetStream/stream-video-js/commit/6f1723943e106a8584e46976350f1898b1b3bf50))
2196
2241
 
2197
2242
  ### [0.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.5...@stream-io/video-react-native-sdk-0.0.6) (2023-09-05)
2198
2243
 
2199
-
2200
2244
  ### Bug Fixes
2201
2245
 
2202
- * added missing props for RingingCallContent ([#1057](https://github.com/GetStream/stream-video-js/issues/1057)) ([60bb247](https://github.com/GetStream/stream-video-js/commit/60bb2474f837346a87e06610fe26758caf12c890))
2246
+ - added missing props for RingingCallContent ([#1057](https://github.com/GetStream/stream-video-js/issues/1057)) ([60bb247](https://github.com/GetStream/stream-video-js/commit/60bb2474f837346a87e06610fe26758caf12c890))
2203
2247
 
2204
2248
  ### [0.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.4...@stream-io/video-react-native-sdk-0.0.5) (2023-09-05)
2205
2249
 
2206
-
2207
2250
  ### Bug Fixes
2208
2251
 
2209
- * override default handler with onPressHandler prop for ToggleCameraButton ([#1053](https://github.com/GetStream/stream-video-js/issues/1053)) ([2eecce6](https://github.com/GetStream/stream-video-js/commit/2eecce6d8e66ba58bede69776815efa929680716))
2252
+ - override default handler with onPressHandler prop for ToggleCameraButton ([#1053](https://github.com/GetStream/stream-video-js/issues/1053)) ([2eecce6](https://github.com/GetStream/stream-video-js/commit/2eecce6d8e66ba58bede69776815efa929680716))
2210
2253
 
2211
2254
  ### [0.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.3...@stream-io/video-react-native-sdk-0.0.4) (2023-09-05)
2212
2255
 
2213
-
2214
2256
  ### Bug Fixes
2215
2257
 
2216
- * **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
2258
+ - **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
2217
2259
 
2218
2260
  ### [0.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.2...@stream-io/video-react-native-sdk-0.0.3) (2023-09-05)
2219
2261
 
2220
2262
  ### Dependency Updates
2221
2263
 
2222
- * `@stream-io/video-client` updated to version `0.1.0`
2223
- * `@stream-io/video-react-bindings` updated to version `0.2.15`
2224
- ### [0.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1...@stream-io/video-react-native-sdk-0.0.2) (2023-09-05)
2264
+ - `@stream-io/video-client` updated to version `0.1.0`
2265
+ - `@stream-io/video-react-bindings` updated to version `0.2.15`
2225
2266
 
2267
+ ### [0.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1...@stream-io/video-react-native-sdk-0.0.2) (2023-09-05)
2226
2268
 
2227
2269
  ### Bug Fixes
2228
2270
 
2229
- * handle media device initial state when media status is undefined ([#1051](https://github.com/GetStream/stream-video-js/issues/1051)) ([4c9ff8d](https://github.com/GetStream/stream-video-js/commit/4c9ff8dda64eb5939ab1bae42734003da9aa768b))
2271
+ - handle media device initial state when media status is undefined ([#1051](https://github.com/GetStream/stream-video-js/issues/1051)) ([4c9ff8d](https://github.com/GetStream/stream-video-js/commit/4c9ff8dda64eb5939ab1bae42734003da9aa768b))
2230
2272
 
2231
2273
  ### [0.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.415...@stream-io/video-react-native-sdk-0.0.1) (2023-08-31)
2232
2274
 
2233
2275
  ### Dependency Updates
2234
2276
 
2235
- * `@stream-io/i18n` updated to version `0.1.1`
2236
- * `@stream-io/video-client` updated to version `0.1.0`
2237
- * `@stream-io/video-react-bindings` updated to version `0.2.14`
2277
+ - `@stream-io/i18n` updated to version `0.1.1`
2278
+ - `@stream-io/video-client` updated to version `0.1.0`
2279
+ - `@stream-io/video-react-bindings` updated to version `0.2.14`
2238
2280
 
2239
2281
  ### Features
2240
2282
 
2241
- * first stable release 0.0.1 ([#1027](https://github.com/GetStream/stream-video-js/issues/1027)) ([3a2efe7](https://github.com/GetStream/stream-video-js/commit/3a2efe7a86c6ef5c79630207e85d4f4370ac5848))
2242
- * **react-native:** first stable release ([#1036](https://github.com/GetStream/stream-video-js/issues/1036)) ([49750c1](https://github.com/GetStream/stream-video-js/commit/49750c1506fe94f680f0b2361c3506b57031ad81))
2283
+ - first stable release 0.0.1 ([#1027](https://github.com/GetStream/stream-video-js/issues/1027)) ([3a2efe7](https://github.com/GetStream/stream-video-js/commit/3a2efe7a86c6ef5c79630207e85d4f4370ac5848))
2284
+ - **react-native:** first stable release ([#1036](https://github.com/GetStream/stream-video-js/issues/1036)) ([49750c1](https://github.com/GetStream/stream-video-js/commit/49750c1506fe94f680f0b2361c3506b57031ad81))