@stream-io/video-react-native-sdk 1.10.5 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +5 -7
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +8 -11
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +9 -11
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +3 -5
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +9 -12
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +15 -22
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +11 -15
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +13 -18
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +34 -39
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +8 -10
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +18 -22
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +21 -25
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +7 -10
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +33 -43
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +16 -21
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +22 -32
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +25 -35
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -12
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +22 -28
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +22 -25
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +26 -31
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +9 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +12 -14
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +7 -10
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +15 -19
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -18
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -20
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +33 -39
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +43 -54
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +27 -30
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +7 -11
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +14 -17
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +20 -23
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +7 -8
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +11 -13
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +15 -18
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +29 -35
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +3 -5
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/StreamVideoContext.js +5 -6
- package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +3 -5
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/icons/Back.js +6 -8
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +6 -8
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +6 -8
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +6 -8
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +3 -5
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +6 -8
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +6 -8
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +6 -8
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +6 -8
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +6 -8
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +6 -8
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +6 -8
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +6 -8
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +6 -8
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +18 -21
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/Settings.js +5 -7
- package/dist/commonjs/icons/Settings.js.map +1 -1
- package/dist/commonjs/icons/ShieldBadge.js +6 -8
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
- package/dist/commonjs/icons/Spotlight.js +8 -10
- package/dist/commonjs/icons/Spotlight.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +6 -8
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +9 -11
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ThreeDots.js +18 -20
- package/dist/commonjs/icons/ThreeDots.js.map +1 -1
- package/dist/commonjs/icons/TopViewBackground.js +19 -24
- package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
- package/dist/commonjs/icons/Video.js +6 -8
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +6 -8
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/index.js +3 -5
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +5 -10
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +21 -33
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -5
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +0 -2
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +6 -9
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +8 -13
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +10 -13
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +3 -7
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +10 -14
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +16 -24
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +12 -17
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +14 -20
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +0 -2
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +34 -41
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +9 -12
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +19 -24
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +0 -2
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +21 -27
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +0 -2
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +8 -12
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +34 -45
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +17 -23
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +0 -2
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -34
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +26 -37
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +9 -14
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +22 -30
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +22 -27
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +0 -2
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +0 -2
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +27 -33
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +0 -2
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +4 -7
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +10 -14
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -16
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -7
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +8 -12
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -21
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +0 -2
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +0 -2
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -20
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -22
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +34 -41
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +44 -56
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +28 -32
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +8 -13
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +15 -19
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +21 -25
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +8 -10
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +11 -15
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +0 -2
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +0 -2
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +0 -2
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +16 -20
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +30 -37
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +0 -2
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +0 -2
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +0 -2
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +3 -7
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/StreamVideoContext.js +3 -7
- package/dist/module/contexts/StreamVideoContext.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +3 -7
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +0 -2
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/hooks/index.js +0 -2
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -2
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/index.js +0 -2
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +0 -2
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js +0 -2
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +0 -2
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +0 -2
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +0 -2
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +0 -2
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +0 -2
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +0 -2
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +0 -2
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +0 -2
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +0 -2
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +0 -2
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +6 -10
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +6 -10
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +6 -10
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +6 -10
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +3 -7
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LeaveStreamIcon.js +6 -10
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/module/icons/Lock.js +6 -10
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Mic.js +6 -10
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +6 -10
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +6 -10
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +6 -10
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +6 -10
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +6 -10
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +6 -10
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +18 -23
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/Settings.js +5 -9
- package/dist/module/icons/Settings.js.map +1 -1
- package/dist/module/icons/ShieldBadge.js +6 -10
- package/dist/module/icons/ShieldBadge.js.map +1 -1
- package/dist/module/icons/Spotlight.js +8 -12
- package/dist/module/icons/Spotlight.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +6 -10
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +9 -13
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/ThreeDots.js +18 -22
- package/dist/module/icons/ThreeDots.js.map +1 -1
- package/dist/module/icons/TopViewBackground.js +19 -26
- package/dist/module/icons/TopViewBackground.js.map +1 -1
- package/dist/module/icons/Video.js +6 -10
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +6 -10
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +0 -2
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +0 -2
- package/dist/module/index.js.map +1 -1
- package/dist/module/providers/StreamCall/AppStateListener.js +0 -2
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +0 -2
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +4 -7
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +5 -12
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +0 -2
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +0 -2
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +0 -2
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +0 -2
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +0 -2
- package/dist/module/translations/index.js +0 -2
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +0 -2
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +0 -2
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +0 -2
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/useDebouncedValue.js +0 -2
- package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +0 -2
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +0 -2
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/newNotificationCallbacks.js +0 -2
- package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +0 -2
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +0 -2
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +0 -2
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +0 -2
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +0 -2
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +0 -2
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/push/android.js +0 -2
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +0 -2
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/rxSubjects.js +0 -2
- package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +0 -2
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +0 -2
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +0 -2
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +0 -2
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +0 -2
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +0 -2
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js +0 -2
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +0 -2
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +0 -2
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/utils.js +0 -2
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +0 -2
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +1 -3
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallContent/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/index.d.ts.map +1 -0
- package/dist/typescript/components/index.d.ts.map +1 -0
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -0
- package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +1 -0
- package/dist/typescript/components/utility/index.d.ts.map +1 -0
- package/dist/typescript/constants/TestIds.d.ts.map +1 -0
- package/dist/typescript/constants/index.d.ts.map +1 -0
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -0
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -0
- package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/typescript/contexts/index.d.ts.map +1 -0
- package/dist/typescript/hooks/index.d.ts.map +1 -0
- package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
- package/dist/typescript/hooks/push/index.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
- package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +1 -0
- package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
- package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -0
- package/dist/typescript/hooks/usePermissionRequest.d.ts.map +1 -0
- package/dist/typescript/hooks/useScreenShareButton.d.ts.map +1 -0
- package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -0
- package/dist/typescript/icons/Back.d.ts.map +1 -0
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -0
- package/dist/typescript/icons/EndStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/Eye.d.ts.map +1 -0
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -0
- package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/Lock.d.ts.map +1 -0
- package/dist/typescript/icons/Mic.d.ts.map +1 -0
- package/dist/typescript/icons/MicOff.d.ts.map +1 -0
- package/dist/typescript/icons/Phone.d.ts.map +1 -0
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -0
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -0
- package/dist/typescript/icons/Reaction.d.ts.map +1 -0
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -0
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -0
- package/dist/typescript/icons/Settings.d.ts.map +1 -0
- package/dist/typescript/icons/ShieldBadge.d.ts.map +1 -0
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -0
- package/dist/typescript/icons/StartStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -0
- package/dist/typescript/icons/ThreeDots.d.ts.map +1 -0
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -0
- package/dist/typescript/icons/Video.d.ts.map +1 -0
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -0
- package/dist/typescript/icons/index.d.ts.map +1 -0
- package/dist/typescript/index.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -0
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -0
- package/dist/typescript/theme/colors.d.ts.map +1 -0
- package/dist/typescript/theme/constants.d.ts.map +1 -0
- package/dist/typescript/theme/index.d.ts.map +1 -0
- package/dist/typescript/theme/theme.d.ts.map +1 -0
- package/dist/typescript/theme/types.d.ts.map +1 -0
- package/dist/typescript/translations/index.d.ts.map +1 -0
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -0
- package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -0
- package/dist/typescript/utils/enterPiPAndroid.d.ts.map +1 -0
- package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/index.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/usePrevious.d.ts.map +1 -0
- package/dist/typescript/utils/index.d.ts.map +1 -0
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
- package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +1 -0
- package/dist/typescript/utils/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
- package/dist/typescript/utils/push/android.d.ts.map +1 -0
- package/dist/typescript/utils/push/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/utils/push/internal/utils.d.ts.map +1 -0
- package/dist/typescript/utils/push/ios.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/callkeep.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +1 -0
- package/dist/typescript/utils/push/utils.d.ts.map +1 -0
- package/dist/typescript/utils/setClientDetails.d.ts.map +1 -0
- package/dist/typescript/version.d.ts +2 -0
- package/dist/typescript/version.d.ts.map +1 -0
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.js +17 -7
- package/package.json +11 -25
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -0
- package/src/version.ts +1 -1
- package/dist/commonjs/package.json +0 -1
- package/dist/module/package.json +0 -1
- package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/index.d.ts.map +0 -1
- package/dist/typescript/src/components/index.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/Avatar.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/index.d.ts.map +0 -1
- package/dist/typescript/src/constants/TestIds.d.ts.map +0 -1
- package/dist/typescript/src/constants/index.d.ts.map +0 -1
- package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +0 -1
- package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +0 -1
- package/dist/typescript/src/contexts/ThemeContext.d.ts.map +0 -1
- package/dist/typescript/src/contexts/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +0 -1
- package/dist/typescript/src/icons/Back.d.ts.map +0 -1
- package/dist/typescript/src/icons/CameraSwitch.d.ts.map +0 -1
- package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/Eye.d.ts.map +0 -1
- package/dist/typescript/src/icons/IconWrapper.d.ts.map +0 -1
- package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/Lock.d.ts.map +0 -1
- package/dist/typescript/src/icons/Mic.d.ts.map +0 -1
- package/dist/typescript/src/icons/MicOff.d.ts.map +0 -1
- package/dist/typescript/src/icons/Phone.d.ts.map +0 -1
- package/dist/typescript/src/icons/PhoneDown.d.ts.map +0 -1
- package/dist/typescript/src/icons/PinVertical.d.ts.map +0 -1
- package/dist/typescript/src/icons/Reaction.d.ts.map +0 -1
- package/dist/typescript/src/icons/ScreenShare.d.ts.map +0 -1
- package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +0 -1
- package/dist/typescript/src/icons/Settings.d.ts.map +0 -1
- package/dist/typescript/src/icons/ShieldBadge.d.ts.map +0 -1
- package/dist/typescript/src/icons/Spotlight.d.ts.map +0 -1
- package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/StopScreenShare.d.ts.map +0 -1
- package/dist/typescript/src/icons/ThreeDots.d.ts.map +0 -1
- package/dist/typescript/src/icons/TopViewBackground.d.ts.map +0 -1
- package/dist/typescript/src/icons/Video.d.ts.map +0 -1
- package/dist/typescript/src/icons/VideoSlash.d.ts.map +0 -1
- package/dist/typescript/src/icons/index.d.ts.map +0 -1
- package/dist/typescript/src/index.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/index.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamVideo.d.ts.map +0 -1
- package/dist/typescript/src/theme/colors.d.ts.map +0 -1
- package/dist/typescript/src/theme/constants.d.ts.map +0 -1
- package/dist/typescript/src/theme/index.d.ts.map +0 -1
- package/dist/typescript/src/theme/theme.d.ts.map +0 -1
- package/dist/typescript/src/theme/types.d.ts.map +0 -1
- package/dist/typescript/src/translations/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +0 -1
- package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +0 -1
- package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +0 -1
- package/dist/typescript/src/utils/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/android.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/internal/utils.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/ios.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/utils.d.ts.map +0 -1
- package/dist/typescript/src/utils/setClientDetails.d.ts.map +0 -1
- package/dist/typescript/src/version.d.ts +0 -2
- package/dist/typescript/src/version.d.ts.map +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToMainActivity.d.ts +0 -1
- package/expo-config-plugin/dist/common/types.d.ts +0 -14
- package/expo-config-plugin/dist/index.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidManifest.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidPermissions.d.ts +0 -4
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +0 -3
- package/expo-config-plugin/dist/withAppDelegate.d.ts +0 -4
- package/expo-config-plugin/dist/withBuildProperties.d.ts +0 -3
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.d.ts +0 -11
- package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +0 -4
- package/expo-config-plugin/dist/withMainActivity.d.ts +0 -4
- package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +0 -4
- /package/dist/typescript/{src/components → components}/Call/CallContent/CallContent.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallContent/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/CallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/CallControlsButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/HangupCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/LobbyControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ReactionsButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/RejectCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleCameraFaceButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/internal/ReactionsPicker.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsGrid.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/CallParticipantsList.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/JoinCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/Lobby.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/LobbyFooter.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallLeftIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/IncomingCall.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/OutgoingCall.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/RingingCallContent.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/HostLivestream.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantLabel.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantReaction.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/VideoRenderer.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/Avatar.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/ScreenShareOverlay.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/index.d.ts +0 -0
- /package/dist/typescript/{src/constants → constants}/TestIds.d.ts +0 -0
- /package/dist/typescript/{src/constants → constants}/index.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/BackgroundFilters.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/StreamVideoContext.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/ThemeContext.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushCallEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useAutoEnterPiPEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useIsInPiPMode.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePermissionNotification.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePermissionRequest.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useScreenShareButton.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useTrackDimensions.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Back.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/CameraSwitch.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/EndStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Eye.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/IconWrapper.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/LeaveStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Lock.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Mic.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/MicOff.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Phone.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/PhoneDown.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/PinVertical.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Reaction.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ScreenShare.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ScreenShareIndicator.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Settings.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ShieldBadge.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Spotlight.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/StartStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/StopScreenShare.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ThreeDots.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/TopViewBackground.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Video.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/VideoSlash.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/index.d.ts +0 -0
- /package/dist/typescript/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/AppStateListener.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/DeviceStats.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/index.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamVideo.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/colors.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/constants.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/index.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/theme.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/types.d.ts +0 -0
- /package/dist/typescript/{src/translations → translations}/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/StreamVideoRN/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/StreamVideoRN/types.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/enterPiPAndroid.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/useDebouncedValue.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/usePrevious.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/newNotificationCallbacks.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/reanimated.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/pushLogoutCallback.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/rxSubjects.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/android.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/internal/rxSubjects.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/internal/utils.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/ios.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/callkeep.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/expoNotifications.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/iosPushNotification.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/notifee/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/notifee/lib.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/voipPushNotification.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/utils.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/setClientDetails.d.ts +0 -0
|
@@ -11,7 +11,6 @@ var _videoClient = require("@stream-io/video-client");
|
|
|
11
11
|
var _TestIds = require("../../../../constants/TestIds");
|
|
12
12
|
var _ThemeContext = require("../../../../contexts/ThemeContext");
|
|
13
13
|
var _constants = require("../../../../constants");
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
16
|
const ReactionsPicker = ({
|
|
@@ -87,44 +86,40 @@ const ReactionsPicker = ({
|
|
|
87
86
|
easing: _reactNative.Easing.linear
|
|
88
87
|
}).start(onRequestedClose);
|
|
89
88
|
};
|
|
90
|
-
return /*#__PURE__*/(
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}, reactionsPicker.reactionsButtonDimmer],
|
|
125
|
-
onPress: () => onClose()
|
|
126
|
-
})]
|
|
127
|
-
});
|
|
89
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
|
|
90
|
+
testID: _TestIds.ComponentTestIds.REACTIONS_PICKER,
|
|
91
|
+
style: [styles.reactionsPopup, reactionsPopupStyle, {
|
|
92
|
+
backgroundColor: colors.sheetSecondary
|
|
93
|
+
}, reactionsPicker.reactionsPopup],
|
|
94
|
+
onPress: () => {
|
|
95
|
+
onClose();
|
|
96
|
+
}
|
|
97
|
+
}, supportedReactions.map(supportedReaction => /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
|
|
98
|
+
key: supportedReaction.emoji_code,
|
|
99
|
+
style: [styles.reactionItem, reactionItemStyle, {
|
|
100
|
+
backgroundColor: colors.buttonSecondary
|
|
101
|
+
}, reactionsPicker.reactionItem],
|
|
102
|
+
onPress: () => {
|
|
103
|
+
onClose({
|
|
104
|
+
type: supportedReaction.type,
|
|
105
|
+
custom: supportedReaction.custom,
|
|
106
|
+
emoji_code: supportedReaction.emoji_code
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Animated.Text, {
|
|
110
|
+
style: [styles.reactionText, {
|
|
111
|
+
transform: [{
|
|
112
|
+
scaleY: elasticAnimRef.current
|
|
113
|
+
}, {
|
|
114
|
+
scaleX: elasticAnimRef.current
|
|
115
|
+
}]
|
|
116
|
+
}, reactionsPicker.reactionText]
|
|
117
|
+
}, supportedReaction.icon)))), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
|
|
118
|
+
style: [reactionsButtonDimmerStyle, {
|
|
119
|
+
backgroundColor: colors.sheetSecondary
|
|
120
|
+
}, reactionsPicker.reactionsButtonDimmer],
|
|
121
|
+
onPress: () => onClose()
|
|
122
|
+
}));
|
|
128
123
|
};
|
|
129
124
|
exports.ReactionsPicker = ReactionsPicker;
|
|
130
125
|
const useStyles = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_videoClient","_TestIds","_ThemeContext","_constants","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_videoClient","_TestIds","_ThemeContext","_constants","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ReactionsPicker","supportedReactions","defaultEmojiReactions","reactionsButtonLayoutRectangle","onRequestedClose","theme","colors","reactionsPicker","variants","useTheme","styles","useStyles","useCall","size","width","reactionItemSize","popupHeight","spacingSizes","xs","length","reactionsPopupStyle","top","y","left","x","height","borderTopStartRadius","borderTopEndRadius","elasticAnimRef","useRef","Animated","Value","useEffect","timing","current","toValue","duration","useNativeDriver","easing","Easing","elastic","start","reactionItemStyle","borderRadius","reactionsButtonDimmerStyle","reactionsButtonDimmer","onClose","reaction","sendReaction","catch","logger","getLogger","linear","createElement","Fragment","Pressable","testID","ComponentTestIds","REACTIONS_PICKER","style","reactionsPopup","backgroundColor","sheetSecondary","onPress","map","supportedReaction","key","emoji_code","reactionItem","buttonSecondary","type","custom","Text","reactionText","transform","scaleY","scaleX","icon","exports","useMemo","StyleSheet","create","position","alignItems","paddingTop","opacity","justifyContent","marginBottom","fontSize"],"sourceRoot":"../../../../../../src","sources":["components/Call/CallControls/internal/ReactionsPicker.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAOA,IAAAE,mBAAA,GAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AACA,IAAAK,aAAA,GAAAL,OAAA;AAEA,IAAAM,UAAA,GAAAN,OAAA;AAA8D,SAAAO,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAT,wBAAAS,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAOvD,MAAMW,eAAe,GAAGA,CAAC;EAC9BC,kBAAkB,GAAGC,gCAAqB;EAC1CC,8BAA8B;EAC9BC;AACmB,CAAC,KAAK;EACzB,MAAM;IACJC,KAAK,EAAE;MAAEC,MAAM;MAAEC,eAAe;MAAEC;IAAS;EAC7C,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EACd,MAAMC,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAMd,IAAI,GAAG,IAAAe,2BAAO,EAAC,CAAC;EACtB,MAAMC,IAAI,GAAGV,8BAA8B,EAAEW,KAAK,IAAI,CAAC;EACvD,MAAMC,gBAAgB,GAAGF,IAAI,GAAG,GAAG;EAEnC,MAAMG,WAAW;EACf;EACAR,QAAQ,CAACS,YAAY,CAACC,EAAE;EACxB;EACAV,QAAQ,CAACS,YAAY,CAACC,EAAE,GAAGjB,kBAAkB,CAACkB,MAAM;EACpD;EACAJ,gBAAgB,GAAGd,kBAAkB,CAACkB,MAAM;EAE9C,MAAMC,mBAAmB,GAAG;IAC1B;IACAC,GAAG,EAAE,CAAClB,8BAA8B,EAAEmB,CAAC,IAAI,CAAC,IAAIN,WAAW;IAC3D;IACAO,IAAI,EAAEpB,8BAA8B,EAAEqB,CAAC;IACvC;IACAV,KAAK,EAAED,IAAI;IACXY,MAAM,EAAET,WAAW;IACnB;IACAU,oBAAoB,EAAEb,IAAI,GAAG,CAAC;IAC9Bc,kBAAkB,EAAEd,IAAI,GAAG;EAC7B,CAAC;EAED,MAAMe,cAAc,GAAG,IAAAC,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;;EAExD,IAAAC,gBAAS,EAAC,MAAM;IACdF,qBAAQ,CAACG,MAAM,CAACL,cAAc,CAACM,OAAO,EAAE;MACtCC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE,IAAI;MACrBC,MAAM,EAAEC,mBAAM,CAACC,OAAO,CAAC,CAAC;IAC1B,CAAC,CAAC,CAACC,KAAK,CAAC,CAAC;EACZ,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMC,iBAAiB,GAAG;IACxBjB,MAAM,EAAEV,gBAAgB;IACxBD,KAAK,EAAEC,gBAAgB;IACvB4B,YAAY,EAAE5B,gBAAgB,GAAG;EACnC,CAAC;EAED,MAAM6B,0BAA0B,GAAG;IACjC,GAAGlC,MAAM,CAACmC,qBAAqB;IAC/BpB,MAAM,EAAEZ,IAAI;IACZC,KAAK,EAAED,IAAI;IACX;IACAQ,GAAG,EAAElB,8BAA8B,EAAEmB,CAAC,IAAI,CAAC,GAAGN,WAAW,GAAGH,IAAI;IAChE;IACAU,IAAI,EAAEpB,8BAA8B,EAAEqB;EACxC,CAAC;EAED,MAAMsB,OAAO,GAAIC,QAA8B,IAAK;IAClD,IAAIA,QAAQ,EAAE;MACZlD,IAAI,EAAEmD,YAAY,CAACD,QAAQ,CAAC,CAACE,KAAK,CAAEpE,CAAC,IAAK;QACxC,MAAMqE,MAAM,GAAG,IAAAC,sBAAS,EAAC,CAAC,iBAAiB,CAAC,CAAC;QAC7CD,MAAM,CAAC,OAAO,EAAE,+BAA+B,EAAErE,CAAC,EAAEkE,QAAQ,CAAC;MAC/D,CAAC,CAAC;IACJ;IACAjB,qBAAQ,CAACG,MAAM,CAACL,cAAc,CAACM,OAAO,EAAE;MACtCC,OAAO,EAAE,GAAG;MACZC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE,IAAI;MACrBC,MAAM,EAAEC,mBAAM,CAACa;IACjB,CAAC,CAAC,CAACX,KAAK,CAACrC,gBAAgB,CAAC;EAC5B,CAAC;EAED,oBACEjC,MAAA,CAAAe,OAAA,CAAAmE,aAAA,CAAAlF,MAAA,CAAAe,OAAA,CAAAoE,QAAA,qBACEnF,MAAA,CAAAe,OAAA,CAAAmE,aAAA,CAAC/E,YAAA,CAAAiF,SAAS;IACRC,MAAM,EAAEC,yBAAgB,CAACC,gBAAiB;IAC1CC,KAAK,EAAE,CACLjD,MAAM,CAACkD,cAAc,EACrBxC,mBAAmB,EACnB;MACEyC,eAAe,EAAEvD,MAAM,CAACwD;IAC1B,CAAC,EACDvD,eAAe,CAACqD,cAAc,CAC9B;IACFG,OAAO,EAAEA,CAAA,KAAM;MACbjB,OAAO,CAAC,CAAC;IACX;EAAE,GAGD7C,kBAAkB,CAAC+D,GAAG,CAAEC,iBAAiB,iBACxC9F,MAAA,CAAAe,OAAA,CAAAmE,aAAA,CAAC/E,YAAA,CAAAiF,SAAS;IACRW,GAAG,EAAED,iBAAiB,CAACE,UAAW;IAClCR,KAAK,EAAE,CACLjD,MAAM,CAAC0D,YAAY,EACnB1B,iBAAiB,EACjB;MAAEmB,eAAe,EAAEvD,MAAM,CAAC+D;IAAgB,CAAC,EAC3C9D,eAAe,CAAC6D,YAAY,CAC5B;IACFL,OAAO,EAAEA,CAAA,KAAM;MACbjB,OAAO,CAAC;QACNwB,IAAI,EAAEL,iBAAiB,CAACK,IAAI;QAC5BC,MAAM,EAAEN,iBAAiB,CAACM,MAAM;QAChCJ,UAAU,EAAEF,iBAAiB,CAACE;MAChC,CAAC,CAAC;IACJ;EAAE,gBAEFhG,MAAA,CAAAe,OAAA,CAAAmE,aAAA,CAAC/E,YAAA,CAAAwD,QAAQ,CAAC0C,IAAI;IACZb,KAAK,EAAE,CACLjD,MAAM,CAAC+D,YAAY,EACnB;MACEC,SAAS,EAAE,CACT;QACEC,MAAM,EAAE/C,cAAc,CAACM;MACzB,CAAC,EACD;QACE0C,MAAM,EAAEhD,cAAc,CAACM;MACzB,CAAC;IAEL,CAAC,EACD3B,eAAe,CAACkE,YAAY;EAC5B,GAEDR,iBAAiB,CAACY,IACN,CACN,CACZ,CACQ,CAAC,eAEZ1G,MAAA,CAAAe,OAAA,CAAAmE,aAAA,CAAC/E,YAAA,CAAAiF,SAAS;IACRI,KAAK,EAAE,CACLf,0BAA0B,EAC1B;MACEiB,eAAe,EAAEvD,MAAM,CAACwD;IAC1B,CAAC,EACDvD,eAAe,CAACsC,qBAAqB,CACrC;IACFkB,OAAO,EAAEA,CAAA,KAAMjB,OAAO,CAAC;EAAE,CAC1B,CACD,CAAC;AAEP,CAAC;AAACgC,OAAA,CAAA9E,eAAA,GAAAA,eAAA;AAEF,MAAMW,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEN;EAAM,CAAC,GAAG,IAAAI,sBAAQ,EAAC,CAAC;EAC5B,OAAO,IAAAsE,cAAO,EACZ,MACEC,uBAAU,CAACC,MAAM,CAAC;IAChBrB,cAAc,EAAE;MACdsB,QAAQ,EAAE,UAAU;MACpBC,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE/E,KAAK,CAACG,QAAQ,CAACS,YAAY,CAACC;IAC1C,CAAC;IACD2B,qBAAqB,EAAE;MACrBqC,QAAQ,EAAE,UAAU;MACpBG,OAAO,EAAE;IACX,CAAC;IACDjB,YAAY,EAAE;MACZe,UAAU,EAAE,QAAQ;MACpBG,cAAc,EAAE,QAAQ;MACxBC,YAAY,EAAElF,KAAK,CAACG,QAAQ,CAACS,YAAY,CAACC;IAC5C,CAAC;IACDuD,YAAY,EAAE;MACZe,QAAQ,EAAE;IACZ;EACF,CAAC,CAAC,EACJ,CAACnF,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -12,8 +12,8 @@ var _CallParticipantsList = require("../CallParticipantsList/CallParticipantsLis
|
|
|
12
12
|
var _TestIds = require("../../../constants/TestIds");
|
|
13
13
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
14
14
|
var _useIsInPiPMode = require("../../../hooks/useIsInPiPMode");
|
|
15
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
17
17
|
/**
|
|
18
18
|
* Props for the CallParticipantsGrid component.
|
|
19
19
|
*/
|
|
@@ -77,18 +77,16 @@ const CallParticipantsGrid = ({
|
|
|
77
77
|
ParticipantVideoFallback,
|
|
78
78
|
VideoRenderer
|
|
79
79
|
};
|
|
80
|
-
return /*#__PURE__*/
|
|
80
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
81
81
|
style: [styles.container, landscapeStyles, {
|
|
82
82
|
backgroundColor: colors.sheetPrimary
|
|
83
83
|
}, callParticipantsGrid.container],
|
|
84
|
-
testID: _TestIds.ComponentTestIds.CALL_PARTICIPANTS_GRID
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
})
|
|
91
|
-
});
|
|
84
|
+
testID: _TestIds.ComponentTestIds.CALL_PARTICIPANTS_GRID
|
|
85
|
+
}, CallParticipantsList && /*#__PURE__*/_react.default.createElement(CallParticipantsList, _extends({
|
|
86
|
+
participants: participants,
|
|
87
|
+
supportedReactions: supportedReactions,
|
|
88
|
+
landscape: landscape
|
|
89
|
+
}, participantViewProps)));
|
|
92
90
|
};
|
|
93
91
|
exports.CallParticipantsGrid = CallParticipantsGrid;
|
|
94
92
|
const styles = _reactNative.StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_useDebouncedValue","_CallParticipantsList","_TestIds","_ThemeContext","_useIsInPiPMode","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_useDebouncedValue","_CallParticipantsList","_TestIds","_ThemeContext","_useIsInPiPMode","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","CallParticipantsGrid","CallParticipantsList","DefaultCallParticipantsList","ParticipantLabel","ParticipantNetworkQualityIndicator","ParticipantReaction","ParticipantVideoFallback","ParticipantView","VideoRenderer","showLocalParticipant","supportedReactions","landscape","theme","colors","callParticipantsGrid","useTheme","useRemoteParticipants","useParticipants","useLocalParticipant","useDominantSpeaker","useCallStateHooks","_remoteParticipants","localParticipant","_allParticipants","dominantSpeaker","remoteParticipants","useDebouncedValue","allParticipants","landscapeStyles","flexDirection","isInPiPMode","useIsInPiPMode","showFloatingView","participants","isLocalParticipant","participantViewProps","createElement","View","style","styles","container","backgroundColor","sheetPrimary","testID","ComponentTestIds","CALL_PARTICIPANTS_GRID","exports","StyleSheet","create","flex"],"sourceRoot":"../../../../../src","sources":["components/Call/CallLayout/CallParticipantsGrid.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -14,9 +14,9 @@ var _CallParticipantsList = require("../CallParticipantsList/CallParticipantsLis
|
|
|
14
14
|
var _Participant = require("../../Participant");
|
|
15
15
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
16
16
|
var _useIsInPiPMode = require("../../../hooks/useIsInPiPMode");
|
|
17
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
18
17
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
19
18
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
20
20
|
/**
|
|
21
21
|
* Props for the CallParticipantsSpotlight component.
|
|
22
22
|
*/
|
|
@@ -73,28 +73,24 @@ const CallParticipantsSpotlight = ({
|
|
|
73
73
|
marginHorizontal: landscape ? 0 : variants.spacingSizes.xs
|
|
74
74
|
};
|
|
75
75
|
const showShareScreenOverlay = participantInSpotlight?.isLocalParticipant && isScreenShareOnSpotlight && ScreenShareOverlay;
|
|
76
|
-
return /*#__PURE__*/
|
|
76
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
77
77
|
testID: _TestIds.ComponentTestIds.CALL_PARTICIPANTS_SPOTLIGHT,
|
|
78
|
-
style: [styles.container, landscapeStyles, callParticipantsSpotlight.container]
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
...callParticipantsListProps
|
|
95
|
-
})
|
|
96
|
-
})]
|
|
97
|
-
});
|
|
78
|
+
style: [styles.container, landscapeStyles, callParticipantsSpotlight.container]
|
|
79
|
+
}, participantInSpotlight && ParticipantView && (showShareScreenOverlay ? /*#__PURE__*/_react.default.createElement(ScreenShareOverlay, null) : /*#__PURE__*/_react.default.createElement(ParticipantView, _extends({
|
|
80
|
+
participant: participantInSpotlight,
|
|
81
|
+
style: isUserAloneInCall ? [styles.fullScreenSpotlightContainer, callParticipantsSpotlight.fullScreenSpotlightContainer] : [styles.spotlightContainer, spotlightContainerLandscapeStyles, callParticipantsSpotlight.spotlightContainer],
|
|
82
|
+
objectFit: isScreenShareOnSpotlight ? 'contain' : 'cover',
|
|
83
|
+
trackType: isScreenShareOnSpotlight ? 'screenShareTrack' : 'videoTrack',
|
|
84
|
+
supportedReactions: supportedReactions
|
|
85
|
+
}, participantViewProps))), !isInPiP && !isUserAloneInCall && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
86
|
+
style: [styles.callParticipantsListContainer, callParticipantsSpotlight.callParticipantsListContainer]
|
|
87
|
+
}, CallParticipantsList && /*#__PURE__*/_react.default.createElement(CallParticipantsList, _extends({
|
|
88
|
+
participants: isScreenShareOnSpotlight ? allParticipants : otherParticipants,
|
|
89
|
+
supportedReactions: supportedReactions,
|
|
90
|
+
horizontal: !landscape,
|
|
91
|
+
numberOfColumns: !landscape ? 2 : 1,
|
|
92
|
+
landscape: landscape
|
|
93
|
+
}, callParticipantsListProps))));
|
|
98
94
|
};
|
|
99
95
|
exports.CallParticipantsSpotlight = CallParticipantsSpotlight;
|
|
100
96
|
const useStyles = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_videoClient","_videoReactBindings","_reactNative","_useDebouncedValue","_TestIds","_CallParticipantsList","_Participant","_ThemeContext","_useIsInPiPMode","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_videoClient","_videoReactBindings","_reactNative","_useDebouncedValue","_TestIds","_CallParticipantsList","_Participant","_ThemeContext","_useIsInPiPMode","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","CallParticipantsSpotlight","CallParticipantsList","DefaultCallParticipantsList","ParticipantLabel","ParticipantNetworkQualityIndicator","ParticipantReaction","ParticipantVideoFallback","ParticipantView","DefaultParticipantView","ScreenShareOverlay","VideoRenderer","supportedReactions","landscape","theme","callParticipantsSpotlight","variants","useTheme","styles","useStyles","useParticipants","useCallStateHooks","_allParticipants","sortBy","speakerLayoutSortPreset","allParticipants","useDebouncedValue","participantInSpotlight","otherParticipants","isScreenShareOnSpotlight","hasScreenShare","isUserAloneInCall","isInPiP","useIsInPiPMode","participantViewProps","callParticipantsListProps","landscapeStyles","flexDirection","spotlightContainerLandscapeStyles","marginHorizontal","spacingSizes","xs","showShareScreenOverlay","isLocalParticipant","createElement","View","testID","ComponentTestIds","CALL_PARTICIPANTS_SPOTLIGHT","style","container","participant","fullScreenSpotlightContainer","spotlightContainer","objectFit","trackType","callParticipantsListContainer","participants","horizontal","numberOfColumns","exports","useMemo","StyleSheet","create","flex","backgroundColor","colors","sheetPrimary","overflow","borderRadius","borderRadiusSizes","sm"],"sourceRoot":"../../../../../src","sources":["components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -12,9 +12,9 @@ var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
|
12
12
|
var _TestIds = require("../../../constants/TestIds");
|
|
13
13
|
var _ParticipantView = require("../../Participant/ParticipantView");
|
|
14
14
|
var _contexts = require("../../../contexts");
|
|
15
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
17
16
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
18
18
|
const VIEWABILITY_CONFIG = {
|
|
19
19
|
waitForInteraction: false,
|
|
20
20
|
itemVisiblePercentThreshold: 60
|
|
@@ -153,16 +153,13 @@ const CallParticipantsList = ({
|
|
|
153
153
|
item: participant
|
|
154
154
|
}) => {
|
|
155
155
|
const isVisible = viewableParticipantSessionIds.current.has(participant.sessionId);
|
|
156
|
-
return /*#__PURE__*/(
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
...participantProps
|
|
164
|
-
})
|
|
165
|
-
});
|
|
156
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, ParticipantView && /*#__PURE__*/_react.default.createElement(ParticipantView, _extends({
|
|
157
|
+
participant: participant,
|
|
158
|
+
style: itemContainerStyle,
|
|
159
|
+
trackType: "videoTrack",
|
|
160
|
+
isVisible: isVisible,
|
|
161
|
+
supportedReactions: supportedReactions
|
|
162
|
+
}, participantProps)));
|
|
166
163
|
},
|
|
167
164
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
168
165
|
[itemContainerStyle]);
|
|
@@ -171,21 +168,20 @@ const CallParticipantsList = ({
|
|
|
171
168
|
// else we display them both in a stretched row on the screen
|
|
172
169
|
const shouldWrapByColumns = !!horizontal || participants.length > 2;
|
|
173
170
|
if (!shouldWrapByColumns) {
|
|
174
|
-
return /*#__PURE__*/(
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
})
|
|
184
|
-
});
|
|
171
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, participants.map((participant, index) => {
|
|
172
|
+
return ParticipantView && /*#__PURE__*/_react.default.createElement(ParticipantView, _extends({
|
|
173
|
+
participant: participant,
|
|
174
|
+
style: styles.flexed,
|
|
175
|
+
trackType: "videoTrack",
|
|
176
|
+
key: keyExtractor(participant, index),
|
|
177
|
+
supportedReactions: supportedReactions
|
|
178
|
+
}, participantProps));
|
|
179
|
+
}));
|
|
185
180
|
}
|
|
186
|
-
return /*#__PURE__*/
|
|
181
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
187
182
|
onLayout: onLayout,
|
|
188
|
-
// setting numColumns as key is a strict requirement of react-native to support changing numColumns on the fly
|
|
183
|
+
key: !horizontal ? numberOfColumns : undefined // setting numColumns as key is a strict requirement of react-native to support changing numColumns on the fly
|
|
184
|
+
,
|
|
189
185
|
data: participants,
|
|
190
186
|
keyExtractor: keyExtractor,
|
|
191
187
|
viewabilityConfig: VIEWABILITY_CONFIG,
|
|
@@ -197,7 +193,7 @@ const CallParticipantsList = ({
|
|
|
197
193
|
extraData: `${forceUpdateValue}` // this is important to force re-render when visibility changes
|
|
198
194
|
,
|
|
199
195
|
testID: _TestIds.ComponentTestIds.CALL_PARTICIPANTS_LIST
|
|
200
|
-
}
|
|
196
|
+
});
|
|
201
197
|
};
|
|
202
198
|
exports.CallParticipantsList = CallParticipantsList;
|
|
203
199
|
const useStyles = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoClient","_useDebouncedValue","_videoReactBindings","_TestIds","_ParticipantView","_contexts","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoClient","_useDebouncedValue","_videoReactBindings","_TestIds","_ParticipantView","_contexts","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","VIEWABILITY_CONFIG","waitForInteraction","itemVisiblePercentThreshold","CallParticipantsList","numberOfColumns","horizontal","participants","ParticipantView","DefaultParticipantView","ParticipantLabel","ParticipantNetworkQualityIndicator","ParticipantReaction","ParticipantVideoFallback","VideoRenderer","supportedReactions","landscape","styles","useStyles","containerLayout","setContainerLayout","useState","width","height","viewableParticipantSessionIds","useRef","Set","_forceUpdateValue","forceUpdate","useReducer","x","forceUpdateValue","useDebouncedValue","activeCall","useCall","activeCallRef","current","onViewableItemsChanged","viewableItems","participantPatches","mustUpdate","newVisibleParticipantSessionIds","map","v","key","oldVisibleParticipantSessionIds","forEach","viewportVisibilityState","videoTrack","VisibilityState","VISIBLE","screenShareTrack","UNKNOWN","state","updateParticipants","keyExtractor","item","sessionId","onLayout","event","nativeEvent","layout","prev","itemHeight","itemWidth","calculateParticipantViewSize","containerHeight","containerWidth","participantsLength","margin","participant","itemContainerStyle","useMemo","style","participantWrapperHorizontal","landScapeStyle","participantProps","renderItem","useCallback","isVisible","createElement","Fragment","trackType","shouldWrapByColumns","index","flexed","FlatList","undefined","data","viewabilityConfig","numColumns","showsHorizontalScrollIndicator","extraData","testID","ComponentTestIds","CALL_PARTICIPANTS_LIST","exports","theme","useTheme","StyleSheet","create","flex","marginHorizontal","variants","spacingSizes","sm","borderRadius","borderRadiusSizes","xs"],"sourceRoot":"../../../../../src","sources":["components/Call/CallParticipantsList/CallParticipantsList.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,7 +9,6 @@ var _reactNative = require("react-native");
|
|
|
9
9
|
var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
10
10
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
11
11
|
var _videoClient = require("@stream-io/video-client");
|
|
12
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
12
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
14
13
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
14
|
/**
|
|
@@ -57,19 +56,17 @@ const JoinCallButton = ({
|
|
|
57
56
|
}
|
|
58
57
|
};
|
|
59
58
|
const backgroundColor = isLoading ? colors.buttonDisabled : colors.buttonPrimary;
|
|
60
|
-
return /*#__PURE__*/
|
|
59
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
|
|
61
60
|
style: [styles.container, {
|
|
62
61
|
backgroundColor
|
|
63
62
|
}, joinCallButton.container],
|
|
64
63
|
onPress: onPress,
|
|
65
|
-
disabled: isLoading
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
})
|
|
72
|
-
});
|
|
64
|
+
disabled: isLoading
|
|
65
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
66
|
+
style: [styles.label, {
|
|
67
|
+
color: colors.textPrimary
|
|
68
|
+
}, typefaces.subtitleBold, joinCallButton.label]
|
|
69
|
+
}, isLoading ? t('Joining...') : t('Join')));
|
|
73
70
|
};
|
|
74
71
|
exports.JoinCallButton = JoinCallButton;
|
|
75
72
|
const useStyles = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_ThemeContext","_videoClient","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_ThemeContext","_videoClient","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","JoinCallButton","onJoinCallHandler","onPressHandler","theme","colors","typefaces","joinCallButton","useTheme","styles","useStyles","isLoading","setIsLoading","useState","useI18n","useCall","onPress","join","create","error","logger","getLogger","backgroundColor","buttonDisabled","buttonPrimary","createElement","Pressable","style","container","disabled","Text","label","color","textPrimary","subtitleBold","exports","useMemo","StyleSheet","borderRadius","variants","borderRadiusSizes","lg","marginTop","spacingSizes","md","paddingVertical","sm","textAlign"],"sourceRoot":"../../../../../src","sources":["components/Call/Lobby/JoinCallButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -15,7 +15,6 @@ var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
|
15
15
|
var _useCallMediaStreamCleanup = require("../../../hooks/internal/useCallMediaStreamCleanup");
|
|
16
16
|
var _LobbyFooter = require("./LobbyFooter");
|
|
17
17
|
var _useApplyDefaultMediaStreamSettings = require("../../../hooks/useApplyDefaultMediaStreamSettings");
|
|
18
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
19
18
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
20
19
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
20
|
/**
|
|
@@ -62,38 +61,31 @@ const Lobby = ({
|
|
|
62
61
|
image: connectedUser?.image,
|
|
63
62
|
name: connectedUser?.name
|
|
64
63
|
};
|
|
65
|
-
return /*#__PURE__*/
|
|
66
|
-
style: [styles.container, lobby.container]
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(ParticipantStatus, {})]
|
|
91
|
-
})]
|
|
92
|
-
}), LobbyControls && /*#__PURE__*/(0, _jsxRuntime.jsx)(LobbyControls, {}), LobbyFooter && /*#__PURE__*/(0, _jsxRuntime.jsx)(LobbyFooter, {
|
|
93
|
-
JoinCallButton: JoinCallButton,
|
|
94
|
-
onJoinCallHandler: onJoinCallHandler
|
|
95
|
-
})]
|
|
96
|
-
});
|
|
64
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
65
|
+
style: [styles.container, lobby.container]
|
|
66
|
+
}, connectedUser && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
67
|
+
style: [styles.heading, typefaces.heading5, lobby.heading]
|
|
68
|
+
}, t('Before joining')), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
69
|
+
style: [styles.subHeading, lobby.subHeading]
|
|
70
|
+
}, t('Setup your audio and video')), isVideoEnabledInCall && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
71
|
+
style: [styles.videoContainer, {
|
|
72
|
+
backgroundColor: colors.sheetTertiary
|
|
73
|
+
}, lobby.videoContainer]
|
|
74
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
75
|
+
style: styles.topView
|
|
76
|
+
}), !cameraIsMuted && localVideoStream ? /*#__PURE__*/_react.default.createElement(_reactNativeWebrtc.RTCView, {
|
|
77
|
+
mirror: true,
|
|
78
|
+
streamURL: localVideoStream.toURL(),
|
|
79
|
+
objectFit: "cover",
|
|
80
|
+
style: _reactNative.StyleSheet.absoluteFillObject
|
|
81
|
+
}) : /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
82
|
+
style: [styles.avatarContainer, lobby.avatarContainer]
|
|
83
|
+
}, /*#__PURE__*/_react.default.createElement(_Avatar.Avatar, {
|
|
84
|
+
participant: connectedUserAsParticipant
|
|
85
|
+
})), /*#__PURE__*/_react.default.createElement(ParticipantStatus, null))), LobbyControls && /*#__PURE__*/_react.default.createElement(LobbyControls, null), LobbyFooter && /*#__PURE__*/_react.default.createElement(LobbyFooter, {
|
|
86
|
+
JoinCallButton: JoinCallButton,
|
|
87
|
+
onJoinCallHandler: onJoinCallHandler
|
|
88
|
+
}));
|
|
97
89
|
};
|
|
98
90
|
exports.Lobby = Lobby;
|
|
99
91
|
const ParticipantStatus = () => {
|
|
@@ -107,18 +99,16 @@ const ParticipantStatus = () => {
|
|
|
107
99
|
const styles = useStyles();
|
|
108
100
|
const connectedUser = (0, _videoReactBindings.useConnectedUser)();
|
|
109
101
|
const participantLabel = connectedUser?.name ?? connectedUser?.id;
|
|
110
|
-
return /*#__PURE__*/
|
|
102
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
111
103
|
style: [styles.participantStatusContainer, {
|
|
112
104
|
backgroundColor: colors.sheetOverlay
|
|
113
|
-
}, lobby.participantStatusContainer]
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
})
|
|
121
|
-
});
|
|
105
|
+
}, lobby.participantStatusContainer]
|
|
106
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
107
|
+
style: [styles.userNameLabel, {
|
|
108
|
+
color: colors.textPrimary
|
|
109
|
+
}, typefaces.caption, lobby.userNameLabel],
|
|
110
|
+
numberOfLines: 1
|
|
111
|
+
}, participantLabel));
|
|
122
112
|
};
|
|
123
113
|
const useStyles = (landscape = false) => {
|
|
124
114
|
const {
|