@stream-io/video-react-native-sdk 1.10.4 → 1.10.6
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 +21 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +6 -8
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +8 -11
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +9 -11
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +3 -5
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +9 -12
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +15 -22
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +11 -15
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +13 -18
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +34 -39
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +8 -10
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +18 -22
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +21 -25
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +7 -10
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +33 -43
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +16 -21
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +22 -33
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +25 -35
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -12
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +22 -28
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +22 -25
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +26 -31
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +9 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +12 -14
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +7 -10
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +15 -19
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -18
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -20
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +33 -39
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +43 -54
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +27 -30
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +7 -11
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +14 -17
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +20 -23
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +7 -8
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +11 -13
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +15 -18
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +29 -35
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +3 -5
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/StreamVideoContext.js +5 -6
- package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +3 -5
- 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/icons/Back.js +6 -8
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +6 -8
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +6 -8
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +6 -8
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +3 -5
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +6 -8
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +6 -8
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +6 -8
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +6 -8
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +6 -8
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +6 -8
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +6 -8
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +6 -8
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +6 -8
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +18 -21
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/Settings.js +5 -7
- package/dist/commonjs/icons/Settings.js.map +1 -1
- package/dist/commonjs/icons/ShieldBadge.js +6 -8
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
- package/dist/commonjs/icons/Spotlight.js +8 -10
- package/dist/commonjs/icons/Spotlight.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +6 -8
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +9 -11
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ThreeDots.js +18 -20
- package/dist/commonjs/icons/ThreeDots.js.map +1 -1
- package/dist/commonjs/icons/TopViewBackground.js +19 -24
- package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
- package/dist/commonjs/icons/Video.js +6 -8
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +6 -8
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/index.js +3 -5
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +5 -10
- 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 +21 -33
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -5
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +0 -2
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +7 -10
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +8 -13
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +10 -13
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +3 -7
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +10 -14
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +16 -24
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +12 -17
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +14 -20
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +0 -2
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +34 -41
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +9 -12
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +19 -24
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +0 -2
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +21 -27
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +0 -2
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +8 -12
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +34 -45
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +17 -23
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +0 -2
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -35
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +26 -37
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +9 -14
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +22 -30
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +22 -27
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +0 -2
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +0 -2
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +27 -33
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +0 -2
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +4 -7
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +10 -14
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -16
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -7
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +8 -12
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -21
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +0 -2
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +0 -2
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -20
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -22
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +34 -41
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +44 -56
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +28 -32
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +8 -13
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +15 -19
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +21 -25
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +8 -10
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +11 -15
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +0 -2
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +0 -2
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +0 -2
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +16 -20
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +30 -37
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +0 -2
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +0 -2
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +0 -2
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +3 -7
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/StreamVideoContext.js +3 -7
- package/dist/module/contexts/StreamVideoContext.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +3 -7
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +0 -2
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/hooks/index.js +0 -2
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -2
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/index.js +0 -2
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +0 -2
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js +0 -2
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -3
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +4 -5
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +0 -2
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +0 -2
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +0 -2
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +0 -2
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +0 -2
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +0 -2
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +0 -2
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +0 -2
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +0 -2
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +6 -10
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +6 -10
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +6 -10
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +6 -10
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +3 -7
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LeaveStreamIcon.js +6 -10
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/module/icons/Lock.js +6 -10
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Mic.js +6 -10
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +6 -10
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +6 -10
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +6 -10
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +6 -10
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +6 -10
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +6 -10
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +18 -23
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/Settings.js +5 -9
- package/dist/module/icons/Settings.js.map +1 -1
- package/dist/module/icons/ShieldBadge.js +6 -10
- package/dist/module/icons/ShieldBadge.js.map +1 -1
- package/dist/module/icons/Spotlight.js +8 -12
- package/dist/module/icons/Spotlight.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +6 -10
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +9 -13
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/ThreeDots.js +18 -22
- package/dist/module/icons/ThreeDots.js.map +1 -1
- package/dist/module/icons/TopViewBackground.js +19 -26
- package/dist/module/icons/TopViewBackground.js.map +1 -1
- package/dist/module/icons/Video.js +6 -10
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +6 -10
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +0 -2
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +0 -2
- package/dist/module/index.js.map +1 -1
- package/dist/module/providers/StreamCall/AppStateListener.js +0 -2
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +0 -2
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +4 -7
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +5 -12
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +0 -2
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +0 -2
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +0 -2
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +0 -2
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +0 -2
- package/dist/module/translations/index.js +0 -2
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +0 -2
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +0 -2
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +0 -2
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/useDebouncedValue.js +0 -2
- package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +0 -2
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +0 -2
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/newNotificationCallbacks.js +0 -2
- package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +0 -2
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +0 -2
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +0 -2
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +0 -2
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +0 -2
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +0 -2
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/push/android.js +0 -2
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +0 -2
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/rxSubjects.js +0 -2
- package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +0 -2
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +1 -2
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +0 -2
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +0 -2
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +0 -2
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +0 -2
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js +0 -2
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +0 -2
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +0 -2
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/utils.js +0 -2
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +0 -2
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +1 -3
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts +5 -5
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts +3 -3
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts +3 -3
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -3
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts +3 -3
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts +5 -5
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts +5 -5
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts +3 -3
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +2 -2
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts +2 -2
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +4 -4
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +4 -4
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts +5 -5
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts +4 -4
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +2 -2
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +9 -9
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
- package/dist/typescript/constants/index.d.ts +1 -1
- package/dist/typescript/constants/index.d.ts.map +1 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts +1 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -1
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -1
- package/dist/typescript/contexts/ThemeContext.d.ts +2 -2
- package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -1
- package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -1
- package/dist/typescript/hooks/useTrackDimensions.d.ts +1 -1
- package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -1
- package/dist/typescript/icons/Back.d.ts +1 -1
- package/dist/typescript/icons/Back.d.ts.map +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -1
- package/dist/typescript/icons/Lock.d.ts +1 -1
- package/dist/typescript/icons/Lock.d.ts.map +1 -1
- package/dist/typescript/icons/Mic.d.ts +1 -1
- package/dist/typescript/icons/Mic.d.ts.map +1 -1
- package/dist/typescript/icons/MicOff.d.ts +1 -1
- package/dist/typescript/icons/MicOff.d.ts.map +1 -1
- package/dist/typescript/icons/Phone.d.ts +1 -1
- package/dist/typescript/icons/Phone.d.ts.map +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
- package/dist/typescript/icons/PinVertical.d.ts +1 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
- package/dist/typescript/icons/Reaction.d.ts +1 -1
- package/dist/typescript/icons/Reaction.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts +1 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -1
- package/dist/typescript/icons/Spotlight.d.ts +1 -1
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -1
- package/dist/typescript/icons/Video.d.ts +1 -1
- package/dist/typescript/icons/Video.d.ts.map +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall/index.d.ts +1 -1
- package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -1
- package/dist/typescript/providers/StreamVideo.d.ts +4 -4
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -1
- package/dist/typescript/theme/colors.d.ts +1 -1
- package/dist/typescript/theme/colors.d.ts.map +1 -1
- package/dist/typescript/theme/theme.d.ts +3 -3
- package/dist/typescript/theme/theme.d.ts.map +1 -1
- package/dist/typescript/theme/types.d.ts +1 -1
- package/dist/typescript/theme/types.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts +2 -2
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/types.d.ts +1 -1
- package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -1
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts +1 -1
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +1 -1
- package/dist/typescript/utils/push/android.d.ts +1 -1
- package/dist/typescript/utils/push/android.d.ts.map +1 -1
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts +1 -1
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +1 -1
- package/dist/typescript/utils/push/ios.d.ts +1 -1
- package/dist/typescript/utils/push/ios.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts +1 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/utils.d.ts +4 -4
- package/dist/typescript/utils/push/utils.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.js +17 -7
- package/ios/RTCViewPipManager.swift +1 -1
- package/package.json +16 -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 +4 -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/commonjs/package.json +0 -1
- package/dist/module/package.json +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToMainActivity.d.ts +0 -1
- package/expo-config-plugin/dist/common/types.d.ts +0 -14
- package/expo-config-plugin/dist/index.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidManifest.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidPermissions.d.ts +0 -4
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +0 -3
- package/expo-config-plugin/dist/withAppDelegate.d.ts +0 -4
- package/expo-config-plugin/dist/withBuildProperties.d.ts +0 -3
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.d.ts +0 -11
- package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +0 -4
- package/expo-config-plugin/dist/withMainActivity.d.ts +0 -4
- package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["generateCallTitle","memberUserIds","totalMembersToShow","supportedAmountOfMemberUserIds","slice","length","join","allMembersExceptLast","lastMember","generateParticipantTitle","memberUserId","getInitialsOfName","name","names","split","initials","substring","toUpperCase"],"sourceRoot":"../../../src","sources":["utils/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["generateCallTitle","memberUserIds","totalMembersToShow","supportedAmountOfMemberUserIds","slice","length","join","allMembersExceptLast","lastMember","generateParticipantTitle","memberUserId","getInitialsOfName","name","names","split","initials","substring","toUpperCase"],"sourceRoot":"../../../src","sources":["utils/index.ts"],"mappings":"AAAA;AACA,OAAO,MAAMA,iBAAiB,GAAGA,CAC/BC,aAAuB,EACvBC,kBAA2B,KACxB;EACH,MAAMC,8BAA8B,GAAGF,aAAa,CAACG,KAAK,CACxD,CAAC,EACDF,kBACF,CAAC;EACD,IACEA,kBAAkB,IAClBC,8BAA8B,CAACE,MAAM,GAAGH,kBAAkB,EAC1D;IACA,OAAOC,8BAA8B,CAACG,IAAI,CAAC,OAAO,CAAC;EACrD;EAEA,MAAMC,oBAAoB,GAAGJ,8BAA8B,CAACC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACxE,MAAMI,UAAU,GAAGL,8BAA8B,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9D,OAAO,GAAGG,oBAAoB,CAACD,IAAI,CAAC,IAAI,CAAC,SAASE,UAAU,EAAE;AAChE,CAAC;;AAED;AACA,OAAO,MAAMC,wBAAwB,GAAIC,YAAoB,IAAK;EAChE,OAAOA,YAAY,CAACL,MAAM,GAAG,EAAE,GAC3BK,YAAY,CAACN,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,KAAK,GACjCM,YAAY;AAClB,CAAC;;AAED;AACA,OAAO,MAAMC,iBAAiB,GAAIC,IAAY,IAAK;EACjD,MAAMC,KAAK,GAAGD,IAAI,CAACE,KAAK,CAAC,GAAG,CAAC;EAC7B,IAAIC,QAAQ,GAAIF,KAAK,CAAC,CAAC,CAAC,CAAYG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAACC,WAAW,CAAC,CAAC;EACjE,IAAIJ,KAAK,CAACR,MAAM,GAAG,CAAC,EAAE;IACpBU,QAAQ,IAAKF,KAAK,CAACA,KAAK,CAACR,MAAM,GAAG,CAAC,CAAC,CACjCW,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CACfC,WAAW,CAAC,CAAC;EAClB;EACA,OAAOF,QAAQ;AACjB,CAAC;AAED,cAAc,cAAc;AAC5B,cAAc,mBAAmB;AACjC,cAAc,iBAAiB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["lastCid","newNotificationCallbacks","onNewCallNotification","call","notificationType","current","cid","forEach","callback"],"sourceRoot":"../../../../src","sources":["utils/internal/newNotificationCallbacks.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["lastCid","newNotificationCallbacks","onNewCallNotification","call","notificationType","current","cid","forEach","callback"],"sourceRoot":"../../../../src","sources":["utils/internal/newNotificationCallbacks.ts"],"mappings":"AAYA,IAAIA,OAAO,GAAG,EAAE;AAEhB,MAAMC,wBAAkD,GAAG,CAAC,CAAC;AAE7D,OAAO,MAAMC,qBAAkD,GAAGA,CAChEC,IAAI,EACJC,gBAAgB,KACb;EACH,IAAIH,wBAAwB,CAACI,OAAO,IAAIL,OAAO,KAAKG,IAAI,CAACG,GAAG,EAAE;IAC5DL,wBAAwB,CAACI,OAAO,CAACE,OAAO,CAAEC,QAAQ,IAChDA,QAAQ,CAACL,IAAI,EAAEC,gBAAgB,CACjC,CAAC;IACDJ,OAAO,GAAGG,IAAI,CAACG,GAAG;EACpB;AACF,CAAC;AAED,eAAeL,wBAAwB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["gestureHandler","require","e","getGestureHandlerLib","onPackageNotFound"],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/gestureHandler.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["gestureHandler","require","e","getGestureHandlerLib","onPackageNotFound"],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/gestureHandler.ts"],"mappings":"AAEA,IAAIA,cAA8C;AAElD,IAAI;EACFA,cAAc,GAAGC,OAAO,CAAC,8BAA8B,CAAC;AAC1D,CAAC,CAAC,OAAOC,CAAC,EAAE,CAAC;AAEb,OAAO,MAAMC,oBAAoB,GAAGA,CAACC,iBAAiB,GAAGA,CAAA,KAAM,CAAC,CAAC,KAAK;EACpE,IAAI,CAACJ,cAAc,EAAE;IACnBI,iBAAiB,CAAC,CAAC;EACrB;EACA,OAAOJ,cAAc;AACvB,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/index.ts"],"mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,cAAc","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["reanimated","require","e","getReanimatedLib","onPackageNotFound"],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/reanimated.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["reanimated","require","e","getReanimatedLib","onPackageNotFound"],"sourceRoot":"../../../../../src","sources":["utils/internal/optionallibs/reanimated.ts"],"mappings":"AAEA,IAAIA,UAAsC;AAE1C,IAAI;EACFA,UAAU,GAAGC,OAAO,CAAC,yBAAyB,CAAC;AACjD,CAAC,CAAC,OAAOC,CAAC,EAAE,CAAC;AAEb,OAAO,MAAMC,gBAAgB,GAAGA,CAACC,iBAAiB,GAAGA,CAAA,KAAM,CAAC,CAAC,KAAK;EAChE,IAAI,CAACJ,UAAU,EAAE;IACfI,iBAAiB,CAAC,CAAC;EACrB;EACA,OAAOJ,UAAU;AACnB,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["pushLogoutCallbacks","setPushLogoutCallback","callback","current","push"],"sourceRoot":"../../../../src","sources":["utils/internal/pushLogoutCallback.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["pushLogoutCallbacks","setPushLogoutCallback","callback","current","push"],"sourceRoot":"../../../../src","sources":["utils/internal/pushLogoutCallback.ts"],"mappings":"AAMA,IAAIA,mBAAwC,GAAG,CAAC,CAAC;AAEjD,OAAO,MAAMC,qBAAqB,GAAIC,QAAkB,IAAK;EAC3D,IAAI,CAACF,mBAAmB,CAACG,OAAO,EAAE;IAChCH,mBAAmB,CAACG,OAAO,GAAG,CAACD,QAAQ,CAAC;EAC1C,CAAC,MAAM;IACLF,mBAAmB,CAACG,OAAO,CAACC,IAAI,CAACF,QAAQ,CAAC;EAC5C;AACF,CAAC;AAED,eAAeF,mBAAmB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BehaviorSubject","isInPiPModeAndroid$","disablePiPMode$"],"sourceRoot":"../../../../src","sources":["utils/internal/rxSubjects.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["BehaviorSubject","isInPiPModeAndroid$","disablePiPMode$"],"sourceRoot":"../../../../src","sources":["utils/internal/rxSubjects.ts"],"mappings":"AAAA,SAASA,eAAe,QAAQ,MAAM;AAEtC,OAAO,MAAMC,mBAAmB,GAAG,IAAID,eAAe,CAAU,KAAK,CAAC;AAEtE,OAAO,MAAME,eAAe,GAAG,IAAIF,eAAe,CAAU,KAAK,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["shouldDisableIOSLocalVideoOnBackgroundRef","current"],"sourceRoot":"../../../../src","sources":["utils/internal/shouldDisableIOSLocalVideoOnBackground.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["shouldDisableIOSLocalVideoOnBackgroundRef","current"],"sourceRoot":"../../../../src","sources":["utils/internal/shouldDisableIOSLocalVideoOnBackground.ts"],"mappings":"AAAA,OAAO,MAAMA,yCAAyC,GAAG;EACvDC,OAAO,EAAE;AACX,CAAC","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { CallingState, RxUtils, getLogger } from '@stream-io/video-client';
|
|
4
2
|
import { AppState, Platform } from 'react-native';
|
|
5
3
|
import { getFirebaseMessagingLib, getExpoNotificationsLib, getNotifeeLibThrowIfNotInstalledForPush, getIncomingCallForegroundServiceTypes } from './libs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CallingState","RxUtils","getLogger","AppState","Platform","getFirebaseMessagingLib","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getIncomingCallForegroundServiceTypes","pushAcceptedIncomingCallCId$","pushRejectedIncomingCallCId$","pushTappedIncomingCallCId$","pushNonRingingCallData$","pushUnsubscriptionCallbacks$","pushAndroidBackgroundDeliveredIncomingCallCId$","canAddPushWSSubscriptionsRef","clearPushWSEventSubscriptions","processCallFromPushInBackground","shouldCallBeEnded","setPushLogoutCallback","getAndroidDefaultRingtoneUrl","StreamVideoRN","ACCEPT_CALL_ACTION_ID","DECLINE_CALL_ACTION_ID","lastFirebaseToken","token","userId","initAndroidPushToken","client","pushConfig","setUnsubscribeListener","OS","android","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","logger","push_provider_name","addDevice","isExpo","expoNotificationsLib","subscription","addPushTokenListener","devicePushToken","data","remove","getDevicePushTokenAsync","messaging","unsubscribe","onTokenRefresh","refreshedToken","getToken","firebaseDataHandler","getConfig","push","sender","notifeeLib","notifee","default","settings","getNotificationSettings","authorizationStatus","type","call_cid","created_by_id","receiver_id","shouldCallBeClosed","callToCheck","mustEndCall","canListenToWS","current","currentState","asForegroundService","registerForegroundService","Promise","createStreamVideoClient","stopForegroundService","callFromPush","onRingingCall","_shouldCallBeClosed","unsubscribeFunctions","on","event","_canListenToWS","forEach","fn","state","callingState$","subscribe","callingState","IDLE","LEFT","unsubscriptionCallbacks","getCurrentValue","next","incomingCallChannel","incomingCallNotificationTextGetters","sound","createChannel","getTitle","getBody","createdUserName","created_by_display_name","title","body","channelId","displayNotification","smallIcon","importance","foregroundServiceTypes","ongoing","vibrationPattern","pressAction","launchActivity","actions","category","AndroidCategory","CALL","fullScreenAction","timeoutAfter","cancelDisplayedNotification","callChannel","callNotificationTextGetters","cid","onAndroidNotifeeEvent","isBackground","detail","notification","notificationId","hasObservers","observed","didPressDecline","EventType","ACTION_PRESS","didDismiss","DISMISSED","mustDecline","mustAccept","PRESS","DELIVERED","onTapNonRingingCallNotification"],"sourceRoot":"../../../../src","sources":["utils/push/android.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["CallingState","RxUtils","getLogger","AppState","Platform","getFirebaseMessagingLib","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getIncomingCallForegroundServiceTypes","pushAcceptedIncomingCallCId$","pushRejectedIncomingCallCId$","pushTappedIncomingCallCId$","pushNonRingingCallData$","pushUnsubscriptionCallbacks$","pushAndroidBackgroundDeliveredIncomingCallCId$","canAddPushWSSubscriptionsRef","clearPushWSEventSubscriptions","processCallFromPushInBackground","shouldCallBeEnded","setPushLogoutCallback","getAndroidDefaultRingtoneUrl","StreamVideoRN","ACCEPT_CALL_ACTION_ID","DECLINE_CALL_ACTION_ID","lastFirebaseToken","token","userId","initAndroidPushToken","client","pushConfig","setUnsubscribeListener","OS","android","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","logger","push_provider_name","addDevice","isExpo","expoNotificationsLib","subscription","addPushTokenListener","devicePushToken","data","remove","getDevicePushTokenAsync","messaging","unsubscribe","onTokenRefresh","refreshedToken","getToken","firebaseDataHandler","getConfig","push","sender","notifeeLib","notifee","default","settings","getNotificationSettings","authorizationStatus","type","call_cid","created_by_id","receiver_id","shouldCallBeClosed","callToCheck","mustEndCall","canListenToWS","current","currentState","asForegroundService","registerForegroundService","Promise","createStreamVideoClient","stopForegroundService","callFromPush","onRingingCall","_shouldCallBeClosed","unsubscribeFunctions","on","event","_canListenToWS","forEach","fn","state","callingState$","subscribe","callingState","IDLE","LEFT","unsubscriptionCallbacks","getCurrentValue","next","incomingCallChannel","incomingCallNotificationTextGetters","sound","createChannel","getTitle","getBody","createdUserName","created_by_display_name","title","body","channelId","displayNotification","smallIcon","importance","foregroundServiceTypes","ongoing","vibrationPattern","pressAction","launchActivity","actions","category","AndroidCategory","CALL","fullScreenAction","timeoutAfter","cancelDisplayedNotification","callChannel","callNotificationTextGetters","cid","onAndroidNotifeeEvent","isBackground","detail","notification","notificationId","hasObservers","observed","didPressDecline","EventType","ACTION_PRESS","didDismiss","DISMISSED","mustDecline","mustAccept","PRESS","DELIVERED","onTapNonRingingCallNotification"],"sourceRoot":"../../../../src","sources":["utils/push/android.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["utils/push/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["utils/push/index.ts"],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,OAAO;AACrB,cAAc,SAAS","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BehaviorSubject","pushNonRingingCallData$","undefined","pushAcceptedIncomingCallCId$","pushTappedIncomingCallCId$","pushAndroidBackgroundDeliveredIncomingCallCId$","pushRejectedIncomingCallCId$","voipPushNotificationCallCId$","voipCallkeepCallOnForegroundMap$","voipCallkeepAcceptedCallOnNativeDialerMap$","pushUnsubscriptionCallbacks$"],"sourceRoot":"../../../../../src","sources":["utils/push/internal/rxSubjects.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["BehaviorSubject","pushNonRingingCallData$","undefined","pushAcceptedIncomingCallCId$","pushTappedIncomingCallCId$","pushAndroidBackgroundDeliveredIncomingCallCId$","pushRejectedIncomingCallCId$","voipPushNotificationCallCId$","voipCallkeepCallOnForegroundMap$","voipCallkeepAcceptedCallOnNativeDialerMap$","pushUnsubscriptionCallbacks$"],"sourceRoot":"../../../../../src","sources":["utils/push/internal/rxSubjects.ts"],"mappings":"AAAA,SAASA,eAAe,QAAQ,MAAM;AAGtC;AACA;AACA;AACA;AACA,OAAO,MAAMC,uBAAuB,GAAG,IAAID,eAAe,CAExDE,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACA,OAAO,MAAMC,4BAA4B,GAAG,IAAIH,eAAe,CAE7DE,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACA,OAAO,MAAME,0BAA0B,GAAG,IAAIJ,eAAe,CAE3DE,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMG,8CAA8C,GACzD,IAAIL,eAAe,CAAqBE,SAAS,CAAC;;AAEpD;AACA;AACA;AACA;AACA,OAAO,MAAMI,4BAA4B,GAAG,IAAIN,eAAe,CAE7DE,SAAS,CAAC;;AAEZ;AACA;AACA;AACA,OAAO,MAAMK,4BAA4B,GAAG,IAAIP,eAAe,CAE7DE,SAAS,CAAC;;AAEZ;;AAMA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMM,gCAAgC,GAAG,IAAIR,eAAe,CAEjEE,SAAS,CAAC;;AAEZ;AACA;AACA;AACA,OAAO,MAAMO,0CAA0C,GAAG,IAAIT,eAAe,CAE3EE,SAAS,CAAC;AAIZ;AACA;AACA;AACA;AACA,OAAO,MAAMQ,4BAA4B,GAAG,IAAIV,eAAe,CAE7DE,SAAS,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CallingState","RxUtils","getLogger","onNewCallNotification","pushUnsubscriptionCallbacks$","shouldCallBeEnded","callFromPush","created_by_id","receiver_id","callSession","state","session","rejected_by","accepted_by","mustEndCall","callkeepReason","cid","processCallFromPushInBackground","pushConfig","call_cid","action","videoClient","createStreamVideoClient","e","logger","processCallFromPush","client","onRingingCall","publishOptions","updatePublishOptions","join","canReject","callingState","RINGING","leave","reject","reason","processNonIncomingCallFromPush","nonRingingNotificationType","_callFromPush","calls","find","c","callType","callId","split","call","get","clearPushWSEventSubscriptions","unsubscriptionCallbacks","getCurrentValue","forEach","cb","next","undefined","canAddPushWSSubscriptionsRef","current"],"sourceRoot":"../../../../../src","sources":["utils/push/internal/utils.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["CallingState","RxUtils","getLogger","onNewCallNotification","pushUnsubscriptionCallbacks$","shouldCallBeEnded","callFromPush","created_by_id","receiver_id","callSession","state","session","rejected_by","accepted_by","mustEndCall","callkeepReason","cid","processCallFromPushInBackground","pushConfig","call_cid","action","videoClient","createStreamVideoClient","e","logger","processCallFromPush","client","onRingingCall","publishOptions","updatePublishOptions","join","canReject","callingState","RINGING","leave","reject","reason","processNonIncomingCallFromPush","nonRingingNotificationType","_callFromPush","calls","find","c","callType","callId","split","call","get","clearPushWSEventSubscriptions","unsubscriptionCallbacks","getCurrentValue","forEach","cb","next","undefined","canAddPushWSSubscriptionsRef","current"],"sourceRoot":"../../../../../src","sources":["utils/push/internal/utils.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { Platform } from 'react-native';
|
|
4
2
|
import { pushNonRingingCallData$ } from './internal/rxSubjects';
|
|
5
3
|
import { getExpoNotificationsLib, getNotifeeLibThrowIfNotInstalledForPush, getPushNotificationIosLib } from './libs';
|
|
@@ -25,6 +23,7 @@ function processNonRingingNotificationStreamPayload(streamPayload) {
|
|
|
25
23
|
type
|
|
26
24
|
};
|
|
27
25
|
}
|
|
26
|
+
return undefined;
|
|
28
27
|
}
|
|
29
28
|
export const oniOSExpoNotificationEvent = event => {
|
|
30
29
|
const pushConfig = StreamVideoRN.getConfig().push;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","pushNonRingingCallData$","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getPushNotificationIosLib","getLogger","setPushLogoutCallback","StreamVideoRN","lastApnToken","token","userId","processNonRingingNotificationStreamPayload","streamPayload","sender","type","cid","call_cid","logger","next","oniOSExpoNotificationEvent","event","pushConfig","getConfig","push","trigger","request","payload","stream","JSON","stringify","oniOSNotifeeEvent","OS","detail","notifeeLib","EventType","PRESS","notification","data","result","onTapNonRingingCallNotification","onPushNotificationiOSStreamVideoEvent","pushNotificationIosLib","getData","isClicked","userInteraction","finish","FetchResult","NoData","initIosNonVoipToken","client","setUnsubscribeListener","ios","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","push_provider_name","addDevice","then","catch","isExpo","expoNotificationsLib","getDevicePushTokenAsync","devicePushToken","subscription","addPushTokenListener","remove","addEventListener","removeEventListener"],"sourceRoot":"../../../../src","sources":["utils/push/ios.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["Platform","pushNonRingingCallData$","getExpoNotificationsLib","getNotifeeLibThrowIfNotInstalledForPush","getPushNotificationIosLib","getLogger","setPushLogoutCallback","StreamVideoRN","lastApnToken","token","userId","processNonRingingNotificationStreamPayload","streamPayload","sender","type","cid","call_cid","logger","next","undefined","oniOSExpoNotificationEvent","event","pushConfig","getConfig","push","trigger","request","payload","stream","JSON","stringify","oniOSNotifeeEvent","OS","detail","notifeeLib","EventType","PRESS","notification","data","result","onTapNonRingingCallNotification","onPushNotificationiOSStreamVideoEvent","pushNotificationIosLib","getData","isClicked","userInteraction","finish","FetchResult","NoData","initIosNonVoipToken","client","setUnsubscribeListener","ios","pushProviderName","setDeviceToken","streamClient","_user","id","removeDevice","err","push_provider_name","addDevice","then","catch","isExpo","expoNotificationsLib","getDevicePushTokenAsync","devicePushToken","subscription","addPushTokenListener","remove","addEventListener","removeEventListener"],"sourceRoot":"../../../../src","sources":["utils/push/ios.ts"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,cAAc;AAEvC,SAASC,uBAAuB,QAAQ,uBAAuB;AAC/D,SAEEC,uBAAuB,EACvBC,uCAAuC,EACvCC,yBAAyB,QAEpB,QAAQ;AACf,SAA4BC,SAAS,QAAQ,yBAAyB;AACtE,SAASC,qBAAqB,QAAQ,gCAAgC;AAEtE,SAASC,aAAa,QAAQ,kBAAkB;AAKhD,IAAIC,YAAY,GAAG;EAAEC,KAAK,EAAE,EAAE;EAAEC,MAAM,EAAE;AAAG,CAAC;AAE5C,SAASC,0CAA0CA,CACjDC,aAAgC,EAChC;EACA,IACEA,aAAa,EAAEC,MAAM,KAAK,cAAc,IACxCD,aAAa,EAAEE,IAAI,KAAK,WAAW,EACnC;IACA,MAAMC,GAAG,GAAGH,aAAa,CAACI,QAAQ;IAClC,MAAMF,IAAI,GAAGF,aAAa,CAACE,IAAI;IAC/B,MAAMG,MAAM,GAAGZ,SAAS,CAAC,CAAC,4CAA4C,CAAC,CAAC;IACxEY,MAAM,CAAC,OAAO,EAAE,eAAeF,GAAG,KAAKD,IAAI,EAAE,CAAC;IAC9Cb,uBAAuB,CAACiB,IAAI,CAAC;MAAEH,GAAG;MAAED;IAAK,CAAC,CAAC;IAC3C,OAAO;MAAEC,GAAG;MAAED;IAAK,CAAC;EACtB;EACA,OAAOK,SAAS;AAClB;AAEA,OAAO,MAAMC,0BAA0B,GAAIC,KAAuB,IAAK;EACrE,MAAMC,UAAU,GAAGf,aAAa,CAACgB,SAAS,CAAC,CAAC,CAACC,IAAI;EACjD,IAAIF,UAAU,EAAE;IACd,MAAMG,OAAO,GAAGJ,KAAK,CAACK,OAAO,CAACD,OAAO;IACrC,IACEA,OAAO,IACP,OAAOA,OAAO,KAAK,QAAQ,IAC3B,MAAM,IAAIA,OAAO,IACjBA,OAAO,CAACX,IAAI,KAAK,MAAM,IACvBW,OAAO,CAACE,OAAO,EAAEC,MAAM,EACvB;MACA,MAAMhB,aAAa,GAAGa,OAAO,CAACE,OAAO,CAACC,MAA2B;MACjE,MAAMX,MAAM,GAAGZ,SAAS,CAAC,CAAC,4CAA4C,CAAC,CAAC;MACxEY,MAAM,CACJ,OAAO,EACP,gDAAgDY,IAAI,CAACC,SAAS,CAAClB,aAAa,CAAC,EAC/E,CAAC;MACDD,0CAA0C,CAACC,aAAa,CAAC;IAC3D;EACF;AACF,CAAC;AAED,OAAO,MAAMmB,iBAAiB,GAAGA,CAAC;EAChCV;AAIF,CAAC,KAAK;EACJ,IAAIrB,QAAQ,CAACgC,EAAE,KAAK,KAAK,EAAE;EAC3B,MAAMV,UAAU,GAAGf,aAAa,CAACgB,SAAS,CAAC,CAAC,CAACC,IAAI;EACjD,MAAM;IAAEV,IAAI;IAAEmB;EAAO,CAAC,GAAGZ,KAAK;EAC9B,MAAMa,UAAU,GAAG/B,uCAAuC,CAAC,CAAC;EAC5D,IAAImB,UAAU,IAAIR,IAAI,KAAKoB,UAAU,CAACC,SAAS,CAACC,KAAK,EAAE;IACrD,MAAMxB,aAAa,GAAGqB,MAAM,CAACI,YAAY,EAAEC,IAAI,EAAEV,MAEpC;IACb,MAAMW,MAAM,GAAG5B,0CAA0C,CAACC,aAAa,CAAC;IACxE,IAAI2B,MAAM,EAAE;MACV,MAAMtB,MAAM,GAAGZ,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;MAC/CY,MAAM,CACJ,OAAO,EACP,qCAAqCsB,MAAM,CAACxB,GAAG,KAAKwB,MAAM,CAACzB,IAAI,GACjE,CAAC;MACDQ,UAAU,CAACkB,+BAA+B,GAAGD,MAAM,CAACxB,GAAG,EAAEwB,MAAM,CAACzB,IAAI,CAAC;IACvE;EACF;AACF,CAAC;AAED,OAAO,SAAS2B,qCAAqCA,CACnDJ,YAAqC,EACrC;EACA,MAAMK,sBAAsB,GAAGtC,yBAAyB,CAAC,CAAC;EAC1D,MAAMkC,IAAI,GAAGD,YAAY,CAACM,OAAO,CAAC,CAAC;EACnC,MAAM/B,aAAa,GAAG0B,IAAI,EAAEV,MAA2B;EACvD,MAAMX,MAAM,GAAGZ,SAAS,CAAC,CAAC,uCAAuC,CAAC,CAAC;EACnE,IAAI,CAACO,aAAa,EAAE;IAClBK,MAAM,CACJ,OAAO,EACP,oEAAoEY,IAAI,CAACC,SAAS,CAACQ,IAAI,CAAC,EAC1F,CAAC;IACD;EACF;EACA,MAAMM,SAAS,GAAGN,IAAI,CAACO,eAAe,KAAK,CAAC;EAC5C,MAAMvB,UAAU,GAAGf,aAAa,CAACgB,SAAS,CAAC,CAAC,CAACC,IAAI;EACjD,IAAI,CAACoB,SAAS,IAAI,CAACtB,UAAU,EAAE;IAC7BL,MAAM,CACJ,OAAO,EACP,yDAAyD2B,SAAS,iBAAiB,CAAC,CAACtB,UAAU,EACjG,CAAC;IACDe,YAAY,CAACS,MAAM,CAACJ,sBAAsB,CAACK,WAAW,CAACC,MAAM,CAAC;IAC9D;EACF;EACA;EACA,MAAMT,MAAM,GAAG5B,0CAA0C,CAACC,aAAa,CAAC;EACxE,IAAI2B,MAAM,EAAE;IACVtB,MAAM,CACJ,OAAO,EACP,qCAAqCsB,MAAM,CAACxB,GAAG,KAAKwB,MAAM,CAACzB,IAAI,GACjE,CAAC;IACDQ,UAAU,CAACkB,+BAA+B,GAAGD,MAAM,CAACxB,GAAG,EAAEwB,MAAM,CAACzB,IAAI,CAAC;EACvE;EACAuB,YAAY,CAACS,MAAM,CAACJ,sBAAsB,CAACK,WAAW,CAACC,MAAM,CAAC;AAChE;;AAEA;AACA,OAAO,eAAeC,mBAAmBA,CACvCC,MAAyB,EACzB5B,UAAsB,EACtB6B,sBAAyD,EACzD;EACA,IACEnD,QAAQ,CAACgC,EAAE,KAAK,KAAK,IACrB,CAACV,UAAU,CAAC8B,GAAG,CAACC,gBAAgB,IAChC,CAAC/B,UAAU,CAACkB,+BAA+B,EAC3C;IACA;EACF;EAEA,MAAMvB,MAAM,GAAGZ,SAAS,CAAC,CAAC,qBAAqB,CAAC,CAAC;EACjD,MAAMiD,cAAc,GAAG,MAAO7C,KAAa,IAAK;IAC9C,MAAMC,MAAM,GAAGwC,MAAM,CAACK,YAAY,CAACC,KAAK,EAAEC,EAAE,IAAI,EAAE;IAClD,IAAIjD,YAAY,CAACC,KAAK,KAAKA,KAAK,IAAID,YAAY,CAACE,MAAM,KAAKA,MAAM,EAAE;MAClEO,MAAM,CACJ,OAAO,EACP,+DAA+D,EAC/DR,KACF,CAAC;MACD;IACF;IACAH,qBAAqB,CAAC,YAAY;MAChCE,YAAY,GAAG;QAAEC,KAAK,EAAE,EAAE;QAAEC,MAAM,EAAE;MAAG,CAAC;MACxC,IAAI;QACFO,MAAM,CAAC,OAAO,EAAE,6CAA6C,EAAER,KAAK,CAAC;QACrE,MAAMyC,MAAM,CAACQ,YAAY,CAACjD,KAAK,CAAC;MAClC,CAAC,CAAC,OAAOkD,GAAG,EAAE;QACZ1C,MAAM,CACJ,MAAM,EACN,gEAAgE,EAChE0C,GACF,CAAC;MACH;IACF,CAAC,CAAC;IACF,MAAMC,kBAAkB,GAAGtC,UAAU,CAAC8B,GAAG,CAACC,gBAAgB;IAC1DpC,MAAM,CAAC,OAAO,EAAE,4BAA4B,EAAER,KAAK,CAAC;IACpD,MAAMyC,MAAM,CACTW,SAAS,CAACpD,KAAK,EAAE,KAAK,EAAEmD,kBAAkB,CAAC,CAC3CE,IAAI,CAAC,MAAM;MACVtD,YAAY,GAAG;QAAEC,KAAK;QAAEC;MAAO,CAAC;IAClC,CAAC,CAAC,CACDqD,KAAK,CAAEJ,GAAG,IAAK;MACd1C,MAAM,CAAC,MAAM,EAAE,mCAAmC,EAAE0C,GAAG,CAAC;IAC1D,CAAC,CAAC;EACN,CAAC;EACD,IAAIrC,UAAU,CAAC0C,MAAM,EAAE;IACrB,MAAMC,oBAAoB,GAAG/D,uBAAuB,CAAC,CAAC;IACtD+D,oBAAoB,CAACC,uBAAuB,CAAC,CAAC,CAACJ,IAAI,CAAEK,eAAe,IAAK;MACvElD,MAAM,CACJ,OAAO,EACP,iEAAiE,EACjEkD,eAAe,CAAC7B,IAClB,CAAC;MACDgB,cAAc,CAACa,eAAe,CAAC7B,IAAI,CAAC;IACtC,CAAC,CAAC;IACF,MAAM8B,YAAY,GAAGH,oBAAoB,CAACI,oBAAoB,CAC3DF,eAAe,IAAK;MACnBlD,MAAM,CACJ,OAAO,EACP,8DAA8D,EAC9DkD,eAAe,CAAC7B,IAClB,CAAC;MACDgB,cAAc,CAACa,eAAe,CAAC7B,IAAI,CAAC;IACtC,CACF,CAAC;IACDa,sBAAsB,CAAC,MAAM;MAC3BlC,MAAM,CAAC,OAAO,EAAE,mCAAmC,CAAC;MACpDmD,YAAY,CAACE,MAAM,CAAC,CAAC;IACvB,CAAC,CAAC;EACJ,CAAC,MAAM;IACL,MAAM5B,sBAAsB,GAAGtC,yBAAyB,CAAC,CAAC;IAC1DsC,sBAAsB,CAAC6B,gBAAgB,CAAC,UAAU,EAAG9D,KAAK,IAAK;MAC7DQ,MAAM,CACJ,OAAO,EACP,wEAAwE,EACxER,KACF,CAAC;MACD6C,cAAc,CAAC7C,KAAK,CAAC;IACvB,CAAC,CAAC;IACF0C,sBAAsB,CAAC,MAAM;MAC3BlC,MAAM,CAAC,OAAO,EAAE,wDAAwD,CAAC;MACzEyB,sBAAsB,CAAC8B,mBAAmB,CAAC,UAAU,CAAC;IACxD,CAAC,CAAC;EACJ;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["callkeep","require","default","_e","getCallKeepLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/callkeep.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["callkeep","require","default","_e","getCallKeepLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/callkeep.ts"],"mappings":"AAEA,IAAIA,QAAoC;AAExC,IAAI;EACFA,QAAQ,GAAGC,OAAO,CAAC,uBAAuB,CAAC,CAACC,OAAO;AACrD,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,OAAO,SAASC,cAAcA,CAAA,EAAG;EAC/B,IAAI,CAACJ,QAAQ,EAAE;IACb,MAAMK,KAAK,CACT,oKACF,CAAC;EACH;EACA,OAAOL,QAAQ;AACjB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["expoNotificationsLib","require","_e","getExpoNotificationsLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/expoNotifications.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["expoNotificationsLib","require","_e","getExpoNotificationsLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/expoNotifications.ts"],"mappings":"AAMA,IAAIA,oBAAsD;AAE1D,IAAI;EACFA,oBAAoB,GAAGC,OAAO,CAAC,oBAAoB,CAAC;AACtD,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,OAAO,SAASC,uBAAuBA,CAAA,EAAG;EACxC,IAAI,CAACH,oBAAoB,EAAE;IACzB,MAAMI,KAAK,CACT,gJACF,CAAC;EACH;EACA,OAAOJ,oBAAoB;AAC7B","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getLogger","lib","INSTALLATION_INSTRUCTION","getFirebaseMessagingLib","Error","getFirebaseMessagingLibNoThrow","isExpo","logger"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["getLogger","lib","INSTALLATION_INSTRUCTION","getFirebaseMessagingLib","Error","getFirebaseMessagingLibNoThrow","isExpo","logger"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/index.ts"],"mappings":"AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAAoBC,GAAG,QAAQ,OAAO;AAKtC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uBAAuBA,CAAA,EAAG;EACxC,IAAI,CAACF,GAAG,EAAE;IACR,MAAMG,KAAK,CACT,qDAAqD,GACnDF,wBACJ,CAAC;EACH;EACA,OAAOD,GAAG;AACZ;AAEA,OAAO,SAASI,8BAA8BA,CAACC,MAAe,EAAE;EAC9D,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGP,SAAS,CAAC,CAAC,gCAAgC,CAAC,CAAC;IAC5DO,MAAM,CACJ,MAAM,EACN,GACED,MAAM,GACF,iIAAiI,GACjI,EAAE,GACLJ,wBAAwB,EAC7B,CAAC;EACH;EACA,OAAOD,GAAG;AACZ","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["lib","require","default","_e"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/lib.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["lib","require","default","_e"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/firebaseMessaging/lib.ts"],"mappings":"AAEA,IAAIA,GAAqB;AAEzB,IAAI;EACFA,GAAG,GAAGC,OAAO,CAAC,kCAAkC,CAAC,CAACC,OAAO;AAC3D,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,SAASH,GAAG;;AAEZ;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["utils/push/libs/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["utils/push/libs/index.ts"],"mappings":"AAAA,cAAc,qBAAqB;AACnC,cAAc,qBAAqB;AACnC,cAAc,uBAAuB;AACrC,cAAc,wBAAwB;AACtC,cAAc,YAAY;AAC1B,cAAc,WAAW;;AAEzB;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["pushNotificationIosLib","require","default","_e","getPushNotificationIosLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/iosPushNotification.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["pushNotificationIosLib","require","default","_e","getPushNotificationIosLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/iosPushNotification.ts"],"mappings":"AAGA,IAAIA,sBAA0D;AAM9D,IAAI;EACFA,sBAAsB,GACpBC,OAAO,CAAC,+CAA+C,CAAC,CAACC,OAAO;AACpE,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,OAAO,SAASC,yBAAyBA,CAAA,EAAG;EAC1C,IAAI,CAACJ,sBAAsB,EAAE;IAC3B,MAAMK,KAAK,CACT,0NACF,CAAC;EACH;EACA,OAAOL,sBAAsB;AAC/B","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getLogger","PermissionsAndroid","lib","AndroidForegroundServiceType","INSTALLATION_INSTRUCTION","getNotifeeLibThrowIfNotInstalledForPush","Error","getNotifeeLibNoThrowForKeepCallAlive","logger","getKeepCallAliveForegroundServiceTypes","types","hasCameraPermission","check","PERMISSIONS","CAMERA","push","FOREGROUND_SERVICE_TYPE_CAMERA","hasMicrophonePermission","RECORD_AUDIO","FOREGROUND_SERVICE_TYPE_MICROPHONE","hasConnectionPermission","BLUETOOTH_CONNECT","FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE","length","FOREGROUND_SERVICE_TYPE_DATA_SYNC","getIncomingCallForegroundServiceTypes","FOREGROUND_SERVICE_TYPE_SHORT_SERVICE"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["getLogger","PermissionsAndroid","lib","AndroidForegroundServiceType","INSTALLATION_INSTRUCTION","getNotifeeLibThrowIfNotInstalledForPush","Error","getNotifeeLibNoThrowForKeepCallAlive","logger","getKeepCallAliveForegroundServiceTypes","types","hasCameraPermission","check","PERMISSIONS","CAMERA","push","FOREGROUND_SERVICE_TYPE_CAMERA","hasMicrophonePermission","RECORD_AUDIO","FOREGROUND_SERVICE_TYPE_MICROPHONE","hasConnectionPermission","BLUETOOTH_CONNECT","FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE","length","FOREGROUND_SERVICE_TYPE_DATA_SYNC","getIncomingCallForegroundServiceTypes","FOREGROUND_SERVICE_TYPE_SHORT_SERVICE"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/index.ts"],"mappings":"AAAA,SAASA,SAAS,QAAQ,yBAAyB;AACnD,SAASC,kBAAkB,QAAQ,cAAc;AACjD,SAAoBC,GAAG,QAAQ,OAAO;AAAC,IAIlCC,4BAA4B,0BAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAA5BA,4BAA4B,CAA5BA,4BAA4B;EAAA,OAA5BA,4BAA4B;AAAA,EAA5BA,4BAA4B;AAkBjC,MAAMC,wBAAwB,GAC5B,6FAA6F;AAE/F,OAAO,SAASC,uCAAuCA,CAAA,EAAG;EACxD,IAAI,CAACH,GAAG,EAAE;IACR,MAAMI,KAAK,CACT,8FAA8F,GAC5FF,wBACJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,SAASK,oCAAoCA,CAAA,EAAG;EACrD,IAAI,CAACL,GAAG,EAAE;IACR,MAAMM,MAAM,GAAGR,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;IAClDQ,MAAM,CACJ,MAAM,EACN,GAAG,gHAAgH,GAAGJ,wBAAwB,EAChJ,CAAC;EACH;EACA,OAAOF,GAAG;AACZ;AAEA,OAAO,eAAeO,sCAAsCA,CAAA,EAAG;EAC7D,MAAMC,KAAqC,GAAG,EAAE;EAChD,MAAMC,mBAAmB,GAAG,MAAMV,kBAAkB,CAACW,KAAK,CACxDX,kBAAkB,CAACY,WAAW,CAACC,MACjC,CAAC;EACD,IAAIH,mBAAmB,EAAE;IACvBD,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACa,8BAA8B,CAAC;EACzE;EACA,MAAMC,uBAAuB,GAAG,MAAMhB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACK,YACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BP,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACgB,kCAAkC,CAAC;EAC7E;EACA,MAAMC,uBAAuB,GAAG,MAAMnB,kBAAkB,CAACW,KAAK,CAC5DX,kBAAkB,CAACY,WAAW,CAACQ,iBACjC,CAAC;EACD,IAAID,uBAAuB,EAAE;IAC3BV,KAAK,CAACK,IAAI,CACRZ,4BAA4B,CAACmB,wCAC/B,CAAC;EACH;EACA,IAAIZ,KAAK,CAACa,MAAM,KAAK,CAAC,EAAE;IACtBb,KAAK,CAACK,IAAI,CAACZ,4BAA4B,CAACqB,iCAAiC,CAAC;EAC5E;EACA,OAAOd,KAAK;AACd;AAEA,OAAO,SAASe,qCAAqCA,CAAA,EAAG;EACtD,MAAMf,KAAqC,GAAG,CAC5CP,4BAA4B,CAACuB,qCAAqC,CACnE;EACD,OAAOhB,KAAK;AACd","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["lib","require","_e"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/lib.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["lib","require","_e"],"sourceRoot":"../../../../../../src","sources":["utils/push/libs/notifee/lib.ts"],"mappings":"AAEA,IAAIA,GAAqB;AAEzB,IAAI;EACFA,GAAG,GAAGC,OAAO,CAAC,uBAAuB,CAAC;AACxC,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,SAASF,GAAG;;AAEZ;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["voipPushNotification","require","default","_e","getVoipPushNotificationLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/voipPushNotification.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["voipPushNotification","require","default","_e","getVoipPushNotificationLib","Error"],"sourceRoot":"../../../../../src","sources":["utils/push/libs/voipPushNotification.ts"],"mappings":"AAGA,IAAIA,oBAA0D;AAE9D,IAAI;EACFA,oBAAoB,GAAGC,OAAO,CAAC,qCAAqC,CAAC,CAACC,OAAO;AAC/E,CAAC,CAAC,OAAOC,EAAE,EAAE,CAAC;AAEd,OAAO,SAASC,0BAA0BA,CAAA,EAAG;EAC3C,IAAI,CAACJ,oBAAoB,EAAE;IACzB,MAAMK,KAAK,CACT,4LACF,CAAC;EACH;EACA,OAAOL,oBAAoB;AAC7B","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["isFirebaseStreamVideoMessage","message","data","sender","isNotifeeStreamVideoEvent","event","detail","notification","isExpoNotificationStreamVideoEvent","trigger","request","type","streamPayload","payload","stream","remoteMessageData","remoteMessage","isPushNotificationiOSStreamVideoEvent","getData"],"sourceRoot":"../../../../src","sources":["utils/push/utils.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["isFirebaseStreamVideoMessage","message","data","sender","isNotifeeStreamVideoEvent","event","detail","notification","isExpoNotificationStreamVideoEvent","trigger","request","type","streamPayload","payload","stream","remoteMessageData","remoteMessage","isPushNotificationiOSStreamVideoEvent","getData"],"sourceRoot":"../../../../src","sources":["utils/push/utils.ts"],"mappings":"AAcA,OAAO,SAASA,4BAA4BA,CAC1CC,OAA6C,EAC7C;EACA,OAAOA,OAAO,CAACC,IAAI,EAAEC,MAAM,KAAK,cAAc;AAChD;AAEA,OAAO,SAASC,yBAAyBA,CAACC,KAAY,EAAE;EACtD,MAAM;IAAEC;EAAO,CAAC,GAAGD,KAAK;EACxB,MAAM;IAAEE;EAAa,CAAC,GAAGD,MAAM;EAC/B,OAAOC,YAAY,EAAEL,IAAI,EAAEC,MAAM,KAAK,cAAc;AACtD;AAEA,OAAO,SAASK,kCAAkCA,CAACH,KAAuB,EAAE;EAC1E,MAAMI,OAAO,GAAGJ,KAAK,CAACK,OAAO,CAACD,OAAO;EACrC,IACEA,OAAO,IACP,OAAOA,OAAO,KAAK,QAAQ,IAC3B,MAAM,IAAIA,OAAO,IACjBA,OAAO,CAACE,IAAI,KAAK,MAAM,EACvB;IACA;IACA,MAAMC,aAAa,GAAGH,OAAO,CAACI,OAAO,EAAEC,MAA2B;IAClE;IACA,MAAMC,iBAAiB,GAAGN,OAAO,CAACO,aAAa,EAAEd,IAAI;IACrD,OACEU,aAAa,EAAET,MAAM,KAAK,cAAc,IACxCY,iBAAiB,EAAEZ,MAAM,KAAK,cAAc;EAEhD;EACA,OAAO,KAAK;AACd;AAEA,OAAO,SAASc,qCAAqCA,CACnDV,YAAqC,EACrC;EACA,MAAML,IAAI,GAAGK,YAAY,CAACW,OAAO,CAAC,CAAC;EACnC,MAAMN,aAAa,GAAGV,IAAI,EAAEY,MAA2B;EACvD,OAAOF,aAAa,EAAET,MAAM,KAAK,cAAc;AACjD","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["setSdkInfo","setDeviceInfo","setOSInfo","SfuModels","setWebRTCInfo","Platform","version","RNWebRTCPackageJSON","major","minor","patch","split","setClientDetails","type","SdkType","REACT_NATIVE","osName","OS","constants","systemName","osVersion","Version","toString","name","architecture","deviceName","prefix","Manufacturer","toLowerCase","Brand","Model","isPad"],"sourceRoot":"../../../src","sources":["utils/setClientDetails.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["setSdkInfo","setDeviceInfo","setOSInfo","SfuModels","setWebRTCInfo","Platform","version","RNWebRTCPackageJSON","major","minor","patch","split","setClientDetails","type","SdkType","REACT_NATIVE","osName","OS","constants","systemName","osVersion","Version","toString","name","architecture","deviceName","prefix","Manufacturer","toLowerCase","Brand","Model","isPad"],"sourceRoot":"../../../src","sources":["utils/setClientDetails.ts"],"mappings":"AAAA,SACEA,UAAU,EACVC,aAAa,EACbC,SAAS,EACTC,SAAS,EACTC,aAAa,QACR,yBAAyB;AAChC,SAASC,QAAQ,QAAQ,cAAc;AACvC,SAASC,OAAO,QAAQ,YAAY;AACpC,OAAOC,mBAAmB,MAAM,6CAA6C;AAE7E,MAAM,CAACC,KAAK,EAAEC,KAAK,EAAEC,KAAK,CAAC,GAAGJ,OAAO,CAACK,KAAK,CAAC,GAAG,CAAC;AAEhD,OAAO,MAAMC,gBAAgB,GAAGA,CAAA,KAAM;EACpCZ,UAAU,CAAC;IACTa,IAAI,EAAEV,SAAS,CAACW,OAAO,CAACC,YAAY;IACpCP,KAAK,EAAEA,KAAe;IACtBC,KAAK,EAAEA,KAAe;IACtBC,KAAK,EAAEA;EACT,CAAC,CAAC;EAEF,IAAIM,MAAc,GAAGX,QAAQ,CAACY,EAAE;EAChC,IAAIZ,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;IACzB;IACAD,MAAM,GAAGX,QAAQ,CAACa,SAAS,CAACC,UAAU;EACxC;EAEA,IAAIC,SAAS,GAAG,EAAE;EAClB,IAAIf,QAAQ,CAACY,EAAE,KAAK,SAAS,EAAE;IAC7B;IACAG,SAAS,GAAGf,QAAQ,CAACa,SAAS,CAACG,OAAO,CAACC,QAAQ,CAAC,CAAC;EACnD,CAAC,MAAM,IAAIjB,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;IAChC;IACAG,SAAS,GAAGf,QAAQ,CAACa,SAAS,CAACE,SAAS;EAC1C;EAEAlB,SAAS,CAAC;IACRqB,IAAI,EAAEP,MAAM;IACZV,OAAO,EAAEc,SAAS;IAClBI,YAAY,EAAE;EAChB,CAAC,CAAC;EAEF,IAAIC,UAAU,GAAG,EAAE;EACnB,IAAIpB,QAAQ,CAACY,EAAE,KAAK,SAAS,EAAE;IAC7B;IACA,MAAMS,MAAM,GACVrB,QAAQ,CAACa,SAAS,CAACS,YAAY,CAACC,WAAW,CAAC,CAAC,KAC7CvB,QAAQ,CAACa,SAAS,CAACW,KAAK,CAACD,WAAW,CAAC,CAAC,GAClCvB,QAAQ,CAACa,SAAS,CAACS,YAAY,GAC/B,GAAGtB,QAAQ,CAACa,SAAS,CAACS,YAAY,IAAItB,QAAQ,CAACa,SAAS,CAACW,KAAK,EAAE;IACtEJ,UAAU,GAAG,GAAGC,MAAM,IAAIrB,QAAQ,CAACa,SAAS,CAACY,KAAK,EAAE;EACtD,CAAC,MAAM,IAAIzB,QAAQ,CAACY,EAAE,KAAK,KAAK,EAAE;IAChC;IACAQ,UAAU,GAAGpB,QAAQ,CAAC0B,KAAK,IAAIf,MAAM,KAAK,QAAQ,GAAG,MAAM,GAAG,QAAQ;EACxE;EAEAf,aAAa,CAAC;IACZsB,IAAI,EAAEE,UAAU;IAChBnB,OAAO,EAAE;EACX,CAAC,CAAC;EAEFF,aAAa,CAAC;IACZE,OAAO,EAAEC,mBAAmB,CAACD;EAC/B,CAAC,CAAC;AACJ,CAAC","ignoreList":[]}
|
package/dist/module/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,QAAQ","ignoreList":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CallControlProps, HangUpCallButtonProps } from '../CallControls';
|
|
3
|
-
import { StreamReaction } from '@stream-io/video-client';
|
|
4
|
-
import { FloatingParticipantViewProps, ParticipantViewComponentProps } from '../../Participant';
|
|
5
|
-
import { CallParticipantsListComponentProps, CallParticipantsListProps } from '../CallParticipantsList';
|
|
6
|
-
import { ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
|
|
2
|
+
import { type CallControlProps, type HangUpCallButtonProps } from '../CallControls';
|
|
3
|
+
import { type StreamReaction } from '@stream-io/video-client';
|
|
4
|
+
import { type FloatingParticipantViewProps, type ParticipantViewComponentProps } from '../../Participant';
|
|
5
|
+
import { type CallParticipantsListComponentProps, type CallParticipantsListProps } from '../CallParticipantsList';
|
|
6
|
+
import { type ScreenShareOverlayProps } from '../../utility/ScreenShareOverlay';
|
|
7
7
|
export type StreamReactionType = StreamReaction & {
|
|
8
8
|
icon: string;
|
|
9
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAS5D,OAAO,EACL,gBAAgB,
|
|
1
|
+
{"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAS5D,OAAO,EACL,KAAK,gBAAgB,EAErB,KAAK,qBAAqB,EAC3B,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,OAAO,EAEL,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EACnC,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,yBAAyB,EAC/B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,kCAAkC,CAAC;AAG1C,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,yBAAyB,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAK1C,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAC7C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEJ,eAAO,MAAM,WAAW,uVAiBrB,gBAAgB,sBAmIlB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ViewProps } from 'react-native';
|
|
3
|
-
import { HangUpCallButtonProps } from './HangupCallButton';
|
|
2
|
+
import { type ViewProps } from 'react-native';
|
|
3
|
+
import { type HangUpCallButtonProps } from './HangupCallButton';
|
|
4
4
|
/**
|
|
5
5
|
* Props for the CallControls Component.
|
|
6
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,
|
|
1
|
+
{"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAkB,MAAM,cAAc,CAAC;AAKhF,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,oBAAoB,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,GAAG;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,YAAY,+CAItB,gBAAgB,sBAyBlB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ColorValue, PressableProps, View } from 'react-native';
|
|
3
|
-
import { Theme } from '../../../theme/theme';
|
|
2
|
+
import { type ColorValue, type PressableProps, View } from 'react-native';
|
|
3
|
+
import type { Theme } from '../../../theme/theme';
|
|
4
4
|
interface CallControlsButtonProps {
|
|
5
5
|
/**
|
|
6
6
|
* `onPress` handler called when a single tap gesture is detected.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,
|
|
1
|
+
{"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,KAAK,UAAU,EAEf,KAAK,cAAc,EAEnB,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAElD,UAAU,uBAAuB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,kBAAkB,UACtB,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,sBAyDxD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,4CAGzB,oBAAoB,sBAyDtB,CAAC"}
|