@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ViewProps } from 'react-native';
|
|
3
|
-
import { DurationBadgeProps } from './DurationBadge';
|
|
4
|
-
import { LiveIndicatorProps } from './LiveIndicator';
|
|
5
|
-
import { FollowerCountProps } from './FollowerCount';
|
|
2
|
+
import { type ViewProps } from 'react-native';
|
|
3
|
+
import { type DurationBadgeProps } from './DurationBadge';
|
|
4
|
+
import { type LiveIndicatorProps } from './LiveIndicator';
|
|
5
|
+
import { type FollowerCountProps } from './FollowerCount';
|
|
6
6
|
/**
|
|
7
7
|
* Props for the ViewerLivestreamTopView component.
|
|
8
8
|
*/
|
package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewerLivestreamTopView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,uBAAuB,+DAKjC,4BAA4B,sBA8B9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/LivestreamTopView/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ViewerLivestreamTopViewProps } from '../LivestreamTopView/ViewerLivestreamTopView';
|
|
3
|
-
import { ViewerLivestreamControlsProps } from '../LivestreamControls/ViewerLivestreamControls';
|
|
4
|
-
import { ViewerLeaveStreamButtonProps } from '../LivestreamControls/ViewerLeaveStreamButton';
|
|
5
|
-
import { LivestreamLayoutProps } from '../LivestreamLayout';
|
|
6
|
-
import { FloatingParticipantViewProps } from '../../Participant';
|
|
2
|
+
import { type ViewerLivestreamTopViewProps } from '../LivestreamTopView/ViewerLivestreamTopView';
|
|
3
|
+
import { type ViewerLivestreamControlsProps } from '../LivestreamControls/ViewerLivestreamControls';
|
|
4
|
+
import type { ViewerLeaveStreamButtonProps } from '../LivestreamControls/ViewerLeaveStreamButton';
|
|
5
|
+
import { type LivestreamLayoutProps } from '../LivestreamLayout';
|
|
6
|
+
import { type FloatingParticipantViewProps } from '../../Participant';
|
|
7
7
|
/**
|
|
8
8
|
* Props for the ViewerLivestream component.
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewerLivestream.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAKlD,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,KAAK,6BAA6B,EACnC,MAAM,gDAAgD,CAAC;AACxD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,+CAA+C,CAAC;AAClG,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,mBAAmB,CAAC;AAG3B;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,4BAA4B,GAC9D,6BAA6B,GAC7B,4BAA4B,GAAG;IAC7B;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACrF;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACpF,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,gBAAgB,kMAU1B,qBAAqB,sBA8DvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Livestream/ViewerLivestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FloatingViewProps } from './common';
|
|
2
|
+
import { type FloatingViewProps } from './common';
|
|
3
3
|
declare const AnimatedFloatingView: ({ initialAlignment, containerWidth, containerHeight, children, }: FloatingViewProps) => React.JSX.Element;
|
|
4
4
|
export default AnimatedFloatingView;
|
|
5
5
|
//# sourceMappingURL=AnimatedFloatingView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedFloatingView.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAS7D,OAAO,EACL,KAAK,iBAAiB,EAKvB,MAAM,UAAU,CAAC;AAGlB,QAAA,MAAM,oBAAoB,qEAKvB,iBAAiB,sBAkKnB,CAAC;AAUF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FloatingViewProps } from './common';
|
|
2
|
+
import { type FloatingViewProps } from './common';
|
|
3
3
|
declare let ReanimatedFloatingView: React.FC<FloatingViewProps>;
|
|
4
4
|
export default ReanimatedFloatingView;
|
|
5
5
|
//# sourceMappingURL=ReanimatedFloatingView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReanimatedFloatingView.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAElD,OAAO,EAKL,KAAK,iBAAiB,EACvB,MAAM,UAAU,CAAC;AAKlB,QAAA,IAAI,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAIrD,CAAC;AA2KF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Participant/FloatingParticipantView/FloatingView/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9D,oBAAY,qBAAqB;IAE/B,OAAO,IAAA;IAGP,QAAQ,IAAA;IAGR,UAAU,IAAA;IAGV,WAAW,IAAA;CACZ;AAED,MAAM,MAAM,cAAc,GAAG,MAAM,CACjC,qBAAqB,EACrB;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CACzB,CAAC;AAGF,wBAAgB,iBAAiB,CAAC,EAChC,uBAAuB,EACvB,sBAAsB,GACvB,EAAE;IACD,uBAAuB,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3D,sBAAsB,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3D,GAAG,cAAc,CAsBjB;AAKD,wBAAgB,uBAAuB,CAAC,EACtC,QAAQ,EACR,cAAc,GACf,EAAE;IACD,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,cAAc,EAAE,cAAc,CAAC;CAChC;OA3CM,MAAM;OAAK,MAAM;EA6DvB;AAED,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACtD,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC,CAAC;AAEH,eAAO,MAAM,+BAA+B,EAAE,SAAS,CAAC,SAAS,CAEhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Participant/FloatingParticipantView/FloatingView/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAGC,CAAC;AAEhD,eAAe,YAAY,CAAC"}
|
package/dist/typescript/{components → src/components}/Participant/FloatingParticipantView/index.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
-
import { CallContentProps, CallParticipantsListComponentProps } from '../../Call';
|
|
4
|
-
import { ParticipantViewComponentProps, ParticipantViewProps } from '../ParticipantView';
|
|
5
|
-
import { StreamVideoParticipant } from '@stream-io/video-client';
|
|
2
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
3
|
+
import { type CallContentProps, type CallParticipantsListComponentProps } from '../../Call';
|
|
4
|
+
import { type ParticipantViewComponentProps, type ParticipantViewProps } from '../ParticipantView';
|
|
5
|
+
import { type StreamVideoParticipant } from '@stream-io/video-client';
|
|
6
6
|
export type FloatingParticipantViewAlignment = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
7
7
|
/**
|
|
8
8
|
* Props to be passed for the LocalVideoView component.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/FloatingParticipantView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,KAAK,SAAS,EAGd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,kCAAkC,EACxC,MAAM,YAAY,CAAC;AAEpB,OAAO,EAEL,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EAC1B,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAEtE,MAAM,MAAM,gCAAgC,GACxC,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,CAAC;AAEnB;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,6BAA6B,GACtE,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAC3D,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAC5C,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,aAAa,CAAC,GAAG;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,gCAAgC,CAAC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC;;OAEG;IACH,oBAAoB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5C;;;OAGG;IACH,uBAAuB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AA2BJ;;GAEG;AACH,eAAO,MAAM,uBAAuB,8PAcjC,4BAA4B,6BAsF9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantLabel.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/ParticipantLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAM9D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,oBAAoB,EACpB,WAAW,GAAG,aAAa,CAC5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,gCAG1B,qBAAqB,sBAgHvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantNetworkQualityIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAG9D;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,IAAI,CACxD,oBAAoB,EACpB,aAAa,CACd,CAAC;AAyBF,eAAO,MAAM,kCAAkC,qBAE5C,uCAAuC,6BAqDzC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ParticipantViewProps } from './ParticipantView';
|
|
3
|
-
import { CallContentProps } from '../../Call';
|
|
2
|
+
import type { ParticipantViewProps } from './ParticipantView';
|
|
3
|
+
import type { CallContentProps } from '../../Call';
|
|
4
4
|
/**
|
|
5
5
|
* Props for the ParticipantReaction component.
|
|
6
6
|
*/
|
package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantReaction.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/ParticipantReaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAIlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,IAAI,CACzC,oBAAoB,EACpB,aAAa,CACd,GACC,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,mBAAmB,+DAI7B,wBAAwB,8BAsC1B,CAAC"}
|
package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantVideoFallback.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAG9D;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAC9C,oBAAoB,EACpB,aAAa,CACd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,qBAElC,6BAA6B,sBAsC/B,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React, { ComponentType } from 'react';
|
|
2
|
-
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
-
import { StreamVideoParticipant, VideoTrackType } from '@stream-io/video-client';
|
|
4
|
-
import { ParticipantNetworkQualityIndicatorProps } from './ParticipantNetworkQualityIndicator';
|
|
5
|
-
import { ParticipantReactionProps } from './ParticipantReaction';
|
|
6
|
-
import { ParticipantLabelProps } from './ParticipantLabel';
|
|
7
|
-
import { ParticipantVideoFallbackProps } from './ParticipantVideoFallback';
|
|
8
|
-
import { VideoRendererProps } from './VideoRenderer';
|
|
9
|
-
import { CallContentProps } from '../../Call';
|
|
1
|
+
import React, { type ComponentType } from 'react';
|
|
2
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
3
|
+
import { type StreamVideoParticipant, type VideoTrackType } from '@stream-io/video-client';
|
|
4
|
+
import { type ParticipantNetworkQualityIndicatorProps } from './ParticipantNetworkQualityIndicator';
|
|
5
|
+
import { type ParticipantReactionProps } from './ParticipantReaction';
|
|
6
|
+
import { type ParticipantLabelProps } from './ParticipantLabel';
|
|
7
|
+
import { type ParticipantVideoFallbackProps } from './ParticipantVideoFallback';
|
|
8
|
+
import { type VideoRendererProps } from './VideoRenderer';
|
|
9
|
+
import type { CallContentProps } from '../../Call';
|
|
10
10
|
export type ParticipantViewComponentProps = {
|
|
11
11
|
/**
|
|
12
12
|
* Component to customize the Label of the participant.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/ParticipantView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,aAAa,EAAW,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,KAAK,SAAS,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChF,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,cAAc,EACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,KAAK,uCAAuC,EAC7C,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAEL,KAAK,wBAAwB,EAC9B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAEL,KAAK,6BAA6B,EACnC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,mBAAmB,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,wBAAwB,CAAC,EAAE,aAAa,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IAC/E;;OAEG;IACH,kCAAkC,CAAC,EAAE,aAAa,CAAC,uCAAuC,CAAC,GAAG,IAAI,CAAC;IACnG;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAC1D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,GAC9D,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;OAEG;IACH,WAAW,EAAE,sBAAsB,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;CACjC,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,eAAe,kNAazB,oBAAoB,sBAsDtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpeechIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/SpeechIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAI5D;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,mBAAoB,oBAAoB,sBAmDnE,CAAC;AAgCF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoRenderer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/VideoRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAIjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAsB9D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,oBAAoB,EAClB,0BAA0B,GAC1B,WAAW,GACX,aAAa,GACb,WAAW,GACX,WAAW,GACX,aAAa,CAChB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,6FAOvB,kBAAkB,sBAoOpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Participant/ParticipantView/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Participant/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/utility/Avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAItE,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,WAAW,EAAE,sBAAsB,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;CACzB;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,UAAW,WAAW,sBAoDxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreenShareOverlay.d.ts","sourceRoot":"","sources":["../../../../../src/components/utility/ScreenShareOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,EAAE,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,kBAAkB,OAAQ,uBAAuB,sBAoE7D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utility/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestIds.d.ts","sourceRoot":"","sources":["../../../../src/constants/TestIds.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,WAAW,qBAAqB;IAChC,YAAY,sBAAsB;IAClC,KAAK,eAAe;IACpB,sBAAsB,gCAAgC;IACtD,YAAY,sBAAsB;CACnC;AAED,oBAAY,gBAAgB;IAC1B,kBAAkB,uBAAuB;IACzC,sBAAsB,2BAA2B;IACjD,2BAA2B,gCAAgC;IAC3D,sBAAsB,2BAA2B;IACjD,iBAAiB,sBAAsB;IACvC,wBAAwB,6BAA6B;IACrD,iBAAiB,sBAAsB;IACvC,0BAA0B,+BAA+B;IACzD,gBAAgB,qBAAqB;CACtC;AAED,oBAAY,aAAa;IACvB,iBAAiB,6BAA6B;IAC9C,uBAAuB,4BAA4B;IACnD,uBAAuB,4BAA4B;IACnD,YAAY,iBAAiB;IAC7B,QAAQ,2BAA2B;CACpC;AAED,oBAAY,YAAY;IACtB,MAAM,iBAAiB;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAAkB,EA2CrD,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { PropsWithChildren } from 'react';
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
2
|
import { Image } from 'react-native';
|
|
3
3
|
declare const resolveAssetSourceFunc: typeof Image.resolveAssetSource;
|
|
4
4
|
type ImageSourceType = Exclude<Parameters<typeof resolveAssetSourceFunc>[0], Array<any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BackgroundFilters.d.ts","sourceRoot":"","sources":["../../../../src/contexts/BackgroundFilters.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAMvB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,KAAK,EAAY,MAAM,cAAc,CAAC;AAoB/C,QAAA,MAAM,sBAAsB,iCAA2B,CAAC;AAGxD,KAAK,eAAe,GAAG,OAAO,CAC5B,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC,CAAC,EAC5C,KAAK,CAAC,GAAG,CAAC,CACX,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEpD,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,uBAAuB,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,0BAA0B,EAAE,CAAC,WAAW,EAAE,eAAe,KAAK,IAAI,CAAC;IACnE;;;;OAIG;IACH,yBAAyB,EAAE,CAAC,aAAa,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE;;OAEG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AASF;;GAEG;AACH,eAAO,MAAM,oBAAoB,4BAahC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,iBAAkB,iBAAiB,sBA6FxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StreamVideoContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/StreamVideoContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAgHf,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,YAAY,GAAG,YAAY,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,YAAY,EAAE,eAAe,EAAE,CAAC;CACjC;AAED,eAAO,MACK,wBAAwB,UAzET,KAAK,CAAC,iBAAiB,CAAC,EAAE,CAAC,wBA0ErC,wBAAwB,GA3DhB,cAAc,uIA4DnB,2BAA2B,iGAzHZ,OAAO,qBAAW,MAC9C,IA8HL,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React, { PropsWithChildren } from 'react';
|
|
2
|
-
import { Theme } from '../theme/theme';
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
|
+
import { type Theme } from '../theme/theme';
|
|
3
3
|
export type DeepPartial<T> = {
|
|
4
4
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
5
5
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ThemeContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,KAAK,iBAAiB,EAGvB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAgB,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,WAAY,kBAAkB,UAarD,CAAC;AAIF,eAAO,MAAM,YAAY,sBAExB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC,iBAAiB,CAAC,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAiBxE,CAAC;AAEF,eAAO,MAAM,QAAQ;;CASpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCallMediaStreamCleanup.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/internal/useCallMediaStreamCleanup.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,eAAO,MAAM,yBAAyB,YAwBrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/index.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,eAAO,MAAM,qBAAqB,YAOjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitAndroidTokenAndRest.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useInitAndroidTokenAndRest.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAiBtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIosCallKeepEventsSetupEffect.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useIosCallKeepEventsSetupEffect.ts"],"names":[],"mappings":"AA0BA;;GAEG;AACH,eAAO,MAAM,+BAA+B,YAqD3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIosCallkeepWithCallingStateEffect.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useIosCallkeepWithCallingStateEffect.ts"],"names":[],"mappings":"AAuCA;;GAEG;AACH,eAAO,MAAM,oCAAoC,YAyJhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIosInitRemoteNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useIosInitRemoteNotifications.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,eAAO,MAAM,6BAA6B,YAiBzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIosVoipPushEventsSetupEffect.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useIosVoipPushEventsSetupEffect.ts"],"names":[],"mappings":"AAmDA;;;GAGG;AACH,eAAO,MAAM,+BAA+B,YAiJ3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useProcessPushCallEffect.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useProcessPushCallEffect.ts"],"names":[],"mappings":"AAkBA;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,YAqDpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useProcessPushNonRingingCallEffect.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/push/useProcessPushNonRingingCallEffect.ts"],"names":[],"mappings":"AAWA;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,YAyB9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAndroidKeepCallAliveEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAndroidKeepCallAliveEffect.ts"],"names":[],"mappings":"AAmGA;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,YA0GzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useApplyDefaultMediaStreamSettings.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useApplyDefaultMediaStreamSettings.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,kCAAkC,YAmC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAutoEnterPiPEffect.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAutoEnterPiPEffect.tsx"],"names":[],"mappings":"AAMA,wBAAgB,qBAAqB,CACnC,uBAAuB,EAAE,OAAO,GAAG,SAAS,QA0C7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsInPiPMode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useIsInPiPMode.tsx"],"names":[],"mappings":"AAIA,wBAAgB,cAAc,YAmB7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsIosScreenshareBroadcastStarted.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useIsIosScreenshareBroadcastStarted.ts"],"names":[],"mappings":"AAOA,wBAAgB,mCAAmC,YAyBlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePaginatedLayoutSortPreset.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePaginatedLayoutSortPreset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,yBAAyB,CAAC;AAWjC,eAAO,MAAM,4BAA4B,SAAU,IAAI,GAAG,SAAS,SAUlE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePermissionNotification.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePermissionNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAMtE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAC7B,2BAA2B,SAkCnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePermissionRequest.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePermissionRequest.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB,YAmEhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useScreenShareButton.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useScreenShareButton.ts"],"names":[],"mappings":"AAMA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,eAAO,MAAM,oBAAoB,kCAKA,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,gCAK5B,MAAM,IAAI,gCAKV,MAAM,IAAI,yCAKD,MAAM,IAAI;;;;;;CAyFlD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StreamVideoParticipant, VideoTrackType } from '@stream-io/video-client';
|
|
1
|
+
import { type StreamVideoParticipant, type VideoTrackType } from '@stream-io/video-client';
|
|
2
2
|
/**
|
|
3
3
|
* This is a utility hook to get the dimensions of the video track of the participant.
|
|
4
4
|
* Note: the `tracktype` is used only for local participants.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTrackDimensions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useTrackDimensions.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,cAAc,EACpB,MAAM,yBAAyB,CAAC;AAIjC;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,WAAW,EAAE,sBAAsB,EACnC,SAAS,EAAE,cAAc;;;EAgE1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Back.d.ts","sourceRoot":"","sources":["../../../../src/icons/Back.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;CACnB,CAAC;AAEF,eAAO,MAAM,IAAI,cAAe,KAAK,sBAOpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CameraSwitch.d.ts","sourceRoot":"","sources":["../../../../src/icons/CameraSwitch.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,YAAY,oBAAqB,KAAK,sBAOlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EndStreamIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/EndStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,gBAAgB,yBAS5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Eye.d.ts","sourceRoot":"","sources":["../../../../src/icons/Eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,GAAG,yBASf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconWrapper.d.ts","sourceRoot":"","sources":["../../../../src/icons/IconWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,eAAO,MAAM,WAAW,iBAAkB;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,sBAEhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeaveStreamIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/LeaveStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,eAAe,yBAS3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../../src/icons/Lock.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,IAAI,oBAAqB,KAAK,sBAS1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mic.d.ts","sourceRoot":"","sources":["../../../../src/icons/Mic.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,GAAG,oBAAqB,KAAK,sBAOzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MicOff.d.ts","sourceRoot":"","sources":["../../../../src/icons/MicOff.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,MAAM,oBAAqB,KAAK,sBAO5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/icons/Phone.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,KAAK,oBAAqB,KAAK,sBAa3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneDown.d.ts","sourceRoot":"","sources":["../../../../src/icons/PhoneDown.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,SAAS,oBAAqB,KAAK,sBAY/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinVertical.d.ts","sourceRoot":"","sources":["../../../../src/icons/PinVertical.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,WAAW,oBAAqB,KAAK,sBAOjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reaction.d.ts","sourceRoot":"","sources":["../../../../src/icons/Reaction.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;CACnB,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,KAAK,sBAOxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreenShare.d.ts","sourceRoot":"","sources":["../../../../src/icons/ScreenShare.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,WAAW,oBAAqB,KAAK,sBAcjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreenShareIndicator.d.ts","sourceRoot":"","sources":["../../../../src/icons/ScreenShareIndicator.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;CACnB,CAAC;AAEF,eAAO,MAAM,oBAAoB,cAAe,KAAK,sBAwBpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../../src/icons/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,KAAK,sBAMxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShieldBadge.d.ts","sourceRoot":"","sources":["../../../../src/icons/ShieldBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,WAAW,yBASvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spotlight.d.ts","sourceRoot":"","sources":["../../../../src/icons/Spotlight.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;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,KAAK,sBASzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartStreamIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/StartStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,eAAe,yBAS3B,CAAC"}
|