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