@stream-io/video-react-native-sdk 1.39.1-beta.0 → 1.40.0
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 +24 -0
- package/android/src/main/java/com/streamvideo/reactnative/recorder/TracksRecorderManager.kt +17 -8
- package/dist/commonjs/components/Call/CallContent/CallContent.js +93 -48
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +22 -20
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js +2 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +7 -5
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +11 -8
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +11 -9
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +5 -3
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +12 -9
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +22 -15
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +15 -11
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +13 -9
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +18 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +17 -12
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +13 -9
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +17 -12
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +39 -34
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +17 -12
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +36 -24
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +30 -28
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +10 -7
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +45 -35
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +21 -16
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +2 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +2 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +32 -22
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +37 -27
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +13 -11
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +28 -22
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +25 -22
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +38 -34
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +19 -14
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +5 -3
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +19 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +19 -14
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +11 -8
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +78 -57
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -46
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamEnded.js +48 -22
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamEnded.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +7 -5
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -9
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +11 -7
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +18 -13
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +10 -7
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +18 -13
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +41 -37
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLobby.js +33 -23
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLobby.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +18 -15
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +20 -16
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +55 -48
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +64 -52
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +30 -27
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +11 -7
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +17 -14
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +27 -24
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +8 -7
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/index.js +35 -32
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +18 -15
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +35 -29
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +5 -3
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +5 -3
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/contexts/internal/ScreenshotIosContext.js +5 -3
- package/dist/commonjs/contexts/internal/ScreenshotIosContext.js.map +1 -1
- package/dist/commonjs/hooks/useAutoEnterPiPEffect.js +5 -10
- package/dist/commonjs/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/commonjs/hooks/useLoopbackRecording.js +47 -27
- package/dist/commonjs/hooks/useLoopbackRecording.js.map +1 -1
- package/dist/commonjs/hooks/useModeration.js +4 -1
- package/dist/commonjs/hooks/useModeration.js.map +1 -1
- package/dist/commonjs/icons/Back.js +8 -6
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/BadNetwork.js +11 -9
- package/dist/commonjs/icons/BadNetwork.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +8 -6
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +8 -6
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +8 -6
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +5 -3
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LivestreamControls.js +44 -39
- package/dist/commonjs/icons/LivestreamControls.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +8 -6
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Maximize.js +33 -31
- package/dist/commonjs/icons/Maximize.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +8 -6
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +8 -6
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +8 -6
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +8 -6
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +8 -6
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +8 -6
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +8 -6
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +21 -18
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +8 -6
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +11 -9
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/Video.js +8 -6
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +8 -6
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/icons/index.js +0 -66
- package/dist/commonjs/icons/index.js.map +1 -1
- package/dist/commonjs/package.json +1 -0
- package/dist/commonjs/providers/BusyTonePlayer.js +7 -7
- package/dist/commonjs/providers/BusyTonePlayer.js.map +1 -1
- package/dist/commonjs/providers/NoiseCancellation/NoiseCancellationProvider.js +5 -3
- package/dist/commonjs/providers/NoiseCancellation/NoiseCancellationProvider.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/AppStateListener.js +3 -0
- package/dist/commonjs/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/DeviceStats.js +1 -1
- package/dist/commonjs/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/index.js +5 -3
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +10 -5
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/utils/StreamVideoRN/index.js +0 -1
- package/dist/commonjs/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/commonjs/utils/internal/callingx/callingx.js +4 -4
- package/dist/commonjs/utils/internal/callingx/callingx.js.map +1 -1
- package/dist/commonjs/utils/internal/registerSDKGlobals.js +2 -2
- package/dist/commonjs/utils/internal/registerSDKGlobals.js.map +1 -1
- package/dist/commonjs/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/commonjs/version.js.map +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +95 -48
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +24 -20
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipNative.js +4 -1
- package/dist/module/components/Call/CallContent/RTCViewPipNative.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +2 -0
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +9 -6
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +13 -8
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +13 -10
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +7 -3
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +14 -10
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +24 -16
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +17 -12
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +15 -10
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +20 -14
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +19 -13
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +15 -10
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +19 -13
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +2 -0
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +41 -34
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +19 -13
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +38 -25
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +2 -0
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +32 -28
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +2 -0
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +12 -8
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +47 -36
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +23 -17
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +2 -0
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +4 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +4 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +34 -23
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +39 -28
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +15 -12
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +30 -22
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +27 -22
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +2 -0
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +2 -0
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +40 -35
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +2 -0
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +18 -13
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +18 -13
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +21 -14
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +7 -4
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +21 -16
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +21 -14
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -9
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +80 -58
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +14 -46
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamEnded.js +52 -25
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamEnded.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +9 -5
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +14 -10
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -8
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +20 -14
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +12 -8
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +20 -14
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +43 -38
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLobby.js +35 -23
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLobby.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +2 -0
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +2 -0
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +20 -15
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +22 -16
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +2 -0
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +2 -0
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +56 -49
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/useFloatingVideoDimensions.js +2 -0
- package/dist/module/components/Participant/FloatingParticipantView/useFloatingVideoDimensions.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +66 -53
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +32 -28
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +13 -8
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +19 -15
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +29 -24
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +10 -8
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js +2 -0
- package/dist/module/components/Participant/ParticipantView/VideoRenderer/TrackSubscriber.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer/index.js +37 -31
- package/dist/module/components/Participant/ParticipantView/VideoRenderer/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +2 -0
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +2 -0
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +2 -0
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +20 -16
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +37 -30
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +2 -0
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +2 -0
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +2 -0
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +7 -4
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +7 -4
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +2 -0
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/contexts/internal/BackgroundFiltersContext.js +2 -0
- package/dist/module/contexts/internal/BackgroundFiltersContext.js.map +1 -1
- package/dist/module/contexts/internal/ScreenshotIosContext.js +7 -3
- package/dist/module/contexts/internal/ScreenshotIosContext.js.map +1 -1
- package/dist/module/hooks/index.js +2 -0
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/push/index.js +2 -0
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useCallingExpWithCallingStateEffect.js +2 -0
- package/dist/module/hooks/push/useCallingExpWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +2 -0
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +2 -0
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +2 -0
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +7 -10
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +2 -0
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +2 -0
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/useLoopbackRecording.js +51 -29
- package/dist/module/hooks/useLoopbackRecording.js.map +1 -1
- package/dist/module/hooks/useModeration.js +6 -1
- package/dist/module/hooks/useModeration.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +2 -0
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +2 -0
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +2 -0
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareAudioMixing.js +2 -0
- package/dist/module/hooks/useScreenShareAudioMixing.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +2 -0
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useScreenshot.js +2 -0
- package/dist/module/hooks/useScreenshot.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +2 -0
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +10 -6
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/BadNetwork.js +13 -9
- package/dist/module/icons/BadNetwork.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +10 -6
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +10 -6
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +10 -6
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +7 -3
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LivestreamControls.js +46 -39
- package/dist/module/icons/LivestreamControls.js.map +1 -1
- package/dist/module/icons/Lock.js +10 -6
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Maximize.js +35 -31
- package/dist/module/icons/Maximize.js.map +1 -1
- package/dist/module/icons/Mic.js +10 -6
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +10 -6
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +10 -6
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +10 -6
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +10 -6
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +10 -6
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +10 -6
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +23 -18
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +10 -6
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +13 -9
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/Video.js +10 -6
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +10 -6
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +2 -6
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +2 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/modules/ScreenShareAudioManager.js +2 -0
- package/dist/module/modules/ScreenShareAudioManager.js.map +1 -1
- package/dist/module/modules/call-manager/CallManager.js +2 -0
- package/dist/module/modules/call-manager/CallManager.js.map +1 -1
- package/dist/module/modules/call-manager/PrevLibDetection.js +2 -0
- package/dist/module/modules/call-manager/PrevLibDetection.js.map +1 -1
- package/dist/module/modules/call-manager/index.js +2 -0
- package/dist/module/modules/call-manager/index.js.map +1 -1
- package/dist/module/modules/call-manager/native-module.d.js +2 -0
- package/dist/module/modules/call-manager/native-module.d.js.map +1 -1
- package/dist/module/modules/call-manager/types.js +1 -1
- package/dist/module/providers/BusyTonePlayer.js +9 -7
- package/dist/module/providers/BusyTonePlayer.js.map +1 -1
- package/dist/module/providers/NoiseCancellation/NoiseCancellationProvider.js +7 -4
- package/dist/module/providers/NoiseCancellation/NoiseCancellationProvider.js.map +1 -1
- package/dist/module/providers/NoiseCancellation/index.js +2 -0
- package/dist/module/providers/NoiseCancellation/index.js.map +1 -1
- package/dist/module/providers/NoiseCancellation/lib.js +2 -0
- package/dist/module/providers/NoiseCancellation/lib.js.map +1 -1
- package/dist/module/providers/StreamCall/AppStateListener.js +5 -0
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/AudioInterruptionTracer.js +2 -0
- package/dist/module/providers/StreamCall/AudioInterruptionTracer.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +3 -1
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +7 -4
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +12 -5
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +2 -0
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +2 -0
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +2 -0
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +2 -0
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +2 -0
- package/dist/module/translations/index.js +2 -0
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +2 -1
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +2 -0
- package/dist/module/utils/enterPiPAndroid.js +2 -0
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +2 -0
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +2 -0
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +2 -0
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +2 -0
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/callingx/audioSessionPromise.js +2 -0
- package/dist/module/utils/internal/callingx/audioSessionPromise.js.map +1 -1
- package/dist/module/utils/internal/callingx/callingx.js +6 -4
- package/dist/module/utils/internal/callingx/callingx.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +2 -0
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +2 -0
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +2 -0
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +2 -0
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/registerSDKGlobals.js +4 -2
- package/dist/module/utils/internal/registerSDKGlobals.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +2 -0
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +2 -0
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/keepCallAliveHeadlessTask.js +2 -0
- package/dist/module/utils/keepCallAliveHeadlessTask.js.map +1 -1
- package/dist/module/utils/push/android.js +2 -0
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +2 -0
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/constants.js +2 -0
- package/dist/module/utils/push/internal/constants.js.map +1 -1
- package/dist/module/utils/push/internal/ios.js +2 -0
- package/dist/module/utils/push/internal/ios.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +2 -0
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/libs/callingx.js +2 -0
- package/dist/module/utils/push/libs/callingx.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +2 -0
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +2 -0
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +2 -0
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/setupCallingExpEvents.js +2 -0
- package/dist/module/utils/push/setupCallingExpEvents.js.map +1 -1
- package/dist/module/utils/push/setupIosVoipPushEvents.js +2 -0
- package/dist/module/utils/push/setupIosVoipPushEvents.js.map +1 -1
- package/dist/module/utils/push/utils.js +2 -0
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +2 -0
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +3 -1
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamEnded.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/index.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer/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/hooks/useAutoEnterPiPEffect.d.ts.map +1 -1
- package/dist/typescript/hooks/useLoopbackRecording.d.ts +1 -1
- package/dist/typescript/hooks/useLoopbackRecording.d.ts.map +1 -1
- package/dist/typescript/hooks/useModeration.d.ts.map +1 -1
- package/dist/typescript/icons/index.d.ts +0 -6
- package/dist/typescript/icons/index.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts +0 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
- package/dist/typescript/utils/internal/callingx/callingx.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts +2 -16
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/dist/typescript/version.d.ts.map +1 -1
- package/ios/TracksRecorder/RecorderAudioRenderTap.swift +0 -10
- package/ios/TracksRecorder/TracksRecorderManager.swift +6 -0
- package/package.json +10 -8
- package/src/components/Call/CallContent/CallContent.tsx +69 -39
- package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -6
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +30 -21
- package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +23 -9
- package/src/components/Call/Lobby/Lobby.tsx +9 -5
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -6
- package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +1 -1
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +4 -64
- package/src/components/Livestream/LivestreamPlayer/LivestreamEnded.tsx +54 -18
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +2 -2
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +10 -12
- package/src/components/Participant/FloatingParticipantView/index.tsx +26 -18
- package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantView.tsx +68 -64
- package/src/components/Participant/ParticipantView/VideoRenderer/index.tsx +192 -179
- package/src/hooks/useAutoEnterPiPEffect.tsx +5 -11
- package/src/hooks/useLoopbackRecording.ts +65 -55
- package/src/hooks/useModeration.ts +4 -1
- package/src/icons/index.tsx +0 -6
- package/src/providers/BusyTonePlayer.tsx +11 -11
- package/src/providers/StreamCall/AppStateListener.tsx +3 -0
- package/src/providers/StreamCall/DeviceStats.tsx +2 -1
- package/src/utils/StreamVideoRN/index.ts +0 -1
- package/src/utils/internal/callingx/callingx.ts +20 -10
- package/src/utils/internal/registerSDKGlobals.ts +2 -2
- package/src/utils/push/libs/firebaseMessaging/index.ts +4 -2
- package/src/version.ts +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +0 -20
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +0 -1
- package/dist/commonjs/icons/Settings.js +0 -22
- package/dist/commonjs/icons/Settings.js.map +0 -1
- package/dist/commonjs/icons/ShieldBadge.js +0 -20
- package/dist/commonjs/icons/ShieldBadge.js.map +0 -1
- package/dist/commonjs/icons/Spotlight.js +0 -21
- package/dist/commonjs/icons/Spotlight.js.map +0 -1
- package/dist/commonjs/icons/ThreeDots.js +0 -31
- package/dist/commonjs/icons/ThreeDots.js.map +0 -1
- package/dist/commonjs/icons/TopViewBackground.js +0 -35
- package/dist/commonjs/icons/TopViewBackground.js.map +0 -1
- package/dist/module/icons/LeaveStreamIcon.js +0 -12
- package/dist/module/icons/LeaveStreamIcon.js.map +0 -1
- package/dist/module/icons/Settings.js +0 -13
- package/dist/module/icons/Settings.js.map +0 -1
- package/dist/module/icons/ShieldBadge.js +0 -12
- package/dist/module/icons/ShieldBadge.js.map +0 -1
- package/dist/module/icons/Spotlight.js +0 -13
- package/dist/module/icons/Spotlight.js.map +0 -1
- package/dist/module/icons/ThreeDots.js +0 -23
- package/dist/module/icons/ThreeDots.js.map +0 -1
- package/dist/module/icons/TopViewBackground.js +0 -27
- package/dist/module/icons/TopViewBackground.js.map +0 -1
- package/dist/typescript/icons/LeaveStreamIcon.d.ts +0 -3
- package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +0 -1
- package/dist/typescript/icons/Settings.d.ts +0 -7
- package/dist/typescript/icons/Settings.d.ts.map +0 -1
- package/dist/typescript/icons/ShieldBadge.d.ts +0 -3
- package/dist/typescript/icons/ShieldBadge.d.ts.map +0 -1
- package/dist/typescript/icons/Spotlight.d.ts +0 -8
- package/dist/typescript/icons/Spotlight.d.ts.map +0 -1
- package/dist/typescript/icons/ThreeDots.d.ts +0 -7
- package/dist/typescript/icons/ThreeDots.d.ts.map +0 -1
- package/dist/typescript/icons/TopViewBackground.d.ts +0 -15
- package/dist/typescript/icons/TopViewBackground.d.ts.map +0 -1
- package/src/icons/LeaveStreamIcon.tsx +0 -13
- package/src/icons/Settings.tsx +0 -14
- package/src/icons/ShieldBadge.tsx +0 -13
- package/src/icons/Spotlight.tsx +0 -18
- package/src/icons/ThreeDots.tsx +0 -14
- package/src/icons/TopViewBackground.tsx +0 -43
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
2
4
|
import { hasScreenShare } from '@stream-io/video-client';
|
|
3
5
|
import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
4
6
|
import { StyleSheet, View } from 'react-native';
|
|
5
7
|
import { usePaginatedLayoutSortPreset } from '../../../hooks/usePaginatedLayoutSortPreset';
|
|
6
8
|
import { useTheme } from '../../../contexts';
|
|
7
9
|
import { VideoRenderer as DefaultVideoRenderer } from '../../Participant';
|
|
8
|
-
import { useTrackDimensions } from '../../../hooks';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* Props for the LivestreamLayout component.
|
|
12
13
|
*/
|
|
13
|
-
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
15
|
/**
|
|
15
16
|
* The LivestreamLayout component presents the live stream video layout.
|
|
16
17
|
*/
|
|
@@ -35,54 +36,21 @@ export const LivestreamLayout = ({
|
|
|
35
36
|
const hasOngoingScreenShare = useHasOngoingScreenShare();
|
|
36
37
|
const presenter = hasOngoingScreenShare ? participants.find(hasScreenShare) : undefined;
|
|
37
38
|
usePaginatedLayoutSortPreset(call);
|
|
38
|
-
const [objectFit, setObjectFit] = useState();
|
|
39
|
-
const onDimensionsChange = useCallback(d => {
|
|
40
|
-
if (d) {
|
|
41
|
-
const isWidthWide = d.width > d.height;
|
|
42
|
-
setObjectFit(isWidthWide ? 'contain' : 'cover');
|
|
43
|
-
}
|
|
44
|
-
}, []);
|
|
45
39
|
const landScapeStyles = {
|
|
46
40
|
flexDirection: landscape ? 'row' : 'column'
|
|
47
41
|
};
|
|
48
|
-
return /*#__PURE__*/
|
|
42
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
49
43
|
style: [styles.container, landScapeStyles, {
|
|
50
44
|
backgroundColor: colors.sheetPrimary
|
|
51
|
-
}, livestreamLayout.container]
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}))), VideoRenderer && !hasOngoingScreenShare && currentSpeaker && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(VideoRenderer, {
|
|
61
|
-
participant: currentSpeaker,
|
|
62
|
-
objectFit: objectFit,
|
|
63
|
-
trackType: "videoTrack"
|
|
64
|
-
}), /*#__PURE__*/React.createElement(VideoTrackDimensionsRenderLessComponent, {
|
|
65
|
-
onDimensionsChange: onDimensionsChange,
|
|
66
|
-
participant: currentSpeaker,
|
|
67
|
-
trackType: "videoTrack"
|
|
68
|
-
})));
|
|
69
|
-
};
|
|
70
|
-
const VideoTrackDimensionsRenderLessComponent = ({
|
|
71
|
-
onDimensionsChange,
|
|
72
|
-
participant,
|
|
73
|
-
trackType
|
|
74
|
-
}) => {
|
|
75
|
-
const {
|
|
76
|
-
width,
|
|
77
|
-
height
|
|
78
|
-
} = useTrackDimensions(participant, trackType);
|
|
79
|
-
useEffect(() => {
|
|
80
|
-
onDimensionsChange({
|
|
81
|
-
width,
|
|
82
|
-
height
|
|
83
|
-
});
|
|
84
|
-
}, [width, height, onDimensionsChange]);
|
|
85
|
-
return null;
|
|
45
|
+
}, livestreamLayout.container],
|
|
46
|
+
children: [VideoRenderer && hasOngoingScreenShare && presenter && (presenter.isLocalParticipant && ScreenShareOverlay ? /*#__PURE__*/_jsx(ScreenShareOverlay, {}) : /*#__PURE__*/_jsx(VideoRenderer, {
|
|
47
|
+
trackType: "screenShareTrack",
|
|
48
|
+
participant: presenter
|
|
49
|
+
})), VideoRenderer && !hasOngoingScreenShare && currentSpeaker && /*#__PURE__*/_jsx(VideoRenderer, {
|
|
50
|
+
participant: currentSpeaker,
|
|
51
|
+
trackType: "videoTrack"
|
|
52
|
+
})]
|
|
53
|
+
});
|
|
86
54
|
};
|
|
87
55
|
const styles = StyleSheet.create({
|
|
88
56
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","hasScreenShare","useCall","useCallStateHooks","StyleSheet","View","usePaginatedLayoutSortPreset","useTheme","VideoRenderer","DefaultVideoRenderer","jsx","_jsx","jsxs","_jsxs","LivestreamLayout","landscape","ScreenShareOverlay","useParticipants","useHasOngoingScreenShare","call","theme","colors","livestreamLayout","participants","currentSpeaker","hasOngoingScreenShare","presenter","find","undefined","landScapeStyles","flexDirection","style","styles","container","backgroundColor","sheetPrimary","children","isLocalParticipant","trackType","participant","create","flex"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamLayout/LivestreamLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,cAAc,QAAQ,yBAAyB;AACxD,SAASC,OAAO,EAAEC,iBAAiB,QAAQ,iCAAiC;AAC5E,SAASC,UAAU,EAAEC,IAAI,QAAwB,cAAc;AAC/D,SAASC,4BAA4B,QAAQ,6CAA6C;AAC1F,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SACEC,aAAa,IAAIC,oBAAoB,QAEhC,mBAAmB;;AAG1B;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAmBA;AACA;AACA;AACA,OAAO,MAAMC,gBAAgB,GAAGA,CAAC;EAC/BC,SAAS;EACTP,aAAa,GAAGC,oBAAoB;EACpCO;AACqB,CAAC,KAAK;EAC3B,MAAM;IAAEC,eAAe;IAAEC;EAAyB,CAAC,GAAGf,iBAAiB,CAAC,CAAC;EACzE,MAAMgB,IAAI,GAAGjB,OAAO,CAAC,CAAC;EACtB,MAAM;IACJkB,KAAK,EAAE;MAAEC,MAAM;MAAEC;IAAiB;EACpC,CAAC,GAAGf,QAAQ,CAAC,CAAC;EACd,MAAMgB,YAAY,GAAGN,eAAe,CAAC,CAAC;EACtC,MAAM,CAACO,cAAc,CAAC,GAAGD,YAAY;EACrC,MAAME,qBAAqB,GAAGP,wBAAwB,CAAC,CAAC;EACxD,MAAMQ,SAAS,GAAGD,qBAAqB,GACnCF,YAAY,CAACI,IAAI,CAAC1B,cAAc,CAAC,GACjC2B,SAAS;EAEbtB,4BAA4B,CAACa,IAAI,CAAC;EAElC,MAAMU,eAA0B,GAAG;IACjCC,aAAa,EAAEf,SAAS,GAAG,KAAK,GAAG;EACrC,CAAC;EAED,oBACEF,KAAA,CAACR,IAAI;IACH0B,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChBJ,eAAe,EACf;MAAEK,eAAe,EAAEb,MAAM,CAACc;IAAa,CAAC,EACxCb,gBAAgB,CAACW,SAAS,CAC1B;IAAAG,QAAA,GAED5B,aAAa,IACZiB,qBAAqB,IACrBC,SAAS,KACRA,SAAS,CAACW,kBAAkB,IAAIrB,kBAAkB,gBACjDL,IAAA,CAACK,kBAAkB,IAAE,CAAC,gBAEtBL,IAAA,CAACH,aAAa;MAAC8B,SAAS,EAAC,kBAAkB;MAACC,WAAW,EAAEb;IAAU,CAAE,CACtE,CAAC,EACHlB,aAAa,IAAI,CAACiB,qBAAqB,IAAID,cAAc,iBACxDb,IAAA,CAACH,aAAa;MAAC+B,WAAW,EAAEf,cAAe;MAACc,SAAS,EAAC;IAAY,CAAE,CACrE;EAAA,CACG,CAAC;AAEX,CAAC;AAED,MAAMN,MAAM,GAAG5B,UAAU,CAACoC,MAAM,CAAC;EAC/BP,SAAS,EAAE;IACTQ,IAAI,EAAE;EACR;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamLayout/index.ts"],"mappings":"AAAA,cAAc,oBAAoB","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamLayout/index.ts"],"mappings":";;AAAA,cAAc,oBAAoB","ignoreList":[]}
|
|
@@ -1,8 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
2
4
|
import { useCall, useI18n } from '@stream-io/video-react-bindings';
|
|
3
|
-
import { useState, useEffect, useMemo } from 'react';
|
|
4
5
|
import { useTheme } from '../../../contexts';
|
|
5
|
-
import { FlatList, Pressable,
|
|
6
|
+
import { FlatList, Linking, Pressable, StyleSheet, Text, View } from 'react-native';
|
|
7
|
+
import { jsxs as _jsxs, jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const RecordingRow = /*#__PURE__*/React.memo(({
|
|
9
|
+
recording,
|
|
10
|
+
onPress,
|
|
11
|
+
buttonStyle,
|
|
12
|
+
textStyle
|
|
13
|
+
}) => {
|
|
14
|
+
const handlePress = useCallback(() => onPress(recording.url), [onPress, recording.url]);
|
|
15
|
+
return /*#__PURE__*/_jsx(Pressable, {
|
|
16
|
+
style: buttonStyle,
|
|
17
|
+
onPress: handlePress,
|
|
18
|
+
children: /*#__PURE__*/_jsxs(Text, {
|
|
19
|
+
style: textStyle,
|
|
20
|
+
children: [recording.url.substring(0, 70), "..."]
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
RecordingRow.displayName = 'RecordingRow';
|
|
6
25
|
export const CallEndedView = () => {
|
|
7
26
|
const {
|
|
8
27
|
t
|
|
@@ -32,7 +51,7 @@ export const CallEndedView = () => {
|
|
|
32
51
|
isCanceled = true;
|
|
33
52
|
};
|
|
34
53
|
}, [call, recordingsResponse]);
|
|
35
|
-
const openUrl = url => {
|
|
54
|
+
const openUrl = useCallback(url => {
|
|
36
55
|
Linking.canOpenURL(url).then(supported => {
|
|
37
56
|
if (supported) {
|
|
38
57
|
Linking.openURL(url);
|
|
@@ -40,28 +59,36 @@ export const CallEndedView = () => {
|
|
|
40
59
|
console.log('Cannot open URL:', url);
|
|
41
60
|
}
|
|
42
61
|
});
|
|
43
|
-
};
|
|
62
|
+
}, []);
|
|
63
|
+
const keyExtractor = useCallback(item => item.session_id, []);
|
|
64
|
+
const renderItem = useCallback(({
|
|
65
|
+
item
|
|
66
|
+
}) => /*#__PURE__*/_jsx(RecordingRow, {
|
|
67
|
+
recording: item,
|
|
68
|
+
onPress: openUrl,
|
|
69
|
+
buttonStyle: styles.recordingButton,
|
|
70
|
+
textStyle: styles.recordingText
|
|
71
|
+
}), [openUrl, styles.recordingButton, styles.recordingText]);
|
|
44
72
|
const showRecordings = recordingsResponse && recordingsResponse.recordings.length > 0;
|
|
45
|
-
return /*#__PURE__*/
|
|
46
|
-
style: styles.container
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}))));
|
|
73
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
74
|
+
style: styles.container,
|
|
75
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
76
|
+
style: styles.title,
|
|
77
|
+
children: t('The livestream has ended.')
|
|
78
|
+
}), showRecordings && /*#__PURE__*/_jsxs(_Fragment, {
|
|
79
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
80
|
+
style: styles.subtitle,
|
|
81
|
+
children: t('Watch recordings:')
|
|
82
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
83
|
+
style: styles.recordingsContainer,
|
|
84
|
+
children: /*#__PURE__*/_jsx(FlatList, {
|
|
85
|
+
data: recordingsResponse.recordings,
|
|
86
|
+
keyExtractor: keyExtractor,
|
|
87
|
+
renderItem: renderItem
|
|
88
|
+
})
|
|
89
|
+
})]
|
|
90
|
+
})]
|
|
91
|
+
});
|
|
65
92
|
};
|
|
66
93
|
const useStyles = () => {
|
|
67
94
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useEffect","useMemo","useState","useCall","useI18n","useTheme","FlatList","Linking","Pressable","StyleSheet","Text","View","jsxs","_jsxs","jsx","_jsx","Fragment","_Fragment","RecordingRow","memo","recording","onPress","buttonStyle","textStyle","handlePress","url","style","children","substring","displayName","CallEndedView","t","call","recordingsResponse","setRecordingsResponse","undefined","styles","useStyles","isCanceled","fetchRecordings","callRecordingsResponse","queryRecordings","error","console","log","openUrl","canOpenURL","then","supported","openURL","keyExtractor","item","session_id","renderItem","recordingButton","recordingText","showRecordings","recordings","length","container","title","subtitle","recordingsContainer","data","theme","create","flex","backgroundColor","colors","sheetPrimary","justifyContent","alignItems","padding","variants","spacingSizes","md","fontSize","fontSizes","lg","marginBottom","color","textPrimary","fontWeight","sm","width","textSecondary"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamPlayer/LivestreamEnded.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useEffect, useState } from 'react';
|
|
2
4
|
import { ViewerLivestream as DefaultViewerLivestream } from '../ViewerLivestream';
|
|
3
5
|
import { CallingState, videoLoggerSystem } from '@stream-io/video-client';
|
|
4
6
|
import { StreamCall } from '../../../providers/StreamCall';
|
|
5
7
|
import { useStreamVideoClient } from '@stream-io/video-react-bindings';
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
9
|
export const LivestreamPlayer = ({
|
|
7
10
|
callType,
|
|
8
11
|
callId,
|
|
@@ -42,10 +45,11 @@ export const LivestreamPlayer = ({
|
|
|
42
45
|
if (!call) {
|
|
43
46
|
return null;
|
|
44
47
|
}
|
|
45
|
-
return /*#__PURE__*/
|
|
46
|
-
call: call
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
return /*#__PURE__*/_jsxs(StreamCall, {
|
|
49
|
+
call: call,
|
|
50
|
+
children: [/*#__PURE__*/_jsx(ViewerLivestream, {
|
|
51
|
+
joinBehavior: joinBehavior
|
|
52
|
+
}), children]
|
|
53
|
+
});
|
|
50
54
|
};
|
|
51
55
|
//# sourceMappingURL=LivestreamPlayer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useState","ViewerLivestream","DefaultViewerLivestream","CallingState","videoLoggerSystem","StreamCall","useStreamVideoClient","LivestreamPlayer","callType","callId","joinBehavior","children","client","call","setCall","myCall","state","callingState","LEFT","leave","catch","e","logger","getLogger","error","undefined"
|
|
1
|
+
{"version":3,"names":["React","useEffect","useState","ViewerLivestream","DefaultViewerLivestream","CallingState","videoLoggerSystem","StreamCall","useStreamVideoClient","jsx","_jsx","jsxs","_jsxs","LivestreamPlayer","callType","callId","joinBehavior","children","client","call","setCall","myCall","state","callingState","LEFT","leave","catch","e","logger","getLogger","error","undefined"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAuBC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AACrE,SACEC,gBAAgB,IAAIC,uBAAuB,QAEtC,qBAAqB;AAC5B,SAAeC,YAAY,EAAEC,iBAAiB,QAAQ,yBAAyB;AAC/E,SAASC,UAAU,QAAQ,+BAA+B;AAC1D,SAASC,oBAAoB,QAAQ,iCAAiC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AA+BvE,OAAO,MAAMC,gBAAgB,GAAGA,CAAC;EAC/BC,QAAQ;EACRC,MAAM;EACNZ,gBAAgB,GAAGC,uBAAuB;EAC1CY,YAAY,GAAG,MAAM;EACrBC;AACwC,CAAC,KAAK;EAC9C,MAAMC,MAAM,GAAGV,oBAAoB,CAAC,CAAC;EAErC,MAAM,CAACW,IAAI,EAAEC,OAAO,CAAC,GAAGlB,QAAQ,CAAO,CAAC;EAExCD,SAAS,CAAC,MAAM;IACd,IAAI,CAACiB,MAAM,EAAE;MACX;IACF;IACA,MAAMG,MAAM,GAAGH,MAAM,CAACC,IAAI,CAACL,QAAQ,EAAEC,MAAM,CAAC;IAC5CK,OAAO,CAACC,MAAM,CAAC;IACf,OAAO,MAAM;MACX,IAAIA,MAAM,CAACC,KAAK,CAACC,YAAY,KAAKlB,YAAY,CAACmB,IAAI,EAAE;QACnDH,MAAM,CAACI,KAAK,CAAC,CAAC,CAACC,KAAK,CAAEC,CAAC,IAAK;UAC1B,MAAMC,MAAM,GAAGtB,iBAAiB,CAACuB,SAAS,CAAC,kBAAkB,CAAC;UAC9DD,MAAM,CAACE,KAAK,CAAC,qBAAqB,EAAEH,CAAC,CAAC;QACxC,CAAC,CAAC;MACJ;MACAP,OAAO,CAACW,SAAS,CAAC;IACpB,CAAC;EACH,CAAC,EAAE,CAAChB,MAAM,EAAED,QAAQ,EAAEI,MAAM,CAAC,CAAC;EAE9BjB,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACX;MACA,IAAIkB,IAAI,EAAEG,KAAK,CAACC,YAAY,KAAKlB,YAAY,CAACmB,IAAI,EAAE;QAClDL,IAAI,EAAEM,KAAK,CAAC,CAAC,CAACC,KAAK,CAAEC,CAAC,IAAK;UACzB,MAAMC,MAAM,GAAGtB,iBAAiB,CAACuB,SAAS,CAAC,kBAAkB,CAAC;UAC9DD,MAAM,CAACE,KAAK,CAAC,qBAAqB,EAAEH,CAAC,CAAC;QACxC,CAAC,CAAC;MACJ;IACF,CAAC;EACH,CAAC,EAAE,CAACR,IAAI,CAAC,CAAC;EAEV,IAAI,CAACA,IAAI,EAAE;IACT,OAAO,IAAI;EACb;EAEA,oBACEP,KAAA,CAACL,UAAU;IAACY,IAAI,EAAEA,IAAK;IAAAF,QAAA,gBACrBP,IAAA,CAACP,gBAAgB;MAACa,YAAY,EAAEA;IAAa,CAAE,CAAC,EAC/CC,QAAQ;EAAA,CACC,CAAC;AAEjB,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamPlayer/index.ts"],"mappings":"AAAA,cAAc,oBAAoB","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamPlayer/index.ts"],"mappings":";;AAAA,cAAc,oBAAoB","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useEffect, useMemo, useState } from 'react';
|
|
2
4
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -6,7 +8,7 @@ import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
|
6
8
|
/**
|
|
7
9
|
* Props for the HostDurationBadge component.
|
|
8
10
|
*/
|
|
9
|
-
|
|
11
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
12
|
/**
|
|
11
13
|
* The HostDurationBadge component displays the duration while the live stream is active.
|
|
12
14
|
*/
|
|
@@ -95,17 +97,19 @@ export const DurationBadge = ({
|
|
|
95
97
|
const seconds = durationInMs % 60;
|
|
96
98
|
return `${days ? days + ' ' : ''}${hours ? hours + ':' : ''}${minutes < 10 ? '0' : ''}${minutes}:${seconds < 10 ? '0' : ''}${seconds}`;
|
|
97
99
|
};
|
|
98
|
-
return /*#__PURE__*/
|
|
100
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
99
101
|
style: [styles.container, {
|
|
100
102
|
backgroundColor: colors.sheetTertiary
|
|
101
|
-
}, durationBadge.container]
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
103
|
+
}, durationBadge.container],
|
|
104
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
105
|
+
style: [styles.dot, durationBadge.icon]
|
|
106
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
107
|
+
style: [styles.label, {
|
|
108
|
+
color: colors.textPrimary
|
|
109
|
+
}, durationBadge.label],
|
|
110
|
+
children: formatDuration(duration)
|
|
111
|
+
})]
|
|
112
|
+
});
|
|
109
113
|
};
|
|
110
114
|
const useStyles = () => {
|
|
111
115
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useMemo","useState","StyleSheet","Text","View","useTheme","useCall","useCallStateHooks","DurationBadge","mode","styles","useStyles","useCallSession","session","duration","setDuration","live_started_at","liveStartTime","Date","now","Math","floor","getTime","call","theme","colors","durationBadge","intervalId","handleLiveStarted","setInterval","d","handleLiveEnded","event","callDetails","live_ended_at","clearInterval","callLiveStartedUnsubscribe","on","callUpdatedUnsubscribe","formatDuration","durationInMs","days","hours","minutes","seconds","
|
|
1
|
+
{"version":3,"names":["React","useEffect","useMemo","useState","StyleSheet","Text","View","useTheme","useCall","useCallStateHooks","jsx","_jsx","jsxs","_jsxs","DurationBadge","mode","styles","useStyles","useCallSession","session","duration","setDuration","live_started_at","liveStartTime","Date","now","Math","floor","getTime","call","theme","colors","durationBadge","intervalId","handleLiveStarted","setInterval","d","handleLiveEnded","event","callDetails","live_ended_at","clearInterval","callLiveStartedUnsubscribe","on","callUpdatedUnsubscribe","formatDuration","durationInMs","days","hours","minutes","seconds","style","container","backgroundColor","sheetTertiary","children","dot","icon","label","color","textPrimary","create","paddingHorizontal","variants","spacingSizes","sm","paddingVertical","borderRadius","borderRadiusSizes","flexDirection","alignItems","justifyContent","iconWarning","marginRight","xs","height","width","textAlign","fontSize","fontSizes","md","fontWeight","flexShrink","paddingLeft"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamTopView/DurationBadge.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useMemo } from 'react';
|
|
2
4
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -8,7 +10,7 @@ import { Eye } from '../../../icons';
|
|
|
8
10
|
/**
|
|
9
11
|
* Props for the FollowerCount component.
|
|
10
12
|
*/
|
|
11
|
-
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
14
|
/**
|
|
13
15
|
* The FollowerCount component that displays the number of participants while in the call.
|
|
14
16
|
*/
|
|
@@ -25,13 +27,16 @@ export const FollowerCount = ({
|
|
|
25
27
|
useParticipantCount
|
|
26
28
|
} = useCallStateHooks();
|
|
27
29
|
const totalParticipants = useParticipantCount();
|
|
28
|
-
return /*#__PURE__*/
|
|
29
|
-
style: [styles.container, followerCount.container]
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
31
|
+
style: [styles.container, followerCount.container],
|
|
32
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
33
|
+
style: [styles.icon, followerCount.icon],
|
|
34
|
+
children: /*#__PURE__*/_jsx(Eye, {})
|
|
35
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
36
|
+
style: [styles.label, followerCount.label],
|
|
37
|
+
children: humanizeParticipantCount ? humanize(totalParticipants) : totalParticipants
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
35
40
|
};
|
|
36
41
|
const useStyles = () => {
|
|
37
42
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useTheme","humanize","useCallStateHooks","Eye","FollowerCount","humanizeParticipantCount","styles","useStyles","theme","followerCount","useParticipantCount","totalParticipants","
|
|
1
|
+
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useTheme","humanize","useCallStateHooks","Eye","jsx","_jsx","jsxs","_jsxs","FollowerCount","humanizeParticipantCount","styles","useStyles","theme","followerCount","useParticipantCount","totalParticipants","style","container","children","icon","label","create","paddingHorizontal","variants","spacingSizes","sm","paddingVertical","borderTopRightRadius","borderBottomRightRadius","flexDirection","alignItems","justifyContent","backgroundColor","colors","sheetTertiary","height","iconSizes","width","fontSize","fontSizes","md","fontWeight","flexShrink","textAlign","includeFontPadding","marginLeft","xs","color","textPrimary"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamTopView/FollowerCount.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,OAAO,QAAQ,OAAO;AACtC,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACrD,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,QAAQ,QAAQ,yBAAyB;AAClD,SAASC,iBAAiB,QAAQ,iCAAiC;AACnE,SAASC,GAAG,QAAQ,gBAAgB;;AAEpC;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAaA;AACA;AACA;AACA,OAAO,MAAMC,aAAa,GAAGA,CAAC;EAC5BC,wBAAwB,GAAG;AACT,CAAC,KAAK;EACxB,MAAMC,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAc;EACzB,CAAC,GAAGb,QAAQ,CAAC,CAAC;EAEd,MAAM;IAAEc;EAAoB,CAAC,GAAGZ,iBAAiB,CAAC,CAAC;EACnD,MAAMa,iBAAiB,GAAGD,mBAAmB,CAAC,CAAC;EAE/C,oBACEP,KAAA,CAACR,IAAI;IAACiB,KAAK,EAAE,CAACN,MAAM,CAACO,SAAS,EAAEJ,aAAa,CAACI,SAAS,CAAE;IAAAC,QAAA,gBACvDb,IAAA,CAACN,IAAI;MAACiB,KAAK,EAAE,CAACN,MAAM,CAACS,IAAI,EAAEN,aAAa,CAACM,IAAI,CAAE;MAAAD,QAAA,eAC7Cb,IAAA,CAACF,GAAG,IAAE;IAAC,CACH,CAAC,eACPE,IAAA,CAACP,IAAI;MAACkB,KAAK,EAAE,CAACN,MAAM,CAACU,KAAK,EAAEP,aAAa,CAACO,KAAK,CAAE;MAAAF,QAAA,EAC9CT,wBAAwB,GACrBR,QAAQ,CAACc,iBAAiB,CAAC,GAC3BA;IAAiB,CACjB,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,MAAMJ,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEC;EAAM,CAAC,GAAGZ,QAAQ,CAAC,CAAC;EAC5B,OAAOJ,OAAO,CACZ,MACEC,UAAU,CAACwB,MAAM,CAAC;IAChBJ,SAAS,EAAE;MACTK,iBAAiB,EAAEV,KAAK,CAACW,QAAQ,CAACC,YAAY,CAACC,EAAE;MACjDC,eAAe,EAAE,CAAC;MAClBC,oBAAoB,EAAE,CAAC;MACvBC,uBAAuB,EAAE,CAAC;MAC1BC,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,eAAe,EAAEpB,KAAK,CAACqB,MAAM,CAACC;IAChC,CAAC;IACDf,IAAI,EAAE;MACJgB,MAAM,EAAEvB,KAAK,CAACW,QAAQ,CAACa,SAAS,CAACX,EAAE;MACnCY,KAAK,EAAEzB,KAAK,CAACW,QAAQ,CAACa,SAAS,CAACX;IAClC,CAAC;IACDL,KAAK,EAAE;MACLkB,QAAQ,EAAE1B,KAAK,CAACW,QAAQ,CAACgB,SAAS,CAACC,EAAE;MACrCC,UAAU,EAAE,KAAK;MACjBC,UAAU,EAAE,CAAC;MACbC,SAAS,EAAE,QAAQ;MACnBC,kBAAkB,EAAE,KAAK;MACzBC,UAAU,EAAEjC,KAAK,CAACW,QAAQ,CAACC,YAAY,CAACsB,EAAE;MAC1CC,KAAK,EAAEnC,KAAK,CAACqB,MAAM,CAACe;IACtB;EACF,CAAC,CAAC,EACJ,CAACpC,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { StyleSheet, View } from 'react-native';
|
|
3
5
|
import { DurationBadge as DefaultDurationBadge } from './DurationBadge';
|
|
@@ -10,7 +12,7 @@ import { Z_INDEX } from '../../../constants';
|
|
|
10
12
|
/**
|
|
11
13
|
* Props for the HostLivestreamTopView component.
|
|
12
14
|
*/
|
|
13
|
-
|
|
15
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
16
|
/**
|
|
15
17
|
* The HostLivestreamTopView component displays the top view component of the host's live stream.
|
|
16
18
|
*/
|
|
@@ -33,22 +35,26 @@ export const HostLivestreamTopView = ({
|
|
|
33
35
|
hostLivestreamTopView
|
|
34
36
|
}
|
|
35
37
|
} = useTheme();
|
|
36
|
-
return /*#__PURE__*/
|
|
38
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
37
39
|
style: [styles.container, {
|
|
38
40
|
backgroundColor: colors.sheetOverlay
|
|
39
41
|
}, hostLivestreamTopView.container],
|
|
40
|
-
onLayout: onLayout
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
42
|
+
onLayout: onLayout,
|
|
43
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
44
|
+
style: [styles.leftElement, hostLivestreamTopView.leftElement],
|
|
45
|
+
children: DurationBadge && /*#__PURE__*/_jsx(DurationBadge, {
|
|
46
|
+
mode: "host"
|
|
47
|
+
})
|
|
48
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
49
|
+
style: [styles.centerElement, hostLivestreamTopView.centerElement]
|
|
50
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
51
|
+
style: [styles.rightElement, hostLivestreamTopView.rightElement],
|
|
52
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
53
|
+
style: [styles.liveInfo, hostLivestreamTopView.liveInfo],
|
|
54
|
+
children: [liveOrBroadcasting && LiveIndicator && /*#__PURE__*/_jsx(LiveIndicator, {}), FollowerCount && /*#__PURE__*/_jsx(FollowerCount, {})]
|
|
55
|
+
})
|
|
56
|
+
})]
|
|
57
|
+
});
|
|
52
58
|
};
|
|
53
59
|
const styles = StyleSheet.create({
|
|
54
60
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","DurationBadge","DefaultDurationBadge","LiveIndicator","DefaultLiveIndicator","FollowerCount","DefaultFollowerCount","useTheme","useCallStateHooks","Z_INDEX","HostLivestreamTopView","onLayout","useIsCallLive","useIsCallHLSBroadcastingInProgress","isCallLive","isBroadcasting","liveOrBroadcasting","theme","colors","hostLivestreamTopView","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","DurationBadge","DefaultDurationBadge","LiveIndicator","DefaultLiveIndicator","FollowerCount","DefaultFollowerCount","useTheme","useCallStateHooks","Z_INDEX","jsx","_jsx","jsxs","_jsxs","HostLivestreamTopView","onLayout","useIsCallLive","useIsCallHLSBroadcastingInProgress","isCallLive","isBroadcasting","liveOrBroadcasting","theme","colors","hostLivestreamTopView","style","styles","container","backgroundColor","sheetOverlay","children","leftElement","mode","centerElement","rightElement","liveInfo","create","position","top","flexDirection","alignItems","paddingVertical","paddingHorizontal","borderBottomEndRadius","borderBottomStartRadius","zIndex","IN_FRONT","flex"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useMemo } from 'react';
|
|
2
4
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -6,7 +8,7 @@ import { useI18n } from '@stream-io/video-react-bindings';
|
|
|
6
8
|
/**
|
|
7
9
|
* Props for the LiveIndicator component.
|
|
8
10
|
*/
|
|
9
|
-
|
|
11
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
12
|
/**
|
|
11
13
|
* The LiveIndicator component displays whether the live stream is live or not.
|
|
12
14
|
*/
|
|
@@ -22,15 +24,17 @@ export const LiveIndicator = ({}) => {
|
|
|
22
24
|
const {
|
|
23
25
|
t
|
|
24
26
|
} = useI18n();
|
|
25
|
-
return /*#__PURE__*/
|
|
27
|
+
return /*#__PURE__*/_jsx(View, {
|
|
26
28
|
style: [styles.container, {
|
|
27
29
|
backgroundColor: colors.buttonPrimary
|
|
28
|
-
}, liveIndicator.container]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
}, liveIndicator.container],
|
|
31
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
32
|
+
style: [styles.label, {
|
|
33
|
+
color: colors.textPrimary
|
|
34
|
+
}, typefaces.subtitleBold, liveIndicator.label],
|
|
35
|
+
children: t('Live')
|
|
36
|
+
})
|
|
37
|
+
});
|
|
34
38
|
};
|
|
35
39
|
const useStyles = () => {
|
|
36
40
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useTheme","useI18n","LiveIndicator","styles","useStyles","theme","colors","typefaces","liveIndicator","t","
|
|
1
|
+
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useTheme","useI18n","jsx","_jsx","LiveIndicator","styles","useStyles","theme","colors","typefaces","liveIndicator","t","style","container","backgroundColor","buttonPrimary","children","label","color","textPrimary","subtitleBold","create","paddingHorizontal","variants","spacingSizes","sm","paddingVertical","borderTopLeftRadius","borderRadiusSizes","borderBottomLeftRadius","justifyContent","textAlign","includeFontPadding"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamTopView/LiveIndicator.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,OAAO,QAAQ,OAAO;AACtC,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACrD,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,OAAO,QAAQ,iCAAiC;;AAEzD;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA;AAKA;AACA;AACA;AACA,OAAO,MAAMC,aAAa,GAAGA,CAAC,CAAqB,CAAC,KAAK;EACvD,MAAMC,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAM;IACJC,KAAK,EAAE;MAAEC,MAAM;MAAEC,SAAS;MAAEC;IAAc;EAC5C,CAAC,GAAGV,QAAQ,CAAC,CAAC;EACd,MAAM;IAAEW;EAAE,CAAC,GAAGV,OAAO,CAAC,CAAC;EACvB,oBACEE,IAAA,CAACJ,IAAI;IACHa,KAAK,EAAE,CACLP,MAAM,CAACQ,SAAS,EAChB;MAAEC,eAAe,EAAEN,MAAM,CAACO;IAAc,CAAC,EACzCL,aAAa,CAACG,SAAS,CACvB;IAAAG,QAAA,eAEFb,IAAA,CAACL,IAAI;MACHc,KAAK,EAAE,CACLP,MAAM,CAACY,KAAK,EACZ;QAAEC,KAAK,EAAEV,MAAM,CAACW;MAAY,CAAC,EAC7BV,SAAS,CAACW,YAAY,EACtBV,aAAa,CAACO,KAAK,CACnB;MAAAD,QAAA,EAEDL,CAAC,CAAC,MAAM;IAAC,CACN;EAAC,CACH,CAAC;AAEX,CAAC;AAED,MAAML,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEC;EAAM,CAAC,GAAGP,QAAQ,CAAC,CAAC;EAC5B,OAAOJ,OAAO,CACZ,MACEC,UAAU,CAACwB,MAAM,CAAC;IAChBR,SAAS,EAAE;MACTS,iBAAiB,EAAEf,KAAK,CAACgB,QAAQ,CAACC,YAAY,CAACC,EAAE;MACjDC,eAAe,EAAEnB,KAAK,CAACgB,QAAQ,CAACC,YAAY,CAACC,EAAE;MAC/CE,mBAAmB,EAAEpB,KAAK,CAACgB,QAAQ,CAACK,iBAAiB,CAACH,EAAE;MACxDI,sBAAsB,EAAEtB,KAAK,CAACgB,QAAQ,CAACK,iBAAiB,CAACH,EAAE;MAC3DK,cAAc,EAAE;IAClB,CAAC;IACDb,KAAK,EAAE;MACLc,SAAS,EAAE,QAAQ;MACnBC,kBAAkB,EAAE;IACtB;EACF,CAAC,CAAC,EACJ,CAACzB,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}
|