@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 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCall","useCallStateHooks","useI18n","React","useState","ActivityIndicator","Pressable","StyleSheet","Text","View","useTheme","EndBroadcastIcon","StartStreamIcon","SfuModels","videoLoggerSystem","HostStartStreamButton","onEndStreamHandler","onStartStreamHandler","hls","disableStopPublishedStreamsOnEndStream","isAwaitingResponse","setIsAwaitingResponse","useIsCallLive","useIsCallHLSBroadcastingInProgress","theme","colors","variants","iconSizes","typefaces","hostStartStreamButton","call","isCallLive","isCallBroadcasting","t","liveOrBroadcasting","onStartStreamButtonPress","goLive","startHLS","error","logger","getLogger","onEndStreamButtonPress","stopPublish","TrackType","VIDEO","SCREEN_SHARE","stopHLS","stopLive","
|
|
1
|
+
{"version":3,"names":["useCall","useCallStateHooks","useI18n","React","useState","ActivityIndicator","Pressable","StyleSheet","Text","View","useTheme","EndBroadcastIcon","StartStreamIcon","SfuModels","videoLoggerSystem","jsx","_jsx","jsxs","_jsxs","HostStartStreamButton","onEndStreamHandler","onStartStreamHandler","hls","disableStopPublishedStreamsOnEndStream","isAwaitingResponse","setIsAwaitingResponse","useIsCallLive","useIsCallHLSBroadcastingInProgress","theme","colors","variants","iconSizes","typefaces","hostStartStreamButton","call","isCallLive","isCallBroadcasting","t","liveOrBroadcasting","onStartStreamButtonPress","goLive","startHLS","error","logger","getLogger","onEndStreamButtonPress","stopPublish","TrackType","VIDEO","SCREEN_SHARE","stopHLS","stopLive","disabled","style","styles","container","backgroundColor","sheetTertiary","buttonWarning","buttonPrimary","onPress","children","icon","height","xs","width","text","subtitleBold","color","textPrimary","create","flexDirection","alignItems","padding","borderRadius","marginLeft","includeFontPadding"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/HostStartStreamButton.tsx"],"mappings":"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","ignoreList":[]}
|
package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import { useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
2
4
|
import React from 'react';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -7,6 +9,7 @@ import { IconWrapper, Mic, MicOff } from '../../../icons';
|
|
|
7
9
|
/**
|
|
8
10
|
* The LivestreamAudioControlButton controls the audio stream publish/unpublish while in the livestream for the host.
|
|
9
11
|
*/
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
13
|
export const LivestreamAudioControlButton = () => {
|
|
11
14
|
const {
|
|
12
15
|
useMicrophoneState
|
|
@@ -28,25 +31,29 @@ export const LivestreamAudioControlButton = () => {
|
|
|
28
31
|
const onPress = async () => {
|
|
29
32
|
await microphone.toggle();
|
|
30
33
|
};
|
|
31
|
-
return /*#__PURE__*/
|
|
34
|
+
return /*#__PURE__*/_jsx(Pressable, {
|
|
32
35
|
onPress: onPress,
|
|
33
36
|
style: [styles.container, {
|
|
34
37
|
backgroundColor: colors.buttonSecondary,
|
|
35
38
|
height: buttonSizes.xs,
|
|
36
39
|
width: buttonSizes.xs
|
|
37
|
-
}, livestreamAudioControlButton.container]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
40
|
+
}, livestreamAudioControlButton.container],
|
|
41
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
42
|
+
style: [styles.icon, {
|
|
43
|
+
height: iconSizes.sm,
|
|
44
|
+
width: iconSizes.sm
|
|
45
|
+
}, livestreamAudioControlButton.icon],
|
|
46
|
+
children: /*#__PURE__*/_jsx(IconWrapper, {
|
|
47
|
+
children: !optimisticIsMute ? /*#__PURE__*/_jsx(Mic, {
|
|
48
|
+
color: colors.iconPrimary,
|
|
49
|
+
size: iconSizes.md
|
|
50
|
+
}) : /*#__PURE__*/_jsx(MicOff, {
|
|
51
|
+
color: colors.iconPrimary,
|
|
52
|
+
size: iconSizes.md
|
|
53
|
+
})
|
|
54
|
+
})
|
|
55
|
+
})
|
|
56
|
+
});
|
|
50
57
|
};
|
|
51
58
|
const styles = StyleSheet.create({
|
|
52
59
|
container: {
|
package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCallStateHooks","React","useTheme","Pressable","StyleSheet","View","IconWrapper","Mic","MicOff","LivestreamAudioControlButton","useMicrophoneState","optimisticIsMute","microphone","theme","colors","variants","iconSizes","buttonSizes","livestreamAudioControlButton","onPress","toggle","
|
|
1
|
+
{"version":3,"names":["useCallStateHooks","React","useTheme","Pressable","StyleSheet","View","IconWrapper","Mic","MicOff","jsx","_jsx","LivestreamAudioControlButton","useMicrophoneState","optimisticIsMute","microphone","theme","colors","variants","iconSizes","buttonSizes","livestreamAudioControlButton","onPress","toggle","style","styles","container","backgroundColor","buttonSecondary","height","xs","width","children","icon","sm","color","iconPrimary","size","md","create","justifyContent","alignItems","marginHorizontal","borderRadius"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx"],"mappings":";;AAAA,SAASA,iBAAiB,QAAQ,iCAAiC;AACnE,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC1D,SAASC,WAAW,EAAEC,GAAG,EAAEC,MAAM,QAAQ,gBAAgB;;AAEzD;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA;AAGA,OAAO,MAAMC,4BAA4B,GAAGA,CAAA,KAAM;EAChD,MAAM;IAAEC;EAAmB,CAAC,GAAGZ,iBAAiB,CAAC,CAAC;EAClD,MAAM;IAAEa,gBAAgB;IAAEC;EAAW,CAAC,GAAGF,kBAAkB,CAAC,CAAC;EAC7D,MAAM;IACJG,KAAK,EAAE;MACLC,MAAM;MACNC,QAAQ,EAAE;QAAEC,SAAS;QAAEC;MAAY,CAAC;MACpCC;IACF;EACF,CAAC,GAAGlB,QAAQ,CAAC,CAAC;EAEd,MAAMmB,OAAO,GAAG,MAAAA,CAAA,KAAY;IAC1B,MAAMP,UAAU,CAACQ,MAAM,CAAC,CAAC;EAC3B,CAAC;EAED,oBACEZ,IAAA,CAACP,SAAS;IACRkB,OAAO,EAAEA,OAAQ;IACjBE,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChB;MACEC,eAAe,EAAEV,MAAM,CAACW,eAAe;MACvCC,MAAM,EAAET,WAAW,CAACU,EAAE;MACtBC,KAAK,EAAEX,WAAW,CAACU;IACrB,CAAC,EACDT,4BAA4B,CAACK,SAAS,CACtC;IAAAM,QAAA,eAEFrB,IAAA,CAACL,IAAI;MACHkB,KAAK,EAAE,CACLC,MAAM,CAACQ,IAAI,EACX;QACEJ,MAAM,EAAEV,SAAS,CAACe,EAAE;QACpBH,KAAK,EAAEZ,SAAS,CAACe;MACnB,CAAC,EACDb,4BAA4B,CAACY,IAAI,CACjC;MAAAD,QAAA,eAEFrB,IAAA,CAACJ,WAAW;QAAAyB,QAAA,EACT,CAAClB,gBAAgB,gBAChBH,IAAA,CAACH,GAAG;UAAC2B,KAAK,EAAElB,MAAM,CAACmB,WAAY;UAACC,IAAI,EAAElB,SAAS,CAACmB;QAAG,CAAE,CAAC,gBAEtD3B,IAAA,CAACF,MAAM;UAAC0B,KAAK,EAAElB,MAAM,CAACmB,WAAY;UAACC,IAAI,EAAElB,SAAS,CAACmB;QAAG,CAAE;MACzD,CACU;IAAC,CACV;EAAC,CACE,CAAC;AAEhB,CAAC;AAED,MAAMb,MAAM,GAAGpB,UAAU,CAACkC,MAAM,CAAC;EAC/Bb,SAAS,EAAE;IACTc,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,gBAAgB,EAAE,CAAC;IACnBC,YAAY,EAAE;EAChB,CAAC;EACDV,IAAI,EAAE,CAAC;AACT,CAAC,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 { useTheme } from '../../../contexts';
|
|
@@ -7,7 +9,7 @@ import { LivestreamVideoControlButton } from './LivestreamVideoControlButton';
|
|
|
7
9
|
/**
|
|
8
10
|
* Props for the LivestreamMediaControls component.
|
|
9
11
|
*/
|
|
10
|
-
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
13
|
/**
|
|
12
14
|
* The LivestreamMediaControls component controls the media publish/unpublish for the host's live stream.
|
|
13
15
|
*/
|
|
@@ -17,9 +19,10 @@ export const LivestreamMediaControls = ({}) => {
|
|
|
17
19
|
livestreamMediaControls
|
|
18
20
|
}
|
|
19
21
|
} = useTheme();
|
|
20
|
-
return /*#__PURE__*/
|
|
21
|
-
style: [styles.container, livestreamMediaControls.container]
|
|
22
|
-
|
|
22
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
23
|
+
style: [styles.container, livestreamMediaControls.container],
|
|
24
|
+
children: [/*#__PURE__*/_jsx(LivestreamAudioControlButton, {}), /*#__PURE__*/_jsx(LivestreamVideoControlButton, {})]
|
|
25
|
+
});
|
|
23
26
|
};
|
|
24
27
|
const styles = StyleSheet.create({
|
|
25
28
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","useTheme","LivestreamAudioControlButton","LivestreamVideoControlButton","LivestreamMediaControls","theme","livestreamMediaControls","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","useTheme","LivestreamAudioControlButton","LivestreamVideoControlButton","jsx","_jsx","jsxs","_jsxs","LivestreamMediaControls","theme","livestreamMediaControls","style","styles","container","children","create","flexDirection","alignItems"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/LivestreamMediaControls.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,4BAA4B,QAAQ,gCAAgC;AAC7E,SAASC,4BAA4B,QAAQ,gCAAgC;;AAE7E;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAKA;AACA;AACA;AACA,OAAO,MAAMC,uBAAuB,GAAGA,CAAC,CAA+B,CAAC,KAAK;EAC3E,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAwB;EACnC,CAAC,GAAGT,QAAQ,CAAC,CAAC;EACd,oBACEM,KAAA,CAACP,IAAI;IAACW,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAEH,uBAAuB,CAACG,SAAS,CAAE;IAAAC,QAAA,gBACjET,IAAA,CAACH,4BAA4B,IAAE,CAAC,eAChCG,IAAA,CAACF,4BAA4B,IAAE,CAAC;EAAA,CAC5B,CAAC;AAEX,CAAC;AAED,MAAMS,MAAM,GAAGb,UAAU,CAACgB,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
3
5
|
import { Platform, Pressable, StyleSheet, View } from 'react-native';
|
|
@@ -5,6 +7,7 @@ import { ScreenShare } from '../../../icons/ScreenShare';
|
|
|
5
7
|
import { StopScreenShare } from '../../../icons/StopScreenShare';
|
|
6
8
|
import { ScreenCapturePickerView } from '@stream-io/react-native-webrtc';
|
|
7
9
|
import { useScreenShareButton } from '../../../hooks/useScreenShareButton';
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
11
|
/**
|
|
9
12
|
* The LivestreamVideoControlButton controls the screenshare stream publish/unpublish while in the livestream for the host.
|
|
10
13
|
*/
|
|
@@ -24,27 +27,29 @@ export const LivestreamScreenShareToggleButton = () => {
|
|
|
24
27
|
onPress,
|
|
25
28
|
hasPublishedScreenShare
|
|
26
29
|
} = useScreenShareButton(screenCapturePickerViewiOSRef);
|
|
27
|
-
return /*#__PURE__*/
|
|
30
|
+
return /*#__PURE__*/_jsxs(Pressable, {
|
|
28
31
|
onPress: onPress,
|
|
29
32
|
style: [styles.container, {
|
|
30
33
|
backgroundColor: hasPublishedScreenShare ? colors.buttonWarning : colors.buttonSecondary,
|
|
31
34
|
height: buttonSizes.xs,
|
|
32
35
|
width: buttonSizes.xs
|
|
33
|
-
}, livestreamScreenShareToggleButton.container]
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
36
|
+
}, livestreamScreenShareToggleButton.container],
|
|
37
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
38
|
+
style: [styles.icon, {
|
|
39
|
+
height: iconSizes.sm,
|
|
40
|
+
width: iconSizes.sm
|
|
41
|
+
}, livestreamScreenShareToggleButton.icon],
|
|
42
|
+
children: hasPublishedScreenShare ? /*#__PURE__*/_jsx(StopScreenShare, {
|
|
43
|
+
size: iconSizes.sm,
|
|
44
|
+
color: colors.iconPrimary
|
|
45
|
+
}) : /*#__PURE__*/_jsx(ScreenShare, {
|
|
46
|
+
size: iconSizes.sm,
|
|
47
|
+
color: colors.iconPrimary
|
|
48
|
+
})
|
|
49
|
+
}), Platform.OS === 'ios' && /*#__PURE__*/_jsx(ScreenCapturePickerView, {
|
|
50
|
+
ref: screenCapturePickerViewiOSRef
|
|
51
|
+
})]
|
|
52
|
+
});
|
|
48
53
|
};
|
|
49
54
|
const styles = StyleSheet.create({
|
|
50
55
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useTheme","Platform","Pressable","StyleSheet","View","ScreenShare","StopScreenShare","ScreenCapturePickerView","useScreenShareButton","LivestreamScreenShareToggleButton","theme","colors","variants","iconSizes","buttonSizes","livestreamScreenShareToggleButton","screenCapturePickerViewiOSRef","useRef","onPress","hasPublishedScreenShare","
|
|
1
|
+
{"version":3,"names":["React","useTheme","Platform","Pressable","StyleSheet","View","ScreenShare","StopScreenShare","ScreenCapturePickerView","useScreenShareButton","jsx","_jsx","jsxs","_jsxs","LivestreamScreenShareToggleButton","theme","colors","variants","iconSizes","buttonSizes","livestreamScreenShareToggleButton","screenCapturePickerViewiOSRef","useRef","onPress","hasPublishedScreenShare","style","styles","container","backgroundColor","buttonWarning","buttonSecondary","height","xs","width","children","icon","sm","size","color","iconPrimary","OS","ref","create","justifyContent","alignItems","marginHorizontal","borderRadius"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,gCAAgC;AACzD,SAASC,QAAQ,EAAEC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACpE,SAASC,WAAW,QAAQ,4BAA4B;AACxD,SAASC,eAAe,QAAQ,gCAAgC;AAChE,SAASC,uBAAuB,QAAQ,gCAAgC;AACxE,SAASC,oBAAoB,QAAQ,qCAAqC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAI3E;AACA;AACA;AACA,OAAO,MAAMC,iCAAiC,GAAGA,CAAA,KAAM;EACrD,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,QAAQ,EAAE;QAAEC,SAAS;QAAEC;MAAY,CAAC;MACpCC;IACF;EACF,CAAC,GAAGnB,QAAQ,CAAC,CAAC;EAEd,MAAMoB,6BAA6B,GAAGrB,KAAK,CAACsB,MAAM,CAAC,IAAI,CAAC;EAExD,MAAM;IAAEC,OAAO;IAAEC;EAAwB,CAAC,GAAGf,oBAAoB,CAC/DY,6BACF,CAAC;EAED,oBACER,KAAA,CAACV,SAAS;IACRoB,OAAO,EAAEA,OAAQ;IACjBE,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChB;MACEC,eAAe,EAAEJ,uBAAuB,GACpCR,MAAM,CAACa,aAAa,GACpBb,MAAM,CAACc,eAAe;MAC1BC,MAAM,EAAEZ,WAAW,CAACa,EAAE;MACtBC,KAAK,EAAEd,WAAW,CAACa;IACrB,CAAC,EACDZ,iCAAiC,CAACO,SAAS,CAC3C;IAAAO,QAAA,gBAEFvB,IAAA,CAACN,IAAI;MACHoB,KAAK,EAAE,CACLC,MAAM,CAACS,IAAI,EACX;QACEJ,MAAM,EAAEb,SAAS,CAACkB,EAAE;QACpBH,KAAK,EAAEf,SAAS,CAACkB;MACnB,CAAC,EACDhB,iCAAiC,CAACe,IAAI,CACtC;MAAAD,QAAA,EAEDV,uBAAuB,gBACtBb,IAAA,CAACJ,eAAe;QAAC8B,IAAI,EAAEnB,SAAS,CAACkB,EAAG;QAACE,KAAK,EAAEtB,MAAM,CAACuB;MAAY,CAAE,CAAC,gBAElE5B,IAAA,CAACL,WAAW;QAAC+B,IAAI,EAAEnB,SAAS,CAACkB,EAAG;QAACE,KAAK,EAAEtB,MAAM,CAACuB;MAAY,CAAE;IAC9D,CACG,CAAC,EACNrC,QAAQ,CAACsC,EAAE,KAAK,KAAK,iBACpB7B,IAAA,CAACH,uBAAuB;MAACiC,GAAG,EAAEpB;IAA8B,CAAE,CAC/D;EAAA,CACQ,CAAC;AAEhB,CAAC;AAED,MAAMK,MAAM,GAAGtB,UAAU,CAACsC,MAAM,CAAC;EAC/Bf,SAAS,EAAE;IACTgB,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,gBAAgB,EAAE,CAAC;IACnBC,YAAY,EAAE;EAChB,CAAC;EACDX,IAAI,EAAE,CAAC;AACT,CAAC,CAAC","ignoreList":[]}
|
package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import { useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
2
4
|
import React from 'react';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -7,6 +9,7 @@ import { IconWrapper, Video, VideoSlash } from '../../../icons';
|
|
|
7
9
|
/**
|
|
8
10
|
* The LivestreamVideoControlButton controls the video stream publish/unpublish while in the livestream for the host.
|
|
9
11
|
*/
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
13
|
export const LivestreamVideoControlButton = () => {
|
|
11
14
|
const {
|
|
12
15
|
useCameraState,
|
|
@@ -34,25 +37,29 @@ export const LivestreamVideoControlButton = () => {
|
|
|
34
37
|
if (!isVideoEnabledInCall) {
|
|
35
38
|
return;
|
|
36
39
|
}
|
|
37
|
-
return /*#__PURE__*/
|
|
40
|
+
return /*#__PURE__*/_jsx(Pressable, {
|
|
38
41
|
onPress: onPress,
|
|
39
42
|
style: [styles.container, {
|
|
40
43
|
backgroundColor: colors.buttonSecondary,
|
|
41
44
|
height: buttonSizes.xs,
|
|
42
45
|
width: buttonSizes.xs
|
|
43
|
-
}, livestreamVideoControlButton.container]
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
46
|
+
}, livestreamVideoControlButton.container],
|
|
47
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
48
|
+
style: [styles.icon, {
|
|
49
|
+
height: iconSizes.sm,
|
|
50
|
+
width: iconSizes.sm
|
|
51
|
+
}, livestreamVideoControlButton.icon],
|
|
52
|
+
children: /*#__PURE__*/_jsx(IconWrapper, {
|
|
53
|
+
children: !optimisticIsMute ? /*#__PURE__*/_jsx(Video, {
|
|
54
|
+
color: colors.iconPrimary,
|
|
55
|
+
size: iconSizes.md
|
|
56
|
+
}) : /*#__PURE__*/_jsx(VideoSlash, {
|
|
57
|
+
color: colors.iconPrimary,
|
|
58
|
+
size: iconSizes.md
|
|
59
|
+
})
|
|
60
|
+
})
|
|
61
|
+
})
|
|
62
|
+
});
|
|
56
63
|
};
|
|
57
64
|
const styles = StyleSheet.create({
|
|
58
65
|
container: {
|
package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCallStateHooks","React","useTheme","Pressable","StyleSheet","View","IconWrapper","Video","VideoSlash","LivestreamVideoControlButton","useCameraState","useCallSettings","optimisticIsMute","camera","callSettings","isVideoEnabledInCall","video","enabled","theme","colors","variants","iconSizes","buttonSizes","livestreamVideoControlButton","onPress","toggle","
|
|
1
|
+
{"version":3,"names":["useCallStateHooks","React","useTheme","Pressable","StyleSheet","View","IconWrapper","Video","VideoSlash","jsx","_jsx","LivestreamVideoControlButton","useCameraState","useCallSettings","optimisticIsMute","camera","callSettings","isVideoEnabledInCall","video","enabled","theme","colors","variants","iconSizes","buttonSizes","livestreamVideoControlButton","onPress","toggle","style","styles","container","backgroundColor","buttonSecondary","height","xs","width","children","icon","sm","color","iconPrimary","size","md","create","justifyContent","alignItems","marginHorizontal","borderRadius"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx"],"mappings":";;AAAA,SAASA,iBAAiB,QAAQ,iCAAiC;AACnE,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC1D,SAASC,WAAW,EAAEC,KAAK,EAAEC,UAAU,QAAQ,gBAAgB;;AAE/D;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA;AAGA,OAAO,MAAMC,4BAA4B,GAAGA,CAAA,KAAM;EAChD,MAAM;IAAEC,cAAc;IAAEC;EAAgB,CAAC,GAAGb,iBAAiB,CAAC,CAAC;EAC/D,MAAM;IAAEc,gBAAgB;IAAEC;EAAO,CAAC,GAAGH,cAAc,CAAC,CAAC;EACrD,MAAMI,YAAY,GAAGH,eAAe,CAAC,CAAC;EACtC,MAAMI,oBAAoB,GAAGD,YAAY,EAAEE,KAAK,CAACC,OAAO;EACxD,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,QAAQ,EAAE;QAAEC,SAAS;QAAEC;MAAY,CAAC;MACpCC;IACF;EACF,CAAC,GAAGvB,QAAQ,CAAC,CAAC;EAEd,MAAMwB,OAAO,GAAG,MAAAA,CAAA,KAAY;IAC1B,MAAMX,MAAM,CAACY,MAAM,CAAC,CAAC;EACvB,CAAC;EAED,IAAI,CAACV,oBAAoB,EAAE;IACzB;EACF;EAEA,oBACEP,IAAA,CAACP,SAAS;IACRuB,OAAO,EAAEA,OAAQ;IACjBE,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChB;MACEC,eAAe,EAAEV,MAAM,CAACW,eAAe;MACvCC,MAAM,EAAET,WAAW,CAACU,EAAE;MACtBC,KAAK,EAAEX,WAAW,CAACU;IACrB,CAAC,EACDT,4BAA4B,CAACK,SAAS,CACtC;IAAAM,QAAA,eAEF1B,IAAA,CAACL,IAAI;MACHuB,KAAK,EAAE,CACLC,MAAM,CAACQ,IAAI,EACX;QACEJ,MAAM,EAAEV,SAAS,CAACe,EAAE;QACpBH,KAAK,EAAEZ,SAAS,CAACe;MACnB,CAAC,EACDb,4BAA4B,CAACY,IAAI,CACjC;MAAAD,QAAA,eAEF1B,IAAA,CAACJ,WAAW;QAAA8B,QAAA,EACT,CAACtB,gBAAgB,gBAChBJ,IAAA,CAACH,KAAK;UAACgC,KAAK,EAAElB,MAAM,CAACmB,WAAY;UAACC,IAAI,EAAElB,SAAS,CAACmB;QAAG,CAAE,CAAC,gBAExDhC,IAAA,CAACF,UAAU;UAAC+B,KAAK,EAAElB,MAAM,CAACmB,WAAY;UAACC,IAAI,EAAElB,SAAS,CAACmB;QAAG,CAAE;MAC7D,CACU;IAAC,CACV;EAAC,CACE,CAAC;AAEhB,CAAC;AAED,MAAMb,MAAM,GAAGzB,UAAU,CAACuC,MAAM,CAAC;EAC/Bb,SAAS,EAAE;IACTc,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,gBAAgB,EAAE,CAAC;IACnBC,YAAY,EAAE;EAChB,CAAC;EACDV,IAAI,EAAE,CAAC;AACT,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useMemo, useState } from 'react';
|
|
2
4
|
import { ActivityIndicator, Pressable, StyleSheet, View } from 'react-native';
|
|
3
5
|
import { useTheme } from '../../../contexts';
|
|
@@ -8,7 +10,7 @@ import { videoLoggerSystem } from '@stream-io/video-client';
|
|
|
8
10
|
/**
|
|
9
11
|
* Props for the ViewerLeaveStreamButton component.
|
|
10
12
|
*/
|
|
11
|
-
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
14
|
/**
|
|
13
15
|
* The ViewerLeaveStreamButton component displays and controls the leave stream logic of the viewer's live stream.
|
|
14
16
|
*/
|
|
@@ -41,15 +43,17 @@ export const ViewerLeaveStreamButton = ({
|
|
|
41
43
|
logger.error('Error stopping livestream', error);
|
|
42
44
|
}
|
|
43
45
|
};
|
|
44
|
-
return /*#__PURE__*/
|
|
46
|
+
return /*#__PURE__*/_jsx(Pressable, {
|
|
45
47
|
style: viewerLeaveStreamButton.container,
|
|
46
|
-
onPress: onLeaveStreamButtonPress
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
onPress: onLeaveStreamButtonPress,
|
|
49
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
50
|
+
style: [styles.icon, viewerLeaveStreamButton.icon],
|
|
51
|
+
children: isAwaitingResponse ? /*#__PURE__*/_jsx(ActivityIndicator, {}) : /*#__PURE__*/_jsx(PhoneDown, {
|
|
52
|
+
color: colors.iconPrimary,
|
|
53
|
+
size: iconSizes.sm
|
|
54
|
+
})
|
|
55
|
+
})
|
|
56
|
+
});
|
|
53
57
|
};
|
|
54
58
|
const useStyles = () => {
|
|
55
59
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","useState","ActivityIndicator","Pressable","StyleSheet","View","useTheme","PhoneDown","useCall","videoLoggerSystem","ViewerLeaveStreamButton","onLeaveStreamHandler","isAwaitingResponse","setIsAwaitingResponse","call","styles","useStyles","theme","colors","variants","iconSizes","viewerLeaveStreamButton","onLeaveStreamButtonPress","leave","error","logger","getLogger","
|
|
1
|
+
{"version":3,"names":["React","useMemo","useState","ActivityIndicator","Pressable","StyleSheet","View","useTheme","PhoneDown","useCall","videoLoggerSystem","jsx","_jsx","ViewerLeaveStreamButton","onLeaveStreamHandler","isAwaitingResponse","setIsAwaitingResponse","call","styles","useStyles","theme","colors","variants","iconSizes","viewerLeaveStreamButton","onLeaveStreamButtonPress","leave","error","logger","getLogger","style","container","onPress","children","icon","color","iconPrimary","size","sm","create","backgroundColor","buttonSecondary","height","buttonSizes","xs","width","justifyContent","alignItems","borderRadius","borderRadiusSizes","zIndex"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,OAAO,EAAEC,QAAQ,QAAQ,OAAO;AAChD,SAASC,iBAAiB,EAAEC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC7E,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,SAAS,QAAQ,gBAAgB;AAC1C,SAASC,OAAO,QAAQ,iCAAiC;AACzD,SAASC,iBAAiB,QAAQ,yBAAyB;;AAE3D;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA;AAWA;AACA;AACA;AACA,OAAO,MAAMC,uBAAuB,GAAGA,CAAC;EACtCC;AAC4B,CAAC,KAAK;EAClC,MAAM,CAACC,kBAAkB,EAAEC,qBAAqB,CAAC,GAAGd,QAAQ,CAAC,KAAK,CAAC;EACnE,MAAMe,IAAI,GAAGR,OAAO,CAAC,CAAC;EACtB,MAAMS,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,QAAQ,EAAE;QAAEC;MAAU,CAAC;MACvBC;IACF;EACF,CAAC,GAAGjB,QAAQ,CAAC,CAAC;EAEd,MAAMkB,wBAAwB,GAAG,MAAAA,CAAA,KAAY;IAC3C,IAAIX,oBAAoB,EAAE;MACxBA,oBAAoB,CAAC,CAAC;MACtB;IACF;IACA,IAAI;MACFE,qBAAqB,CAAC,IAAI,CAAC;MAC3B,MAAMC,IAAI,EAAES,KAAK,CAAC,CAAC;MACnBV,qBAAqB,CAAC,KAAK,CAAC;IAC9B,CAAC,CAAC,OAAOW,KAAK,EAAE;MACd,MAAMC,MAAM,GAAGlB,iBAAiB,CAACmB,SAAS,CAAC,yBAAyB,CAAC;MACrED,MAAM,CAACD,KAAK,CAAC,2BAA2B,EAAEA,KAAK,CAAC;IAClD;EACF,CAAC;EAED,oBACEf,IAAA,CAACR,SAAS;IACR0B,KAAK,EAAEN,uBAAuB,CAACO,SAAU;IACzCC,OAAO,EAAEP,wBAAyB;IAAAQ,QAAA,eAElCrB,IAAA,CAACN,IAAI;MAACwB,KAAK,EAAE,CAACZ,MAAM,CAACgB,IAAI,EAAEV,uBAAuB,CAACU,IAAI,CAAE;MAAAD,QAAA,EACtDlB,kBAAkB,gBACjBH,IAAA,CAACT,iBAAiB,IAAE,CAAC,gBAErBS,IAAA,CAACJ,SAAS;QAAC2B,KAAK,EAAEd,MAAM,CAACe,WAAY;QAACC,IAAI,EAAEd,SAAS,CAACe;MAAG,CAAE;IAC5D,CACG;EAAC,CACE,CAAC;AAEhB,CAAC;AAED,MAAMnB,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEC;EAAM,CAAC,GAAGb,QAAQ,CAAC,CAAC;EAC5B,OAAON,OAAO,CACZ,MACEI,UAAU,CAACkC,MAAM,CAAC;IAChBL,IAAI,EAAE;MACJM,eAAe,EAAEpB,KAAK,CAACC,MAAM,CAACoB,eAAe;MAC7CC,MAAM,EAAEtB,KAAK,CAACE,QAAQ,CAACqB,WAAW,CAACC,EAAE;MACrCC,KAAK,EAAEzB,KAAK,CAACE,QAAQ,CAACqB,WAAW,CAACC,EAAE;MACpCE,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE,QAAQ;MACpBC,YAAY,EAAE5B,KAAK,CAACE,QAAQ,CAAC2B,iBAAiB,CAACX,EAAE;MACjDY,MAAM,EAAE;IACV;EACF,CAAC,CAAC,EACJ,CAAC9B,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
1
3
|
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
2
4
|
import { Pressable, StyleSheet, View } from 'react-native';
|
|
3
5
|
import { ViewerLeaveStreamButton as DefaultViewerLeaveStreamButton } from './ViewerLeaveStreamButton';
|
|
@@ -11,7 +13,7 @@ import { PauseIcon, PlayIcon, VolumeOff, VolumeOn } from '../../../icons/Livestr
|
|
|
11
13
|
/**
|
|
12
14
|
* Props for the ViewerLivestreamControls component.
|
|
13
15
|
*/
|
|
14
|
-
|
|
16
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
17
|
/**
|
|
16
18
|
* The ViewerLivestreamControls component displays the call controls for the live stream at viewer's end.
|
|
17
19
|
*/
|
|
@@ -78,67 +80,87 @@ export const ViewerLivestreamControls = ({
|
|
|
78
80
|
setIsPlaying(!isPlaying);
|
|
79
81
|
showPlayPauseButtonWithTimeout();
|
|
80
82
|
};
|
|
81
|
-
const VolumeButton = /*#__PURE__*/
|
|
83
|
+
const VolumeButton = /*#__PURE__*/_jsx(Pressable, {
|
|
82
84
|
onPress: toggleAudio,
|
|
83
|
-
style: [styles.fullscreenButton]
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
85
|
+
style: [styles.fullscreenButton],
|
|
86
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
87
|
+
style: [styles.icon],
|
|
88
|
+
children: /*#__PURE__*/_jsx(IconWrapper, {
|
|
89
|
+
children: isMuted ? /*#__PURE__*/_jsx(VolumeOff, {
|
|
90
|
+
color: colors.iconPrimary,
|
|
91
|
+
size: variants.iconSizes.sm
|
|
92
|
+
}) : /*#__PURE__*/_jsx(VolumeOn, {
|
|
93
|
+
color: colors.iconPrimary,
|
|
94
|
+
size: variants.iconSizes.sm
|
|
95
|
+
})
|
|
96
|
+
})
|
|
97
|
+
})
|
|
98
|
+
});
|
|
99
|
+
const MaximizeButton = /*#__PURE__*/_jsx(Pressable, {
|
|
94
100
|
onPress: toggleControls,
|
|
95
|
-
style: [styles.fullscreenButton]
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
style: [styles.fullscreenButton],
|
|
102
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
103
|
+
style: [styles.icon],
|
|
104
|
+
children: /*#__PURE__*/_jsx(Maximize, {
|
|
105
|
+
color: colors.iconPrimary,
|
|
106
|
+
width: variants.iconSizes.sm,
|
|
107
|
+
height: variants.iconSizes.sm
|
|
108
|
+
})
|
|
109
|
+
})
|
|
110
|
+
});
|
|
111
|
+
const PlayPauseButton = /*#__PURE__*/_jsx(Pressable, {
|
|
104
112
|
onPress: togglePlayPause,
|
|
105
|
-
style: styles.playPauseButton
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
style: styles.playPauseButton,
|
|
114
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
115
|
+
style: styles.playPauseIcon,
|
|
116
|
+
children: /*#__PURE__*/_jsx(IconWrapper, {
|
|
117
|
+
children: isPlaying ? /*#__PURE__*/_jsx(PauseIcon, {
|
|
118
|
+
color: colors.iconPrimary,
|
|
119
|
+
size: variants.iconSizes.lg * 3
|
|
120
|
+
}) : /*#__PURE__*/_jsx(PlayIcon, {
|
|
121
|
+
color: colors.iconPrimary,
|
|
122
|
+
size: variants.iconSizes.lg * 3
|
|
123
|
+
})
|
|
124
|
+
})
|
|
125
|
+
})
|
|
126
|
+
});
|
|
127
|
+
return /*#__PURE__*/_jsxs(Pressable, {
|
|
116
128
|
style: StyleSheet.absoluteFill,
|
|
117
|
-
onPress: showControlsHandler
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
129
|
+
onPress: showControlsHandler,
|
|
130
|
+
children: [!isPlaying && /*#__PURE__*/_jsx(View, {
|
|
131
|
+
style: styles.blackOverlay
|
|
132
|
+
}), showPlayPauseButton && /*#__PURE__*/_jsx(View, {
|
|
133
|
+
style: styles.centerButtonContainer,
|
|
134
|
+
children: PlayPauseButton
|
|
135
|
+
}), showControls && /*#__PURE__*/_jsxs(View, {
|
|
136
|
+
style: [styles.container, viewerLivestreamControls.container],
|
|
137
|
+
onLayout: onLayout,
|
|
138
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
139
|
+
style: [styles.leftElement, viewerLivestreamControls.leftElement],
|
|
140
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
141
|
+
style: [styles.leftElement],
|
|
142
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
143
|
+
style: [styles.liveInfo],
|
|
144
|
+
children: [/*#__PURE__*/_jsx(LiveIndicator, {}), /*#__PURE__*/_jsx(FollowerCount, {
|
|
145
|
+
humanizeParticipantCount: humanizeParticipantCount
|
|
146
|
+
})]
|
|
147
|
+
})
|
|
148
|
+
})
|
|
149
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
150
|
+
children: /*#__PURE__*/_jsx(DurationBadge, {
|
|
151
|
+
mode: "viewer"
|
|
152
|
+
})
|
|
153
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
154
|
+
style: [styles.rightElement, viewerLivestreamControls.rightElement],
|
|
155
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
156
|
+
style: styles.buttonContainer,
|
|
157
|
+
children: [VolumeButton, MaximizeButton, ViewerLeaveStreamButton && /*#__PURE__*/_jsx(ViewerLeaveStreamButton, {
|
|
158
|
+
onLeaveStreamHandler: onLeaveStreamHandler
|
|
159
|
+
})]
|
|
160
|
+
})
|
|
161
|
+
})]
|
|
162
|
+
})]
|
|
163
|
+
});
|
|
142
164
|
};
|
|
143
165
|
const useStyles = () => {
|
|
144
166
|
const {
|
package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useEffect","useMemo","useRef","useState","Pressable","StyleSheet","View","ViewerLeaveStreamButton","DefaultViewerLeaveStreamButton","callManager","useTheme","Z_INDEX","DurationBadge","FollowerCount","LiveIndicator","IconWrapper","Maximize","PauseIcon","PlayIcon","VolumeOff","VolumeOn","ViewerLivestreamControls","onLeaveStreamHandler","onLayout","humanizeParticipantCount","styles","useStyles","theme","colors","viewerLivestreamControls","variants","showControls","setShowControls","isMuted","setIsMuted","isPlaying","setIsPlaying","showPlayPauseButton","setShowPlayPauseButton","playPauseTimeout","hidePlayPauseButtonAfterDelay","current","clearTimeout","setTimeout","showPlayPauseButtonWithTimeout","showControlsHandler","toggleControls","toggleAudio","shouldMute","speaker","setMute","togglePlayPause","VolumeButton","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useEffect","useMemo","useRef","useState","Pressable","StyleSheet","View","ViewerLeaveStreamButton","DefaultViewerLeaveStreamButton","callManager","useTheme","Z_INDEX","DurationBadge","FollowerCount","LiveIndicator","IconWrapper","Maximize","PauseIcon","PlayIcon","VolumeOff","VolumeOn","jsx","_jsx","jsxs","_jsxs","ViewerLivestreamControls","onLeaveStreamHandler","onLayout","humanizeParticipantCount","styles","useStyles","theme","colors","viewerLivestreamControls","variants","showControls","setShowControls","isMuted","setIsMuted","isPlaying","setIsPlaying","showPlayPauseButton","setShowPlayPauseButton","playPauseTimeout","hidePlayPauseButtonAfterDelay","current","clearTimeout","setTimeout","showPlayPauseButtonWithTimeout","showControlsHandler","toggleControls","toggleAudio","shouldMute","speaker","setMute","togglePlayPause","VolumeButton","onPress","style","fullscreenButton","children","icon","color","iconPrimary","size","iconSizes","sm","MaximizeButton","width","height","PlayPauseButton","playPauseButton","playPauseIcon","lg","absoluteFill","blackOverlay","centerButtonContainer","container","leftElement","liveInfo","mode","rightElement","buttonContainer","create","position","bottom","flexDirection","alignItems","justifyContent","paddingVertical","paddingHorizontal","zIndex","IN_FRONT","backgroundColor","sheetOverlay","flex","buttonSecondary","buttonSizes","xs","borderRadius","borderRadiusSizes","gap","spacingSizes","top","left","right","pointerEvents"],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/index.ts"],"mappings":"AAAA,cAAc,0BAA0B;AACxC,cAAc,yBAAyB;AACvC,cAAc,gCAAgC;AAC9C,cAAc,2BAA2B;AACzC,cAAc,gCAAgC;AAC9C,cAAc,2BAA2B;AACzC,cAAc,4BAA4B;AAC1C,cAAc,qCAAqC","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Livestream/LivestreamControls/index.ts"],"mappings":";;AAAA,cAAc,0BAA0B;AACxC,cAAc,yBAAyB;AACvC,cAAc,gCAAgC;AAC9C,cAAc,2BAA2B;AACzC,cAAc,gCAAgC;AAC9C,cAAc,2BAA2B;AACzC,cAAc,4BAA4B;AAC1C,cAAc,qCAAqC","ignoreList":[]}
|