@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopScreenShare.d.ts","sourceRoot":"","sources":["../../../../src/icons/StopScreenShare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,eAAe,oBAAqB,KAAK,sBAarD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThreeDots.d.ts","sourceRoot":"","sources":["../../../../src/icons/ThreeDots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,KAAK,sBAMzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TopViewBackground.d.ts","sourceRoot":"","sources":["../../../../src/icons/TopViewBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAML,KAAK,UAAU,EAChB,MAAM,kBAAkB,CAAC;AAE1B,KAAK,KAAK,GAAG;IACX;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sBAAuB,KAAK,sBAqBzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../../src/icons/Video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,oBAAqB,KAAK,sBAO3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoSlash.d.ts","sourceRoot":"","sources":["../../../../src/icons/VideoSlash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGrD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,oBAAqB,KAAK,sBAYhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AACA,+CAA+C;AAC/C,OAAO,wBAAwB,CAAC;AAChC,8BAA8B;AAC9B,OAAO,gCAAgC,CAAC;AACxC,6IAA6I;AAC7I,OAAO,kBAAkB,CAAC;AAe1B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAI/B,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppStateListener.d.ts","sourceRoot":"","sources":["../../../../../src/providers/StreamCall/AppStateListener.tsx"],"names":[],"mappings":"AAsBA,eAAO,MAAM,gBAAgB,YA4G5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceStats.d.ts","sourceRoot":"","sources":["../../../../../src/providers/StreamCall/DeviceStats.tsx"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,WAAW,YA0CvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/providers/StreamCall/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAc/C,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AACF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,wBAGpB,iBAAiB,CAAC,eAAe,CAAC,sBAWpC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type StreamI18nProviderProps, type StreamVideoProps } from '@stream-io/video-react-bindings';
|
|
2
|
+
import React, { type PropsWithChildren } from 'react';
|
|
3
|
+
import { type DeepPartial } from '../contexts/ThemeContext';
|
|
4
|
+
import { type Theme } from '../theme/theme';
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* @param props
|
|
8
|
+
* @returns
|
|
9
|
+
*
|
|
10
|
+
* @category Client State
|
|
11
|
+
*/
|
|
12
|
+
export declare const StreamVideo: (props: PropsWithChildren<StreamVideoProps & StreamI18nProviderProps & {
|
|
13
|
+
style?: DeepPartial<Theme>;
|
|
14
|
+
}>) => React.JSX.Element;
|
|
15
|
+
//# sourceMappingURL=StreamVideo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StreamVideo.d.ts","sourceRoot":"","sources":["../../../../src/providers/StreamVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EAEtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAKjE,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,UACf,iBAAiB,CACtB,gBAAgB,GACd,uBAAuB,GAAG;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CACJ,sBA2CF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/theme/colors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,QAAA,MAAM,MAAM,EAAE,WAwBb,CAAC;AAEF,QAAA,MAAM,YAAY;;CAEjB,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/theme/constants.ts"],"names":[],"mappings":"AAwDA,QAAA,MAAQ,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAQ,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ImageStyle, TextStyle, ViewStyle } from 'react-native/types';
|
|
2
|
-
import { ColorScheme, DimensionType, FontStyle, FontTypes, Insets } from './types';
|
|
3
|
-
import { ColorValue } from 'react-native';
|
|
1
|
+
import { type ImageStyle, type TextStyle, type ViewStyle } from 'react-native/types';
|
|
2
|
+
import { type ColorScheme, type DimensionType, type FontStyle, type FontTypes, type Insets } from './types';
|
|
3
|
+
import { type ColorValue } from 'react-native';
|
|
4
4
|
export type Theme = {
|
|
5
5
|
variants: {
|
|
6
6
|
buttonSizes: DimensionType;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme/theme.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorValue, TextStyle } from 'react-native';
|
|
1
|
+
import { type ColorValue, type TextStyle } from 'react-native';
|
|
2
2
|
/**
|
|
3
3
|
* ColorScheme defines the complete color palette for the application's theme.
|
|
4
4
|
* It provides a centralized type definition for maintaining consistent colors
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/theme/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE/D;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,UAAU,CAAC;IACpB,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IAEpB,aAAa,EAAE,UAAU,CAAC;IAC1B,eAAe,EAAE,UAAU,CAAC;IAC5B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,cAAc,EAAE,UAAU,CAAC;IAE3B,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IACxB,WAAW,EAAE,UAAU,CAAC;IAExB,YAAY,EAAE,UAAU,CAAC;IACzB,cAAc,EAAE,UAAU,CAAC;IAC3B,aAAa,EAAE,UAAU,CAAC;IAC1B,YAAY,EAAE,UAAU,CAAC;IAEzB,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,UAAU,CAAC;IAG1B,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,SAAS,GACjB,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,cAAc,GACd,SAAS,GACT,UAAU,CAAC;AACf,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAChC,UAAU,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;CACrC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/translations/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { StreamVideoConfig } from './types';
|
|
2
|
-
import { NewCallNotificationCallback } from '../internal/newNotificationCallbacks';
|
|
1
|
+
import type { StreamVideoConfig } from './types';
|
|
2
|
+
import { type NewCallNotificationCallback } from '../internal/newNotificationCallbacks';
|
|
3
3
|
export declare class StreamVideoRN {
|
|
4
4
|
private static config;
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/utils/StreamVideoRN/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAiC,EAC/B,KAAK,2BAA2B,EACjC,MAAM,sCAAsC,CAAC;AAoB9C,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAC,MAAM,CAA+B;IAEpD;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAO1E,MAAM,CAAC,gCAAgC,CACrC,aAAa,EAAE,OAAO,CACpB,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,qBAAqB,CAAC,CACzE;IAWH;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAmBvE,MAAM,CAAC,SAAS;IAIhB;;;OAGG;IACH,MAAM,CAAC,YAAY;IASnB,MAAM,CAAC,wBAAwB;IAI/B;;;;OAIG;IACH,MAAM,CAAC,gCAAgC,CACrC,QAAQ,EAAE,2BAA2B;CAYxC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClientPublishOptions, StreamVideoClient } from '@stream-io/video-client';
|
|
1
|
+
import { type ClientPublishOptions, StreamVideoClient } from '@stream-io/video-client';
|
|
2
2
|
import type { AndroidChannel } from '@notifee/react-native';
|
|
3
3
|
export type NonRingingPushEvent = 'call.live_started' | 'call.notification' | 'call.missed';
|
|
4
4
|
export type StreamVideoConfig = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/utils/StreamVideoRN/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,oBAAoB,EACzB,iBAAiB,EAClB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,mBAAmB,GAC3B,mBAAmB,GACnB,mBAAmB,GACnB,aAAa,CAAC;AAElB,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QACL,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB;;;;WAIG;QACH,cAAc,CAAC,EAAE,oBAAoB,CAAC;QACtC,GAAG,EAAE;YACH;;;;eAIG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;SAC3B,CAAC;QACF,OAAO,EAAE;YACP;;;;eAIG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB;;;;eAIG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B;;;;;;;;;eASG;YACH,WAAW,CAAC,EAAE,cAAc,CAAC;YAC7B;;;;;;;;;eASG;YACH,mBAAmB,CAAC,EAAE,cAAc,CAAC;YACrC;;;;;;;eAOG;YACH,mCAAmC,CAAC,EAAE;gBACpC,QAAQ,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;gBAC9C,OAAO,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;aAC9C,CAAC;YACF;;;;;;;;;;;;;;;;;;;eAmBG;YACH,2BAA2B,CAAC,EAAE;gBAC5B,QAAQ,EAAE,CACR,IAAI,EAAE,mBAAmB,EACzB,eAAe,EAAE,MAAM,KACpB,MAAM,CAAC;gBACZ,OAAO,EAAE,CAAC,IAAI,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;aACzE,CAAC;SACH,CAAC;QACF;;;;;;;;;;;;;;;;;WAiBG;QACH,uBAAuB,EAAE,MAAM,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;QACtE;yJACiJ;QACjJ,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;QAChC;yJACiJ;QACjJ,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;QACpC,8EAA8E;QAC9E,+BAA+B,CAAC,EAAE,CAChC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,mBAAmB,KACtB,IAAI,CAAC;KACX,CAAC;IACF,iBAAiB,EAAE;QACjB,OAAO,EAAE;YACP;;eAEG;YACH,OAAO,EAAE,cAAc,CAAC;YACxB;;eAEG;YACH,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enterPiPAndroid.d.ts","sourceRoot":"","sources":["../../../../src/utils/enterPiPAndroid.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,OAQ9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAndroidDefaultRingtoneUrl.d.ts","sourceRoot":"","sources":["../../../../src/utils/getAndroidDefaultRingtoneUrl.ts"],"names":[],"mappings":"AAGA,wBAAsB,4BAA4B,IAAI,OAAO,CAC3D,MAAM,GAAG,SAAS,CACnB,CAcA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/utils/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDebouncedValue.d.ts","sourceRoot":"","sources":["../../../../../src/utils/hooks/useDebouncedValue.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC,CAY/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePrevious.d.ts","sourceRoot":"","sources":["../../../../../src/utils/hooks/usePrevious.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,CAAC,MAQtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,kBACb,MAAM,EAAE,uBACF,MAAM,WAgB5B,CAAC;AAGF,eAAO,MAAM,wBAAwB,iBAAkB,MAAM,WAI5D,CAAC;AAGF,eAAO,MAAM,iBAAiB,SAAU,MAAM,WAS7C,CAAC;AAEF,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Call } from '@stream-io/video-client';
|
|
2
|
-
import { NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
2
|
+
import { type NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
3
3
|
export type NewCallNotificationCallback = (call: Call, notificationType: NonRingingPushEvent) => void;
|
|
4
4
|
type NewNotificationCallbacks = {
|
|
5
5
|
current?: NewCallNotificationCallback[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newNotificationCallbacks.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/newNotificationCallbacks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE,MAAM,MAAM,2BAA2B,GAAG,CACxC,IAAI,EAAE,IAAI,EACV,gBAAgB,EAAE,mBAAmB,KAClC,IAAI,CAAC;AAEV,KAAK,wBAAwB,GAAG;IAC9B,OAAO,CAAC,EAAE,2BAA2B,EAAE,CAAC;CACzC,CAAC;AAIF,QAAA,MAAM,wBAAwB,EAAE,wBAA6B,CAAC;AAE9D,eAAO,MAAM,qBAAqB,EAAE,2BAUnC,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gestureHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/internal/optionallibs/gestureHandler.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,cAAc,8BAA8B,CAAC,CAAC;AAQ/E,eAAO,MAAM,oBAAoB,+FAKhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/internal/optionallibs/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/internal/optionallibs/reanimated.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,cAAc,yBAAyB,CAAC,CAAC;AAQtE,eAAO,MAAM,gBAAgB,0FAK5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushLogoutCallback.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/pushLogoutCallback.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AAEpC,KAAK,mBAAmB,GAAG;IACzB,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;CACtB,CAAC;AAEF,QAAA,IAAI,mBAAmB,EAAE,mBAAwB,CAAC;AAElD,eAAO,MAAM,qBAAqB,aAAc,QAAQ,SAMvD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rxSubjects.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/rxSubjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAEvC,eAAO,MAAM,mBAAmB,0BAAsC,CAAC;AAEvE,eAAO,MAAM,eAAe,0BAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shouldDisableIOSLocalVideoOnBackground.d.ts","sourceRoot":"","sources":["../../../../../src/utils/internal/shouldDisableIOSLocalVideoOnBackground.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yCAAyC;;CAErD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StreamVideoClient } from '@stream-io/video-client';
|
|
2
2
|
import type { StreamVideoConfig } from '../StreamVideoRN/types';
|
|
3
|
-
import { NotifeeLib, FirebaseMessagingTypes } from './libs';
|
|
3
|
+
import { type NotifeeLib, type FirebaseMessagingTypes } from './libs';
|
|
4
4
|
type PushConfig = NonNullable<StreamVideoConfig['push']>;
|
|
5
5
|
type onBackgroundEventFunctionParams = Parameters<NotifeeLib['default']['onBackgroundEvent']>[0];
|
|
6
6
|
type Event = Parameters<onBackgroundEventFunctionParams>[0];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/android.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAIL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAE5B,MAAM,QAAQ,CAAC;AAsBhB,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,+BAA+B,GAAG,UAAU,CAC/C,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAC3C,CAAC,CAAC,CAAC,CAAC;AAEL,KAAK,KAAK,GAAG,UAAU,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC,CAAC;AAI5D,0DAA0D;AAC1D,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAuD1D;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,SACxB,sBAAsB,CAAC,aAAa,CAAC,MAAM,CAAC,kBAyQnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,6BAG/B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,kBA2GA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC"}
|
|
@@ -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
|
* This rxjs subject is used to store the call cid of the accepted incoming call from push notification
|
|
5
5
|
* Note: it is should be subscribed only when a user has connected to the websocket of Stream
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rxSubjects.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/internal/rxSubjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAErE;;;GAGG;AACH,eAAO,MAAM,uBAAuB;SAC3B,MAAM;UAAQ,mBAAmB;cAC9B,CAAC;AAEb;;;GAGG;AACH,eAAO,MAAM,4BAA4B,qCAE7B,CAAC;AAEb;;;GAGG;AACH,eAAO,MAAM,0BAA0B,qCAE3B,CAAC;AAEb;;;;GAIG;AACH,eAAO,MAAM,8CAA8C,qCACP,CAAC;AAErD;;;GAGG;AACH,eAAO,MAAM,4BAA4B,qCAE7B,CAAC;AAEb;;GAEG;AACH,eAAO,MAAM,4BAA4B,qCAE7B,CAAC;AAEb,sFAAsF;AACtF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAOF,eAAO,MAAM,gCAAgC,0CAEjC,CAAC;AAKb,eAAO,MAAM,0CAA0C,0CAE3C,CAAC;AAEb,KAAK,mBAAmB,GAAG,MAAM,IAAI,CAAC;AAEtC;;;GAGG;AACH,eAAO,MAAM,4BAA4B,oDAE7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/internal/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAGJ,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAInC,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAEzD,KAAK,4BAA4B,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,iBACd,IAAI,iBACH,MAAM,GAAG,SAAS,eACpB,MAAM,GAAG,SAAS;;;CAuChC,CAAC;AAMF,eAAO,MAAM,+BAA+B,eAC9B,UAAU,YACZ,MAAM,UACR,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC,kBAelD,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,WACtB,iBAAiB,YACf,MAAM,UACR,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,qBAAqB,cACpD,UAAU,kBAsCvB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,WACjC,iBAAiB,YACf,MAAM,8BACY,mBAAmB,kBAmBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,YAQzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,4BAE1C,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { StreamVideoConfig } from '../StreamVideoRN/types';
|
|
2
|
-
import { ExpoNotification, PushNotificationiOSType } from './libs';
|
|
2
|
+
import { type ExpoNotification, type PushNotificationiOSType } from './libs';
|
|
3
3
|
import { StreamVideoClient } from '@stream-io/video-client';
|
|
4
4
|
import type { Event } from '@notifee/react-native';
|
|
5
5
|
type PushConfig = NonNullable<StreamVideoConfig['push']>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/ios.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,OAAO,EACL,KAAK,gBAAgB,EAIrB,KAAK,uBAAuB,EAC7B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,iBAAiB,EAAa,MAAM,yBAAyB,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAInD,KAAK,UAAU,GAAG,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAqBzD,eAAO,MAAM,0BAA0B,UAAW,gBAAgB,SAoBjE,CAAC;AAEF,eAAO,MAAM,iBAAiB,eAE3B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB,SAmBA,CAAC;AAEF,wBAAgB,qCAAqC,CACnD,YAAY,EAAE,uBAAuB,QAiCtC;AAED,2BAA2B;AAC3B,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,UAAU,EACtB,sBAAsB,EAAE,CAAC,WAAW,EAAE,MAAM,IAAI,KAAK,IAAI,iBAoF1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"callkeep.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/callkeep.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,cAAc,uBAAuB,EAAE,OAAO,CAAC;AAQ5E,wBAAgB,cAAc,mDAO7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expoNotifications.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/expoNotifications.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,cAAc,oBAAoB,CAAC,CAAC;AAEvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC;AAQ5C,wBAAgB,uBAAuB,wCAOtC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Type } from './lib';
|
|
1
|
+
import { type Type } from './lib';
|
|
2
2
|
export type { FirebaseMessagingTypes } from '@react-native-firebase/messaging';
|
|
3
3
|
export type FirebaseMessagingType = Type;
|
|
4
4
|
export declare function getFirebaseMessagingLib(): import("@react-native-firebase/app").ReactNativeFirebase.FirebaseModuleWithStatics<import("@react-native-firebase/messaging").FirebaseMessagingTypes.Module, import("@react-native-firebase/messaging").FirebaseMessagingTypes.Statics>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/push/libs/firebaseMessaging/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAO,MAAM,OAAO,CAAC;AAEvC,YAAY,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAKzC,wBAAgB,uBAAuB,4OAQtC;AAED,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,OAAO,uPAa7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/push/libs/firebaseMessaging/lib.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,cAAc,kCAAkC,EAAE,OAAO,CAAC;AAE7E,QAAA,IAAI,GAAG,EAAE,IAAI,GAAG,SAAS,CAAC;AAM1B,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iosPushNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/iosPushNotification.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAChC,cAAc,+CAA+C,EAAE,OAAO,CAAC;AAIzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAEtF,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAOvD,wBAAgB,yBAAyB,sFAOxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/push/libs/notifee/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,EAAO,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC;AAE9B,aAAK,4BAA4B;IAC/B,8BAA8B,KAAK;IACnC,wCAAwC,KAAK;IAC7C,iCAAiC,IAAI;IACrC,8BAA8B,MAAM;IACpC,gCAAgC,IAAI;IACpC,sCAAsC,IAAI;IAC1C,wCAAwC,KAAK;IAC7C,wCAAwC,OAAO;IAC/C,kCAAkC,MAAM;IACxC,kCAAkC,IAAI;IACtC,wCAAwC,MAAM;IAC9C,qCAAqC,OAAO;IAC5C,mCAAmC,aAAa;IAChD,uCAAuC,OAAO;IAC9C,gCAAgC,KAAK;CACtC;AAKD,wBAAgB,uCAAuC,2CAQtD;AAED,wBAAgB,oCAAoC,uDASnD;AAED,wBAAsB,sCAAsC,4CA0B3D;AAED,wBAAgB,qCAAqC,mCAKpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/push/libs/notifee/lib.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,cAAc,uBAAuB,CAAC,CAAC;AAE1D,QAAA,IAAI,GAAG,EAAE,IAAI,GAAG,SAAS,CAAC;AAM1B,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"voipPushNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/push/libs/voipPushNotification.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAClC,cAAc,qCAAqC,EAAE,OAAO,CAAC;AAQ/D,wBAAgB,0BAA0B,iEAOzC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Event } from '@notifee/react-native';
|
|
2
|
-
import { FirebaseMessagingTypes } from './libs/firebaseMessaging';
|
|
3
|
-
import { ExpoNotification } from './libs/expoNotifications';
|
|
4
|
-
import { NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
5
|
-
import { PushNotificationiOSType } from './libs/iosPushNotification';
|
|
2
|
+
import type { FirebaseMessagingTypes } from './libs/firebaseMessaging';
|
|
3
|
+
import type { ExpoNotification } from './libs/expoNotifications';
|
|
4
|
+
import type { NonRingingPushEvent } from '../StreamVideoRN/types';
|
|
5
|
+
import type { PushNotificationiOSType } from './libs/iosPushNotification';
|
|
6
6
|
export type StreamPushPayload = {
|
|
7
7
|
call_cid: string;
|
|
8
8
|
type: 'call.ring' | NonRingingPushEvent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/push/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GACzB;IACE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,WAAW,GAAG,mBAAmB,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;CAChB,GACD,SAAS,CAAC;AAEd,wBAAgB,4BAA4B,CAC1C,OAAO,EAAE,sBAAsB,CAAC,aAAa,WAG9C;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,KAAK,WAIrD;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,gBAAgB,WAkBzE;AAED,wBAAgB,qCAAqC,CACnD,YAAY,EAAE,uBAAuB,WAKtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setClientDetails.d.ts","sourceRoot":"","sources":["../../../../src/utils/setClientDetails.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,gBAAgB,YAmD5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import { type ConfigProps } from './common/types';
|
|
3
3
|
declare const _default: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import { type ConfigProps } from './common/types';
|
|
3
3
|
declare const withStreamVideoReactNativeSDKManifest: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withStreamVideoReactNativeSDKManifest;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from './common/types';
|
|
3
3
|
declare const withStreamVideoReactNativeSDKAndroidPermissions: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withStreamVideoReactNativeSDKAndroidPermissions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import { type ConfigProps } from './common/types';
|
|
3
3
|
declare const withAppDelegate: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withAppDelegate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from '../common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from '../common/types';
|
|
3
3
|
declare const withIosScreenCapture: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withIosScreenCapture;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from '../common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from '../common/types';
|
|
3
3
|
declare const withFilesMod: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withFilesMod;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from '../common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from '../common/types';
|
|
3
3
|
declare const withPlistUpdates: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withPlistUpdates;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from '../common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from '../common/types';
|
|
3
3
|
declare const withTarget: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withTarget;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import { type ConfigProps } from './common/types';
|
|
3
3
|
declare const withStreamVideoReactNativeSDKMainActivity: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withStreamVideoReactNativeSDKMainActivity;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
-
import { ConfigProps } from './common/types';
|
|
1
|
+
import { type ConfigPlugin } from '@expo/config-plugins';
|
|
2
|
+
import type { ConfigProps } from './common/types';
|
|
3
3
|
declare const withStreamVideoReactNativeSDKiOSInfoPList: ConfigPlugin<ConfigProps>;
|
|
4
4
|
export default withStreamVideoReactNativeSDKiOSInfoPList;
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-native-sdk",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.5",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
|
-
"main": "dist/commonjs/index.js",
|
|
6
|
-
"module": "dist/module/index.js",
|
|
7
|
-
"react-native": "src/index.ts",
|
|
8
|
-
"types": "dist/typescript/index.d.ts",
|
|
9
5
|
"description": "Stream Video SDK for React Native",
|
|
10
6
|
"author": "https://getstream.io",
|
|
11
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://getstream.io/video/docs/react-native/",
|
|
12
8
|
"license": "See license in LICENSE",
|
|
9
|
+
"source": "src/index.ts",
|
|
10
|
+
"main": "dist/commonjs/index.js",
|
|
11
|
+
"module": "dist/module/index.js",
|
|
12
|
+
"types": "dist/typescript/src/index.d.ts",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"clean": "rimraf dist && rimraf expo-config-plugin/dist",
|
|
15
15
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
16
16
|
"start": "yarn copy-version && tsc --project tsconfig.json --watch",
|
|
17
17
|
"build:expo-plugin": "rimraf expo-config-plugin/dist && tsc --project expo-config-plugin/tsconfig.json",
|
|
18
|
-
"build": "yarn
|
|
19
|
-
"test:expo-plugin": "jest expo-config-plugin --coverage",
|
|
18
|
+
"build": "yarn copy-version && bob build && yarn build:expo-plugin",
|
|
19
|
+
"test:expo-plugin": "jest --config=expo-config-plugin/jest.config.js --coverage",
|
|
20
20
|
"test": "yarn copy-version && jest --coverage && yarn test:expo-plugin",
|
|
21
21
|
"copy-version": "echo \"export const version = '$npm_package_version';\" > ./src/version.ts"
|
|
22
22
|
},
|
|
@@ -113,8 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@
|
|
117
|
-
"@expo/config-plugins": "~7.8.4",
|
|
116
|
+
"@expo/config-plugins": "~9.0.15",
|
|
118
117
|
"@notifee/react-native": "9.1.2",
|
|
119
118
|
"@react-native-community/netinfo": "9.3.9",
|
|
120
119
|
"@react-native-community/push-notification-ios": "1.11.0",
|
|
@@ -132,8 +131,9 @@
|
|
|
132
131
|
"@types/react-native": "^0.70.4",
|
|
133
132
|
"@types/react-native-incall-manager": "^3.2.1",
|
|
134
133
|
"@types/react-test-renderer": "^18",
|
|
135
|
-
"expo": "
|
|
136
|
-
"expo-build-properties": "^0.
|
|
134
|
+
"expo": "52.0.37",
|
|
135
|
+
"expo-build-properties": "^0.13.2",
|
|
136
|
+
"expo-module-scripts": "^4.0.4",
|
|
137
137
|
"expo-modules-core": "1.12.16",
|
|
138
138
|
"expo-notifications": "~0.29.11",
|
|
139
139
|
"jest": "^29.7.0",
|
|
@@ -158,9 +158,24 @@
|
|
|
158
158
|
"source": "src",
|
|
159
159
|
"output": "dist",
|
|
160
160
|
"targets": [
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
[
|
|
162
|
+
"commonjs",
|
|
163
|
+
{
|
|
164
|
+
"esm": false
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
[
|
|
168
|
+
"module",
|
|
169
|
+
{
|
|
170
|
+
"esm": false
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
[
|
|
174
|
+
"typescript",
|
|
175
|
+
{
|
|
176
|
+
"esm": false
|
|
177
|
+
}
|
|
178
|
+
]
|
|
164
179
|
]
|
|
165
180
|
}
|
|
166
181
|
}
|