@stream-io/video-react-native-sdk 1.9.31 → 1.10.1
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 +22 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +31 -21
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +3 -2
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +7 -5
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +11 -8
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +11 -9
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +5 -3
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +12 -9
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +22 -15
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +10 -6
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +15 -11
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +13 -9
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +18 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +17 -12
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +13 -9
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +17 -12
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +39 -34
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +10 -8
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +22 -18
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +25 -21
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +10 -7
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +43 -33
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +21 -16
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +2 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +2 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +32 -22
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +35 -25
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +12 -8
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +28 -22
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +25 -22
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +31 -26
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +19 -14
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +5 -3
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +19 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +19 -14
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +12 -9
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +14 -12
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +5 -3
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +16 -12
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +18 -13
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +10 -7
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +18 -13
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +19 -15
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +18 -15
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +20 -16
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js +4 -0
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +39 -33
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +54 -43
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +30 -27
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +11 -7
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +17 -14
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +23 -20
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +8 -7
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +13 -11
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +18 -15
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +35 -29
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +5 -3
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/StreamVideoContext.js +6 -5
- package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +5 -3
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js +14 -1
- package/dist/commonjs/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/commonjs/icons/Back.js +8 -6
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +8 -6
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +8 -6
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +8 -6
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +5 -3
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +8 -6
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +8 -6
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +8 -6
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +8 -6
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +8 -6
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +8 -6
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +8 -6
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +8 -6
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +8 -6
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +21 -18
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/Settings.js +7 -5
- package/dist/commonjs/icons/Settings.js.map +1 -1
- package/dist/commonjs/icons/ShieldBadge.js +8 -6
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
- package/dist/commonjs/icons/Spotlight.js +10 -8
- package/dist/commonjs/icons/Spotlight.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +8 -6
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +11 -9
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ThreeDots.js +20 -18
- package/dist/commonjs/icons/ThreeDots.js.map +1 -1
- package/dist/commonjs/icons/TopViewBackground.js +24 -19
- package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
- package/dist/commonjs/icons/Video.js +8 -6
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +8 -6
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/package.json +1 -0
- package/dist/commonjs/providers/StreamCall/index.js +5 -3
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +10 -5
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/utils/StreamVideoRN/index.js +3 -0
- package/dist/commonjs/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +33 -21
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +5 -2
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +2 -0
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +9 -6
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +13 -8
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +13 -10
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +7 -3
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +14 -10
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +24 -16
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +12 -7
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +17 -12
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +15 -10
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +20 -14
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +19 -13
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +15 -10
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +19 -13
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +2 -0
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +41 -34
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +12 -9
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +24 -19
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +2 -0
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +27 -21
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +2 -0
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +12 -8
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +45 -34
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +23 -17
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +2 -0
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +4 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +4 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +34 -23
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +37 -26
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +14 -9
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +30 -22
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +27 -22
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +2 -0
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +2 -0
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +33 -27
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +2 -0
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +18 -13
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +18 -13
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +21 -14
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +7 -4
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +21 -16
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +21 -14
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +18 -13
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +14 -10
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +16 -13
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +7 -3
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +18 -13
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +18 -13
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +20 -14
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +12 -8
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +20 -14
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +21 -16
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +2 -0
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +2 -0
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +20 -15
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +22 -16
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +6 -0
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +2 -0
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +41 -34
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +56 -44
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +32 -28
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +13 -8
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +19 -15
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +25 -21
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +10 -8
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +15 -11
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +2 -0
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +2 -0
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +2 -0
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +20 -16
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +37 -30
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +2 -0
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +2 -0
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +2 -0
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +7 -3
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/StreamVideoContext.js +7 -3
- package/dist/module/contexts/StreamVideoContext.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +7 -3
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +2 -0
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/hooks/index.js +2 -0
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +2 -0
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/index.js +2 -0
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +2 -0
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +2 -0
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +2 -0
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js +2 -0
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +16 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +2 -0
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +2 -0
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +2 -0
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +2 -0
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +2 -0
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +2 -0
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +2 -0
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +2 -0
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +2 -0
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +2 -0
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +2 -0
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +2 -0
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +10 -6
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +10 -6
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +10 -6
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +10 -6
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +7 -3
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LeaveStreamIcon.js +10 -6
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/module/icons/Lock.js +10 -6
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Mic.js +10 -6
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +10 -6
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +10 -6
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +10 -6
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +10 -6
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +10 -6
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +10 -6
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +23 -18
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/Settings.js +9 -5
- package/dist/module/icons/Settings.js.map +1 -1
- package/dist/module/icons/ShieldBadge.js +10 -6
- package/dist/module/icons/ShieldBadge.js.map +1 -1
- package/dist/module/icons/Spotlight.js +12 -8
- package/dist/module/icons/Spotlight.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +10 -6
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +13 -9
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/ThreeDots.js +22 -18
- package/dist/module/icons/ThreeDots.js.map +1 -1
- package/dist/module/icons/TopViewBackground.js +26 -19
- package/dist/module/icons/TopViewBackground.js.map +1 -1
- package/dist/module/icons/Video.js +10 -6
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +10 -6
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +2 -0
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +2 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/package.json +1 -0
- package/dist/module/providers/StreamCall/AppStateListener.js +2 -0
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +2 -0
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +7 -4
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +12 -5
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +2 -0
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +2 -0
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +2 -0
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +2 -0
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +2 -0
- package/dist/module/translations/index.js +2 -0
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +5 -0
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +2 -0
- package/dist/module/utils/enterPiPAndroid.js +2 -0
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +2 -0
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +2 -0
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/useDebouncedValue.js +2 -0
- package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +2 -0
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +2 -0
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/newNotificationCallbacks.js +2 -0
- package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +2 -0
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +2 -0
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +2 -0
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +2 -0
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +2 -0
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +2 -0
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/push/android.js +2 -0
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +2 -0
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/rxSubjects.js +2 -0
- package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +2 -0
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +2 -0
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +2 -0
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +2 -0
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +2 -0
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +2 -0
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +2 -0
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +2 -0
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js +2 -0
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +2 -0
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +2 -0
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/utils.js +2 -0
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +2 -0
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +3 -1
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts +1 -0
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +8 -8
- package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +18 -5
- package/src/utils/StreamVideoRN/index.ts +4 -0
- package/src/version.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_Avatar","_reactNativeWebrtc","_LobbyControls","_JoinCallButton","_ThemeContext","_useCallMediaStreamCleanup","_LobbyFooter","_useApplyDefaultMediaStreamSettings","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Lobby","onJoinCallHandler","LobbyControls","DefaultLobbyControls","JoinCallButton","DefaultJoinCallButton","landscape","LobbyFooter","DefaultLobbyFooter","theme","colors","lobby","typefaces","useTheme","styles","useStyles","connectedUser","useConnectedUser","useCameraState","useCallSettings","useCallStateHooks","callSettings","isVideoEnabledInCall","video","enabled","isMute","cameraIsMuted","mediaStream","useI18n","localVideoStream","useApplyDefaultMediaStreamSettings","useCallMediaStreamCleanup","connectedUserAsParticipant","userId","id","image","name","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_videoReactBindings","_Avatar","_reactNativeWebrtc","_LobbyControls","_JoinCallButton","_ThemeContext","_useCallMediaStreamCleanup","_LobbyFooter","_useApplyDefaultMediaStreamSettings","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Lobby","onJoinCallHandler","LobbyControls","DefaultLobbyControls","JoinCallButton","DefaultJoinCallButton","landscape","LobbyFooter","DefaultLobbyFooter","theme","colors","lobby","typefaces","useTheme","styles","useStyles","connectedUser","useConnectedUser","useCameraState","useCallSettings","useCallStateHooks","callSettings","isVideoEnabledInCall","video","enabled","isMute","cameraIsMuted","mediaStream","useI18n","localVideoStream","useApplyDefaultMediaStreamSettings","useCallMediaStreamCleanup","connectedUserAsParticipant","userId","id","image","name","jsxs","View","style","container","children","Fragment","jsx","Text","heading","heading5","subHeading","videoContainer","backgroundColor","sheetTertiary","topView","RTCView","mirror","streamURL","toURL","objectFit","StyleSheet","absoluteFillObject","avatarContainer","Avatar","participant","ParticipantStatus","exports","participantLabel","participantStatusContainer","sheetOverlay","userNameLabel","color","textPrimary","caption","numberOfLines","useMemo","create","textAlign","paddingBottom","variants","spacingSizes","xs","md","textSecondary","flex","justifyContent","sheetPrimary","paddingRight","insets","right","sm","paddingLeft","left","paddingTop","top","bottom","height","borderRadius","borderRadiusSizes","alignItems","overflow","alignSelf","flexDirection","padding","borderTopRightRadius","flexShrink"],"sourceRoot":"../../../../../src","sources":["components/Call/Lobby/Lobby.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,6 +9,7 @@ var _reactNative = require("react-native");
|
|
|
9
9
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
10
10
|
var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
11
11
|
var _Lock = require("../../../icons/Lock");
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
13
|
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); }
|
|
13
14
|
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; }
|
|
14
15
|
/**
|
|
@@ -51,22 +52,26 @@ const LobbyFooter = ({
|
|
|
51
52
|
numberOfParticipants
|
|
52
53
|
});
|
|
53
54
|
}, [numberOfParticipants, t]);
|
|
54
|
-
return /*#__PURE__*/
|
|
55
|
-
style: [styles.mainContainer, lobby.infoContainer]
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
55
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
56
|
+
style: [styles.mainContainer, lobby.infoContainer],
|
|
57
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
58
|
+
style: styles.textContainer,
|
|
59
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
60
|
+
style: styles.iconContainer,
|
|
61
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Lock.Lock, {
|
|
62
|
+
color: colors.iconPrimary,
|
|
63
|
+
size: variants.iconSizes.md
|
|
64
|
+
})
|
|
65
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
66
|
+
style: [{
|
|
67
|
+
color: colors.textPrimary
|
|
68
|
+
}, styles.infoText, lobby.infoText],
|
|
69
|
+
children: t('You are about to join a call.') + ' ' + participantsText
|
|
70
|
+
})]
|
|
71
|
+
}), JoinCallButton && /*#__PURE__*/(0, _jsxRuntime.jsx)(JoinCallButton, {
|
|
72
|
+
onJoinCallHandler: onJoinCallHandler
|
|
73
|
+
})]
|
|
74
|
+
});
|
|
70
75
|
};
|
|
71
76
|
exports.LobbyFooter = LobbyFooter;
|
|
72
77
|
const useStyles = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_ThemeContext","_videoReactBindings","_Lock","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","LobbyFooter","onJoinCallHandler","JoinCallButton","theme","colors","lobby","variants","useTheme","styles","useStyles","useCallSession","useCallStateHooks","useI18n","session","numberOfParticipants","participants","length","participantsText","useMemo","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_ThemeContext","_videoReactBindings","_Lock","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","LobbyFooter","onJoinCallHandler","JoinCallButton","theme","colors","lobby","variants","useTheme","styles","useStyles","useCallSession","useCallStateHooks","useI18n","session","numberOfParticipants","participants","length","participantsText","useMemo","jsxs","View","style","mainContainer","infoContainer","children","textContainer","jsx","iconContainer","Lock","color","iconPrimary","size","iconSizes","md","Text","textPrimary","infoText","exports","StyleSheet","create","padding","spacingSizes","sm","flexDirection","alignItems","justifyContent","backgroundColor","sheetTertiary","paddingHorizontal","paddingVertical","xs","borderRadius","borderRadiusSizes","marginRight","fontSize","fontSizes","lineHeight","fontWeight"],"sourceRoot":"../../../../../src","sources":["components/Call/Lobby/LobbyFooter.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAA2C,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAM,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,SAAAR,wBAAAQ,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;AAE3C;AACA;AACA;;AAMA;AACA;AACA;AACO,MAAMW,WAAW,GAAGA,CAAC;EAC1BC,iBAAiB;EACjBC;AACgB,CAAC,KAAK;EACtB,MAAM;IACJC,KAAK,EAAE;MAAEC,MAAM;MAAEC,KAAK;MAAEC;IAAS;EACnC,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EACd,MAAMC,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EAC9C,MAAM;IAAE3B;EAAE,CAAC,GAAG,IAAA4B,2BAAO,EAAC,CAAC;EACvB,MAAMC,OAAO,GAAGH,cAAc,CAAC,CAAC;EAChC,MAAMI,oBAAoB,GAAGD,OAAO,EAAEE,YAAY,CAACC,MAAM;EAEzD,MAAMC,gBAAgB,GAAG,IAAAC,cAAO,EAAC,MAAM;IACrC,IAAI,CAACJ,oBAAoB,EAAE;MACzB,OAAO9B,CAAC,CAAC,wDAAwD,CAAC;IACpE;IACA,IAAI8B,oBAAoB,KAAK,CAAC,EAAE;MAC9B,OAAO9B,CAAC,CAAC,4DAA4D,EAAE;QACrE8B;MACF,CAAC,CAAC;IACJ;IACA,OAAO9B,CAAC,CAAC,6DAA6D,EAAE;MACtE8B;IACF,CAAC,CAAC;EACJ,CAAC,EAAE,CAACA,oBAAoB,EAAE9B,CAAC,CAAC,CAAC;EAE7B,oBACE,IAAAL,WAAA,CAAAwC,IAAA,EAAC5C,YAAA,CAAA6C,IAAI;IAACC,KAAK,EAAE,CAACb,MAAM,CAACc,aAAa,EAAEjB,KAAK,CAACkB,aAAa,CAAE;IAAAC,QAAA,gBACvD,IAAA7C,WAAA,CAAAwC,IAAA,EAAC5C,YAAA,CAAA6C,IAAI;MAACC,KAAK,EAAEb,MAAM,CAACiB,aAAc;MAAAD,QAAA,gBAChC,IAAA7C,WAAA,CAAA+C,GAAA,EAACnD,YAAA,CAAA6C,IAAI;QAACC,KAAK,EAAEb,MAAM,CAACmB,aAAc;QAAAH,QAAA,eAChC,IAAA7C,WAAA,CAAA+C,GAAA,EAAChD,KAAA,CAAAkD,IAAI;UAACC,KAAK,EAAEzB,MAAM,CAAC0B,WAAY;UAACC,IAAI,EAAEzB,QAAQ,CAAC0B,SAAS,CAACC;QAAG,CAAE;MAAC,CAC5D,CAAC,eACP,IAAAtD,WAAA,CAAA+C,GAAA,EAACnD,YAAA,CAAA2D,IAAI;QACHb,KAAK,EAAE,CACL;UAAEQ,KAAK,EAAEzB,MAAM,CAAC+B;QAAY,CAAC,EAC7B3B,MAAM,CAAC4B,QAAQ,EACf/B,KAAK,CAAC+B,QAAQ,CACd;QAAAZ,QAAA,EAEDxC,CAAC,CAAC,+BAA+B,CAAC,GAAG,GAAG,GAAGiC;MAAgB,CACxD,CAAC;IAAA,CACH,CAAC,EACNf,cAAc,iBACb,IAAAvB,WAAA,CAAA+C,GAAA,EAACxB,cAAc;MAACD,iBAAiB,EAAEA;IAAkB,CAAE,CACxD;EAAA,CACG,CAAC;AAEX,CAAC;AAACoC,OAAA,CAAArC,WAAA,GAAAA,WAAA;AAEF,MAAMS,SAAS,GAAGA,CAAA,KAAM;EACtB,MAAM;IAAEN;EAAM,CAAC,GAAG,IAAAI,sBAAQ,EAAC,CAAC;EAC5B,OAAO,IAAAW,cAAO,EACZ,MACEoB,uBAAU,CAACC,MAAM,CAAC;IAChBjB,aAAa,EAAE;MACbkB,OAAO,EAAErC,KAAK,CAACG,QAAQ,CAACmC,YAAY,CAACC;IACvC,CAAC;IACDjB,aAAa,EAAE;MACbkB,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,eAAe,EAAE3C,KAAK,CAACC,MAAM,CAAC2C,aAAa;MAC3CC,iBAAiB,EAAE7C,KAAK,CAACG,QAAQ,CAACmC,YAAY,CAACR,EAAE;MACjDgB,eAAe,EAAE9C,KAAK,CAACG,QAAQ,CAACmC,YAAY,CAACS,EAAE;MAC/CC,YAAY,EAAEhD,KAAK,CAACG,QAAQ,CAAC8C,iBAAiB,CAACV;IACjD,CAAC;IACDf,aAAa,EAAE;MACb0B,WAAW,EAAElD,KAAK,CAACG,QAAQ,CAACmC,YAAY,CAACC;IAC3C,CAAC;IACDN,QAAQ,EAAE;MACRkB,QAAQ,EAAEnD,KAAK,CAACG,QAAQ,CAACiD,SAAS,CAACb,EAAE;MACrCc,UAAU,EAAE,EAAE;MACdC,UAAU,EAAE;IACd;EACF,CAAC,CAAC,EACJ,CAACtD,KAAK,CACR,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -7,12 +7,13 @@ exports.CallLeftIndicator = void 0;
|
|
|
7
7
|
var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _TextBasedIndicator = require("./TextBasedIndicator");
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
11
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
12
|
const CallLeftIndicator = props => {
|
|
12
13
|
const {
|
|
13
14
|
t
|
|
14
15
|
} = (0, _videoReactBindings.useI18n)();
|
|
15
|
-
return /*#__PURE__*/
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextBasedIndicator.TextBasedIndicator, {
|
|
16
17
|
text: t('You have left the call'),
|
|
17
18
|
onBackPress: props.onBackPress
|
|
18
19
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireDefault","_TextBasedIndicator","e","__esModule","default","CallLeftIndicator","props","t","useI18n","
|
|
1
|
+
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireDefault","_TextBasedIndicator","_jsxRuntime","e","__esModule","default","CallLeftIndicator","props","t","useI18n","jsx","TextBasedIndicator","text","onBackPress","exports"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/CallLeftIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAG8B,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOvB,MAAMG,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC;EAAE,CAAC,GAAG,IAAAC,2BAAO,EAAC,CAAC;EACvB,oBACE,IAAAP,WAAA,CAAAQ,GAAA,EAACT,mBAAA,CAAAU,kBAAkB;IACjBC,IAAI,EAAEJ,CAAC,CAAC,wBAAwB,CAAE;IAClCK,WAAW,EAAEN,KAAK,CAACM;EAAY,CAChC,CAAC;AAEN,CAAC;AAACC,OAAA,CAAAR,iBAAA,GAAAA,iBAAA","ignoreList":[]}
|
|
@@ -7,12 +7,13 @@ exports.CallPreparingIndicator = void 0;
|
|
|
7
7
|
var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _TextBasedIndicator = require("./TextBasedIndicator");
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
11
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
12
|
const CallPreparingIndicator = props => {
|
|
12
13
|
const {
|
|
13
14
|
t
|
|
14
15
|
} = (0, _videoReactBindings.useI18n)();
|
|
15
|
-
return /*#__PURE__*/
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextBasedIndicator.TextBasedIndicator, {
|
|
16
17
|
text: t('Preparing call'),
|
|
17
18
|
onBackPress: props.onBackPress
|
|
18
19
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireDefault","_TextBasedIndicator","e","__esModule","default","CallPreparingIndicator","props","t","useI18n","
|
|
1
|
+
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireDefault","_TextBasedIndicator","_jsxRuntime","e","__esModule","default","CallPreparingIndicator","props","t","useI18n","jsx","TextBasedIndicator","text","onBackPress","exports"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/CallPreparingIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAG8B,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOvB,MAAMG,sBAAsB,GAAIC,KAAkC,IAAK;EAC5E,MAAM;IAAEC;EAAE,CAAC,GAAG,IAAAC,2BAAO,EAAC,CAAC;EACvB,oBACE,IAAAP,WAAA,CAAAQ,GAAA,EAACT,mBAAA,CAAAU,kBAAkB;IACjBC,IAAI,EAAEJ,CAAC,CAAC,gBAAgB,CAAE;IAC1BK,WAAW,EAAEN,KAAK,CAACM;EAAY,CAChC,CAAC;AAEN,CAAC;AAACC,OAAA,CAAAR,sBAAA,GAAAA,sBAAA","ignoreList":[]}
|
|
@@ -10,6 +10,7 @@ var _videoReactBindings = require("@stream-io/video-react-bindings");
|
|
|
10
10
|
var _UserInfo = require("./UserInfo");
|
|
11
11
|
var _CallControls = require("../CallControls");
|
|
12
12
|
var _contexts = require("../../../contexts");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
15
|
/**
|
|
15
16
|
* Props for the IncomingCall Component.
|
|
@@ -38,22 +39,29 @@ const IncomingCall = ({
|
|
|
38
39
|
const landscapeContentStyles = {
|
|
39
40
|
flexDirection: landscape ? 'row' : 'column'
|
|
40
41
|
};
|
|
41
|
-
return /*#__PURE__*/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
42
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Background, {
|
|
43
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
44
|
+
style: [styles.content, landscapeContentStyles, incomingCall.content],
|
|
45
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
46
|
+
style: [styles.topContainer, incomingCall.topContainer],
|
|
47
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_UserInfo.UserInfo, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
48
|
+
style: [styles.incomingCallText, {
|
|
49
|
+
color: colors.textPrimary
|
|
50
|
+
}, typefaces.heading6, incomingCall.incomingCallText],
|
|
51
|
+
children: t('Incoming Call...')
|
|
52
|
+
})]
|
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
54
|
+
style: [styles.bottomContainer, incomingCall.bottomContainer],
|
|
55
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
56
|
+
style: [styles.incomingCallControls, incomingCall.incomingCallControls],
|
|
57
|
+
children: IncomingCallControls && /*#__PURE__*/(0, _jsxRuntime.jsx)(IncomingCallControls, {
|
|
58
|
+
onAcceptCallHandler: onAcceptCallHandler,
|
|
59
|
+
onRejectCallHandler: onRejectCallHandler
|
|
60
|
+
})
|
|
61
|
+
})
|
|
62
|
+
})]
|
|
63
|
+
})
|
|
64
|
+
});
|
|
57
65
|
};
|
|
58
66
|
exports.IncomingCall = IncomingCall;
|
|
59
67
|
const Background = ({
|
|
@@ -78,21 +86,23 @@ const Background = ({
|
|
|
78
86
|
user
|
|
79
87
|
}) => user.image).filter(image => !!image);
|
|
80
88
|
if (avatarsToShow.length) {
|
|
81
|
-
return /*#__PURE__*/
|
|
89
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ImageBackground, {
|
|
82
90
|
blurRadius: 10,
|
|
83
91
|
source: {
|
|
84
92
|
uri: avatarsToShow[0]
|
|
85
93
|
},
|
|
86
94
|
style: [styles.background, {
|
|
87
95
|
backgroundColor: colors.sheetTertiary
|
|
88
|
-
}, incomingCall.background]
|
|
89
|
-
|
|
96
|
+
}, incomingCall.background],
|
|
97
|
+
children: children
|
|
98
|
+
});
|
|
90
99
|
}
|
|
91
|
-
return /*#__PURE__*/
|
|
100
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
92
101
|
style: [styles.background, {
|
|
93
102
|
backgroundColor: colors.sheetTertiary
|
|
94
|
-
}, incomingCall.background]
|
|
95
|
-
|
|
103
|
+
}, incomingCall.background],
|
|
104
|
+
children: children
|
|
105
|
+
});
|
|
96
106
|
};
|
|
97
107
|
const styles = exports.styles = _reactNative.StyleSheet.create({
|
|
98
108
|
background: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_UserInfo","_CallControls","_contexts","e","__esModule","default","IncomingCall","onAcceptCallHandler","onRejectCallHandler","IncomingCallControls","DefaultIncomingCallControls","landscape","t","useI18n","theme","colors","incomingCall","typefaces","useTheme","landscapeContentStyles","flexDirection","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_videoReactBindings","_UserInfo","_CallControls","_contexts","_jsxRuntime","e","__esModule","default","IncomingCall","onAcceptCallHandler","onRejectCallHandler","IncomingCallControls","DefaultIncomingCallControls","landscape","t","useI18n","theme","colors","incomingCall","typefaces","useTheme","landscapeContentStyles","flexDirection","jsx","Background","children","jsxs","View","style","styles","content","topContainer","UserInfo","Text","incomingCallText","color","textPrimary","heading6","bottomContainer","incomingCallControls","exports","connectedUser","useConnectedUser","useCallMembers","useCallStateHooks","members","avatarsToShow","filter","user","id","map","image","length","ImageBackground","blurRadius","source","uri","background","backgroundColor","sheetTertiary","StyleSheet","create","flex","justifyContent","marginTop","textAlign"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/IncomingCall.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAOA,IAAAE,mBAAA,GAAAF,OAAA;AAKA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,aAAA,GAAAJ,OAAA;AAIA,IAAAK,SAAA,GAAAL,OAAA;AAA6C,IAAAM,WAAA,GAAAN,OAAA;AAAA,SAAAD,uBAAAQ,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE7C;AACA;AACA;;AAaA;AACA;AACA;AACA;AACO,MAAMG,YAAY,GAAGA,CAAC;EAC3BC,mBAAmB;EACnBC,mBAAmB;EACnBC,oBAAoB,GAAGC,kCAA2B;EAClDC;AACiB,CAAC,KAAK;EACvB,MAAM;IAAEC;EAAE,CAAC,GAAG,IAAAC,2BAAO,EAAC,CAAC;EACvB,MAAM;IACJC,KAAK,EAAE;MAAEC,MAAM;MAAEC,YAAY;MAAEC;IAAU;EAC3C,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEd,MAAMC,sBAAiC,GAAG;IACxCC,aAAa,EAAET,SAAS,GAAG,KAAK,GAAG;EACrC,CAAC;EAED,oBACE,IAAAT,WAAA,CAAAmB,GAAA,EAACC,UAAU;IAAAC,QAAA,eACT,IAAArB,WAAA,CAAAsB,IAAA,EAAC3B,YAAA,CAAA4B,IAAI;MACHC,KAAK,EAAE,CAACC,MAAM,CAACC,OAAO,EAAET,sBAAsB,EAAEH,YAAY,CAACY,OAAO,CAAE;MAAAL,QAAA,gBAEtE,IAAArB,WAAA,CAAAsB,IAAA,EAAC3B,YAAA,CAAA4B,IAAI;QAACC,KAAK,EAAE,CAACC,MAAM,CAACE,YAAY,EAAEb,YAAY,CAACa,YAAY,CAAE;QAAAN,QAAA,gBAC5D,IAAArB,WAAA,CAAAmB,GAAA,EAACtB,SAAA,CAAA+B,QAAQ,IAAE,CAAC,eACZ,IAAA5B,WAAA,CAAAmB,GAAA,EAACxB,YAAA,CAAAkC,IAAI;UACHL,KAAK,EAAE,CACLC,MAAM,CAACK,gBAAgB,EACvB;YAAEC,KAAK,EAAElB,MAAM,CAACmB;UAAY,CAAC,EAC7BjB,SAAS,CAACkB,QAAQ,EAClBnB,YAAY,CAACgB,gBAAgB,CAC7B;UAAAT,QAAA,EAEDX,CAAC,CAAC,kBAAkB;QAAC,CAClB,CAAC;MAAA,CACH,CAAC,eACP,IAAAV,WAAA,CAAAmB,GAAA,EAACxB,YAAA,CAAA4B,IAAI;QAACC,KAAK,EAAE,CAACC,MAAM,CAACS,eAAe,EAAEpB,YAAY,CAACoB,eAAe,CAAE;QAAAb,QAAA,eAClE,IAAArB,WAAA,CAAAmB,GAAA,EAACxB,YAAA,CAAA4B,IAAI;UACHC,KAAK,EAAE,CACLC,MAAM,CAACU,oBAAoB,EAC3BrB,YAAY,CAACqB,oBAAoB,CACjC;UAAAd,QAAA,EAEDd,oBAAoB,iBACnB,IAAAP,WAAA,CAAAmB,GAAA,EAACZ,oBAAoB;YACnBF,mBAAmB,EAAEA,mBAAoB;YACzCC,mBAAmB,EAAEA;UAAoB,CAC1C;QACF,CACG;MAAC,CACH,CAAC;IAAA,CACH;EAAC,CACG,CAAC;AAEjB,CAAC;AAAC8B,OAAA,CAAAhC,YAAA,GAAAA,YAAA;AAEF,MAAMgB,UAEJ,GAAGA,CAAC;EAAEC;AAAS,CAAC,KAAK;EACrB,MAAM;IACJT,KAAK,EAAE;MAAEC,MAAM;MAAEC;IAAa;EAChC,CAAC,GAAG,IAAAE,kBAAQ,EAAC,CAAC;EACd,MAAMqB,aAAa,GAAG,IAAAC,oCAAgB,EAAC,CAAC;EACxC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EAC9C,MAAMC,OAAO,GAAGF,cAAc,CAAC,CAAC;;EAEhC;EACA,MAAMG,aAAa,GAAG,CAACD,OAAO,IAAI,EAAE,EACjCE,MAAM,CAAC,CAAC;IAAEC;EAAK,CAAC,KAAKA,IAAI,CAACC,EAAE,KAAKR,aAAa,EAAEQ,EAAE,CAAC,CACnDC,GAAG,CAAC,CAAC;IAAEF;EAAK,CAAC,KAAKA,IAAI,CAACG,KAAK,CAAC,CAC7BJ,MAAM,CAAEI,KAAK,IAAsB,CAAC,CAACA,KAAK,CAAC;EAE9C,IAAIL,aAAa,CAACM,MAAM,EAAE;IACxB,oBACE,IAAAhD,WAAA,CAAAmB,GAAA,EAACxB,YAAA,CAAAsD,eAAe;MACdC,UAAU,EAAE,EAAG;MACfC,MAAM,EAAE;QACNC,GAAG,EAAEV,aAAa,CAAC,CAAC;MACtB,CAAE;MACFlB,KAAK,EAAE,CACLC,MAAM,CAAC4B,UAAU,EACjB;QAAEC,eAAe,EAAEzC,MAAM,CAAC0C;MAAc,CAAC,EACzCzC,YAAY,CAACuC,UAAU,CACvB;MAAAhC,QAAA,EAEDA;IAAQ,CACM,CAAC;EAEtB;EACA,oBACE,IAAArB,WAAA,CAAAmB,GAAA,EAACxB,YAAA,CAAA4B,IAAI;IACHC,KAAK,EAAE,CACLC,MAAM,CAAC4B,UAAU,EACjB;MAAEC,eAAe,EAAEzC,MAAM,CAAC0C;IAAc,CAAC,EACzCzC,YAAY,CAACuC,UAAU,CACvB;IAAAhC,QAAA,EAEDA;EAAQ,CACL,CAAC;AAEX,CAAC;AAEM,MAAMI,MAAM,GAAAW,OAAA,CAAAX,MAAA,GAAG+B,uBAAU,CAACC,MAAM,CAAC;EACtCJ,UAAU,EAAE;IACVK,IAAI,EAAE;EACR,CAAC;EACDhC,OAAO,EAAE;IACPgC,IAAI,EAAE;EACR,CAAC;EACD/B,YAAY,EAAE;IAAE+B,IAAI,EAAE,CAAC;IAAEC,cAAc,EAAE;EAAS,CAAC;EACnD7B,gBAAgB,EAAE;IAChB8B,SAAS,EAAE,CAAC;IACZC,SAAS,EAAE;EACb,CAAC;EACD3B,eAAe,EAAE;IAAEwB,IAAI,EAAE,CAAC;IAAEC,cAAc,EAAE;EAAS,CAAC;EACtDxB,oBAAoB,EAAE;IACpBwB,cAAc,EAAE;EAClB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -14,6 +14,7 @@ var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
|
14
14
|
var _CallControls = require("../CallControls");
|
|
15
15
|
var _useCallMediaStreamCleanup = require("../../../hooks/internal/useCallMediaStreamCleanup");
|
|
16
16
|
var _useApplyDefaultMediaStreamSettings = require("../../../hooks/useApplyDefaultMediaStreamSettings");
|
|
17
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
18
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
18
19
|
/**
|
|
19
20
|
* Props for the OutgoingCall Component.
|
|
@@ -42,21 +43,29 @@ const OutgoingCall = ({
|
|
|
42
43
|
const landscapeContentStyles = {
|
|
43
44
|
flexDirection: landscape ? 'row' : 'column'
|
|
44
45
|
};
|
|
45
|
-
return /*#__PURE__*/
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
46
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
47
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
48
|
+
style: [_reactNative.StyleSheet.absoluteFill, styles.container, outgoingCall.container],
|
|
49
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
50
|
+
style: [styles.content, landscapeContentStyles, outgoingCall.content],
|
|
51
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
52
|
+
style: [styles.topContainer, outgoingCall.topContainer],
|
|
53
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_UserInfo.UserInfo, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
54
|
+
style: [styles.callingText, {
|
|
55
|
+
color: colors.textPrimary
|
|
56
|
+
}, typefaces.heading6, outgoingCall.callingText],
|
|
57
|
+
children: t('Calling...')
|
|
58
|
+
})]
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
60
|
+
style: [styles.bottomContainer, outgoingCall.bottomContainer],
|
|
61
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
62
|
+
style: [styles.outgoingCallControls, outgoingCall.outgoingCallControls],
|
|
63
|
+
children: OutgoingCallControls && /*#__PURE__*/(0, _jsxRuntime.jsx)(OutgoingCallControls, {})
|
|
64
|
+
})
|
|
65
|
+
})]
|
|
66
|
+
})
|
|
67
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Background, {})]
|
|
68
|
+
});
|
|
60
69
|
};
|
|
61
70
|
exports.OutgoingCall = OutgoingCall;
|
|
62
71
|
const Background = () => {
|
|
@@ -75,23 +84,24 @@ const Background = () => {
|
|
|
75
84
|
} = useCameraState();
|
|
76
85
|
const localVideoStream = camera.state.mediaStream;
|
|
77
86
|
if (isMute || !localVideoStream) {
|
|
78
|
-
return /*#__PURE__*/
|
|
87
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
79
88
|
style: [styles.background, {
|
|
80
89
|
backgroundColor: colors.sheetSecondary
|
|
81
90
|
}, outgoingCall.background]
|
|
82
91
|
});
|
|
83
92
|
}
|
|
84
|
-
return /*#__PURE__*/
|
|
93
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
85
94
|
style: [styles.background, {
|
|
86
95
|
backgroundColor: colors.sheetSecondary
|
|
87
|
-
}, outgoingCall.background]
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
96
|
+
}, outgoingCall.background],
|
|
97
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeWebrtc.RTCView, {
|
|
98
|
+
streamURL: localVideoStream.toURL(),
|
|
99
|
+
zOrder: _constants.Z_INDEX.IN_BACK,
|
|
100
|
+
style: _reactNative.StyleSheet.absoluteFill,
|
|
101
|
+
mirror: true,
|
|
102
|
+
objectFit: "cover"
|
|
103
|
+
})
|
|
104
|
+
});
|
|
95
105
|
};
|
|
96
106
|
const styles = _reactNative.StyleSheet.create({
|
|
97
107
|
background: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_UserInfo","_constants","_videoReactBindings","_reactNativeWebrtc","_ThemeContext","_CallControls","_useCallMediaStreamCleanup","_useApplyDefaultMediaStreamSettings","e","__esModule","default","OutgoingCall","OutgoingCallControls","DefaultOutgoingCallControls","landscape","theme","colors","typefaces","outgoingCall","useTheme","t","useI18n","useApplyDefaultMediaStreamSettings","useCallMediaStreamCleanup","landscapeContentStyles","flexDirection","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_UserInfo","_constants","_videoReactBindings","_reactNativeWebrtc","_ThemeContext","_CallControls","_useCallMediaStreamCleanup","_useApplyDefaultMediaStreamSettings","_jsxRuntime","e","__esModule","default","OutgoingCall","OutgoingCallControls","DefaultOutgoingCallControls","landscape","theme","colors","typefaces","outgoingCall","useTheme","t","useI18n","useApplyDefaultMediaStreamSettings","useCallMediaStreamCleanup","landscapeContentStyles","flexDirection","jsxs","Fragment","children","jsx","View","style","StyleSheet","absoluteFill","styles","container","content","topContainer","UserInfo","Text","callingText","color","textPrimary","heading6","bottomContainer","outgoingCallControls","Background","exports","useCameraState","useCallStateHooks","isMute","camera","localVideoStream","state","mediaStream","background","backgroundColor","sheetSecondary","RTCView","streamURL","toURL","zOrder","Z_INDEX","IN_BACK","mirror","objectFit","create","flex","zIndex","IN_MIDDLE","justifyContent","marginTop","textAlign","alignSelf"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/OutgoingCall.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -14,6 +14,7 @@ var _OutgoingCall = require("./OutgoingCall");
|
|
|
14
14
|
var _CallLeftIndicator = require("./CallLeftIndicator");
|
|
15
15
|
var _CallPreparingIndicator = require("./CallPreparingIndicator");
|
|
16
16
|
var _contexts = require("../../../contexts");
|
|
17
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
18
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
18
19
|
/**
|
|
19
20
|
* Props for the RingingCallContent component
|
|
@@ -36,21 +37,21 @@ const RingingCallPanel = ({
|
|
|
36
37
|
const callingState = useCallCallingState();
|
|
37
38
|
switch (callingState) {
|
|
38
39
|
case _videoClient.CallingState.RINGING:
|
|
39
|
-
return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/
|
|
40
|
+
return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/(0, _jsxRuntime.jsx)(OutgoingCall, {
|
|
40
41
|
landscape: landscape
|
|
41
|
-
}) : IncomingCall && /*#__PURE__*/
|
|
42
|
+
}) : IncomingCall && /*#__PURE__*/(0, _jsxRuntime.jsx)(IncomingCall, {
|
|
42
43
|
landscape: landscape
|
|
43
44
|
});
|
|
44
45
|
case _videoClient.CallingState.LEFT:
|
|
45
|
-
return CallLeftIndicator && /*#__PURE__*/
|
|
46
|
+
return CallLeftIndicator && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallLeftIndicator, {
|
|
46
47
|
onBackPress: onBackPress
|
|
47
48
|
});
|
|
48
49
|
case _videoClient.CallingState.IDLE:
|
|
49
|
-
return CallPreparingIndicator && /*#__PURE__*/
|
|
50
|
+
return CallPreparingIndicator && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallPreparingIndicator, {
|
|
50
51
|
onBackPress: onBackPress
|
|
51
52
|
});
|
|
52
53
|
default:
|
|
53
|
-
return CallContent && /*#__PURE__*/
|
|
54
|
+
return CallContent && /*#__PURE__*/(0, _jsxRuntime.jsx)(CallContent, {
|
|
54
55
|
landscape: landscape
|
|
55
56
|
});
|
|
56
57
|
}
|
|
@@ -65,9 +66,12 @@ const RingingCallContent = props => {
|
|
|
65
66
|
ringingCallContent
|
|
66
67
|
}
|
|
67
68
|
} = (0, _contexts.useTheme)();
|
|
68
|
-
return /*#__PURE__*/
|
|
69
|
-
style: [styles.container, ringingCallContent.container]
|
|
70
|
-
|
|
69
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
70
|
+
style: [styles.container, ringingCallContent.container],
|
|
71
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(RingingCallPanel, {
|
|
72
|
+
...props
|
|
73
|
+
})
|
|
74
|
+
});
|
|
71
75
|
};
|
|
72
76
|
exports.RingingCallContent = RingingCallContent;
|
|
73
77
|
const styles = _reactNative.StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_videoClient","require","_videoReactBindings","_react","_interopRequireDefault","_reactNative","_CallContent","_IncomingCall","_OutgoingCall","_CallLeftIndicator","_CallPreparingIndicator","_contexts","e","__esModule","default","RingingCallPanel","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallContent","DefaultCallContent","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","landscape","onBackPress","call","useCall","isCallCreatedByMe","isCreatedByMe","useCallCallingState","useCallStateHooks","callingState","CallingState","RINGING","
|
|
1
|
+
{"version":3,"names":["_videoClient","require","_videoReactBindings","_react","_interopRequireDefault","_reactNative","_CallContent","_IncomingCall","_OutgoingCall","_CallLeftIndicator","_CallPreparingIndicator","_contexts","_jsxRuntime","e","__esModule","default","RingingCallPanel","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallContent","DefaultCallContent","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","landscape","onBackPress","call","useCall","isCallCreatedByMe","isCreatedByMe","useCallCallingState","useCallStateHooks","callingState","CallingState","RINGING","jsx","LEFT","IDLE","RingingCallContent","props","theme","ringingCallContent","useTheme","View","style","styles","container","children","exports","StyleSheet","create","absoluteFillObject"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/RingingCallContent.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,YAAA,GAAAL,OAAA;AAIA,IAAAM,aAAA,GAAAN,OAAA;AAIA,IAAAO,aAAA,GAAAP,OAAA;AAIA,IAAAQ,kBAAA,GAAAR,OAAA;AAIA,IAAAS,uBAAA,GAAAT,OAAA;AAIA,IAAAU,SAAA,GAAAV,OAAA;AAA6C,IAAAW,WAAA,GAAAX,OAAA;AAAA,SAAAG,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE7C;AACA;AACA;;AAkCA,MAAMG,gBAAgB,GAAGA,CAAC;EACxBC,YAAY,GAAGC,0BAAmB;EAClCC,YAAY,GAAGC,0BAAmB;EAClCC,WAAW,GAAGC,wBAAkB;EAChCC,iBAAiB,GAAGC,oCAAwB;EAC5CC,sBAAsB,GAAGC,8CAA6B;EACtDC,SAAS;EACTC;AACuB,CAAC,KAAK;EAC7B,MAAMC,IAAI,GAAG,IAAAC,2BAAO,EAAC,CAAC;EACtB,MAAMC,iBAAiB,GAAGF,IAAI,EAAEG,aAAa;EAE7C,MAAM;IAAEC;EAAoB,CAAC,GAAG,IAAAC,qCAAiB,EAAC,CAAC;EACnD,MAAMC,YAAY,GAAGF,mBAAmB,CAAC,CAAC;EAE1C,QAAQE,YAAY;IAClB,KAAKC,yBAAY,CAACC,OAAO;MACvB,OAAON,iBAAiB,GACpBZ,YAAY,iBAAI,IAAAP,WAAA,CAAA0B,GAAA,EAACnB,YAAY;QAACQ,SAAS,EAAEA;MAAU,CAAE,CAAC,GACtDV,YAAY,iBAAI,IAAAL,WAAA,CAAA0B,GAAA,EAACrB,YAAY;QAACU,SAAS,EAAEA;MAAU,CAAE,CAAC;IAC5D,KAAKS,yBAAY,CAACG,IAAI;MACpB,OACEhB,iBAAiB,iBAAI,IAAAX,WAAA,CAAA0B,GAAA,EAACf,iBAAiB;QAACK,WAAW,EAAEA;MAAY,CAAE,CAAC;IAExE,KAAKQ,yBAAY,CAACI,IAAI;MACpB,OACEf,sBAAsB,iBACpB,IAAAb,WAAA,CAAA0B,GAAA,EAACb,sBAAsB;QAACG,WAAW,EAAEA;MAAY,CAAE,CACpD;IAEL;MACE,OAAOP,WAAW,iBAAI,IAAAT,WAAA,CAAA0B,GAAA,EAACjB,WAAW;QAACM,SAAS,EAAEA;MAAU,CAAE,CAAC;EAC/D;AACF,CAAC;;AAED;AACA;AACA;AACO,MAAMc,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAmB;EAC9B,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EACd,oBACE,IAAAjC,WAAA,CAAA0B,GAAA,EAACjC,YAAA,CAAAyC,IAAI;IAACC,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAEL,kBAAkB,CAACK,SAAS,CAAE;IAAAC,QAAA,eAC5D,IAAAtC,WAAA,CAAA0B,GAAA,EAACtB,gBAAgB;MAAA,GAAK0B;IAAK,CAAG;EAAC,CAC3B,CAAC;AAEX,CAAC;AAACS,OAAA,CAAAV,kBAAA,GAAAA,kBAAA;AAEF,MAAMO,MAAM,GAAGI,uBAAU,CAACC,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACT,GAAGG,uBAAU,CAACE;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -8,6 +8,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _ThemeContext = require("../../../contexts/ThemeContext");
|
|
10
10
|
var _Back = require("../../../icons/Back");
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
13
|
const TextBasedIndicator = props => {
|
|
13
14
|
const {
|
|
@@ -19,30 +20,35 @@ const TextBasedIndicator = props => {
|
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
22
|
} = (0, _ThemeContext.useTheme)();
|
|
22
|
-
return /*#__PURE__*/
|
|
23
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
23
24
|
style: [styles.container, {
|
|
24
25
|
backgroundColor: colors.sheetTertiary
|
|
25
|
-
}]
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
26
|
+
}],
|
|
27
|
+
children: [props.onBackPress && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
28
|
+
style: styles.backContainer,
|
|
29
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
|
|
30
|
+
onPress: props.onBackPress,
|
|
31
|
+
style: ({
|
|
32
|
+
pressed
|
|
33
|
+
}) => [{
|
|
34
|
+
opacity: pressed ? 0.2 : 1,
|
|
35
|
+
height: iconSizes.md,
|
|
36
|
+
width: iconSizes.md
|
|
37
|
+
}],
|
|
38
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Back.Back, {
|
|
39
|
+
color: colors.iconPrimary
|
|
40
|
+
})
|
|
41
|
+
})
|
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
43
|
+
style: styles.textContainer,
|
|
44
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
45
|
+
style: [styles.text, {
|
|
46
|
+
color: colors.textPrimary
|
|
47
|
+
}, typefaces.heading6],
|
|
48
|
+
children: props.text
|
|
49
|
+
})
|
|
50
|
+
})]
|
|
51
|
+
});
|
|
46
52
|
};
|
|
47
53
|
exports.TextBasedIndicator = TextBasedIndicator;
|
|
48
54
|
const styles = _reactNative.StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_Back","e","__esModule","default","TextBasedIndicator","props","theme","colors","typefaces","variants","iconSizes","useTheme","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_Back","_jsxRuntime","e","__esModule","default","TextBasedIndicator","props","theme","colors","typefaces","variants","iconSizes","useTheme","jsxs","View","style","styles","container","backgroundColor","sheetTertiary","children","onBackPress","jsx","backContainer","Pressable","onPress","pressed","opacity","height","md","width","Back","color","iconPrimary","textContainer","Text","text","textPrimary","heading6","exports","StyleSheet","create","flex","padding","paddingTop","justifyContent","alignItems","fontSize"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/TextBasedIndicator.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AAA2C,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAOpC,MAAMG,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,SAAS;MACTC,QAAQ,EAAE;QAAEC;MAAU;IACxB;EACF,CAAC,GAAG,IAAAC,sBAAQ,EAAC,CAAC;EAEd,oBACE,IAAAX,WAAA,CAAAY,IAAA,EAACf,YAAA,CAAAgB,IAAI;IAACC,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;MAAEC,eAAe,EAAEV,MAAM,CAACW;IAAc,CAAC,CAAE;IAAAC,QAAA,GACxEd,KAAK,CAACe,WAAW,iBAChB,IAAApB,WAAA,CAAAqB,GAAA,EAACxB,YAAA,CAAAgB,IAAI;MAACC,KAAK,EAAEC,MAAM,CAACO,aAAc;MAAAH,QAAA,eAChC,IAAAnB,WAAA,CAAAqB,GAAA,EAACxB,YAAA,CAAA0B,SAAS;QACRC,OAAO,EAAEnB,KAAK,CAACe,WAAY;QAC3BN,KAAK,EAAEA,CAAC;UAAEW;QAAQ,CAAC,KAAK,CACtB;UACEC,OAAO,EAAED,OAAO,GAAG,GAAG,GAAG,CAAC;UAC1BE,MAAM,EAAEjB,SAAS,CAACkB,EAAE;UACpBC,KAAK,EAAEnB,SAAS,CAACkB;QACnB,CAAC,CACD;QAAAT,QAAA,eAEF,IAAAnB,WAAA,CAAAqB,GAAA,EAACtB,KAAA,CAAA+B,IAAI;UAACC,KAAK,EAAExB,MAAM,CAACyB;QAAY,CAAE;MAAC,CAC1B;IAAC,CACR,CACP,eACD,IAAAhC,WAAA,CAAAqB,GAAA,EAACxB,YAAA,CAAAgB,IAAI;MAACC,KAAK,EAAEC,MAAM,CAACkB,aAAc;MAAAd,QAAA,eAChC,IAAAnB,WAAA,CAAAqB,GAAA,EAACxB,YAAA,CAAAqC,IAAI;QACHpB,KAAK,EAAE,CACLC,MAAM,CAACoB,IAAI,EACX;UAAEJ,KAAK,EAAExB,MAAM,CAAC6B;QAAY,CAAC,EAC7B5B,SAAS,CAAC6B,QAAQ,CAClB;QAAAlB,QAAA,EAEDd,KAAK,CAAC8B;MAAI,CACP;IAAC,CACH,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAACG,OAAA,CAAAlC,kBAAA,GAAAA,kBAAA;AAEF,MAAMW,MAAM,GAAGwB,uBAAU,CAACC,MAAM,CAAC;EAC/BxB,SAAS,EAAE;IACTyB,IAAI,EAAE;EACR,CAAC;EACDnB,aAAa,EAAE;IACboB,OAAO,EAAE,CAAC;IACVC,UAAU,EAAE;EACd,CAAC;EACDV,aAAa,EAAE;IACbQ,IAAI,EAAE,CAAC;IACPG,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDV,IAAI,EAAE;IACJW,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC","ignoreList":[]}
|