@stream-io/video-react-native-sdk 1.10.17 → 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.
- package/CHANGELOG.md +718 -687
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +1 -0
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js +5 -5
- package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +5 -3
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js +0 -1
- package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/commonjs/hooks/push/useIosCallkeepWithCallingStateEffect.js +4 -4
- package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js +11 -5
- package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/commonjs/hooks/useScreenShareButton.js +1 -3
- package/dist/commonjs/hooks/useScreenShareButton.js.map +1 -1
- package/dist/commonjs/hooks/useTrackDimensions.js +1 -1
- package/dist/commonjs/hooks/useTrackDimensions.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/DeviceStats.js +2 -2
- package/dist/commonjs/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/commonjs/utils/internal/optionallibs/gestureHandler.js +1 -1
- package/dist/commonjs/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/commonjs/utils/internal/optionallibs/reanimated.js +1 -1
- package/dist/commonjs/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/commonjs/utils/internal/pushLogoutCallback.js +1 -1
- package/dist/commonjs/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/commonjs/utils/push/internal/ios.js +104 -0
- package/dist/commonjs/utils/push/internal/ios.js.map +1 -0
- package/dist/commonjs/utils/push/ios.js +15 -107
- package/dist/commonjs/utils/push/ios.js.map +1 -1
- package/dist/commonjs/utils/push/libs/callkeep.js +1 -1
- package/dist/commonjs/utils/push/libs/callkeep.js.map +1 -1
- package/dist/commonjs/utils/push/libs/expoNotifications.js +1 -1
- package/dist/commonjs/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/commonjs/utils/push/libs/firebaseMessaging/lib.js +1 -1
- package/dist/commonjs/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/commonjs/utils/push/libs/iosPushNotification.js +1 -1
- package/dist/commonjs/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/commonjs/utils/push/libs/notifee/lib.js +1 -1
- package/dist/commonjs/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/commonjs/utils/push/libs/voipPushNotification.js +1 -1
- package/dist/commonjs/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/commonjs/utils/push/setupIosCallKeepEvents.js +2 -2
- package/dist/commonjs/utils/push/setupIosCallKeepEvents.js.map +1 -1
- package/dist/commonjs/utils/push/setupIosVoipPushEvents.js +2 -2
- package/dist/commonjs/utils/push/setupIosVoipPushEvents.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +2 -2
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipNative.js +6 -6
- package/dist/module/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +4 -4
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +7 -5
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +1 -1
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +4 -4
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +12 -6
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +2 -2
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +1 -1
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +3 -5
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +2 -2
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +4 -4
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/push/android.js +3 -3
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/internal/ios.js +97 -0
- package/dist/module/utils/push/internal/ios.js.map +1 -0
- package/dist/module/utils/push/internal/utils.js +1 -1
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +18 -109
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +1 -1
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/setupIosCallKeepEvents.js +3 -4
- package/dist/module/utils/push/setupIosCallKeepEvents.js.map +1 -1
- package/dist/module/utils/push/setupIosVoipPushEvents.js +2 -2
- package/dist/module/utils/push/setupIosVoipPushEvents.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallContent/RTCViewPipNative.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
- package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +1 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -1
- package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -1
- package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -1
- package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -1
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -1
- package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -1
- package/dist/typescript/hooks/useScreenShareButton.d.ts +21 -1
- package/dist/typescript/hooks/useScreenShareButton.d.ts.map +1 -1
- package/dist/typescript/icons/Back.d.ts.map +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -1
- package/dist/typescript/icons/Lock.d.ts.map +1 -1
- package/dist/typescript/icons/Mic.d.ts.map +1 -1
- package/dist/typescript/icons/MicOff.d.ts.map +1 -1
- package/dist/typescript/icons/Phone.d.ts.map +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
- package/dist/typescript/icons/Reaction.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -1
- package/dist/typescript/icons/Settings.d.ts.map +1 -1
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/ThreeDots.d.ts.map +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -1
- package/dist/typescript/icons/Video.d.ts.map +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -1
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -1
- package/dist/typescript/utils/hooks/usePrevious.d.ts.map +1 -1
- package/dist/typescript/utils/index.d.ts.map +1 -1
- package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -1
- package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +1 -1
- package/dist/typescript/utils/internal/pushLogoutCallback.d.ts +1 -1
- package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +1 -1
- package/dist/typescript/utils/push/android.d.ts +1 -1
- package/dist/typescript/utils/push/android.d.ts.map +1 -1
- package/dist/typescript/utils/push/internal/ios.d.ts +3 -0
- package/dist/typescript/utils/push/internal/ios.d.ts.map +1 -0
- package/dist/typescript/utils/push/internal/utils.d.ts.map +1 -1
- package/dist/typescript/utils/push/ios.d.ts +0 -1
- package/dist/typescript/utils/push/ios.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/expoNotifications.d.ts +1 -1
- package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/iosPushNotification.d.ts +1 -1
- package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/setupIosCallKeepEvents.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/expo-config-plugin/dist/withAndroidManifest.js +0 -1
- package/expo-config-plugin/dist/withAppDelegate.js +1 -1
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.js +1 -1
- package/expo-config-plugin/dist/withiOSInfoPlist.js +3 -1
- package/package.json +21 -23
- package/src/components/Call/CallContent/CallContent.tsx +3 -3
- package/src/components/Call/CallContent/RTCViewPipIOS.tsx +6 -4
- package/src/components/Call/CallContent/RTCViewPipNative.tsx +5 -5
- package/src/components/Call/CallControls/CallControlsButton.tsx +1 -1
- package/src/components/Call/CallControls/LobbyControls.tsx +1 -1
- package/src/components/Call/CallControls/ScreenShareToggleButton.tsx +1 -1
- package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +4 -4
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +1 -1
- package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +5 -5
- package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
- package/src/components/Call/Lobby/Lobby.tsx +2 -2
- package/src/components/Call/Lobby/LobbyFooter.tsx +2 -2
- package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +1 -1
- package/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx +1 -1
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +1 -1
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +1 -1
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +1 -1
- package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +10 -10
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +15 -13
- package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +3 -3
- package/src/components/Participant/ParticipantView/ParticipantView.tsx +1 -1
- package/src/components/Participant/ParticipantView/SpeechIndicator.tsx +3 -3
- package/src/components/Participant/ParticipantView/VideoRenderer.tsx +1 -1
- package/src/contexts/BackgroundFilters.tsx +7 -7
- package/src/contexts/StreamVideoContext.tsx +3 -3
- package/src/contexts/ThemeContext.tsx +2 -2
- package/src/hooks/internal/useCallMediaStreamCleanup.ts +2 -6
- package/src/hooks/push/useInitAndroidTokenAndRest.ts +1 -1
- package/src/hooks/push/useIosCallkeepWithCallingStateEffect.ts +25 -25
- package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +28 -19
- package/src/hooks/push/useProcessPushCallEffect.ts +8 -8
- package/src/hooks/push/useProcessPushNonRingingCallEffect.ts +1 -1
- package/src/hooks/useAndroidKeepCallAliveEffect.ts +10 -10
- package/src/hooks/useAutoEnterPiPEffect.tsx +2 -2
- package/src/hooks/useIsIosScreenshareBroadcastStarted.ts +2 -2
- package/src/hooks/usePaginatedLayoutSortPreset.ts +1 -1
- package/src/hooks/usePermissionNotification.tsx +1 -1
- package/src/hooks/usePermissionRequest.tsx +4 -4
- package/src/hooks/useScreenShareButton.ts +9 -10
- package/src/hooks/useTrackDimensions.ts +3 -3
- package/src/providers/StreamCall/AppStateListener.tsx +6 -6
- package/src/providers/StreamCall/DeviceStats.tsx +8 -8
- package/src/providers/StreamVideo.tsx +1 -1
- package/src/utils/StreamVideoRN/index.ts +4 -4
- package/src/utils/StreamVideoRN/types.ts +2 -2
- package/src/utils/enterPiPAndroid.ts +1 -1
- package/src/utils/index.ts +2 -2
- package/src/utils/internal/newNotificationCallbacks.ts +3 -3
- package/src/utils/internal/optionallibs/gestureHandler.ts +1 -1
- package/src/utils/internal/optionallibs/reanimated.ts +1 -1
- package/src/utils/internal/pushLogoutCallback.ts +1 -1
- package/src/utils/push/android.ts +33 -33
- package/src/utils/push/internal/ios.ts +133 -0
- package/src/utils/push/internal/utils.ts +10 -10
- package/src/utils/push/ios.ts +38 -164
- package/src/utils/push/libs/callkeep.ts +2 -2
- package/src/utils/push/libs/expoNotifications.ts +5 -5
- package/src/utils/push/libs/firebaseMessaging/index.ts +3 -3
- package/src/utils/push/libs/firebaseMessaging/lib.ts +1 -1
- package/src/utils/push/libs/iosPushNotification.ts +4 -4
- package/src/utils/push/libs/notifee/index.ts +7 -7
- package/src/utils/push/libs/notifee/lib.ts +1 -1
- package/src/utils/push/libs/voipPushNotification.ts +2 -2
- package/src/utils/push/setupIosCallKeepEvents.ts +17 -18
- package/src/utils/push/setupIosVoipPushEvents.ts +5 -5
- package/src/utils/push/utils.ts +2 -2
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,2252 +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
|
+
|
|
5
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)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
|
8
19
|
|
|
9
|
-
|
|
10
|
-
|
|
20
|
+
- `@stream-io/video-client` updated to version `1.18.7`
|
|
21
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.9`
|
|
11
22
|
|
|
12
23
|
### Bug Fixes
|
|
13
24
|
|
|
14
|
-
|
|
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))
|
|
15
26
|
|
|
16
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)
|
|
17
28
|
|
|
18
29
|
### Dependency Updates
|
|
19
30
|
|
|
20
|
-
|
|
21
|
-
|
|
31
|
+
- `@stream-io/video-client` updated to version `1.18.6`
|
|
32
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.8`
|
|
33
|
+
|
|
22
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)
|
|
23
35
|
|
|
24
36
|
### Dependency Updates
|
|
25
37
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## [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`
|
|
29
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)
|
|
30
42
|
|
|
31
43
|
### Bug Fixes
|
|
32
44
|
|
|
33
|
-
|
|
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))
|
|
34
46
|
|
|
35
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)
|
|
36
48
|
|
|
37
49
|
### Dependency Updates
|
|
38
50
|
|
|
39
|
-
|
|
40
|
-
|
|
51
|
+
- `@stream-io/video-client` updated to version `1.18.4`
|
|
52
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.6`
|
|
41
53
|
|
|
42
54
|
### Bug Fixes
|
|
43
55
|
|
|
44
|
-
|
|
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))
|
|
45
57
|
|
|
46
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)
|
|
47
59
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
* 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
|
-
|
|
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))
|
|
52
62
|
|
|
53
63
|
### Bug Fixes
|
|
54
64
|
|
|
55
|
-
|
|
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))
|
|
56
66
|
|
|
57
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)
|
|
58
68
|
|
|
59
|
-
|
|
60
|
-
* add background modes in our plugin as fallback if other plugins are not installed ([dd23ab8](https://github.com/GetStream/stream-video-js/commit/dd23ab87706d86b8181830ff1f44c421aabfb432))
|
|
61
|
-
|
|
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))
|
|
62
70
|
|
|
63
71
|
### Bug Fixes
|
|
64
72
|
|
|
65
|
-
|
|
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))
|
|
66
74
|
|
|
67
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)
|
|
68
76
|
|
|
69
77
|
### Dependency Updates
|
|
70
78
|
|
|
71
|
-
|
|
72
|
-
|
|
79
|
+
- `@stream-io/video-client` updated to version `1.18.3`
|
|
80
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.5`
|
|
81
|
+
|
|
73
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)
|
|
74
83
|
|
|
75
84
|
### Dependency Updates
|
|
76
85
|
|
|
77
|
-
|
|
78
|
-
|
|
86
|
+
- `@stream-io/video-client` updated to version `1.18.2`
|
|
87
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.4`
|
|
88
|
+
|
|
79
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)
|
|
80
90
|
|
|
81
91
|
### Dependency Updates
|
|
82
92
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## [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`
|
|
86
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)
|
|
87
97
|
|
|
88
98
|
### Bug Fixes
|
|
89
99
|
|
|
90
|
-
|
|
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))
|
|
91
101
|
|
|
92
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)
|
|
93
103
|
|
|
94
|
-
|
|
95
|
-
* pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
|
|
96
|
-
|
|
104
|
+
- pinning rn dev dep for sdk ([0e78ddc](https://github.com/GetStream/stream-video-js/commit/0e78ddcfabdd7f42849cad47efa0da623c2021cb))
|
|
97
105
|
|
|
98
106
|
### Bug Fixes
|
|
99
107
|
|
|
100
|
-
|
|
108
|
+
- pip race condition ([#1700](https://github.com/GetStream/stream-video-js/issues/1700)) ([60c8aa6](https://github.com/GetStream/stream-video-js/commit/60c8aa6c5651072f15da1770e9840d3f2b8c11c0))
|
|
101
109
|
|
|
102
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)
|
|
103
111
|
|
|
104
112
|
### Dependency Updates
|
|
105
113
|
|
|
106
|
-
|
|
107
|
-
|
|
114
|
+
- `@stream-io/video-client` updated to version `1.18.0`
|
|
115
|
+
- `@stream-io/video-react-bindings` updated to version `1.5.2`
|
|
108
116
|
|
|
109
117
|
### Bug Fixes
|
|
110
118
|
|
|
111
|
-
|
|
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)
|
|
112
120
|
|
|
113
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)
|
|
114
122
|
|
|
115
|
-
|
|
116
123
|
### Bug Fixes
|
|
117
124
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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))
|
|
122
129
|
|
|
123
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)
|
|
124
131
|
|
|
125
|
-
|
|
126
132
|
### Bug Fixes
|
|
127
133
|
|
|
128
|
-
|
|
134
|
+
- add smallIcon to android push config for expo naming support ([ef94317](https://github.com/GetStream/stream-video-js/commit/ef943174d6e40c94c5c6b02fd0e6be06081ab429))
|
|
129
135
|
|
|
130
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)
|
|
131
137
|
|
|
132
138
|
### Dependency Updates
|
|
133
139
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## [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`
|
|
137
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)
|
|
138
144
|
|
|
139
145
|
### Bug Fixes
|
|
140
146
|
|
|
141
|
-
|
|
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))
|
|
142
148
|
|
|
143
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)
|
|
144
150
|
|
|
145
|
-
|
|
146
151
|
### Bug Fixes
|
|
147
152
|
|
|
148
|
-
|
|
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))
|
|
149
154
|
|
|
150
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)
|
|
151
156
|
|
|
152
157
|
### Dependency Updates
|
|
153
158
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
* 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`
|
|
159
162
|
|
|
163
|
+
- update webrtc deps ([6ea4861](https://github.com/GetStream/stream-video-js/commit/6ea4861eb1b390c82f6ea6d01d6c5e80bdab8b84))
|
|
160
164
|
|
|
161
165
|
### Features
|
|
162
166
|
|
|
163
|
-
|
|
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))
|
|
164
168
|
|
|
165
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)
|
|
166
170
|
|
|
167
|
-
|
|
168
171
|
### Bug Fixes
|
|
169
172
|
|
|
170
|
-
|
|
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))
|
|
171
174
|
|
|
172
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)
|
|
173
176
|
|
|
174
177
|
### Dependency Updates
|
|
175
178
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [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`
|
|
179
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)
|
|
180
183
|
|
|
181
184
|
### Bug Fixes
|
|
182
185
|
|
|
183
|
-
|
|
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)
|
|
184
187
|
|
|
185
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)
|
|
186
189
|
|
|
187
190
|
### Dependency Updates
|
|
188
191
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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`
|
|
192
195
|
|
|
193
196
|
### Bug Fixes
|
|
194
197
|
|
|
195
|
-
|
|
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))
|
|
196
199
|
|
|
197
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)
|
|
198
201
|
|
|
199
202
|
### Dependency Updates
|
|
200
203
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## [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`
|
|
204
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)
|
|
205
208
|
|
|
206
209
|
### Bug Fixes
|
|
207
210
|
|
|
208
|
-
|
|
211
|
+
- attempt workaround for bad notification for start foreground ([402ff06](https://github.com/GetStream/stream-video-js/commit/402ff067f05364724f30dbd21af996336d1dfa2f))
|
|
209
212
|
|
|
210
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)
|
|
211
214
|
|
|
212
215
|
### Dependency Updates
|
|
213
216
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
## [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)
|
|
217
|
-
|
|
217
|
+
- `@stream-io/video-client` updated to version `1.16.4`
|
|
218
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.12`
|
|
218
219
|
|
|
219
|
-
|
|
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)
|
|
220
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))
|
|
221
223
|
|
|
222
224
|
### Bug Fixes
|
|
223
225
|
|
|
224
|
-
|
|
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))
|
|
225
227
|
|
|
226
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)
|
|
227
229
|
|
|
228
230
|
### Dependency Updates
|
|
229
231
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
## [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`
|
|
233
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)
|
|
234
236
|
|
|
235
237
|
### Bug Fixes
|
|
236
238
|
|
|
237
|
-
|
|
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))
|
|
238
240
|
|
|
239
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)
|
|
240
242
|
|
|
241
|
-
|
|
242
243
|
### Bug Fixes
|
|
243
244
|
|
|
244
|
-
|
|
245
|
+
- NoClassDefFoundError on PiP on android 7 and below ([70ac465](https://github.com/GetStream/stream-video-js/commit/70ac4656b5f0b42c649f38ff288adb47eff02907))
|
|
245
246
|
|
|
246
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)
|
|
247
248
|
|
|
248
249
|
### Dependency Updates
|
|
249
250
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
## [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`
|
|
253
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)
|
|
254
255
|
|
|
255
256
|
### Bug Fixes
|
|
256
257
|
|
|
257
|
-
|
|
258
|
+
- start foreground service only when app is in active state ([f8bfef8](https://github.com/GetStream/stream-video-js/commit/f8bfef89f8151695bbc405244a9f77097fe6892e))
|
|
258
259
|
|
|
259
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)
|
|
260
261
|
|
|
261
262
|
### Dependency Updates
|
|
262
263
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## [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`
|
|
266
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)
|
|
267
268
|
|
|
268
269
|
### Bug Fixes
|
|
269
270
|
|
|
270
|
-
|
|
271
|
-
|
|
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))
|
|
272
273
|
|
|
273
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)
|
|
274
275
|
|
|
275
276
|
### Dependency Updates
|
|
276
277
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
## [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`
|
|
280
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)
|
|
281
282
|
|
|
282
283
|
### Bug Fixes
|
|
283
284
|
|
|
284
|
-
|
|
285
|
-
|
|
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))
|
|
286
287
|
|
|
287
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)
|
|
288
289
|
|
|
289
|
-
|
|
290
290
|
### Bug Fixes
|
|
291
291
|
|
|
292
|
-
|
|
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))
|
|
293
293
|
|
|
294
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)
|
|
295
295
|
|
|
296
|
-
|
|
297
296
|
### Bug Fixes
|
|
298
297
|
|
|
299
|
-
|
|
298
|
+
- rare crash - startForegroundService() did not then call Service.startForeground ([71d11de](https://github.com/GetStream/stream-video-js/commit/71d11de31612f04d4852fccd655e0e39ad2defdf))
|
|
300
299
|
|
|
301
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)
|
|
302
301
|
|
|
303
302
|
### Dependency Updates
|
|
304
303
|
|
|
305
|
-
|
|
306
|
-
|
|
304
|
+
- `@stream-io/video-client` updated to version `1.15.7`
|
|
305
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.7`
|
|
306
|
+
|
|
307
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)
|
|
308
308
|
|
|
309
309
|
### Dependency Updates
|
|
310
310
|
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
- `@stream-io/video-client` updated to version `1.15.6`
|
|
312
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.6`
|
|
313
|
+
|
|
313
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)
|
|
314
315
|
|
|
315
316
|
### Dependency Updates
|
|
316
317
|
|
|
317
|
-
|
|
318
|
-
|
|
318
|
+
- `@stream-io/video-client` updated to version `1.15.5`
|
|
319
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.5`
|
|
320
|
+
|
|
319
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)
|
|
320
322
|
|
|
321
323
|
### Dependency Updates
|
|
322
324
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## [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`
|
|
326
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)
|
|
327
329
|
|
|
328
330
|
### Bug Fixes
|
|
329
331
|
|
|
330
|
-
|
|
332
|
+
- unnecessary reject from callkeep ([15aaa0d](https://github.com/GetStream/stream-video-js/commit/15aaa0d79a9d608eff801a2eb1dd913fff19dfd3))
|
|
331
333
|
|
|
332
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)
|
|
333
335
|
|
|
334
|
-
|
|
335
336
|
### Bug Fixes
|
|
336
337
|
|
|
337
|
-
|
|
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))
|
|
338
339
|
|
|
339
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)
|
|
340
341
|
|
|
341
|
-
|
|
342
342
|
### Bug Fixes
|
|
343
343
|
|
|
344
|
-
|
|
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))
|
|
345
345
|
|
|
346
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)
|
|
347
347
|
|
|
348
348
|
### Dependency Updates
|
|
349
349
|
|
|
350
|
-
|
|
351
|
-
|
|
350
|
+
- `@stream-io/video-client` updated to version `1.15.3`
|
|
351
|
+
- `@stream-io/video-react-bindings` updated to version `1.4.3`
|
|
352
|
+
|
|
352
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)
|
|
353
354
|
|
|
354
355
|
### Dependency Updates
|
|
355
356
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
## [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`
|
|
359
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)
|
|
360
361
|
|
|
361
362
|
### Bug Fixes
|
|
362
363
|
|
|
363
|
-
|
|
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)
|
|
364
365
|
|
|
365
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)
|
|
366
367
|
|
|
367
|
-
|
|
368
368
|
### Bug Fixes
|
|
369
369
|
|
|
370
|
-
|
|
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))
|
|
371
371
|
|
|
372
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)
|
|
373
373
|
|
|
374
374
|
### Dependency Updates
|
|
375
375
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
## [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`
|
|
379
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)
|
|
380
380
|
|
|
381
381
|
### Features
|
|
382
382
|
|
|
383
|
-
|
|
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))
|
|
384
384
|
|
|
385
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)
|
|
386
386
|
|
|
387
387
|
### Dependency Updates
|
|
388
388
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
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`
|
|
392
392
|
|
|
393
393
|
### Features
|
|
394
394
|
|
|
395
|
-
|
|
395
|
+
- Codec Negotiation ([#1527](https://github.com/GetStream/stream-video-js/issues/1527)) ([2e9e344](https://github.com/GetStream/stream-video-js/commit/2e9e344d5259e3069dddb17846013becef24829e))
|
|
396
396
|
|
|
397
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)
|
|
398
398
|
|
|
399
|
-
|
|
400
399
|
### Features
|
|
401
400
|
|
|
402
|
-
|
|
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))
|
|
403
402
|
|
|
404
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)
|
|
405
404
|
|
|
406
|
-
|
|
407
|
-
* **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))
|
|
408
|
-
|
|
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))
|
|
409
406
|
|
|
410
407
|
### Bug Fixes
|
|
411
408
|
|
|
412
|
-
|
|
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))
|
|
413
410
|
|
|
414
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)
|
|
415
412
|
|
|
416
413
|
### Dependency Updates
|
|
417
414
|
|
|
418
|
-
|
|
419
|
-
|
|
415
|
+
- `@stream-io/video-client` updated to version `1.14.0`
|
|
416
|
+
- `@stream-io/video-react-bindings` updated to version `1.3.0`
|
|
420
417
|
|
|
421
418
|
### Features
|
|
422
419
|
|
|
423
|
-
|
|
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))
|
|
424
421
|
|
|
425
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)
|
|
426
423
|
|
|
427
|
-
|
|
428
424
|
### Bug Fixes
|
|
429
425
|
|
|
430
|
-
|
|
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))
|
|
431
427
|
|
|
432
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)
|
|
433
429
|
|
|
434
430
|
### Dependency Updates
|
|
435
431
|
|
|
436
|
-
|
|
437
|
-
|
|
432
|
+
- `@stream-io/video-client` updated to version `1.13.1`
|
|
433
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.16`
|
|
434
|
+
|
|
438
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)
|
|
439
436
|
|
|
440
437
|
### Dependency Updates
|
|
441
438
|
|
|
442
|
-
|
|
443
|
-
|
|
439
|
+
- `@stream-io/video-client` updated to version `1.13.0`
|
|
440
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.15`
|
|
444
441
|
|
|
445
442
|
### Features
|
|
446
443
|
|
|
447
|
-
|
|
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))
|
|
448
445
|
|
|
449
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)
|
|
450
447
|
|
|
451
|
-
|
|
452
448
|
### Bug Fixes
|
|
453
449
|
|
|
454
|
-
|
|
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))
|
|
455
451
|
|
|
456
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)
|
|
457
453
|
|
|
458
454
|
### Dependency Updates
|
|
459
455
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
## [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`
|
|
463
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)
|
|
464
460
|
|
|
465
461
|
### Bug Fixes
|
|
466
462
|
|
|
467
|
-
|
|
463
|
+
- **expo:** tools not present when notifee service is added ([edccf62](https://github.com/GetStream/stream-video-js/commit/edccf62261183198871f3962ef19650ed4fc1729))
|
|
468
464
|
|
|
469
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)
|
|
470
466
|
|
|
471
|
-
|
|
472
467
|
### Bug Fixes
|
|
473
468
|
|
|
474
|
-
|
|
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))
|
|
475
470
|
|
|
476
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)
|
|
477
472
|
|
|
478
|
-
|
|
479
473
|
### Bug Fixes
|
|
480
474
|
|
|
481
|
-
|
|
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)
|
|
482
476
|
|
|
483
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)
|
|
484
478
|
|
|
485
|
-
|
|
486
479
|
### Bug Fixes
|
|
487
480
|
|
|
488
|
-
|
|
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))
|
|
489
482
|
|
|
490
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)
|
|
491
484
|
|
|
492
485
|
### Dependency Updates
|
|
493
486
|
|
|
494
|
-
|
|
495
|
-
|
|
487
|
+
- `@stream-io/video-client` updated to version `1.12.3`
|
|
488
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.13`
|
|
496
489
|
|
|
497
490
|
### Bug Fixes
|
|
498
491
|
|
|
499
|
-
|
|
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))
|
|
500
493
|
|
|
501
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)
|
|
502
495
|
|
|
503
496
|
### Dependency Updates
|
|
504
497
|
|
|
505
|
-
|
|
506
|
-
|
|
498
|
+
- `@stream-io/video-client` updated to version `1.12.2`
|
|
499
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.12`
|
|
507
500
|
|
|
508
|
-
|
|
501
|
+
- drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
|
|
509
502
|
|
|
510
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)
|
|
511
504
|
|
|
512
505
|
### Dependency Updates
|
|
513
506
|
|
|
514
|
-
|
|
515
|
-
|
|
507
|
+
- `@stream-io/video-client` updated to version `1.12.1`
|
|
508
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.11`
|
|
509
|
+
|
|
516
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)
|
|
517
511
|
|
|
518
512
|
### Dependency Updates
|
|
519
513
|
|
|
520
|
-
|
|
521
|
-
|
|
514
|
+
- `@stream-io/video-client` updated to version `1.12.0`
|
|
515
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.10`
|
|
516
|
+
|
|
522
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)
|
|
523
518
|
|
|
524
519
|
### Dependency Updates
|
|
525
520
|
|
|
526
|
-
|
|
527
|
-
|
|
521
|
+
- `@stream-io/video-client` updated to version `1.11.15`
|
|
522
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.9`
|
|
523
|
+
|
|
528
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)
|
|
529
525
|
|
|
530
526
|
### Dependency Updates
|
|
531
527
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
## [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`
|
|
535
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)
|
|
536
532
|
|
|
537
533
|
### Bug Fixes
|
|
538
534
|
|
|
539
|
-
|
|
535
|
+
- remove cameraroll permissions ([#1610](https://github.com/GetStream/stream-video-js/issues/1610)) ([973d00e](https://github.com/GetStream/stream-video-js/commit/973d00ec73381211cd42711e2d76625f69b93a7c))
|
|
540
536
|
|
|
541
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)
|
|
542
538
|
|
|
543
539
|
### Dependency Updates
|
|
544
540
|
|
|
545
|
-
|
|
546
|
-
|
|
541
|
+
- `@stream-io/video-client` updated to version `1.11.13`
|
|
542
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.7`
|
|
543
|
+
|
|
547
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)
|
|
548
545
|
|
|
549
546
|
### Dependency Updates
|
|
550
547
|
|
|
551
|
-
|
|
552
|
-
|
|
548
|
+
- `@stream-io/video-client` updated to version `1.11.12`
|
|
549
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.6`
|
|
550
|
+
|
|
553
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)
|
|
554
552
|
|
|
555
553
|
### Dependency Updates
|
|
556
554
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
## [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`
|
|
560
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)
|
|
561
559
|
|
|
562
560
|
### Bug Fixes
|
|
563
561
|
|
|
564
|
-
|
|
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))
|
|
565
563
|
|
|
566
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)
|
|
567
565
|
|
|
568
566
|
### Dependency Updates
|
|
569
567
|
|
|
570
|
-
|
|
571
|
-
|
|
568
|
+
- `@stream-io/video-client` updated to version `1.11.10`
|
|
569
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.4`
|
|
570
|
+
|
|
572
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)
|
|
573
572
|
|
|
574
573
|
### Dependency Updates
|
|
575
574
|
|
|
576
|
-
|
|
577
|
-
|
|
575
|
+
- `@stream-io/video-client` updated to version `1.11.9`
|
|
576
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.3`
|
|
577
|
+
|
|
578
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)
|
|
579
579
|
|
|
580
580
|
### Dependency Updates
|
|
581
581
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
## [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`
|
|
585
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)
|
|
586
586
|
|
|
587
587
|
### Bug Fixes
|
|
588
588
|
|
|
589
|
-
|
|
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))
|
|
590
590
|
|
|
591
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)
|
|
592
592
|
|
|
593
593
|
### Dependency Updates
|
|
594
594
|
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
- `@stream-io/video-client` updated to version `1.11.7`
|
|
596
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.1`
|
|
597
|
+
|
|
597
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)
|
|
598
599
|
|
|
599
600
|
### Dependency Updates
|
|
600
601
|
|
|
601
|
-
|
|
602
|
+
- `@stream-io/video-react-bindings` updated to version `1.2.0`
|
|
602
603
|
|
|
603
604
|
### Features
|
|
604
605
|
|
|
605
|
-
|
|
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))
|
|
606
607
|
|
|
607
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)
|
|
608
609
|
|
|
609
610
|
### Dependency Updates
|
|
610
611
|
|
|
611
|
-
|
|
612
|
-
|
|
612
|
+
- `@stream-io/video-client` updated to version `1.11.6`
|
|
613
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.23`
|
|
614
|
+
|
|
613
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)
|
|
614
616
|
|
|
615
617
|
### Dependency Updates
|
|
616
618
|
|
|
617
|
-
|
|
618
|
-
|
|
619
|
+
- `@stream-io/video-client` updated to version `1.11.5`
|
|
620
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.22`
|
|
621
|
+
|
|
619
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)
|
|
620
623
|
|
|
621
624
|
### Dependency Updates
|
|
622
625
|
|
|
623
|
-
|
|
624
|
-
|
|
626
|
+
- `@stream-io/video-client` updated to version `1.11.4`
|
|
627
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.21`
|
|
628
|
+
|
|
625
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)
|
|
626
630
|
|
|
627
631
|
### Dependency Updates
|
|
628
632
|
|
|
629
|
-
|
|
633
|
+
- `@stream-io/video-filters-react-native` updated to version `0.2.5`
|
|
634
|
+
|
|
630
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)
|
|
631
636
|
|
|
632
637
|
### Dependency Updates
|
|
633
638
|
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
## [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`
|
|
637
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)
|
|
638
643
|
|
|
639
644
|
### Bug Fixes
|
|
640
645
|
|
|
641
|
-
|
|
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))
|
|
642
647
|
|
|
643
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)
|
|
644
649
|
|
|
645
650
|
### Dependency Updates
|
|
646
651
|
|
|
647
|
-
|
|
648
|
-
|
|
652
|
+
- `@stream-io/video-client` updated to version `1.11.2`
|
|
653
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.19`
|
|
654
|
+
|
|
649
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)
|
|
650
656
|
|
|
651
657
|
### Dependency Updates
|
|
652
658
|
|
|
653
|
-
|
|
654
|
-
|
|
659
|
+
- `@stream-io/video-client` updated to version `1.11.1`
|
|
660
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.18`
|
|
655
661
|
|
|
656
662
|
### Bug Fixes
|
|
657
663
|
|
|
658
|
-
|
|
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))
|
|
659
665
|
|
|
660
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)
|
|
661
667
|
|
|
662
|
-
|
|
663
668
|
### Features
|
|
664
669
|
|
|
665
|
-
|
|
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)
|
|
666
671
|
|
|
667
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)
|
|
668
673
|
|
|
669
674
|
### Dependency Updates
|
|
670
675
|
|
|
671
|
-
|
|
672
|
-
|
|
676
|
+
- `@stream-io/video-client` updated to version `1.11.0`
|
|
677
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.17`
|
|
678
|
+
|
|
673
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)
|
|
674
680
|
|
|
675
681
|
### Dependency Updates
|
|
676
682
|
|
|
677
|
-
|
|
678
|
-
|
|
683
|
+
- `@stream-io/video-client` updated to version `1.10.5`
|
|
684
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.16`
|
|
685
|
+
|
|
679
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)
|
|
680
687
|
|
|
681
688
|
### Dependency Updates
|
|
682
689
|
|
|
683
|
-
|
|
684
|
-
|
|
690
|
+
- `@stream-io/video-client` updated to version `1.10.4`
|
|
691
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.15`
|
|
692
|
+
|
|
685
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)
|
|
686
694
|
|
|
687
695
|
### Dependency Updates
|
|
688
696
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
## [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`
|
|
692
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)
|
|
693
701
|
|
|
694
702
|
### Bug Fixes
|
|
695
703
|
|
|
696
|
-
|
|
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))
|
|
697
705
|
|
|
698
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)
|
|
699
707
|
|
|
700
708
|
### Dependency Updates
|
|
701
709
|
|
|
702
|
-
|
|
710
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.13`
|
|
711
|
+
|
|
703
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)
|
|
704
713
|
|
|
705
714
|
### Dependency Updates
|
|
706
715
|
|
|
707
|
-
|
|
708
|
-
|
|
716
|
+
- `@stream-io/video-client` updated to version `1.10.2`
|
|
717
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.12`
|
|
709
718
|
|
|
710
719
|
### Bug Fixes
|
|
711
720
|
|
|
712
|
-
|
|
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))
|
|
713
722
|
|
|
714
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)
|
|
715
724
|
|
|
716
725
|
### Dependency Updates
|
|
717
726
|
|
|
718
|
-
|
|
727
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.11`
|
|
728
|
+
|
|
719
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)
|
|
720
730
|
|
|
721
731
|
### Dependency Updates
|
|
722
732
|
|
|
723
|
-
|
|
724
|
-
|
|
733
|
+
- `@stream-io/video-client` updated to version `1.10.1`
|
|
734
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.10`
|
|
735
|
+
|
|
725
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)
|
|
726
737
|
|
|
727
738
|
### Dependency Updates
|
|
728
739
|
|
|
729
|
-
|
|
730
|
-
|
|
740
|
+
- `@stream-io/video-client` updated to version `1.10.0`
|
|
741
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.9`
|
|
742
|
+
|
|
731
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)
|
|
732
744
|
|
|
733
745
|
### Dependency Updates
|
|
734
746
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
## [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`
|
|
738
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)
|
|
739
751
|
|
|
740
752
|
### Bug Fixes
|
|
741
753
|
|
|
742
|
-
|
|
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))
|
|
743
755
|
|
|
744
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)
|
|
745
757
|
|
|
746
758
|
### Dependency Updates
|
|
747
759
|
|
|
748
|
-
|
|
749
|
-
|
|
760
|
+
- `@stream-io/video-client` updated to version `1.9.2`
|
|
761
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.7`
|
|
762
|
+
|
|
750
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)
|
|
751
764
|
|
|
752
765
|
### Dependency Updates
|
|
753
766
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
## [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`
|
|
757
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)
|
|
758
771
|
|
|
759
772
|
### Bug Fixes
|
|
760
773
|
|
|
761
|
-
|
|
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)
|
|
762
775
|
|
|
763
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)
|
|
764
777
|
|
|
765
778
|
### Dependency Updates
|
|
766
779
|
|
|
767
|
-
|
|
768
|
-
|
|
780
|
+
- `@stream-io/video-client` updated to version `1.9.0`
|
|
781
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.5`
|
|
769
782
|
|
|
770
783
|
### Features
|
|
771
784
|
|
|
772
|
-
|
|
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))
|
|
773
786
|
|
|
774
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)
|
|
775
788
|
|
|
776
789
|
### Dependency Updates
|
|
777
790
|
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
## [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`
|
|
781
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)
|
|
782
795
|
|
|
783
796
|
### Bug Fixes
|
|
784
797
|
|
|
785
|
-
|
|
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))
|
|
786
799
|
|
|
787
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)
|
|
788
801
|
|
|
789
802
|
### Dependency Updates
|
|
790
803
|
|
|
791
|
-
|
|
792
|
-
|
|
804
|
+
- `@stream-io/video-client` updated to version `1.8.3`
|
|
805
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.3`
|
|
806
|
+
|
|
793
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)
|
|
794
808
|
|
|
795
809
|
### Dependency Updates
|
|
796
810
|
|
|
797
|
-
|
|
798
|
-
|
|
811
|
+
- `@stream-io/video-client` updated to version `1.8.2`
|
|
812
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.2`
|
|
813
|
+
|
|
799
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)
|
|
800
815
|
|
|
801
816
|
### Dependency Updates
|
|
802
817
|
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
## [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`
|
|
806
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)
|
|
807
822
|
|
|
808
823
|
### Bug Fixes
|
|
809
824
|
|
|
810
|
-
|
|
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))
|
|
811
826
|
|
|
812
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)
|
|
813
828
|
|
|
814
829
|
### Dependency Updates
|
|
815
830
|
|
|
816
|
-
|
|
817
|
-
|
|
831
|
+
- `@stream-io/video-client` updated to version `1.8.0`
|
|
832
|
+
- `@stream-io/video-react-bindings` updated to version `1.1.0`
|
|
818
833
|
|
|
819
834
|
### Features
|
|
820
835
|
|
|
821
|
-
|
|
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))
|
|
822
837
|
|
|
823
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)
|
|
824
839
|
|
|
825
840
|
### Dependency Updates
|
|
826
841
|
|
|
827
|
-
|
|
828
|
-
|
|
842
|
+
- `@stream-io/video-client` updated to version `1.7.4`
|
|
843
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.10`
|
|
844
|
+
|
|
829
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)
|
|
830
846
|
|
|
831
847
|
### Dependency Updates
|
|
832
848
|
|
|
833
|
-
|
|
834
|
-
|
|
849
|
+
- `@stream-io/video-client` updated to version `1.7.3`
|
|
850
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.9`
|
|
851
|
+
|
|
835
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)
|
|
836
853
|
|
|
837
854
|
### Dependency Updates
|
|
838
855
|
|
|
839
|
-
|
|
840
|
-
|
|
856
|
+
- `@stream-io/video-client` updated to version `1.7.2`
|
|
857
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.8`
|
|
858
|
+
|
|
841
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)
|
|
842
860
|
|
|
843
861
|
### Dependency Updates
|
|
844
862
|
|
|
845
|
-
|
|
846
|
-
|
|
863
|
+
- `@stream-io/video-client` updated to version `1.7.1`
|
|
864
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.7`
|
|
847
865
|
|
|
848
|
-
|
|
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))
|
|
849
867
|
|
|
850
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)
|
|
851
869
|
|
|
852
870
|
### Dependency Updates
|
|
853
871
|
|
|
854
|
-
|
|
855
|
-
|
|
872
|
+
- `@stream-io/video-client` updated to version `1.7.0`
|
|
873
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.6`
|
|
874
|
+
|
|
856
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)
|
|
857
876
|
|
|
858
877
|
### Dependency Updates
|
|
859
878
|
|
|
860
|
-
|
|
861
|
-
|
|
879
|
+
- `@stream-io/video-client` updated to version `1.6.5`
|
|
880
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.5`
|
|
881
|
+
|
|
862
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)
|
|
863
883
|
|
|
864
884
|
### Dependency Updates
|
|
865
885
|
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
## [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`
|
|
869
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)
|
|
870
890
|
|
|
871
891
|
### Bug Fixes
|
|
872
892
|
|
|
873
|
-
|
|
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))
|
|
874
894
|
|
|
875
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)
|
|
876
896
|
|
|
877
897
|
### Dependency Updates
|
|
878
898
|
|
|
879
|
-
|
|
880
|
-
|
|
899
|
+
- `@stream-io/video-client` updated to version `1.6.3`
|
|
900
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.3`
|
|
901
|
+
|
|
881
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)
|
|
882
903
|
|
|
883
904
|
### Dependency Updates
|
|
884
905
|
|
|
885
|
-
|
|
906
|
+
- `@stream-io/video-filters-react-native` updated to version `0.2.4`
|
|
886
907
|
|
|
887
908
|
### Bug Fixes
|
|
888
909
|
|
|
889
|
-
|
|
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))
|
|
890
911
|
|
|
891
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)
|
|
892
913
|
|
|
893
914
|
### Dependency Updates
|
|
894
915
|
|
|
895
|
-
|
|
896
|
-
|
|
916
|
+
- `@stream-io/video-client` updated to version `1.6.2`
|
|
917
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.2`
|
|
918
|
+
|
|
897
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)
|
|
898
920
|
|
|
899
921
|
### Dependency Updates
|
|
900
922
|
|
|
901
|
-
|
|
923
|
+
- `@stream-io/video-filters-react-native` updated to version `0.2.3`
|
|
902
924
|
|
|
903
925
|
### Bug Fixes
|
|
904
926
|
|
|
905
|
-
|
|
927
|
+
- set min ios version to 13.0 for the podspecs ([b6d8c16](https://github.com/GetStream/stream-video-js/commit/b6d8c163b66f75e12d0316abe46eebc6b017c29a))
|
|
906
928
|
|
|
907
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)
|
|
908
930
|
|
|
909
931
|
### Dependency Updates
|
|
910
932
|
|
|
911
|
-
|
|
912
|
-
|
|
933
|
+
- `@stream-io/video-client` updated to version `1.6.1`
|
|
934
|
+
- `@stream-io/video-react-bindings` updated to version `1.0.1`
|
|
935
|
+
|
|
913
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)
|
|
914
937
|
|
|
915
938
|
### Dependency Updates
|
|
916
939
|
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
* 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`
|
|
920
941
|
|
|
942
|
+
- reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
|
|
921
943
|
|
|
922
944
|
### Bug Fixes
|
|
923
945
|
|
|
924
|
-
|
|
946
|
+
- **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
|
|
925
947
|
|
|
926
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)
|
|
927
949
|
|
|
928
|
-
|
|
929
|
-
* **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
|
|
930
|
-
|
|
950
|
+
- **@stream-io/video-react-native-sdk:** release version 1.0.0 ([c990e7a](https://github.com/GetStream/stream-video-js/commit/c990e7a3132c5ee2ddcc707d8a4759c5a08fd3ef))
|
|
931
951
|
|
|
932
952
|
### Features
|
|
933
953
|
|
|
934
|
-
|
|
954
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
935
955
|
|
|
936
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)
|
|
937
957
|
|
|
938
|
-
|
|
939
958
|
### Features
|
|
940
959
|
|
|
941
|
-
|
|
960
|
+
- Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
942
961
|
|
|
943
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)
|
|
944
963
|
|
|
945
|
-
|
|
946
964
|
### Bug Fixes
|
|
947
965
|
|
|
948
|
-
|
|
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)
|
|
949
967
|
|
|
950
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)
|
|
951
969
|
|
|
952
|
-
|
|
953
970
|
### Features
|
|
954
971
|
|
|
955
|
-
|
|
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))
|
|
956
973
|
|
|
957
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)
|
|
958
975
|
|
|
959
976
|
### Dependency Updates
|
|
960
977
|
|
|
961
|
-
|
|
962
|
-
|
|
978
|
+
- `@stream-io/video-client` updated to version `1.5.2`
|
|
979
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.55`
|
|
980
|
+
|
|
963
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)
|
|
964
982
|
|
|
965
983
|
### Dependency Updates
|
|
966
984
|
|
|
967
|
-
|
|
968
|
-
|
|
985
|
+
- `@stream-io/video-client` updated to version `1.5.1`
|
|
986
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.54`
|
|
987
|
+
|
|
969
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)
|
|
970
989
|
|
|
971
990
|
### Dependency Updates
|
|
972
991
|
|
|
973
|
-
|
|
974
|
-
|
|
992
|
+
- `@stream-io/video-client` updated to version `1.5.0`
|
|
993
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.53`
|
|
975
994
|
|
|
976
995
|
### Features
|
|
977
996
|
|
|
978
|
-
|
|
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))
|
|
979
998
|
|
|
980
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)
|
|
981
1000
|
|
|
982
|
-
|
|
983
1001
|
### Bug Fixes
|
|
984
1002
|
|
|
985
|
-
|
|
1003
|
+
- push notifications not dismissed automatically on android 8 and above ([18718e6](https://github.com/GetStream/stream-video-js/commit/18718e637265e02510a3d01a35be37e9a18d5117))
|
|
986
1004
|
|
|
987
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)
|
|
988
1006
|
|
|
989
|
-
|
|
990
1007
|
### ⚠ BREAKING CHANGES
|
|
991
1008
|
|
|
992
|
-
|
|
1009
|
+
- **react-native:** make notifee to be optional (#1456)
|
|
993
1010
|
|
|
994
1011
|
### Bug Fixes
|
|
995
1012
|
|
|
996
|
-
|
|
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))
|
|
997
1014
|
|
|
998
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)
|
|
999
1016
|
|
|
1000
|
-
|
|
1001
1017
|
### Bug Fixes
|
|
1002
1018
|
|
|
1003
|
-
|
|
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))
|
|
1004
1020
|
|
|
1005
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)
|
|
1006
1022
|
|
|
1007
1023
|
### Dependency Updates
|
|
1008
1024
|
|
|
1009
|
-
|
|
1010
|
-
|
|
1025
|
+
- `@stream-io/video-client` updated to version `1.4.8`
|
|
1026
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.52`
|
|
1027
|
+
|
|
1011
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)
|
|
1012
1029
|
|
|
1013
1030
|
### Dependency Updates
|
|
1014
1031
|
|
|
1015
|
-
|
|
1016
|
-
|
|
1032
|
+
- `@stream-io/video-client` updated to version `1.4.7`
|
|
1033
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.51`
|
|
1017
1034
|
|
|
1018
1035
|
### Bug Fixes
|
|
1019
1036
|
|
|
1020
|
-
|
|
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))
|
|
1021
1038
|
|
|
1022
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)
|
|
1023
1040
|
|
|
1024
1041
|
### Dependency Updates
|
|
1025
1042
|
|
|
1026
|
-
|
|
1027
|
-
|
|
1043
|
+
- `@stream-io/video-client` updated to version `1.4.6`
|
|
1044
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.50`
|
|
1028
1045
|
|
|
1029
1046
|
### Bug Fixes
|
|
1030
1047
|
|
|
1031
|
-
|
|
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))
|
|
1032
1049
|
|
|
1033
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)
|
|
1034
1051
|
|
|
1035
|
-
|
|
1036
1052
|
### Bug Fixes
|
|
1037
1053
|
|
|
1038
|
-
|
|
1054
|
+
- incoming call notifications not removed on call.leave on android 8 and above ([4000f8a](https://github.com/GetStream/stream-video-js/commit/4000f8a06299fc056b135992eba5d745c9202289))
|
|
1039
1055
|
|
|
1040
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)
|
|
1041
1057
|
|
|
1042
1058
|
### Dependency Updates
|
|
1043
1059
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
### [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`
|
|
1047
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)
|
|
1048
1064
|
|
|
1049
1065
|
### Bug Fixes
|
|
1050
1066
|
|
|
1051
|
-
|
|
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))
|
|
1052
1068
|
|
|
1053
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)
|
|
1054
1070
|
|
|
1055
|
-
|
|
1056
1071
|
### ⚠ BREAKING CHANGES
|
|
1057
1072
|
|
|
1058
|
-
|
|
1073
|
+
- **react-native:** support targetSdk android 14 (#1432)
|
|
1059
1074
|
|
|
1060
1075
|
### Features
|
|
1061
1076
|
|
|
1062
|
-
|
|
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))
|
|
1063
1078
|
|
|
1064
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)
|
|
1065
1080
|
|
|
1066
1081
|
### Dependency Updates
|
|
1067
1082
|
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
### [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`
|
|
1071
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)
|
|
1072
1087
|
|
|
1073
1088
|
### Features
|
|
1074
1089
|
|
|
1075
|
-
|
|
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))
|
|
1076
1091
|
|
|
1077
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)
|
|
1078
1093
|
|
|
1079
1094
|
### Dependency Updates
|
|
1080
1095
|
|
|
1081
|
-
|
|
1082
|
-
|
|
1096
|
+
- `@stream-io/video-client` updated to version `1.4.3`
|
|
1097
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.47`
|
|
1098
|
+
|
|
1083
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)
|
|
1084
1100
|
|
|
1085
1101
|
### Dependency Updates
|
|
1086
1102
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1103
|
+
- `@stream-io/video-client` updated to version `1.4.2`
|
|
1104
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.46`
|
|
1105
|
+
|
|
1089
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)
|
|
1090
1107
|
|
|
1091
1108
|
### Dependency Updates
|
|
1092
1109
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1110
|
+
- `@stream-io/video-client` updated to version `1.4.1`
|
|
1111
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.45`
|
|
1112
|
+
|
|
1095
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)
|
|
1096
1114
|
|
|
1097
1115
|
### Dependency Updates
|
|
1098
1116
|
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
### [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`
|
|
1102
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)
|
|
1103
1121
|
|
|
1104
1122
|
### Bug Fixes
|
|
1105
1123
|
|
|
1106
|
-
|
|
1124
|
+
- **rn:** screenshare overlay should not be seen for remote streams ([c9e9721](https://github.com/GetStream/stream-video-js/commit/c9e9721789de23985d6914011f5ddffd42fac5ab))
|
|
1107
1125
|
|
|
1108
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)
|
|
1109
1127
|
|
|
1110
|
-
|
|
1111
1128
|
### Bug Fixes
|
|
1112
1129
|
|
|
1113
|
-
|
|
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))
|
|
1114
1131
|
|
|
1115
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)
|
|
1116
1133
|
|
|
1117
1134
|
### Dependency Updates
|
|
1118
1135
|
|
|
1119
|
-
|
|
1136
|
+
- `@stream-io/video-filters-react-native` updated to version `0.2.1`
|
|
1120
1137
|
|
|
1121
1138
|
### Features
|
|
1122
1139
|
|
|
1123
|
-
|
|
1140
|
+
- docs to make video filters usable without the RN SDK ([6061f4d](https://github.com/GetStream/stream-video-js/commit/6061f4d5b83d1ed46051dde12c7d3e269ec26aeb))
|
|
1124
1141
|
|
|
1125
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)
|
|
1126
1143
|
|
|
1127
1144
|
### Dependency Updates
|
|
1128
1145
|
|
|
1129
|
-
|
|
1146
|
+
- `@stream-io/video-filters-react-native` updated to version `0.2.0`
|
|
1130
1147
|
|
|
1131
1148
|
### ⚠ BREAKING CHANGES
|
|
1132
1149
|
|
|
1133
|
-
|
|
1150
|
+
- **react-native:** add ios video filters (#1400)
|
|
1134
1151
|
|
|
1135
1152
|
### Features
|
|
1136
1153
|
|
|
1137
|
-
|
|
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))
|
|
1138
1155
|
|
|
1139
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)
|
|
1140
1157
|
|
|
1141
1158
|
### Dependency Updates
|
|
1142
1159
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
### [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`
|
|
1146
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)
|
|
1147
1164
|
|
|
1148
1165
|
### Bug Fixes
|
|
1149
1166
|
|
|
1150
|
-
|
|
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))
|
|
1151
1168
|
|
|
1152
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)
|
|
1153
1170
|
|
|
1154
1171
|
### Dependency Updates
|
|
1155
1172
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1173
|
+
- `@stream-io/video-client` updated to version `1.3.0`
|
|
1174
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.42`
|
|
1175
|
+
|
|
1158
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)
|
|
1159
1177
|
|
|
1160
1178
|
### Dependency Updates
|
|
1161
1179
|
|
|
1162
|
-
|
|
1180
|
+
- `@stream-io/video-filters-react-native` updated to version `0.1.1`
|
|
1181
|
+
|
|
1163
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)
|
|
1164
1183
|
|
|
1165
1184
|
### Dependency Updates
|
|
1166
1185
|
|
|
1167
|
-
|
|
1168
|
-
### [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`
|
|
1169
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)
|
|
1170
1189
|
|
|
1171
1190
|
### Features
|
|
1172
1191
|
|
|
1173
|
-
|
|
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))
|
|
1174
1193
|
|
|
1175
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)
|
|
1176
1195
|
|
|
1177
1196
|
### Dependency Updates
|
|
1178
1197
|
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
### [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`
|
|
1182
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)
|
|
1183
1202
|
|
|
1184
1203
|
### Bug Fixes
|
|
1185
1204
|
|
|
1186
|
-
|
|
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))
|
|
1187
1206
|
|
|
1188
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)
|
|
1189
1208
|
|
|
1190
|
-
|
|
1191
1209
|
### Bug Fixes
|
|
1192
1210
|
|
|
1193
|
-
|
|
1211
|
+
- change unnecessary warning log to info ([e8dda7d](https://github.com/GetStream/stream-video-js/commit/e8dda7ded3bedc63e20e8230ecfab702da154f98))
|
|
1194
1212
|
|
|
1195
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)
|
|
1196
1214
|
|
|
1197
1215
|
### Dependency Updates
|
|
1198
1216
|
|
|
1199
|
-
|
|
1200
|
-
|
|
1217
|
+
- `@stream-io/video-client` updated to version `1.2.2`
|
|
1218
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.40`
|
|
1219
|
+
|
|
1201
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)
|
|
1202
1221
|
|
|
1203
1222
|
### Dependency Updates
|
|
1204
1223
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
### [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`
|
|
1208
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)
|
|
1209
1228
|
|
|
1210
1229
|
### Bug Fixes
|
|
1211
1230
|
|
|
1212
|
-
|
|
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))
|
|
1213
1232
|
|
|
1214
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)
|
|
1215
1234
|
|
|
1216
1235
|
### Dependency Updates
|
|
1217
1236
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1237
|
+
- `@stream-io/video-client` updated to version `1.2.0`
|
|
1238
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.38`
|
|
1239
|
+
|
|
1220
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)
|
|
1221
1241
|
|
|
1222
1242
|
### Dependency Updates
|
|
1223
1243
|
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
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`
|
|
1227
1247
|
|
|
1228
1248
|
### Features
|
|
1229
1249
|
|
|
1230
|
-
|
|
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))
|
|
1231
1251
|
|
|
1232
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)
|
|
1233
1253
|
|
|
1234
1254
|
### Dependency Updates
|
|
1235
1255
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1256
|
+
- `@stream-io/video-client` updated to version `1.0.10`
|
|
1257
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.36`
|
|
1258
|
+
|
|
1238
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)
|
|
1239
1260
|
|
|
1240
1261
|
### Dependency Updates
|
|
1241
1262
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
### [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`
|
|
1245
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)
|
|
1246
1267
|
|
|
1247
1268
|
### Bug Fixes
|
|
1248
1269
|
|
|
1249
|
-
|
|
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)
|
|
1250
1271
|
|
|
1251
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)
|
|
1252
1273
|
|
|
1253
|
-
|
|
1254
1274
|
### Bug Fixes
|
|
1255
1275
|
|
|
1256
|
-
|
|
1276
|
+
- **reac-native:** properly cleanup call instance in LivestreamPlayer ([4e60c50](https://github.com/GetStream/stream-video-js/commit/4e60c5067503a7e3e1fdc77a4f6775c5873ed508))
|
|
1257
1277
|
|
|
1258
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)
|
|
1259
1279
|
|
|
1260
|
-
|
|
1261
1280
|
### Features
|
|
1262
1281
|
|
|
1263
|
-
|
|
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))
|
|
1264
1283
|
|
|
1265
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)
|
|
1266
1285
|
|
|
1267
1286
|
### Dependency Updates
|
|
1268
1287
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### [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`
|
|
1272
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)
|
|
1273
1292
|
|
|
1274
1293
|
### Bug Fixes
|
|
1275
1294
|
|
|
1276
|
-
|
|
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))
|
|
1277
1296
|
|
|
1278
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)
|
|
1279
1298
|
|
|
1280
1299
|
### Dependency Updates
|
|
1281
1300
|
|
|
1282
|
-
|
|
1283
|
-
|
|
1301
|
+
- `@stream-io/video-client` updated to version `1.0.7`
|
|
1302
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.33`
|
|
1303
|
+
|
|
1284
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)
|
|
1285
1305
|
|
|
1286
1306
|
### Dependency Updates
|
|
1287
1307
|
|
|
1288
|
-
|
|
1289
|
-
|
|
1308
|
+
- `@stream-io/video-client` updated to version `1.0.6`
|
|
1309
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.32`
|
|
1290
1310
|
|
|
1291
1311
|
### Bug Fixes
|
|
1292
1312
|
|
|
1293
|
-
|
|
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))
|
|
1294
1314
|
|
|
1295
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)
|
|
1296
1316
|
|
|
1297
1317
|
### Dependency Updates
|
|
1298
1318
|
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
### [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`
|
|
1302
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)
|
|
1303
1323
|
|
|
1304
1324
|
### Features
|
|
1305
1325
|
|
|
1306
|
-
|
|
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))
|
|
1307
1327
|
|
|
1308
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)
|
|
1309
1329
|
|
|
1310
|
-
|
|
1311
1330
|
### Bug Fixes
|
|
1312
1331
|
|
|
1313
|
-
|
|
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))
|
|
1314
1333
|
|
|
1315
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)
|
|
1316
1335
|
|
|
1317
1336
|
### Dependency Updates
|
|
1318
1337
|
|
|
1319
|
-
|
|
1320
|
-
|
|
1338
|
+
- `@stream-io/video-client` updated to version `1.0.4`
|
|
1339
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.30`
|
|
1340
|
+
|
|
1321
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)
|
|
1322
1342
|
|
|
1323
1343
|
### Dependency Updates
|
|
1324
1344
|
|
|
1325
|
-
|
|
1326
|
-
|
|
1345
|
+
- `@stream-io/video-client` updated to version `1.0.3`
|
|
1346
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.29`
|
|
1347
|
+
|
|
1327
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)
|
|
1328
1349
|
|
|
1329
1350
|
### Dependency Updates
|
|
1330
1351
|
|
|
1331
|
-
|
|
1332
|
-
|
|
1352
|
+
- `@stream-io/video-client` updated to version `1.0.2`
|
|
1353
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.28`
|
|
1333
1354
|
|
|
1334
1355
|
### Bug Fixes
|
|
1335
1356
|
|
|
1336
|
-
|
|
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))
|
|
1337
1358
|
|
|
1338
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)
|
|
1339
1360
|
|
|
1340
|
-
|
|
1341
1361
|
### ⚠ BREAKING CHANGES
|
|
1342
1362
|
|
|
1343
|
-
|
|
1363
|
+
- **react-native:** apply media stream management initial state asyncronously (#1345)
|
|
1344
1364
|
|
|
1345
1365
|
### Bug Fixes
|
|
1346
1366
|
|
|
1347
|
-
|
|
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)
|
|
1348
1368
|
|
|
1349
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)
|
|
1350
1370
|
|
|
1351
1371
|
### Dependency Updates
|
|
1352
1372
|
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
### [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`
|
|
1356
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)
|
|
1357
1377
|
|
|
1358
1378
|
### Bug Fixes
|
|
1359
1379
|
|
|
1360
|
-
|
|
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))
|
|
1361
1381
|
|
|
1362
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)
|
|
1363
1383
|
|
|
1364
1384
|
### Dependency Updates
|
|
1365
1385
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1386
|
+
- `@stream-io/video-client` updated to version `1.0.0`
|
|
1387
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.26`
|
|
1388
|
+
|
|
1368
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)
|
|
1369
1390
|
|
|
1370
1391
|
### Dependency Updates
|
|
1371
1392
|
|
|
1372
|
-
|
|
1373
|
-
|
|
1393
|
+
- `@stream-io/video-client` updated to version `0.8.0`
|
|
1394
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.25`
|
|
1395
|
+
|
|
1374
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)
|
|
1375
1397
|
|
|
1376
1398
|
### Dependency Updates
|
|
1377
1399
|
|
|
1378
|
-
|
|
1379
|
-
|
|
1400
|
+
- `@stream-io/video-client` updated to version `0.7.13`
|
|
1401
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.24`
|
|
1402
|
+
|
|
1380
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)
|
|
1381
1404
|
|
|
1382
1405
|
### Dependency Updates
|
|
1383
1406
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1407
|
+
- `@stream-io/video-client` updated to version `0.7.12`
|
|
1408
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.23`
|
|
1409
|
+
|
|
1386
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)
|
|
1387
1411
|
|
|
1388
1412
|
### Dependency Updates
|
|
1389
1413
|
|
|
1390
|
-
|
|
1391
|
-
|
|
1414
|
+
- `@stream-io/video-client` updated to version `0.7.11`
|
|
1415
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.22`
|
|
1392
1416
|
|
|
1393
1417
|
### Bug Fixes
|
|
1394
1418
|
|
|
1395
|
-
|
|
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)
|
|
1396
1420
|
|
|
1397
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)
|
|
1398
1422
|
|
|
1399
1423
|
### Dependency Updates
|
|
1400
1424
|
|
|
1401
|
-
|
|
1402
|
-
|
|
1425
|
+
- `@stream-io/video-client` updated to version `0.7.10`
|
|
1426
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.21`
|
|
1427
|
+
|
|
1403
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)
|
|
1404
1429
|
|
|
1405
1430
|
### Dependency Updates
|
|
1406
1431
|
|
|
1407
|
-
|
|
1408
|
-
|
|
1432
|
+
- `@stream-io/video-client` updated to version `0.7.9`
|
|
1433
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.20`
|
|
1434
|
+
|
|
1409
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)
|
|
1410
1436
|
|
|
1411
1437
|
### Dependency Updates
|
|
1412
1438
|
|
|
1413
|
-
|
|
1414
|
-
|
|
1439
|
+
- `@stream-io/video-client` updated to version `0.7.8`
|
|
1440
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.19`
|
|
1441
|
+
|
|
1415
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)
|
|
1416
1443
|
|
|
1417
1444
|
### Dependency Updates
|
|
1418
1445
|
|
|
1419
|
-
|
|
1420
|
-
|
|
1446
|
+
- `@stream-io/video-client` updated to version `0.7.7`
|
|
1447
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.18`
|
|
1421
1448
|
|
|
1422
1449
|
### Features
|
|
1423
1450
|
|
|
1424
|
-
|
|
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))
|
|
1425
1452
|
|
|
1426
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)
|
|
1427
1454
|
|
|
1428
1455
|
### Dependency Updates
|
|
1429
1456
|
|
|
1430
|
-
|
|
1431
|
-
|
|
1457
|
+
- `@stream-io/video-client` updated to version `0.7.6`
|
|
1458
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.17`
|
|
1459
|
+
|
|
1432
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)
|
|
1433
1461
|
|
|
1434
1462
|
### Dependency Updates
|
|
1435
1463
|
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
### [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`
|
|
1439
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)
|
|
1440
1468
|
|
|
1441
1469
|
### Bug Fixes
|
|
1442
1470
|
|
|
1443
|
-
|
|
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))
|
|
1444
1472
|
|
|
1445
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)
|
|
1446
1474
|
|
|
1447
1475
|
### Dependency Updates
|
|
1448
1476
|
|
|
1449
|
-
|
|
1450
|
-
|
|
1477
|
+
- `@stream-io/video-client` updated to version `0.7.4`
|
|
1478
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.15`
|
|
1479
|
+
|
|
1451
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)
|
|
1452
1481
|
|
|
1453
1482
|
### Dependency Updates
|
|
1454
1483
|
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
### [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`
|
|
1458
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)
|
|
1459
1488
|
|
|
1460
1489
|
### Bug Fixes
|
|
1461
1490
|
|
|
1462
|
-
|
|
1491
|
+
- **react-native:** remove wrong required types in livestream buttons ([a357d6a](https://github.com/GetStream/stream-video-js/commit/a357d6ac24e3d15b068d152cc69403c471dff87c))
|
|
1463
1492
|
|
|
1464
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)
|
|
1465
1494
|
|
|
1466
1495
|
### Dependency Updates
|
|
1467
1496
|
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
### [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`
|
|
1471
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)
|
|
1472
1501
|
|
|
1473
1502
|
### Features
|
|
1474
1503
|
|
|
1475
|
-
|
|
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))
|
|
1476
1505
|
|
|
1477
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)
|
|
1478
1507
|
|
|
1479
|
-
|
|
1480
1508
|
### Bug Fixes
|
|
1481
1509
|
|
|
1482
|
-
|
|
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))
|
|
1483
1511
|
|
|
1484
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)
|
|
1485
1513
|
|
|
1486
1514
|
### Dependency Updates
|
|
1487
1515
|
|
|
1488
|
-
|
|
1489
|
-
|
|
1516
|
+
- `@stream-io/video-client` updated to version `0.7.1`
|
|
1517
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.12`
|
|
1518
|
+
|
|
1490
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)
|
|
1491
1520
|
|
|
1492
1521
|
### Dependency Updates
|
|
1493
1522
|
|
|
1494
|
-
|
|
1495
|
-
|
|
1523
|
+
- `@stream-io/video-client` updated to version `0.7.0`
|
|
1524
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.11`
|
|
1496
1525
|
|
|
1497
1526
|
### ⚠ BREAKING CHANGES
|
|
1498
1527
|
|
|
1499
|
-
|
|
1528
|
+
- remove server-side capabilities from JS client (#1282)
|
|
1500
1529
|
|
|
1501
1530
|
### Features
|
|
1502
1531
|
|
|
1503
|
-
|
|
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))
|
|
1504
1533
|
|
|
1505
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)
|
|
1506
1535
|
|
|
1507
1536
|
### Dependency Updates
|
|
1508
1537
|
|
|
1509
|
-
|
|
1510
|
-
|
|
1538
|
+
- `@stream-io/video-client` updated to version `0.6.10`
|
|
1539
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.10`
|
|
1540
|
+
|
|
1511
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)
|
|
1512
1542
|
|
|
1513
1543
|
### Dependency Updates
|
|
1514
1544
|
|
|
1515
|
-
|
|
1516
|
-
|
|
1545
|
+
- `@stream-io/video-client` updated to version `0.6.9`
|
|
1546
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.9`
|
|
1547
|
+
|
|
1517
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)
|
|
1518
1549
|
|
|
1519
1550
|
### Dependency Updates
|
|
1520
1551
|
|
|
1521
|
-
|
|
1522
|
-
|
|
1552
|
+
- `@stream-io/video-client` updated to version `0.6.8`
|
|
1553
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.8`
|
|
1523
1554
|
|
|
1524
1555
|
### Features
|
|
1525
1556
|
|
|
1526
|
-
|
|
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)
|
|
1527
1558
|
|
|
1528
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)
|
|
1529
1560
|
|
|
1530
1561
|
### Dependency Updates
|
|
1531
1562
|
|
|
1532
|
-
|
|
1533
|
-
|
|
1563
|
+
- `@stream-io/video-client` updated to version `0.6.7`
|
|
1564
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.7`
|
|
1565
|
+
|
|
1534
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)
|
|
1535
1567
|
|
|
1536
1568
|
### Dependency Updates
|
|
1537
1569
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1570
|
+
- `@stream-io/video-client` updated to version `0.6.6`
|
|
1571
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.6`
|
|
1572
|
+
|
|
1540
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)
|
|
1541
1574
|
|
|
1542
1575
|
### Dependency Updates
|
|
1543
1576
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1577
|
+
- `@stream-io/video-client` updated to version `0.6.5`
|
|
1578
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.5`
|
|
1579
|
+
|
|
1546
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)
|
|
1547
1581
|
|
|
1548
1582
|
### Dependency Updates
|
|
1549
1583
|
|
|
1550
|
-
|
|
1551
|
-
|
|
1584
|
+
- `@stream-io/video-client` updated to version `0.6.4`
|
|
1585
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.4`
|
|
1552
1586
|
|
|
1553
1587
|
### Bug Fixes
|
|
1554
1588
|
|
|
1555
|
-
|
|
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))
|
|
1556
1590
|
|
|
1557
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)
|
|
1558
1592
|
|
|
1559
1593
|
### Dependency Updates
|
|
1560
1594
|
|
|
1561
|
-
|
|
1562
|
-
|
|
1595
|
+
- `@stream-io/video-client` updated to version `0.6.3`
|
|
1596
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.3`
|
|
1563
1597
|
|
|
1564
1598
|
### Features
|
|
1565
1599
|
|
|
1566
|
-
|
|
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)
|
|
1567
1601
|
|
|
1568
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)
|
|
1569
1603
|
|
|
1570
1604
|
### Dependency Updates
|
|
1571
1605
|
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
### [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`
|
|
1575
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)
|
|
1576
1610
|
|
|
1577
1611
|
### Bug Fixes
|
|
1578
1612
|
|
|
1579
|
-
|
|
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))
|
|
1580
1614
|
|
|
1581
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)
|
|
1582
1616
|
|
|
1583
|
-
|
|
1584
1617
|
### Bug Fixes
|
|
1585
1618
|
|
|
1586
|
-
|
|
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))
|
|
1587
1620
|
|
|
1588
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)
|
|
1589
1622
|
|
|
1590
|
-
|
|
1591
1623
|
### Bug Fixes
|
|
1592
1624
|
|
|
1593
|
-
|
|
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))
|
|
1594
1626
|
|
|
1595
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)
|
|
1596
1628
|
|
|
1597
|
-
|
|
1598
1629
|
### Bug Fixes
|
|
1599
1630
|
|
|
1600
|
-
|
|
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))
|
|
1601
1632
|
|
|
1602
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)
|
|
1603
1634
|
|
|
1604
1635
|
### Dependency Updates
|
|
1605
1636
|
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
### [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`
|
|
1609
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)
|
|
1610
1641
|
|
|
1611
1642
|
### Bug Fixes
|
|
1612
1643
|
|
|
1613
|
-
|
|
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))
|
|
1614
1645
|
|
|
1615
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)
|
|
1616
1647
|
|
|
1617
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)
|
|
1618
1649
|
|
|
1619
|
-
|
|
1620
1650
|
### Bug Fixes
|
|
1621
1651
|
|
|
1622
|
-
|
|
1652
|
+
- **react-native:** do not add screenshare permissions by default ([6bb3113](https://github.com/GetStream/stream-video-js/commit/6bb3113574f22fe6d5c6c9da41528da7502974ec))
|
|
1623
1653
|
|
|
1624
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)
|
|
1625
1655
|
|
|
1626
1656
|
### Dependency Updates
|
|
1627
1657
|
|
|
1628
|
-
|
|
1629
|
-
|
|
1658
|
+
- `@stream-io/video-client` updated to version `0.6.0`
|
|
1659
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.0`
|
|
1630
1660
|
|
|
1631
1661
|
### ⚠ BREAKING CHANGES
|
|
1632
1662
|
|
|
1633
|
-
|
|
1663
|
+
- **hooks:** expose permission hooks through useCallStateHooks() (#1254)
|
|
1634
1664
|
|
|
1635
1665
|
### Features
|
|
1636
1666
|
|
|
1637
|
-
|
|
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))
|
|
1638
1668
|
|
|
1639
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)
|
|
1640
1670
|
|
|
1641
1671
|
### Dependency Updates
|
|
1642
1672
|
|
|
1643
|
-
|
|
1644
|
-
|
|
1673
|
+
- `@stream-io/video-client` updated to version `0.5.11`
|
|
1674
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.22`
|
|
1675
|
+
|
|
1645
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)
|
|
1646
1677
|
|
|
1647
1678
|
### Dependency Updates
|
|
1648
1679
|
|
|
1649
|
-
|
|
1650
|
-
|
|
1680
|
+
- `@stream-io/video-client` updated to version `0.5.10`
|
|
1681
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.21`
|
|
1682
|
+
|
|
1651
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)
|
|
1652
1684
|
|
|
1653
1685
|
### Dependency Updates
|
|
1654
1686
|
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
## [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`
|
|
1658
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)
|
|
1659
1691
|
|
|
1660
1692
|
### ⚠ BREAKING CHANGES
|
|
1661
1693
|
|
|
1662
|
-
|
|
1694
|
+
- **react-native:** add missing push call.cancellation support in app terminated state (#1264)
|
|
1663
1695
|
|
|
1664
1696
|
### Bug Fixes
|
|
1665
1697
|
|
|
1666
|
-
|
|
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))
|
|
1667
1699
|
|
|
1668
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)
|
|
1669
1701
|
|
|
1670
1702
|
### Dependency Updates
|
|
1671
1703
|
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
### [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`
|
|
1675
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)
|
|
1676
1708
|
|
|
1677
1709
|
### Bug Fixes
|
|
1678
1710
|
|
|
1679
|
-
|
|
1680
|
-
|
|
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))
|
|
1681
1713
|
|
|
1682
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)
|
|
1683
1715
|
|
|
1684
|
-
|
|
1685
1716
|
### Bug Fixes
|
|
1686
1717
|
|
|
1687
|
-
|
|
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))
|
|
1688
1719
|
|
|
1689
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)
|
|
1690
1721
|
|
|
1691
|
-
|
|
1692
1722
|
### Features
|
|
1693
1723
|
|
|
1694
|
-
|
|
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))
|
|
1695
1725
|
|
|
1696
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)
|
|
1697
1727
|
|
|
1698
1728
|
### Dependency Updates
|
|
1699
1729
|
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
### [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`
|
|
1703
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)
|
|
1704
1734
|
|
|
1705
1735
|
### Features
|
|
1706
1736
|
|
|
1707
|
-
|
|
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))
|
|
1708
1738
|
|
|
1709
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)
|
|
1710
1740
|
|
|
1711
|
-
|
|
1712
1741
|
### Bug Fixes
|
|
1713
1742
|
|
|
1714
|
-
|
|
1743
|
+
- pass sound and vibration to android notifications display ([f4e34ec](https://github.com/GetStream/stream-video-js/commit/f4e34ec77ae8ab2885d6b98c428085431b52bc00))
|
|
1715
1744
|
|
|
1716
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)
|
|
1717
1746
|
|
|
1718
1747
|
### Dependency Updates
|
|
1719
1748
|
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
### [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`
|
|
1723
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)
|
|
1724
1753
|
|
|
1725
1754
|
### Features
|
|
1726
1755
|
|
|
1727
|
-
|
|
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)
|
|
1728
1757
|
|
|
1729
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)
|
|
1730
1759
|
|
|
1731
1760
|
### Dependency Updates
|
|
1732
1761
|
|
|
1733
|
-
|
|
1734
|
-
|
|
1762
|
+
- `@stream-io/video-client` updated to version `0.5.5`
|
|
1763
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.16`
|
|
1764
|
+
|
|
1735
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)
|
|
1736
1766
|
|
|
1737
1767
|
### Dependency Updates
|
|
1738
1768
|
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
### [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`
|
|
1742
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)
|
|
1743
1773
|
|
|
1744
1774
|
### Features
|
|
1745
1775
|
|
|
1746
|
-
|
|
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))
|
|
1747
1777
|
|
|
1748
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)
|
|
1749
1779
|
|
|
1750
1780
|
### Dependency Updates
|
|
1751
1781
|
|
|
1752
|
-
|
|
1753
|
-
|
|
1782
|
+
- `@stream-io/video-client` updated to version `0.5.3`
|
|
1783
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.14`
|
|
1784
|
+
|
|
1754
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)
|
|
1755
1786
|
|
|
1756
1787
|
### Dependency Updates
|
|
1757
1788
|
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
### [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`
|
|
1761
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)
|
|
1762
1793
|
|
|
1763
1794
|
### Bug Fixes
|
|
1764
1795
|
|
|
1765
|
-
|
|
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))
|
|
1766
1797
|
|
|
1767
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)
|
|
1768
1799
|
|
|
1769
1800
|
### Dependency Updates
|
|
1770
1801
|
|
|
1771
|
-
|
|
1772
|
-
|
|
1802
|
+
- `@stream-io/video-client` updated to version `0.5.1`
|
|
1803
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.12`
|
|
1773
1804
|
|
|
1774
1805
|
### Features
|
|
1775
1806
|
|
|
1776
|
-
|
|
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))
|
|
1777
1808
|
|
|
1778
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)
|
|
1779
1810
|
|
|
1780
|
-
|
|
1781
1811
|
### Bug Fixes
|
|
1782
1812
|
|
|
1783
|
-
|
|
1813
|
+
- **react-native:** remove postinstall command as it breaks on windows ([90f0b9c](https://github.com/GetStream/stream-video-js/commit/90f0b9ced6aa0c89593cb860a5a5c87d782766ca))
|
|
1784
1814
|
|
|
1785
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)
|
|
1786
1816
|
|
|
1787
|
-
|
|
1788
1817
|
### Bug Fixes
|
|
1789
1818
|
|
|
1790
|
-
|
|
1819
|
+
- **react-native:** do not trigger initial device setting after join ([204c303](https://github.com/GetStream/stream-video-js/commit/204c303353c536c44b77350bb49c117f21e093c5))
|
|
1791
1820
|
|
|
1792
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)
|
|
1793
1822
|
|
|
1794
1823
|
### Dependency Updates
|
|
1795
1824
|
|
|
1796
|
-
|
|
1797
|
-
|
|
1825
|
+
- `@stream-io/video-client` updated to version `0.5.0`
|
|
1826
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.11`
|
|
1798
1827
|
|
|
1799
1828
|
### ⚠ BREAKING CHANGES
|
|
1800
1829
|
|
|
1801
|
-
|
|
1830
|
+
- **react-native:** move to webrtc 118 (#1197)
|
|
1802
1831
|
|
|
1803
1832
|
### Features
|
|
1804
1833
|
|
|
1805
|
-
|
|
1806
|
-
|
|
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))
|
|
1807
1835
|
|
|
1808
1836
|
### Bug Fixes
|
|
1809
1837
|
|
|
1810
|
-
|
|
1838
|
+
- **react-native:** remove unused import ([388d5fc](https://github.com/GetStream/stream-video-js/commit/388d5fc41479190c34b1f5042303157b96149381))
|
|
1811
1839
|
|
|
1812
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)
|
|
1813
1841
|
|
|
1814
1842
|
### Dependency Updates
|
|
1815
1843
|
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
### [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`
|
|
1819
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)
|
|
1820
1848
|
|
|
1821
1849
|
### Bug Fixes
|
|
1822
1850
|
|
|
1823
|
-
|
|
1851
|
+
- **react-native:** add default sound for android notifications ([6ecb6d3](https://github.com/GetStream/stream-video-js/commit/6ecb6d35016a4c8d8fc61d43c78a5b245c4f8ac5))
|
|
1824
1852
|
|
|
1825
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)
|
|
1826
1854
|
|
|
1827
1855
|
### Dependency Updates
|
|
1828
1856
|
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
### [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`
|
|
1832
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)
|
|
1833
1861
|
|
|
1834
1862
|
### Features
|
|
1835
1863
|
|
|
1836
|
-
|
|
1864
|
+
- **react-native:** update rn-webrtc version ([159b1cc](https://github.com/GetStream/stream-video-js/commit/159b1cc6b581f9dff257aad481170a36d5d065e9))
|
|
1837
1865
|
|
|
1838
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)
|
|
1839
1867
|
|
|
1840
1868
|
### Dependency Updates
|
|
1841
1869
|
|
|
1842
|
-
|
|
1843
|
-
|
|
1870
|
+
- `@stream-io/video-client` updated to version `0.4.8`
|
|
1871
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.8`
|
|
1872
|
+
|
|
1844
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)
|
|
1845
1874
|
|
|
1846
1875
|
### Dependency Updates
|
|
1847
1876
|
|
|
1848
|
-
|
|
1849
|
-
|
|
1877
|
+
- `@stream-io/video-client` updated to version `0.4.7`
|
|
1878
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.7`
|
|
1850
1879
|
|
|
1851
1880
|
### Features
|
|
1852
1881
|
|
|
1853
|
-
|
|
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))
|
|
1854
1883
|
|
|
1855
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)
|
|
1856
1885
|
|
|
1857
1886
|
### Dependency Updates
|
|
1858
1887
|
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
### [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`
|
|
1862
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)
|
|
1863
1892
|
|
|
1864
1893
|
### Bug Fixes
|
|
1865
1894
|
|
|
1866
|
-
|
|
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))
|
|
1867
1896
|
|
|
1868
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)
|
|
1869
1898
|
|
|
1870
1899
|
### Dependency Updates
|
|
1871
1900
|
|
|
1872
|
-
|
|
1873
|
-
|
|
1901
|
+
- `@stream-io/video-client` updated to version `0.4.5`
|
|
1902
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.5`
|
|
1903
|
+
|
|
1874
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)
|
|
1875
1905
|
|
|
1876
1906
|
### Dependency Updates
|
|
1877
1907
|
|
|
1878
|
-
|
|
1879
|
-
|
|
1908
|
+
- `@stream-io/video-client` updated to version `0.4.4`
|
|
1909
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.4`
|
|
1910
|
+
|
|
1880
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)
|
|
1881
1912
|
|
|
1882
1913
|
### Dependency Updates
|
|
1883
1914
|
|
|
1884
|
-
|
|
1885
|
-
|
|
1915
|
+
- `@stream-io/video-client` updated to version `0.4.3`
|
|
1916
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.3`
|
|
1917
|
+
|
|
1886
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)
|
|
1887
1919
|
|
|
1888
1920
|
### Dependency Updates
|
|
1889
1921
|
|
|
1890
|
-
|
|
1891
|
-
|
|
1922
|
+
- `@stream-io/video-client` updated to version `0.4.2`
|
|
1923
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.2`
|
|
1924
|
+
|
|
1892
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)
|
|
1893
1926
|
|
|
1894
1927
|
### Dependency Updates
|
|
1895
1928
|
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
### [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`
|
|
1899
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)
|
|
1900
1933
|
|
|
1901
1934
|
### Features
|
|
1902
1935
|
|
|
1903
|
-
|
|
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))
|
|
1904
1937
|
|
|
1905
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)
|
|
1906
1939
|
|
|
1907
1940
|
### Dependency Updates
|
|
1908
1941
|
|
|
1909
|
-
|
|
1910
|
-
|
|
1942
|
+
- `@stream-io/video-client` updated to version `0.4.0`
|
|
1943
|
+
- `@stream-io/video-react-bindings` updated to version `0.3.0`
|
|
1911
1944
|
|
|
1912
1945
|
### ⚠ BREAKING CHANGES
|
|
1913
1946
|
|
|
1914
|
-
|
|
1947
|
+
- **react-sdk:** Universal Device Management API (#1127)
|
|
1915
1948
|
|
|
1916
1949
|
### Features
|
|
1917
1950
|
|
|
1918
|
-
|
|
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))
|
|
1919
1952
|
|
|
1920
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)
|
|
1921
1954
|
|
|
1922
1955
|
### Dependency Updates
|
|
1923
1956
|
|
|
1924
|
-
|
|
1957
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.37`
|
|
1958
|
+
|
|
1925
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)
|
|
1926
1960
|
|
|
1927
1961
|
### Dependency Updates
|
|
1928
1962
|
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
### [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`
|
|
1932
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)
|
|
1933
1967
|
|
|
1934
1968
|
### Features
|
|
1935
1969
|
|
|
1936
|
-
|
|
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))
|
|
1937
1971
|
|
|
1938
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)
|
|
1939
1973
|
|
|
1940
|
-
|
|
1941
1974
|
### Features
|
|
1942
1975
|
|
|
1943
|
-
|
|
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))
|
|
1944
1977
|
|
|
1945
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)
|
|
1946
1979
|
|
|
1947
1980
|
### Dependency Updates
|
|
1948
1981
|
|
|
1949
|
-
|
|
1950
|
-
|
|
1982
|
+
- `@stream-io/video-client` updated to version `0.3.35`
|
|
1983
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.36`
|
|
1951
1984
|
|
|
1952
1985
|
### Features
|
|
1953
1986
|
|
|
1954
|
-
|
|
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))
|
|
1955
1988
|
|
|
1956
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)
|
|
1957
1990
|
|
|
1958
1991
|
### Dependency Updates
|
|
1959
1992
|
|
|
1960
|
-
|
|
1961
|
-
|
|
1993
|
+
- `@stream-io/video-client` updated to version `0.3.34`
|
|
1994
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.35`
|
|
1962
1995
|
|
|
1963
1996
|
### Features
|
|
1964
1997
|
|
|
1965
|
-
|
|
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)
|
|
1966
1999
|
|
|
1967
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)
|
|
1968
2001
|
|
|
1969
|
-
|
|
1970
2002
|
### Bug Fixes
|
|
1971
2003
|
|
|
1972
|
-
|
|
2004
|
+
- **react-native:** misc expo config plugin bugs ([bba3f84](https://github.com/GetStream/stream-video-js/commit/bba3f8437cb0f7a662adef4e89fbc487225a5ed5))
|
|
1973
2005
|
|
|
1974
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)
|
|
1975
2007
|
|
|
1976
2008
|
### Dependency Updates
|
|
1977
2009
|
|
|
1978
|
-
|
|
1979
|
-
|
|
2010
|
+
- `@stream-io/video-client` updated to version `0.3.33`
|
|
2011
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.34`
|
|
1980
2012
|
|
|
1981
2013
|
### Bug Fixes
|
|
1982
2014
|
|
|
1983
|
-
|
|
2015
|
+
- **react-native:** added missing webrtc android expo config steps ([fb2c5a1](https://github.com/GetStream/stream-video-js/commit/fb2c5a1da24bc6c7d9d235ad1d8a562c8a075360))
|
|
1984
2016
|
|
|
1985
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)
|
|
1986
2018
|
|
|
1987
2019
|
### Dependency Updates
|
|
1988
2020
|
|
|
1989
|
-
|
|
1990
|
-
|
|
2021
|
+
- `@stream-io/video-client` updated to version `0.3.32`
|
|
2022
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.33`
|
|
1991
2023
|
|
|
1992
2024
|
### Features
|
|
1993
2025
|
|
|
1994
|
-
|
|
1995
|
-
|
|
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))
|
|
1996
2027
|
|
|
1997
2028
|
### Bug Fixes
|
|
1998
2029
|
|
|
1999
|
-
|
|
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))
|
|
2000
2031
|
|
|
2001
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)
|
|
2002
2033
|
|
|
2003
|
-
|
|
2004
2034
|
### Bug Fixes
|
|
2005
2035
|
|
|
2006
|
-
|
|
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))
|
|
2007
2037
|
|
|
2008
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)
|
|
2009
2039
|
|
|
2010
2040
|
### Dependency Updates
|
|
2011
2041
|
|
|
2012
|
-
|
|
2013
|
-
|
|
2042
|
+
- `@stream-io/video-client` updated to version `0.3.31`
|
|
2043
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.32`
|
|
2014
2044
|
|
|
2015
2045
|
### Features
|
|
2016
2046
|
|
|
2017
|
-
|
|
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))
|
|
2018
2048
|
|
|
2019
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)
|
|
2020
2050
|
|
|
2021
2051
|
### Dependency Updates
|
|
2022
2052
|
|
|
2023
|
-
|
|
2024
|
-
|
|
2053
|
+
- `@stream-io/video-client` updated to version `0.3.30`
|
|
2054
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.31`
|
|
2025
2055
|
|
|
2026
2056
|
### Features
|
|
2027
2057
|
|
|
2028
|
-
|
|
2058
|
+
- ScreenShare Audio support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
|
|
2029
2059
|
|
|
2030
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)
|
|
2031
2061
|
|
|
2032
2062
|
### Dependency Updates
|
|
2033
2063
|
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
### [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`
|
|
2037
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)
|
|
2038
2068
|
|
|
2039
2069
|
### Features
|
|
2040
2070
|
|
|
2041
|
-
|
|
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))
|
|
2042
2072
|
|
|
2043
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)
|
|
2044
2074
|
|
|
2045
|
-
|
|
2046
2075
|
### ⚠ BREAKING CHANGES
|
|
2047
2076
|
|
|
2048
|
-
|
|
2077
|
+
- **react-native:** set reactions through props and not config (#1069)
|
|
2049
2078
|
|
|
2050
2079
|
### Features
|
|
2051
2080
|
|
|
2052
|
-
|
|
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))
|
|
2053
2082
|
|
|
2054
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)
|
|
2055
2084
|
|
|
2056
|
-
|
|
2057
2085
|
### Features
|
|
2058
2086
|
|
|
2059
|
-
|
|
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))
|
|
2060
2088
|
|
|
2061
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)
|
|
2062
2090
|
|
|
2063
2091
|
### Dependency Updates
|
|
2064
2092
|
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
### [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`
|
|
2068
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)
|
|
2069
2097
|
|
|
2070
2098
|
### Bug Fixes
|
|
2071
2099
|
|
|
2072
|
-
|
|
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))
|
|
2073
2101
|
|
|
2074
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)
|
|
2075
2103
|
|
|
2076
2104
|
### Dependency Updates
|
|
2077
2105
|
|
|
2078
|
-
|
|
2079
|
-
|
|
2106
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2107
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.28`
|
|
2108
|
+
|
|
2080
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)
|
|
2081
2110
|
|
|
2082
2111
|
### Dependency Updates
|
|
2083
2112
|
|
|
2084
|
-
|
|
2085
|
-
|
|
2113
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2114
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.27`
|
|
2086
2115
|
|
|
2087
2116
|
### Features
|
|
2088
2117
|
|
|
2089
|
-
|
|
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))
|
|
2090
2119
|
|
|
2091
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)
|
|
2092
2121
|
|
|
2093
2122
|
### Dependency Updates
|
|
2094
2123
|
|
|
2095
|
-
|
|
2096
|
-
|
|
2124
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2125
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.26`
|
|
2126
|
+
|
|
2097
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)
|
|
2098
2128
|
|
|
2099
2129
|
### Dependency Updates
|
|
2100
2130
|
|
|
2101
|
-
|
|
2102
|
-
|
|
2131
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2132
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.25`
|
|
2133
|
+
|
|
2103
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)
|
|
2104
2135
|
|
|
2105
2136
|
### Dependency Updates
|
|
2106
2137
|
|
|
2107
|
-
|
|
2108
|
-
|
|
2138
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2139
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.24`
|
|
2140
|
+
|
|
2109
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)
|
|
2110
2142
|
|
|
2111
2143
|
### Dependency Updates
|
|
2112
2144
|
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
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`
|
|
2116
2148
|
|
|
2117
2149
|
### Bug Fixes
|
|
2118
2150
|
|
|
2119
|
-
|
|
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))
|
|
2120
2152
|
|
|
2121
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)
|
|
2122
2154
|
|
|
2123
2155
|
### Dependency Updates
|
|
2124
2156
|
|
|
2125
|
-
|
|
2126
|
-
|
|
2157
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2158
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.22`
|
|
2159
|
+
|
|
2127
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)
|
|
2128
2161
|
|
|
2129
2162
|
### Dependency Updates
|
|
2130
2163
|
|
|
2131
|
-
|
|
2132
|
-
|
|
2164
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2165
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.21`
|
|
2166
|
+
|
|
2133
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)
|
|
2134
2168
|
|
|
2135
2169
|
### Dependency Updates
|
|
2136
2170
|
|
|
2137
|
-
|
|
2171
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2172
|
+
|
|
2138
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)
|
|
2139
2174
|
|
|
2140
2175
|
### Dependency Updates
|
|
2141
2176
|
|
|
2142
|
-
|
|
2143
|
-
|
|
2177
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2178
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.20`
|
|
2144
2179
|
|
|
2145
2180
|
### Bug Fixes
|
|
2146
2181
|
|
|
2147
|
-
|
|
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))
|
|
2148
2183
|
|
|
2149
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)
|
|
2150
2185
|
|
|
2151
2186
|
### Dependency Updates
|
|
2152
2187
|
|
|
2153
|
-
|
|
2154
|
-
|
|
2188
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2189
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.19`
|
|
2190
|
+
|
|
2155
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)
|
|
2156
2192
|
|
|
2157
2193
|
### Dependency Updates
|
|
2158
2194
|
|
|
2159
|
-
|
|
2160
|
-
|
|
2195
|
+
- `@stream-io/video-client` updated to version `0.1.0`
|
|
2196
|
+
- `@stream-io/video-react-bindings` updated to version `0.2.18`
|
|
2197
|
+
|
|
2161
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)
|
|
2162
2199
|
|
|
2163
2200
|
### Dependency Updates
|
|
2164
2201
|
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
### [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`
|
|
2168
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)
|
|
2169
2206
|
|
|
2170
2207
|
### Bug Fixes
|
|
2171
2208
|
|
|
2172
|
-
|
|
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))
|
|
2173
2210
|
|
|
2174
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)
|
|
2175
2212
|
|
|
2176
|
-
|
|
2177
2213
|
### Bug Fixes
|
|
2178
2214
|
|
|
2179
|
-
|
|
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))
|
|
2180
2216
|
|
|
2181
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)
|
|
2182
2218
|
|
|
2183
|
-
|
|
2184
2219
|
### Bug Fixes
|
|
2185
2220
|
|
|
2186
|
-
|
|
2221
|
+
- **react-native:** add missing expo plugin in npm pack ([bfeb79d](https://github.com/GetStream/stream-video-js/commit/bfeb79d2a540f627e8fcefbe1524cf634307ce84))
|
|
2187
2222
|
|
|
2188
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)
|
|
2189
2224
|
|
|
2190
2225
|
### Dependency Updates
|
|
2191
2226
|
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
### [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`
|
|
2195
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)
|
|
2196
2231
|
|
|
2197
2232
|
### Features
|
|
2198
2233
|
|
|
2199
|
-
|
|
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))
|
|
2200
2235
|
|
|
2201
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)
|
|
2202
2237
|
|
|
2203
|
-
|
|
2204
2238
|
### Bug Fixes
|
|
2205
2239
|
|
|
2206
|
-
|
|
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))
|
|
2207
2241
|
|
|
2208
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)
|
|
2209
2243
|
|
|
2210
|
-
|
|
2211
2244
|
### Bug Fixes
|
|
2212
2245
|
|
|
2213
|
-
|
|
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))
|
|
2214
2247
|
|
|
2215
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)
|
|
2216
2249
|
|
|
2217
|
-
|
|
2218
2250
|
### Bug Fixes
|
|
2219
2251
|
|
|
2220
|
-
|
|
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))
|
|
2221
2253
|
|
|
2222
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)
|
|
2223
2255
|
|
|
2224
|
-
|
|
2225
2256
|
### Bug Fixes
|
|
2226
2257
|
|
|
2227
|
-
|
|
2258
|
+
- **react-native:** missing translations in lobby component ([3dbed69](https://github.com/GetStream/stream-video-js/commit/3dbed692dcbb4b6a948cc1eb41540ab1e7825912))
|
|
2228
2259
|
|
|
2229
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)
|
|
2230
2261
|
|
|
2231
2262
|
### Dependency Updates
|
|
2232
2263
|
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
### [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`
|
|
2236
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)
|
|
2237
2268
|
|
|
2238
2269
|
### Bug Fixes
|
|
2239
2270
|
|
|
2240
|
-
|
|
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))
|
|
2241
2272
|
|
|
2242
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)
|
|
2243
2274
|
|
|
2244
2275
|
### Dependency Updates
|
|
2245
2276
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
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`
|
|
2249
2280
|
|
|
2250
2281
|
### Features
|
|
2251
2282
|
|
|
2252
|
-
|
|
2253
|
-
|
|
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))
|