@stream-io/video-react-native-sdk 1.10.4 → 1.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/commonjs/components/Call/CallControls/CallControls.js +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +0 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/hooks/push/useProcessPushCallEffect.js +1 -1
- package/dist/commonjs/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js +4 -3
- package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/utils/push/ios.js +1 -0
- package/dist/commonjs/utils/push/ios.js.map +1 -1
- package/dist/commonjs/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +0 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- 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 +4 -3
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/utils/push/ios.js +1 -0
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/{components → src/components}/Call/CallContent/CallContent.d.ts +5 -5
- package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallControls/CallControls.d.ts +2 -2
- package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallControls/CallControlsButton.d.ts +2 -2
- package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallControls/ReactionsButton.d.ts +1 -1
- package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallControls/ToggleCameraFaceButton.d.ts +1 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallControls/internal/ReactionsPicker.d.ts +2 -2
- package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsGrid.d.ts +3 -3
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +3 -3
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -3
- package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/Lobby/JoinCallButton.d.ts +1 -1
- package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/Lobby/Lobby.d.ts +3 -3
- package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/Lobby/LobbyFooter.d.ts +1 -1
- package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallLeftIndicator.d.ts +1 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +1 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/RingingCallContent/IncomingCall.d.ts +1 -1
- package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
- package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Call/RingingCallContent/RingingCallContent.d.ts +5 -5
- package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +1 -0
- package/dist/typescript/src/components/Call/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/HostLivestream/HostLivestream.d.ts +5 -5
- package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +3 -3
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +2 -2
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +2 -2
- package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +1 -1
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +4 -4
- package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +4 -4
- package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +5 -5
- package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
- package/dist/typescript/src/components/Livestream/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +1 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +1 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +1 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +1 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/index.d.ts +4 -4
- package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantLabel.d.ts +1 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +1 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantReaction.d.ts +2 -2
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +1 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/ParticipantView.d.ts +9 -9
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
- package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/Participant/ParticipantView/VideoRenderer.d.ts +1 -1
- package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
- package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/src/components/Participant/index.d.ts.map +1 -0
- package/dist/typescript/src/components/index.d.ts.map +1 -0
- package/dist/typescript/{components → src/components}/utility/Avatar.d.ts +1 -1
- package/dist/typescript/src/components/utility/Avatar.d.ts.map +1 -0
- package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +1 -0
- package/dist/typescript/src/components/utility/index.d.ts.map +1 -0
- package/dist/typescript/src/constants/TestIds.d.ts.map +1 -0
- package/dist/typescript/{constants → src/constants}/index.d.ts +1 -1
- package/dist/typescript/src/constants/index.d.ts.map +1 -0
- package/dist/typescript/{contexts → src/contexts}/BackgroundFilters.d.ts +1 -1
- package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +1 -0
- package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +1 -0
- package/dist/typescript/{contexts → src/contexts}/ThemeContext.d.ts +2 -2
- package/dist/typescript/src/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/typescript/src/contexts/index.d.ts.map +1 -0
- package/dist/typescript/src/hooks/index.d.ts.map +1 -0
- package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/index.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
- package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
- package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +1 -0
- package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +1 -0
- package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +1 -0
- package/dist/typescript/{hooks → src/hooks}/useTrackDimensions.d.ts +1 -1
- package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Back.d.ts +1 -1
- package/dist/typescript/src/icons/Back.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/CameraSwitch.d.ts +1 -1
- package/dist/typescript/src/icons/CameraSwitch.d.ts.map +1 -0
- package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +1 -0
- package/dist/typescript/src/icons/Eye.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/IconWrapper.d.ts +1 -1
- package/dist/typescript/src/icons/IconWrapper.d.ts.map +1 -0
- package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Lock.d.ts +1 -1
- package/dist/typescript/src/icons/Lock.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Mic.d.ts +1 -1
- package/dist/typescript/src/icons/Mic.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/MicOff.d.ts +1 -1
- package/dist/typescript/src/icons/MicOff.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Phone.d.ts +1 -1
- package/dist/typescript/src/icons/Phone.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/PhoneDown.d.ts +1 -1
- package/dist/typescript/src/icons/PhoneDown.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/PinVertical.d.ts +1 -1
- package/dist/typescript/src/icons/PinVertical.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Reaction.d.ts +1 -1
- package/dist/typescript/src/icons/Reaction.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/ScreenShare.d.ts +1 -1
- package/dist/typescript/src/icons/ScreenShare.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/ScreenShareIndicator.d.ts +1 -1
- package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +1 -0
- package/dist/typescript/src/icons/Settings.d.ts.map +1 -0
- package/dist/typescript/src/icons/ShieldBadge.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Spotlight.d.ts +1 -1
- package/dist/typescript/src/icons/Spotlight.d.ts.map +1 -0
- package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/StopScreenShare.d.ts +1 -1
- package/dist/typescript/src/icons/StopScreenShare.d.ts.map +1 -0
- package/dist/typescript/src/icons/ThreeDots.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/TopViewBackground.d.ts +1 -1
- package/dist/typescript/src/icons/TopViewBackground.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/Video.d.ts +1 -1
- package/dist/typescript/src/icons/Video.d.ts.map +1 -0
- package/dist/typescript/{icons → src/icons}/VideoSlash.d.ts +1 -1
- package/dist/typescript/src/icons/VideoSlash.d.ts.map +1 -0
- package/dist/typescript/src/icons/index.d.ts.map +1 -0
- package/dist/typescript/src/index.d.ts.map +1 -0
- package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +1 -0
- package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +1 -0
- package/dist/typescript/{providers → src/providers}/StreamCall/index.d.ts +1 -1
- package/dist/typescript/src/providers/StreamCall/index.d.ts.map +1 -0
- package/dist/typescript/src/providers/StreamVideo.d.ts +15 -0
- package/dist/typescript/src/providers/StreamVideo.d.ts.map +1 -0
- package/dist/typescript/{theme → src/theme}/colors.d.ts +1 -1
- package/dist/typescript/src/theme/colors.d.ts.map +1 -0
- package/dist/typescript/src/theme/constants.d.ts.map +1 -0
- package/dist/typescript/src/theme/index.d.ts.map +1 -0
- package/dist/typescript/{theme → src/theme}/theme.d.ts +3 -3
- package/dist/typescript/src/theme/theme.d.ts.map +1 -0
- package/dist/typescript/{theme → src/theme}/types.d.ts +1 -1
- package/dist/typescript/src/theme/types.d.ts.map +1 -0
- package/dist/typescript/src/translations/index.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/StreamVideoRN/index.d.ts +2 -2
- package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/StreamVideoRN/types.d.ts +1 -1
- package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +1 -0
- package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +1 -0
- package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
- package/dist/typescript/src/utils/hooks/index.d.ts.map +1 -0
- package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +1 -0
- package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +1 -0
- package/dist/typescript/src/utils/index.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/internal/newNotificationCallbacks.d.ts +1 -1
- package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/android.d.ts +1 -1
- package/dist/typescript/src/utils/push/android.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/index.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/internal/rxSubjects.d.ts +1 -1
- package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/internal/utils.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/ios.d.ts +1 -1
- package/dist/typescript/src/utils/push/ios.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/index.d.ts +1 -1
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/index.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/libs/notifee/index.d.ts +1 -1
- package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +1 -0
- package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +1 -0
- package/dist/typescript/{utils → src/utils}/push/utils.d.ts +4 -4
- package/dist/typescript/src/utils/push/utils.d.ts.map +1 -0
- package/dist/typescript/src/utils/setClientDetails.d.ts.map +1 -0
- package/dist/typescript/src/version.d.ts +2 -0
- package/dist/typescript/src/version.d.ts.map +1 -0
- package/expo-config-plugin/dist/index.d.ts +2 -2
- package/expo-config-plugin/dist/withAndroidManifest.d.ts +2 -2
- package/expo-config-plugin/dist/withAndroidPermissions.d.ts +2 -2
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +1 -1
- package/expo-config-plugin/dist/withAppDelegate.d.ts +2 -2
- package/expo-config-plugin/dist/withBuildProperties.d.ts +1 -1
- package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +2 -2
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +2 -2
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +2 -2
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +2 -2
- package/expo-config-plugin/dist/withMainActivity.d.ts +2 -2
- package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +2 -2
- package/ios/RTCViewPipManager.swift +1 -1
- package/package.json +30 -15
- package/src/components/Call/CallContent/CallContent.tsx +11 -11
- package/src/components/Call/CallContent/RTCViewPipIOS.tsx +1 -1
- package/src/components/Call/CallControls/CallControls.tsx +6 -3
- package/src/components/Call/CallControls/CallControlsButton.tsx +3 -3
- package/src/components/Call/CallControls/ReactionsButton.tsx +2 -2
- package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +1 -1
- package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +3 -3
- package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -4
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +4 -4
- package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +11 -6
- package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
- package/src/components/Call/Lobby/Lobby.tsx +4 -4
- package/src/components/Call/Lobby/LobbyFooter.tsx +1 -1
- package/src/components/Call/RingingCallContent/CallLeftIndicator.tsx +1 -1
- package/src/components/Call/RingingCallContent/CallPreparingIndicator.tsx +1 -1
- package/src/components/Call/RingingCallContent/IncomingCall.tsx +2 -3
- package/src/components/Call/RingingCallContent/OutgoingCall.tsx +2 -2
- package/src/components/Call/RingingCallContent/RingingCallContent.tsx +5 -5
- package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -5
- package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +3 -3
- package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +2 -2
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +3 -3
- package/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx +1 -1
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +4 -1
- package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +4 -4
- package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +4 -4
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +5 -5
- package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +2 -2
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -2
- package/src/components/Participant/FloatingParticipantView/FloatingView/common.ts +1 -1
- package/src/components/Participant/FloatingParticipantView/FloatingView/index.ts +1 -1
- package/src/components/Participant/FloatingParticipantView/index.tsx +7 -7
- 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 +2 -2
- package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantView.tsx +10 -10
- package/src/components/Participant/ParticipantView/VideoRenderer.tsx +2 -2
- package/src/components/utility/Avatar.tsx +1 -1
- package/src/constants/index.ts +1 -1
- package/src/contexts/BackgroundFilters.tsx +1 -1
- package/src/contexts/ThemeContext.tsx +2 -2
- package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +1 -1
- package/src/hooks/push/useProcessPushCallEffect.ts +1 -1
- package/src/hooks/useAndroidKeepCallAliveEffect.ts +5 -4
- package/src/hooks/usePermissionRequest.tsx +1 -1
- package/src/hooks/useTrackDimensions.ts +2 -2
- package/src/icons/Back.tsx +1 -1
- package/src/icons/CameraSwitch.tsx +1 -1
- package/src/icons/IconWrapper.tsx +1 -1
- package/src/icons/Lock.tsx +1 -1
- package/src/icons/Mic.tsx +1 -1
- package/src/icons/MicOff.tsx +1 -1
- package/src/icons/Phone.tsx +1 -1
- package/src/icons/PhoneDown.tsx +1 -1
- package/src/icons/PinVertical.tsx +1 -1
- package/src/icons/Reaction.tsx +1 -1
- package/src/icons/ScreenShare.tsx +1 -1
- package/src/icons/ScreenShareIndicator.tsx +1 -1
- package/src/icons/Spotlight.tsx +1 -1
- package/src/icons/StopScreenShare.tsx +1 -1
- package/src/icons/TopViewBackground.tsx +1 -1
- package/src/icons/Video.tsx +1 -1
- package/src/icons/VideoSlash.tsx +1 -1
- package/src/providers/StreamCall/index.tsx +1 -1
- package/src/providers/StreamVideo.tsx +5 -5
- package/src/theme/colors.ts +1 -1
- package/src/theme/theme.ts +11 -7
- package/src/theme/types.ts +1 -1
- package/src/utils/StreamVideoRN/index.ts +2 -2
- package/src/utils/StreamVideoRN/types.ts +1 -1
- package/src/utils/internal/newNotificationCallbacks.ts +1 -1
- package/src/utils/push/android.ts +2 -2
- package/src/utils/push/internal/rxSubjects.ts +1 -1
- package/src/utils/push/ios.ts +4 -3
- package/src/utils/push/libs/firebaseMessaging/index.ts +1 -1
- package/src/utils/push/libs/notifee/index.ts +1 -1
- package/src/utils/push/utils.ts +4 -4
- package/src/version.ts +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallContent/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallLayout/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
- package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +0 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
- package/dist/typescript/components/Call/Lobby/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
- package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +0 -1
- package/dist/typescript/components/Call/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
- package/dist/typescript/components/Livestream/index.d.ts.map +0 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
- package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/components/Participant/index.d.ts.map +0 -1
- package/dist/typescript/components/index.d.ts.map +0 -1
- package/dist/typescript/components/utility/Avatar.d.ts.map +0 -1
- package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +0 -1
- package/dist/typescript/components/utility/index.d.ts.map +0 -1
- package/dist/typescript/constants/TestIds.d.ts.map +0 -1
- package/dist/typescript/constants/index.d.ts.map +0 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +0 -1
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +0 -1
- package/dist/typescript/contexts/ThemeContext.d.ts.map +0 -1
- package/dist/typescript/contexts/index.d.ts.map +0 -1
- package/dist/typescript/hooks/index.d.ts.map +0 -1
- package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
- package/dist/typescript/hooks/push/index.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
- package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
- package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +0 -1
- package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
- package/dist/typescript/hooks/usePermissionNotification.d.ts.map +0 -1
- package/dist/typescript/hooks/usePermissionRequest.d.ts.map +0 -1
- package/dist/typescript/hooks/useScreenShareButton.d.ts.map +0 -1
- package/dist/typescript/hooks/useTrackDimensions.d.ts.map +0 -1
- package/dist/typescript/icons/Back.d.ts.map +0 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +0 -1
- package/dist/typescript/icons/EndStreamIcon.d.ts.map +0 -1
- package/dist/typescript/icons/Eye.d.ts.map +0 -1
- package/dist/typescript/icons/IconWrapper.d.ts.map +0 -1
- package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +0 -1
- package/dist/typescript/icons/Lock.d.ts.map +0 -1
- package/dist/typescript/icons/Mic.d.ts.map +0 -1
- package/dist/typescript/icons/MicOff.d.ts.map +0 -1
- package/dist/typescript/icons/Phone.d.ts.map +0 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +0 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +0 -1
- package/dist/typescript/icons/Reaction.d.ts.map +0 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +0 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +0 -1
- package/dist/typescript/icons/Settings.d.ts.map +0 -1
- package/dist/typescript/icons/ShieldBadge.d.ts.map +0 -1
- package/dist/typescript/icons/Spotlight.d.ts.map +0 -1
- package/dist/typescript/icons/StartStreamIcon.d.ts.map +0 -1
- package/dist/typescript/icons/StopScreenShare.d.ts.map +0 -1
- package/dist/typescript/icons/ThreeDots.d.ts.map +0 -1
- package/dist/typescript/icons/TopViewBackground.d.ts.map +0 -1
- package/dist/typescript/icons/Video.d.ts.map +0 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +0 -1
- package/dist/typescript/icons/index.d.ts.map +0 -1
- package/dist/typescript/index.d.ts.map +0 -1
- package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +0 -1
- package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +0 -1
- package/dist/typescript/providers/StreamCall/index.d.ts.map +0 -1
- package/dist/typescript/providers/StreamVideo.d.ts +0 -15
- package/dist/typescript/providers/StreamVideo.d.ts.map +0 -1
- package/dist/typescript/theme/colors.d.ts.map +0 -1
- package/dist/typescript/theme/constants.d.ts.map +0 -1
- package/dist/typescript/theme/index.d.ts.map +0 -1
- package/dist/typescript/theme/theme.d.ts.map +0 -1
- package/dist/typescript/theme/types.d.ts.map +0 -1
- package/dist/typescript/translations/index.d.ts.map +0 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +0 -1
- package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +0 -1
- package/dist/typescript/utils/enterPiPAndroid.d.ts.map +0 -1
- package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
- package/dist/typescript/utils/hooks/index.d.ts.map +0 -1
- package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +0 -1
- package/dist/typescript/utils/hooks/usePrevious.d.ts.map +0 -1
- package/dist/typescript/utils/index.d.ts.map +0 -1
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
- package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
- package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +0 -1
- package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
- package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +0 -1
- package/dist/typescript/utils/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
- package/dist/typescript/utils/push/android.d.ts.map +0 -1
- package/dist/typescript/utils/push/index.d.ts.map +0 -1
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/utils/push/internal/utils.d.ts.map +0 -1
- package/dist/typescript/utils/push/ios.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/callkeep.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/index.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +0 -1
- package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +0 -1
- package/dist/typescript/utils/push/utils.d.ts.map +0 -1
- package/dist/typescript/utils/setClientDetails.d.ts.map +0 -1
- package/dist/typescript/version.d.ts +0 -2
- package/dist/typescript/version.d.ts.map +0 -1
- /package/dist/typescript/{components → src/components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallContent/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/HangupCallButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/LobbyControls.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/RejectCallButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallControls/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallLayout/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/CallParticipantsList/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/Lobby/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/RingingCallContent/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Call/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/HostLivestream/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamControls/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamLayout/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/LivestreamTopView/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/ViewerLivestream/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Livestream/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Participant/ParticipantView/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/Participant/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/index.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/utility/ScreenShareOverlay.d.ts +0 -0
- /package/dist/typescript/{components → src/components}/utility/index.d.ts +0 -0
- /package/dist/typescript/{constants → src/constants}/TestIds.d.ts +0 -0
- /package/dist/typescript/{contexts → src/contexts}/StreamVideoContext.d.ts +0 -0
- /package/dist/typescript/{contexts → src/contexts}/index.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/index.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/index.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushCallEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useAutoEnterPiPEffect.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useIsInPiPMode.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/usePermissionNotification.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/usePermissionRequest.d.ts +0 -0
- /package/dist/typescript/{hooks → src/hooks}/useScreenShareButton.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/EndStreamIcon.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/Eye.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/LeaveStreamIcon.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/Settings.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/ShieldBadge.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/StartStreamIcon.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/ThreeDots.d.ts +0 -0
- /package/dist/typescript/{icons → src/icons}/index.d.ts +0 -0
- /package/dist/typescript/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/typescript/{providers → src/providers}/StreamCall/AppStateListener.d.ts +0 -0
- /package/dist/typescript/{providers → src/providers}/StreamCall/DeviceStats.d.ts +0 -0
- /package/dist/typescript/{theme → src/theme}/constants.d.ts +0 -0
- /package/dist/typescript/{theme → src/theme}/index.d.ts +0 -0
- /package/dist/typescript/{translations → src/translations}/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/enterPiPAndroid.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/hooks/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/hooks/useDebouncedValue.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/hooks/usePrevious.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/optionallibs/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/optionallibs/reanimated.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/pushLogoutCallback.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/rxSubjects.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/internal/utils.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/callkeep.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/expoNotifications.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/index.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/iosPushNotification.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/notifee/lib.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/push/libs/voipPushNotification.d.ts +0 -0
- /package/dist/typescript/{utils → src/utils}/setClientDetails.d.ts +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from '../../../icons';
|
|
9
9
|
import { useCall, useI18n } from '@stream-io/video-react-bindings';
|
|
10
10
|
import { ComponentTestIds } from '../../../constants/TestIds';
|
|
11
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
11
|
+
import { type ParticipantViewProps } from './ParticipantView';
|
|
12
12
|
import { Z_INDEX } from '../../../constants';
|
|
13
13
|
import { hasAudio, hasVideo } from '@stream-io/video-client';
|
|
14
14
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
@@ -3,7 +3,7 @@ import { Path, Svg } from 'react-native-svg';
|
|
|
3
3
|
import { SfuModels } from '@stream-io/video-client';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Z_INDEX } from '../../../constants';
|
|
6
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
6
|
+
import { type ParticipantViewProps } from './ParticipantView';
|
|
7
7
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -2,9 +2,9 @@ import React, { useEffect, useMemo } from 'react';
|
|
|
2
2
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
3
|
import { useCall } from '@stream-io/video-react-bindings';
|
|
4
4
|
import { Z_INDEX, defaultEmojiReactions } from '../../../constants';
|
|
5
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
5
|
+
import type { ParticipantViewProps } from './ParticipantView';
|
|
6
6
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
7
|
-
import { CallContentProps } from '../../Call';
|
|
7
|
+
import type { CallContentProps } from '../../Call';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Props for the ParticipantReaction component.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
3
|
import { Avatar } from '../../utility';
|
|
4
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
4
|
+
import { type ParticipantViewProps } from './ParticipantView';
|
|
5
5
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import React, { ComponentType, useMemo } from 'react';
|
|
2
|
-
import { StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
|
|
1
|
+
import React, { type ComponentType, useMemo } from 'react';
|
|
2
|
+
import { type StyleProp, StyleSheet, View, type ViewStyle } from 'react-native';
|
|
3
3
|
import {
|
|
4
|
-
StreamVideoParticipant,
|
|
5
|
-
VideoTrackType,
|
|
4
|
+
type StreamVideoParticipant,
|
|
5
|
+
type VideoTrackType,
|
|
6
6
|
} from '@stream-io/video-client';
|
|
7
7
|
import {
|
|
8
8
|
ParticipantNetworkQualityIndicator as DefaultParticipantNetworkQualityIndicator,
|
|
9
|
-
ParticipantNetworkQualityIndicatorProps,
|
|
9
|
+
type ParticipantNetworkQualityIndicatorProps,
|
|
10
10
|
} from './ParticipantNetworkQualityIndicator';
|
|
11
11
|
import {
|
|
12
12
|
ParticipantReaction as DefaultParticipantReaction,
|
|
13
|
-
ParticipantReactionProps,
|
|
13
|
+
type ParticipantReactionProps,
|
|
14
14
|
} from './ParticipantReaction';
|
|
15
15
|
import {
|
|
16
16
|
ParticipantLabel as DefaultParticipantLabel,
|
|
17
|
-
ParticipantLabelProps,
|
|
17
|
+
type ParticipantLabelProps,
|
|
18
18
|
} from './ParticipantLabel';
|
|
19
19
|
import {
|
|
20
20
|
ParticipantVideoFallback as DefaultParticipantVideoFallback,
|
|
21
|
-
ParticipantVideoFallbackProps,
|
|
21
|
+
type ParticipantVideoFallbackProps,
|
|
22
22
|
} from './ParticipantVideoFallback';
|
|
23
23
|
import {
|
|
24
24
|
VideoRenderer as DefaultVideoRenderer,
|
|
25
|
-
VideoRendererProps,
|
|
25
|
+
type VideoRendererProps,
|
|
26
26
|
} from './VideoRenderer';
|
|
27
27
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
28
|
-
import { CallContentProps } from '../../Call';
|
|
28
|
+
import type { CallContentProps } from '../../Call';
|
|
29
29
|
|
|
30
30
|
export type ParticipantViewComponentProps = {
|
|
31
31
|
/**
|
|
@@ -2,13 +2,13 @@ import React, { useEffect, useRef } from 'react';
|
|
|
2
2
|
import { StyleSheet, View } from 'react-native';
|
|
3
3
|
import type { MediaStream } from '@stream-io/react-native-webrtc';
|
|
4
4
|
import { RTCView } from '@stream-io/react-native-webrtc';
|
|
5
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
5
|
+
import type { ParticipantViewProps } from './ParticipantView';
|
|
6
6
|
import {
|
|
7
7
|
CallingState,
|
|
8
8
|
hasScreenShare,
|
|
9
9
|
hasVideo,
|
|
10
10
|
SfuModels,
|
|
11
|
-
VideoTrackType,
|
|
11
|
+
type VideoTrackType,
|
|
12
12
|
VisibilityState,
|
|
13
13
|
} from '@stream-io/video-client';
|
|
14
14
|
import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
@@ -4,7 +4,7 @@ import type { StreamVideoParticipant } from '@stream-io/video-client';
|
|
|
4
4
|
import { getInitialsOfName } from '../../utils';
|
|
5
5
|
import { ComponentTestIds, ImageTestIds } from '../../constants/TestIds';
|
|
6
6
|
import { useTheme } from '../../contexts/ThemeContext';
|
|
7
|
-
import { Theme } from '../../theme/theme';
|
|
7
|
+
import { type Theme } from '../../theme/theme';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Props to be passed for the Avatar component.
|
package/src/constants/index.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, {
|
|
2
2
|
createContext,
|
|
3
|
-
PropsWithChildren,
|
|
3
|
+
type PropsWithChildren,
|
|
4
4
|
useContext,
|
|
5
5
|
useMemo,
|
|
6
6
|
} from 'react';
|
|
7
7
|
|
|
8
8
|
import merge from 'lodash.merge';
|
|
9
9
|
|
|
10
|
-
import { defaultTheme, Theme } from '../theme/theme';
|
|
10
|
+
import { defaultTheme, type Theme } from '../theme/theme';
|
|
11
11
|
|
|
12
12
|
export type DeepPartial<T> = {
|
|
13
13
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
@@ -94,7 +94,7 @@ const createCallSubscription = (
|
|
|
94
94
|
action: 'accept' | 'decline' | 'pressed' | 'backgroundDelivered'
|
|
95
95
|
) => {
|
|
96
96
|
return behaviourSubjectWithCallCid
|
|
97
|
-
.pipe(
|
|
97
|
+
.pipe(distinctUntilChanged(), filter(cidIsNotUndefined))
|
|
98
98
|
.subscribe(async (callCId) => {
|
|
99
99
|
getLogger(['useProcessPushCallEffect'])(
|
|
100
100
|
'debug',
|
|
@@ -4,7 +4,7 @@ import { StreamVideoRN } from '../utils';
|
|
|
4
4
|
import {
|
|
5
5
|
NativeModules,
|
|
6
6
|
AppState,
|
|
7
|
-
AppStateStatus,
|
|
7
|
+
type AppStateStatus,
|
|
8
8
|
Platform,
|
|
9
9
|
} from 'react-native';
|
|
10
10
|
import { CallingState, getLogger } from '@stream-io/video-client';
|
|
@@ -124,9 +124,9 @@ export const useAndroidKeepCallAliveEffect = () => {
|
|
|
124
124
|
|
|
125
125
|
useEffect((): (() => void) | undefined => {
|
|
126
126
|
if (Platform.OS === 'ios' || !activeCallCid) {
|
|
127
|
-
return;
|
|
127
|
+
return undefined;
|
|
128
128
|
}
|
|
129
|
-
if (!notifeeLib) return;
|
|
129
|
+
if (!notifeeLib) return undefined;
|
|
130
130
|
|
|
131
131
|
// start foreground service as soon as the call is joined
|
|
132
132
|
if (shouldStartForegroundService) {
|
|
@@ -154,7 +154,7 @@ export const useAndroidKeepCallAliveEffect = () => {
|
|
|
154
154
|
// ensure that app is active before running the function
|
|
155
155
|
if (AppState.currentState === 'active') {
|
|
156
156
|
run();
|
|
157
|
-
return;
|
|
157
|
+
return undefined;
|
|
158
158
|
}
|
|
159
159
|
const sub = AppState.addEventListener(
|
|
160
160
|
'change',
|
|
@@ -196,6 +196,7 @@ export const useAndroidKeepCallAliveEffect = () => {
|
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
+
return undefined;
|
|
199
200
|
}, [activeCallCid, callingState, shouldStartForegroundService]);
|
|
200
201
|
|
|
201
202
|
useEffect(() => {
|
package/src/icons/Back.tsx
CHANGED
package/src/icons/Lock.tsx
CHANGED
package/src/icons/Mic.tsx
CHANGED
package/src/icons/MicOff.tsx
CHANGED
package/src/icons/Phone.tsx
CHANGED
package/src/icons/PhoneDown.tsx
CHANGED
package/src/icons/Reaction.tsx
CHANGED
package/src/icons/Spotlight.tsx
CHANGED
package/src/icons/Video.tsx
CHANGED
package/src/icons/VideoSlash.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StreamCallProvider } from '@stream-io/video-react-bindings';
|
|
2
|
-
import React, { PropsWithChildren, useEffect } from 'react';
|
|
2
|
+
import React, { type PropsWithChildren, useEffect } from 'react';
|
|
3
3
|
import { Call } from '@stream-io/video-client';
|
|
4
4
|
import { useIosCallkeepWithCallingStateEffect } from '../../hooks/push/useIosCallkeepWithCallingStateEffect';
|
|
5
5
|
import {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
StreamI18nProviderProps,
|
|
3
|
-
StreamVideoProps,
|
|
2
|
+
type StreamI18nProviderProps,
|
|
3
|
+
type StreamVideoProps,
|
|
4
4
|
StreamVideoProvider,
|
|
5
5
|
} from '@stream-io/video-react-bindings';
|
|
6
|
-
import React, { PropsWithChildren, useEffect } from 'react';
|
|
6
|
+
import React, { type PropsWithChildren, useEffect } from 'react';
|
|
7
7
|
import { StreamVideoStoreProvider } from '../contexts/StreamVideoContext';
|
|
8
8
|
import NetInfo from '@react-native-community/netinfo';
|
|
9
9
|
import { usePushRegisterEffect } from '../hooks';
|
|
10
10
|
import { translations } from '../translations';
|
|
11
|
-
import { DeepPartial, ThemeProvider } from '../contexts/ThemeContext';
|
|
12
|
-
import { Theme } from '../theme/theme';
|
|
11
|
+
import { type DeepPartial, ThemeProvider } from '../contexts/ThemeContext';
|
|
12
|
+
import { type Theme } from '../theme/theme';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
*
|
package/src/theme/colors.ts
CHANGED
package/src/theme/theme.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
type ImageStyle,
|
|
3
|
+
type TextStyle,
|
|
4
|
+
type ViewStyle,
|
|
5
|
+
} from 'react-native/types';
|
|
2
6
|
import { colors } from './colors';
|
|
3
7
|
import {
|
|
4
|
-
ColorScheme,
|
|
5
|
-
DimensionType,
|
|
6
|
-
FontStyle,
|
|
7
|
-
FontTypes,
|
|
8
|
-
Insets,
|
|
8
|
+
type ColorScheme,
|
|
9
|
+
type DimensionType,
|
|
10
|
+
type FontStyle,
|
|
11
|
+
type FontTypes,
|
|
12
|
+
type Insets,
|
|
9
13
|
} from './types';
|
|
10
|
-
import { ColorValue } from 'react-native';
|
|
14
|
+
import { type ColorValue } from 'react-native';
|
|
11
15
|
|
|
12
16
|
export type Theme = {
|
|
13
17
|
variants: {
|
package/src/theme/types.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StreamVideoConfig } from './types';
|
|
1
|
+
import type { StreamVideoConfig } from './types';
|
|
2
2
|
import pushLogoutCallbacks from '../internal/pushLogoutCallback';
|
|
3
3
|
import newNotificationCallbacks, {
|
|
4
|
-
NewCallNotificationCallback,
|
|
4
|
+
type NewCallNotificationCallback,
|
|
5
5
|
} from '../internal/newNotificationCallbacks';
|
|
6
6
|
|
|
7
7
|
const DEFAULT_STREAM_VIDEO_CONFIG: StreamVideoConfig = {
|
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
getFirebaseMessagingLib,
|
|
15
15
|
getExpoNotificationsLib,
|
|
16
16
|
getNotifeeLibThrowIfNotInstalledForPush,
|
|
17
|
-
NotifeeLib,
|
|
18
|
-
FirebaseMessagingTypes,
|
|
17
|
+
type NotifeeLib,
|
|
18
|
+
type FirebaseMessagingTypes,
|
|
19
19
|
getIncomingCallForegroundServiceTypes,
|
|
20
20
|
} from './libs';
|
|
21
21
|
import {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { NonRingingPushEvent } from '../../StreamVideoRN/types';
|
|
2
|
+
import type { NonRingingPushEvent } from '../../StreamVideoRN/types';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This rxjs subject is used to store the call cid of the accepted incoming call from push notification
|
package/src/utils/push/ios.ts
CHANGED
|
@@ -2,17 +2,17 @@ import { Platform } from 'react-native';
|
|
|
2
2
|
import type { StreamVideoConfig } from '../StreamVideoRN/types';
|
|
3
3
|
import { pushNonRingingCallData$ } from './internal/rxSubjects';
|
|
4
4
|
import {
|
|
5
|
-
ExpoNotification,
|
|
5
|
+
type ExpoNotification,
|
|
6
6
|
getExpoNotificationsLib,
|
|
7
7
|
getNotifeeLibThrowIfNotInstalledForPush,
|
|
8
8
|
getPushNotificationIosLib,
|
|
9
|
-
PushNotificationiOSType,
|
|
9
|
+
type PushNotificationiOSType,
|
|
10
10
|
} from './libs';
|
|
11
11
|
import { StreamVideoClient, getLogger } from '@stream-io/video-client';
|
|
12
12
|
import { setPushLogoutCallback } from '../internal/pushLogoutCallback';
|
|
13
13
|
import type { Event } from '@notifee/react-native';
|
|
14
14
|
import { StreamVideoRN } from '../StreamVideoRN';
|
|
15
|
-
import { StreamPushPayload } from './utils';
|
|
15
|
+
import type { StreamPushPayload } from './utils';
|
|
16
16
|
|
|
17
17
|
type PushConfig = NonNullable<StreamVideoConfig['push']>;
|
|
18
18
|
|
|
@@ -32,6 +32,7 @@ function processNonRingingNotificationStreamPayload(
|
|
|
32
32
|
pushNonRingingCallData$.next({ cid, type });
|
|
33
33
|
return { cid, type };
|
|
34
34
|
}
|
|
35
|
+
return undefined;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
export const oniOSExpoNotificationEvent = (event: ExpoNotification) => {
|
package/src/utils/push/utils.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Event } from '@notifee/react-native';
|
|
2
|
-
import { FirebaseMessagingTypes } from './libs/firebaseMessaging';
|
|
3
|
-
import { ExpoNotification } from './libs/expoNotifications';
|
|
4
|
-
import { NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
5
|
-
import { PushNotificationiOSType } from './libs/iosPushNotification';
|
|
2
|
+
import type { FirebaseMessagingTypes } from './libs/firebaseMessaging';
|
|
3
|
+
import type { ExpoNotification } from './libs/expoNotifications';
|
|
4
|
+
import type { NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
5
|
+
import type { PushNotificationiOSType } from './libs/iosPushNotification';
|
|
6
6
|
|
|
7
7
|
export type StreamPushPayload =
|
|
8
8
|
| {
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.10.
|
|
1
|
+
export const version = '1.10.5';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAS5D,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD,OAAO,EAEL,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAC1B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAG1C,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,yBAAyB,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAK1C,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAC7C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEJ,eAAO,MAAM,WAAW,uVAiBrB,gBAAgB,sBAmIlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RTCViewPipIOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/RTCViewPipIOS.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAmClD,KAAK,KAAK,GAAG;IACX,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,aAAa,+DAAiD,KAAK,uBA6EvE,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAG1B,qBAAqB,sBA2CvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,EAAa,MAAM,cAAc,CAAC;AAKtE,OAAO,EAAoB,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG7E;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,GAAG;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,YAAY,+CAItB,gBAAgB,sBAyBlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,EAEV,cAAc,EAEd,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,UAAU,uBAAuB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,kBAAkB,UACtB,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,sBAyDxD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;CAChE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,mDAI1B,qBAAqB,sBAwCvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IncomingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/IncomingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,kDAG9B,yBAAyB,sBAiB3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LobbyControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/LobbyControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC;;GAEG;AACH,eAAO,MAAM,aAAa,yBAWzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OutgoingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/OutgoingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,6BAE9B,yBAAyB,sBAsB3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,4CAGzB,oBAAoB,sBAyDtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1D;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;IAC/D;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iEAK1B,qBAAqB,sBAkDvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenShareToggleButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ScreenShareToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAUtC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,kEAGjC,4BAA4B,6BA4C9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleAudioPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPreviewButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,wBAElC,6BAA6B,sBAuC/B,CAAC"}
|