@stream-io/video-react-native-sdk 1.10.4 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +6 -8
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +8 -11
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +9 -11
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +3 -5
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +9 -12
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +15 -22
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +11 -15
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +13 -18
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +34 -39
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +8 -10
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +18 -22
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +21 -25
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +7 -10
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +33 -43
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +16 -21
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +22 -33
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +25 -35
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -12
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +22 -28
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +22 -25
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +26 -31
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +9 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +12 -14
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +7 -10
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +15 -19
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -18
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -20
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +33 -39
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +43 -54
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +27 -30
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +7 -11
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +14 -17
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +20 -23
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +7 -8
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +11 -13
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +15 -18
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +29 -35
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +3 -5
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/StreamVideoContext.js +5 -6
- package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +3 -5
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/hooks/push/useProcessPushCallEffect.js +1 -1
- package/dist/commonjs/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js +4 -3
- package/dist/commonjs/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/commonjs/icons/Back.js +6 -8
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +6 -8
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +6 -8
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +6 -8
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +3 -5
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +6 -8
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +6 -8
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +6 -8
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +6 -8
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +6 -8
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +6 -8
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +6 -8
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +6 -8
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +6 -8
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +18 -21
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/Settings.js +5 -7
- package/dist/commonjs/icons/Settings.js.map +1 -1
- package/dist/commonjs/icons/ShieldBadge.js +6 -8
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
- package/dist/commonjs/icons/Spotlight.js +8 -10
- package/dist/commonjs/icons/Spotlight.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +6 -8
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +9 -11
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ThreeDots.js +18 -20
- package/dist/commonjs/icons/ThreeDots.js.map +1 -1
- package/dist/commonjs/icons/TopViewBackground.js +19 -24
- package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
- package/dist/commonjs/icons/Video.js +6 -8
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +6 -8
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/index.js +3 -5
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +5 -10
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/utils/push/ios.js +1 -0
- package/dist/commonjs/utils/push/ios.js.map +1 -1
- package/dist/commonjs/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +21 -33
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -5
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +0 -2
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +7 -10
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +8 -13
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +10 -13
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +3 -7
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +10 -14
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +16 -24
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +12 -17
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +14 -20
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +0 -2
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +34 -41
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +9 -12
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +19 -24
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +0 -2
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +21 -27
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +0 -2
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +8 -12
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +34 -45
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +17 -23
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +0 -2
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -35
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +26 -37
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +9 -14
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +22 -30
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +22 -27
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +0 -2
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +0 -2
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +27 -33
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +0 -2
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +4 -7
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +10 -14
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -16
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -7
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +8 -12
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -21
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +0 -2
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +0 -2
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -20
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -22
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +34 -41
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +44 -56
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +28 -32
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +8 -13
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +15 -19
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +21 -25
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +8 -10
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +11 -15
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +0 -2
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +0 -2
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +0 -2
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +16 -20
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +30 -37
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +0 -2
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +0 -2
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +0 -2
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +3 -7
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/StreamVideoContext.js +3 -7
- package/dist/module/contexts/StreamVideoContext.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +3 -7
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +0 -2
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/hooks/index.js +0 -2
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -2
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/index.js +0 -2
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +0 -2
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js +0 -2
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +1 -3
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +4 -5
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +0 -2
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +0 -2
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +0 -2
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +0 -2
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +0 -2
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +0 -2
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +0 -2
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +0 -2
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +0 -2
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +6 -10
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +6 -10
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +6 -10
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +6 -10
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +3 -7
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LeaveStreamIcon.js +6 -10
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/module/icons/Lock.js +6 -10
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Mic.js +6 -10
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +6 -10
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +6 -10
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +6 -10
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +6 -10
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +6 -10
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +6 -10
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +18 -23
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/Settings.js +5 -9
- package/dist/module/icons/Settings.js.map +1 -1
- package/dist/module/icons/ShieldBadge.js +6 -10
- package/dist/module/icons/ShieldBadge.js.map +1 -1
- package/dist/module/icons/Spotlight.js +8 -12
- package/dist/module/icons/Spotlight.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +6 -10
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +9 -13
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/ThreeDots.js +18 -22
- package/dist/module/icons/ThreeDots.js.map +1 -1
- package/dist/module/icons/TopViewBackground.js +19 -26
- package/dist/module/icons/TopViewBackground.js.map +1 -1
- package/dist/module/icons/Video.js +6 -10
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +6 -10
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +0 -2
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +0 -2
- package/dist/module/index.js.map +1 -1
- package/dist/module/providers/StreamCall/AppStateListener.js +0 -2
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +0 -2
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +4 -7
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +5 -12
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +0 -2
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +0 -2
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +0 -2
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +0 -2
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +0 -2
- package/dist/module/translations/index.js +0 -2
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +0 -2
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +0 -2
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +0 -2
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/useDebouncedValue.js +0 -2
- package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +0 -2
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +0 -2
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/newNotificationCallbacks.js +0 -2
- package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +0 -2
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +0 -2
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +0 -2
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +0 -2
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +0 -2
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +0 -2
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/push/android.js +0 -2
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +0 -2
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/rxSubjects.js +0 -2
- package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +0 -2
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +1 -2
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +0 -2
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +0 -2
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +0 -2
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +0 -2
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js +0 -2
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +0 -2
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +0 -2
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/utils.js +0 -2
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +0 -2
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +1 -3
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts +5 -5
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts +2 -2
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts +3 -3
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts +3 -3
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -3
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts +3 -3
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts +5 -5
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts +5 -5
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts +3 -3
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +2 -2
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts +2 -2
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +1 -1
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +4 -4
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +4 -4
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -1
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts +5 -5
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts +4 -4
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +2 -2
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +9 -9
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
- package/dist/typescript/constants/index.d.ts +1 -1
- package/dist/typescript/constants/index.d.ts.map +1 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts +1 -1
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -1
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -1
- package/dist/typescript/contexts/ThemeContext.d.ts +2 -2
- package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -1
- package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -1
- package/dist/typescript/hooks/useTrackDimensions.d.ts +1 -1
- package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -1
- package/dist/typescript/icons/Back.d.ts +1 -1
- package/dist/typescript/icons/Back.d.ts.map +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts +1 -1
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -1
- package/dist/typescript/icons/Lock.d.ts +1 -1
- package/dist/typescript/icons/Lock.d.ts.map +1 -1
- package/dist/typescript/icons/Mic.d.ts +1 -1
- package/dist/typescript/icons/Mic.d.ts.map +1 -1
- package/dist/typescript/icons/MicOff.d.ts +1 -1
- package/dist/typescript/icons/MicOff.d.ts.map +1 -1
- package/dist/typescript/icons/Phone.d.ts +1 -1
- package/dist/typescript/icons/Phone.d.ts.map +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
- package/dist/typescript/icons/PinVertical.d.ts +1 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
- package/dist/typescript/icons/Reaction.d.ts +1 -1
- package/dist/typescript/icons/Reaction.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts +1 -1
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -1
- package/dist/typescript/icons/Spotlight.d.ts +1 -1
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts +1 -1
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -1
- package/dist/typescript/icons/Video.d.ts +1 -1
- package/dist/typescript/icons/Video.d.ts.map +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall/index.d.ts +1 -1
- package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -1
- package/dist/typescript/providers/StreamVideo.d.ts +4 -4
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -1
- package/dist/typescript/theme/colors.d.ts +1 -1
- package/dist/typescript/theme/colors.d.ts.map +1 -1
- package/dist/typescript/theme/theme.d.ts +3 -3
- package/dist/typescript/theme/theme.d.ts.map +1 -1
- package/dist/typescript/theme/types.d.ts +1 -1
- package/dist/typescript/theme/types.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/index.d.ts +2 -2
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
- package/dist/typescript/utils/StreamVideoRN/types.d.ts +1 -1
- package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -1
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts +1 -1
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +1 -1
- package/dist/typescript/utils/push/android.d.ts +1 -1
- package/dist/typescript/utils/push/android.d.ts.map +1 -1
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts +1 -1
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +1 -1
- package/dist/typescript/utils/push/ios.d.ts +1 -1
- package/dist/typescript/utils/push/ios.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts +1 -1
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts +1 -1
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -1
- package/dist/typescript/utils/push/utils.d.ts +4 -4
- package/dist/typescript/utils/push/utils.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.js +17 -7
- package/ios/RTCViewPipManager.swift +1 -1
- package/package.json +16 -15
- package/src/components/Call/CallContent/CallContent.tsx +11 -11
- package/src/components/Call/CallContent/RTCViewPipIOS.tsx +1 -1
- package/src/components/Call/CallControls/CallControls.tsx +6 -3
- package/src/components/Call/CallControls/CallControlsButton.tsx +3 -3
- package/src/components/Call/CallControls/ReactionsButton.tsx +2 -2
- package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +1 -1
- package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +3 -3
- package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +4 -4
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +4 -4
- package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +11 -6
- package/src/components/Call/Lobby/JoinCallButton.tsx +1 -1
- package/src/components/Call/Lobby/Lobby.tsx +4 -4
- package/src/components/Call/Lobby/LobbyFooter.tsx +1 -1
- package/src/components/Call/RingingCallContent/CallLeftIndicator.tsx +1 -1
- package/src/components/Call/RingingCallContent/CallPreparingIndicator.tsx +1 -1
- package/src/components/Call/RingingCallContent/IncomingCall.tsx +2 -3
- package/src/components/Call/RingingCallContent/OutgoingCall.tsx +2 -2
- package/src/components/Call/RingingCallContent/RingingCallContent.tsx +5 -5
- package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +5 -5
- package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +3 -3
- package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +2 -2
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +3 -3
- package/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.tsx +1 -1
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +4 -1
- package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +4 -4
- package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +4 -4
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +5 -5
- package/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.tsx +2 -2
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +4 -2
- package/src/components/Participant/FloatingParticipantView/FloatingView/common.ts +1 -1
- package/src/components/Participant/FloatingParticipantView/FloatingView/index.ts +1 -1
- package/src/components/Participant/FloatingParticipantView/index.tsx +7 -7
- package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +2 -2
- package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +1 -1
- package/src/components/Participant/ParticipantView/ParticipantView.tsx +10 -10
- package/src/components/Participant/ParticipantView/VideoRenderer.tsx +2 -2
- package/src/components/utility/Avatar.tsx +1 -1
- package/src/constants/index.ts +1 -1
- package/src/contexts/BackgroundFilters.tsx +1 -1
- package/src/contexts/ThemeContext.tsx +2 -2
- package/src/hooks/push/useIosVoipPushEventsSetupEffect.ts +1 -1
- package/src/hooks/push/useProcessPushCallEffect.ts +1 -1
- package/src/hooks/useAndroidKeepCallAliveEffect.ts +5 -4
- package/src/hooks/usePermissionRequest.tsx +1 -1
- package/src/hooks/useTrackDimensions.ts +2 -2
- package/src/icons/Back.tsx +1 -1
- package/src/icons/CameraSwitch.tsx +1 -1
- package/src/icons/IconWrapper.tsx +1 -1
- package/src/icons/Lock.tsx +1 -1
- package/src/icons/Mic.tsx +1 -1
- package/src/icons/MicOff.tsx +1 -1
- package/src/icons/Phone.tsx +1 -1
- package/src/icons/PhoneDown.tsx +1 -1
- package/src/icons/PinVertical.tsx +1 -1
- package/src/icons/Reaction.tsx +1 -1
- package/src/icons/ScreenShare.tsx +1 -1
- package/src/icons/ScreenShareIndicator.tsx +1 -1
- package/src/icons/Spotlight.tsx +1 -1
- package/src/icons/StopScreenShare.tsx +1 -1
- package/src/icons/TopViewBackground.tsx +1 -1
- package/src/icons/Video.tsx +1 -1
- package/src/icons/VideoSlash.tsx +1 -1
- package/src/providers/StreamCall/index.tsx +1 -1
- package/src/providers/StreamVideo.tsx +5 -5
- package/src/theme/colors.ts +1 -1
- package/src/theme/theme.ts +11 -7
- package/src/theme/types.ts +1 -1
- package/src/utils/StreamVideoRN/index.ts +2 -2
- package/src/utils/StreamVideoRN/types.ts +1 -1
- package/src/utils/internal/newNotificationCallbacks.ts +1 -1
- package/src/utils/push/android.ts +2 -2
- package/src/utils/push/internal/rxSubjects.ts +1 -1
- package/src/utils/push/ios.ts +4 -3
- package/src/utils/push/libs/firebaseMessaging/index.ts +1 -1
- package/src/utils/push/libs/notifee/index.ts +1 -1
- package/src/utils/push/utils.ts +4 -4
- package/src/version.ts +1 -1
- package/dist/commonjs/package.json +0 -1
- package/dist/module/package.json +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToMainActivity.d.ts +0 -1
- package/expo-config-plugin/dist/common/types.d.ts +0 -14
- package/expo-config-plugin/dist/index.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidManifest.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidPermissions.d.ts +0 -4
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +0 -3
- package/expo-config-plugin/dist/withAppDelegate.d.ts +0 -4
- package/expo-config-plugin/dist/withBuildProperties.d.ts +0 -3
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.d.ts +0 -11
- package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +0 -4
- package/expo-config-plugin/dist/withMainActivity.d.ts +0 -4
- package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useCallStateHooks","useConnectedUser","useI18n","Avatar","RTCView","LobbyControls","DefaultLobbyControls","JoinCallButton","DefaultJoinCallButton","useTheme","useCallMediaStreamCleanup","LobbyFooter","DefaultLobbyFooter","useApplyDefaultMediaStreamSettings","
|
|
1
|
+
{"version":3,"names":["React","useMemo","StyleSheet","Text","View","useCallStateHooks","useConnectedUser","useI18n","Avatar","RTCView","LobbyControls","DefaultLobbyControls","JoinCallButton","DefaultJoinCallButton","useTheme","useCallMediaStreamCleanup","LobbyFooter","DefaultLobbyFooter","useApplyDefaultMediaStreamSettings","Lobby","onJoinCallHandler","landscape","theme","colors","lobby","typefaces","styles","useStyles","connectedUser","useCameraState","useCallSettings","callSettings","isVideoEnabledInCall","video","enabled","isMute","cameraIsMuted","mediaStream","t","localVideoStream","connectedUserAsParticipant","userId","id","image","name","createElement","style","container","Fragment","heading","heading5","subHeading","videoContainer","backgroundColor","sheetTertiary","topView","mirror","streamURL","toURL","objectFit","absoluteFillObject","avatarContainer","participant","ParticipantStatus","participantLabel","participantStatusContainer","sheetOverlay","userNameLabel","color","textPrimary","caption","numberOfLines","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":"AAAA,OAAOA,KAAK,IAAwBC,OAAO,QAAQ,OAAO;AAC1D,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACrD,SACEC,iBAAiB,EACjBC,gBAAgB,EAChBC,OAAO,QACF,iCAAiC;AACxC,SAASC,MAAM,QAAQ,sBAAsB;AAE7C,SAASC,OAAO,QAAQ,gCAAgC;AACxD,SAASC,aAAa,IAAIC,oBAAoB,QAAQ,+BAA+B;AACrF,SACEC,cAAc,IAAIC,qBAAqB,QAElC,kBAAkB;AACzB,SAASC,QAAQ,QAAQ,gCAAgC;AACzD,SAASC,yBAAyB,QAAQ,mDAAmD;AAE7F,SACEC,WAAW,IAAIC,kBAAkB,QAE5B,eAAe;AACtB,SAASC,kCAAkC,QAAQ,mDAAmD;;AAEtG;AACA;AACA;;AAyBA;AACA;AACA;AACA,OAAO,MAAMC,KAAK,GAAGA,CAAC;EACpBC,iBAAiB;EACjBV,aAAa,GAAGC,oBAAoB;EACpCC,cAAc,GAAGC,qBAAqB;EACtCQ,SAAS,GAAG,KAAK;EACjBL,WAAW,GAAGC;AACJ,CAAC,KAAK;EAChB,MAAM;IACJK,KAAK,EAAE;MAAEC,MAAM;MAAEC,KAAK;MAAEC;IAAU;EACpC,CAAC,GAAGX,QAAQ,CAAC,CAAC;EACd,MAAMY,MAAM,GAAGC,SAAS,CAACN,SAAS,CAAC;EACnC,MAAMO,aAAa,GAAGtB,gBAAgB,CAAC,CAAC;EACxC,MAAM;IAAEuB,cAAc;IAAEC;EAAgB,CAAC,GAAGzB,iBAAiB,CAAC,CAAC;EAC/D,MAAM0B,YAAY,GAAGD,eAAe,CAAC,CAAC;EACtC,MAAME,oBAAoB,GAAGD,YAAY,EAAEE,KAAK,CAACC,OAAO;EACxD,MAAM;IAAEC,MAAM,EAAEC,aAAa;IAAEC;EAAY,CAAC,GAAGR,cAAc,CAAC,CAAC;EAC/D,MAAM;IAAES;EAAE,CAAC,GAAG/B,OAAO,CAAC,CAAC;EACvB,MAAMgC,gBAAgB,GAAGF,WAAiD;EAE1EnB,kCAAkC,CAAC,CAAC;EACpCH,yBAAyB,CAAC,CAAC;EAE3B,MAAMyB,0BAA0B,GAAG;IACjCC,MAAM,EAAEb,aAAa,EAAEc,EAAE;IACzBC,KAAK,EAAEf,aAAa,EAAEe,KAAK;IAC3BC,IAAI,EAAEhB,aAAa,EAAEgB;EACvB,CAA2B;EAE3B,oBACE5C,KAAA,CAAA6C,aAAA,CAACzC,IAAI;IAAC0C,KAAK,EAAE,CAACpB,MAAM,CAACqB,SAAS,EAAEvB,KAAK,CAACuB,SAAS;EAAE,GAC9CnB,aAAa,iBACZ5B,KAAA,CAAA6C,aAAA,CAAA7C,KAAA,CAAAgD,QAAA,qBACEhD,KAAA,CAAA6C,aAAA,CAAC1C,IAAI;IAAC2C,KAAK,EAAE,CAACpB,MAAM,CAACuB,OAAO,EAAExB,SAAS,CAACyB,QAAQ,EAAE1B,KAAK,CAACyB,OAAO;EAAE,GAC9DX,CAAC,CAAC,gBAAgB,CACf,CAAC,eACPtC,KAAA,CAAA6C,aAAA,CAAC1C,IAAI;IAAC2C,KAAK,EAAE,CAACpB,MAAM,CAACyB,UAAU,EAAE3B,KAAK,CAAC2B,UAAU;EAAE,GAChDb,CAAC,CAAC,4BAA4B,CAC3B,CAAC,EACNN,oBAAoB,iBACnBhC,KAAA,CAAA6C,aAAA,CAACzC,IAAI;IACH0C,KAAK,EAAE,CACLpB,MAAM,CAAC0B,cAAc,EACrB;MAAEC,eAAe,EAAE9B,MAAM,CAAC+B;IAAc,CAAC,EACzC9B,KAAK,CAAC4B,cAAc;EACpB,gBAEFpD,KAAA,CAAA6C,aAAA,CAACzC,IAAI;IAAC0C,KAAK,EAAEpB,MAAM,CAAC6B;EAAQ,CAAE,CAAC,EAC9B,CAACnB,aAAa,IAAIG,gBAAgB,gBACjCvC,KAAA,CAAA6C,aAAA,CAACpC,OAAO;IACN+C,MAAM,EAAE,IAAK;IACbC,SAAS,EAAElB,gBAAgB,CAACmB,KAAK,CAAC,CAAE;IACpCC,SAAS,EAAC,OAAO;IACjBb,KAAK,EAAE5C,UAAU,CAAC0D;EAAmB,CACtC,CAAC,gBAEF5D,KAAA,CAAA6C,aAAA,CAACzC,IAAI;IAAC0C,KAAK,EAAE,CAACpB,MAAM,CAACmC,eAAe,EAAErC,KAAK,CAACqC,eAAe;EAAE,gBAC3D7D,KAAA,CAAA6C,aAAA,CAACrC,MAAM;IAACsD,WAAW,EAAEtB;EAA2B,CAAE,CAC9C,CACP,eACDxC,KAAA,CAAA6C,aAAA,CAACkB,iBAAiB,MAAE,CAChB,CAER,CACH,EACArD,aAAa,iBAAIV,KAAA,CAAA6C,aAAA,CAACnC,aAAa,MAAE,CAAC,EAClCM,WAAW,iBACVhB,KAAA,CAAA6C,aAAA,CAAC7B,WAAW;IACVJ,cAAc,EAAEA,cAAe;IAC/BQ,iBAAiB,EAAEA;EAAkB,CACtC,CAEC,CAAC;AAEX,CAAC;AAED,MAAM2C,iBAAiB,GAAGA,CAAA,KAAM;EAC9B,MAAM;IACJzC,KAAK,EAAE;MAAEC,MAAM;MAAEE,SAAS;MAAED;IAAM;EACpC,CAAC,GAAGV,QAAQ,CAAC,CAAC;EACd,MAAMY,MAAM,GAAGC,SAAS,CAAC,CAAC;EAC1B,MAAMC,aAAa,GAAGtB,gBAAgB,CAAC,CAAC;EACxC,MAAM0D,gBAAgB,GAAGpC,aAAa,EAAEgB,IAAI,IAAIhB,aAAa,EAAEc,EAAE;EACjE,oBACE1C,KAAA,CAAA6C,aAAA,CAACzC,IAAI;IACH0C,KAAK,EAAE,CACLpB,MAAM,CAACuC,0BAA0B,EACjC;MAAEZ,eAAe,EAAE9B,MAAM,CAAC2C;IAAa,CAAC,EACxC1C,KAAK,CAACyC,0BAA0B;EAChC,gBAEFjE,KAAA,CAAA6C,aAAA,CAAC1C,IAAI;IACH2C,KAAK,EAAE,CACLpB,MAAM,CAACyC,aAAa,EACpB;MAAEC,KAAK,EAAE7C,MAAM,CAAC8C;IAAY,CAAC,EAC7B5C,SAAS,CAAC6C,OAAO,EACjB9C,KAAK,CAAC2C,aAAa,CACnB;IACFI,aAAa,EAAE;EAAE,GAEhBP,gBACG,CACF,CAAC;AAEX,CAAC;AAED,MAAMrC,SAAS,GAAGA,CAACN,SAAS,GAAG,KAAK,KAAK;EACvC,MAAM;IAAEC;EAAM,CAAC,GAAGR,QAAQ,CAAC,CAAC;EAC5B,OAAOb,OAAO,CACZ,MACEC,UAAU,CAACsE,MAAM,CAAC;IAChBvB,OAAO,EAAE;MACPwB,SAAS,EAAE,QAAQ;MACnBL,KAAK,EAAE9C,KAAK,CAACC,MAAM,CAAC8C,WAAW;MAC/BK,aAAa,EAAEpD,KAAK,CAACqD,QAAQ,CAACC,YAAY,CAACC;IAC7C,CAAC;IACD1B,UAAU,EAAE;MACVsB,SAAS,EAAE,QAAQ;MACnBC,aAAa,EAAEpD,KAAK,CAACqD,QAAQ,CAACC,YAAY,CAACE,EAAE;MAC7CV,KAAK,EAAE9C,KAAK,CAACC,MAAM,CAACwD;IACtB,CAAC;IACDhC,SAAS,EAAE;MACTiC,IAAI,EAAE,CAAC;MACPC,cAAc,EAAE,QAAQ;MACxB5B,eAAe,EAAE/B,KAAK,CAACC,MAAM,CAAC2D,YAAY;MAC1CC,YAAY,EACV7D,KAAK,CAACqD,QAAQ,CAACS,MAAM,CAACC,KAAK,GAAG/D,KAAK,CAACqD,QAAQ,CAACC,YAAY,CAACU,EAAE;MAC9DC,WAAW,EACTjE,KAAK,CAACqD,QAAQ,CAACS,MAAM,CAACI,IAAI,GAAGlE,KAAK,CAACqD,QAAQ,CAACC,YAAY,CAACU,EAAE;MAC7DG,UAAU,EAAEnE,KAAK,CAACqD,QAAQ,CAACS,MAAM,CAACM,GAAG;MACrChB,aAAa,EAAEpD,KAAK,CAACqD,QAAQ,CAACS,MAAM,CAACO;IACvC,CAAC;IACDvC,cAAc,EAAE;MACdwC,MAAM,EAAEvE,SAAS,GAAG,KAAK,GAAG,KAAK;MACjCwE,YAAY,EAAEvE,KAAK,CAACqD,QAAQ,CAACmB,iBAAiB,CAAChB,EAAE;MACjDG,cAAc,EAAE,eAAe;MAC/Bc,UAAU,EAAE,QAAQ;MACpBC,QAAQ,EAAE;IACZ,CAAC;IACDzC,OAAO,EAAE,CAAC,CAAC;IACXU,0BAA0B,EAAE;MAC1BgC,SAAS,EAAE,YAAY;MACvBC,aAAa,EAAE,KAAK;MACpBH,UAAU,EAAE,QAAQ;MACpBI,OAAO,EAAE7E,KAAK,CAACqD,QAAQ,CAACC,YAAY,CAACU,EAAE;MACvCc,oBAAoB,EAAE9E,KAAK,CAACqD,QAAQ,CAACmB,iBAAiB,CAACR;IACzD,CAAC;IACDzB,eAAe,EAAE;MACfmB,IAAI,EAAE,CAAC;MACPC,cAAc,EAAE;IAClB,CAAC;IACDd,aAAa,EAAE;MACbkC,UAAU,EAAE;IACd;EACF,CAAC,CAAC,EACJ,CAAC/E,KAAK,EAAED,SAAS,CACnB,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React, { useMemo } from 'react';
|
|
4
2
|
import { View, StyleSheet, Text } from 'react-native';
|
|
5
3
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
@@ -9,7 +7,7 @@ import { Lock } from '../../../icons/Lock';
|
|
|
9
7
|
/**
|
|
10
8
|
* Props for the Lobby Footer in the Lobby component.
|
|
11
9
|
*/
|
|
12
|
-
|
|
10
|
+
|
|
13
11
|
/**
|
|
14
12
|
* The default Lobby Footer to be used in the Lobby component.
|
|
15
13
|
*/
|
|
@@ -46,26 +44,22 @@ export const LobbyFooter = ({
|
|
|
46
44
|
numberOfParticipants
|
|
47
45
|
});
|
|
48
46
|
}, [numberOfParticipants, t]);
|
|
49
|
-
return /*#__PURE__*/
|
|
50
|
-
style: [styles.mainContainer, lobby.infoContainer]
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}), JoinCallButton && /*#__PURE__*/_jsx(JoinCallButton, {
|
|
66
|
-
onJoinCallHandler: onJoinCallHandler
|
|
67
|
-
})]
|
|
68
|
-
});
|
|
47
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
48
|
+
style: [styles.mainContainer, lobby.infoContainer]
|
|
49
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
50
|
+
style: styles.textContainer
|
|
51
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
52
|
+
style: styles.iconContainer
|
|
53
|
+
}, /*#__PURE__*/React.createElement(Lock, {
|
|
54
|
+
color: colors.iconPrimary,
|
|
55
|
+
size: variants.iconSizes.md
|
|
56
|
+
})), /*#__PURE__*/React.createElement(Text, {
|
|
57
|
+
style: [{
|
|
58
|
+
color: colors.textPrimary
|
|
59
|
+
}, styles.infoText, lobby.infoText]
|
|
60
|
+
}, t('You are about to join a call.') + ' ' + participantsText)), JoinCallButton && /*#__PURE__*/React.createElement(JoinCallButton, {
|
|
61
|
+
onJoinCallHandler: onJoinCallHandler
|
|
62
|
+
}));
|
|
69
63
|
};
|
|
70
64
|
const useStyles = () => {
|
|
71
65
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","View","StyleSheet","Text","useTheme","useCallStateHooks","useI18n","Lock","
|
|
1
|
+
{"version":3,"names":["React","useMemo","View","StyleSheet","Text","useTheme","useCallStateHooks","useI18n","Lock","LobbyFooter","onJoinCallHandler","JoinCallButton","theme","colors","lobby","variants","styles","useStyles","useCallSession","t","session","numberOfParticipants","participants","length","participantsText","createElement","style","mainContainer","infoContainer","textContainer","iconContainer","color","iconPrimary","size","iconSizes","md","textPrimary","infoText","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":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Call/Lobby/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Call/Lobby/index.ts"],"mappings":"AAAA,cAAc,SAAS;AACvB,cAAc,kBAAkB;AAChC,cAAc,eAAe","ignoreList":[]}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { useI18n } from '@stream-io/video-react-bindings';
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import { TextBasedIndicator } from './TextBasedIndicator';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const CallLeftIndicator = props => {
|
|
8
5
|
const {
|
|
9
6
|
t
|
|
10
7
|
} = useI18n();
|
|
11
|
-
return /*#__PURE__*/
|
|
8
|
+
return /*#__PURE__*/React.createElement(TextBasedIndicator, {
|
|
12
9
|
text: t('You have left the call'),
|
|
13
10
|
onBackPress: props.onBackPress
|
|
14
11
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useI18n","React","TextBasedIndicator","
|
|
1
|
+
{"version":3,"names":["useI18n","React","TextBasedIndicator","CallLeftIndicator","props","t","createElement","text","onBackPress"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/CallLeftIndicator.tsx"],"mappings":"AAAA,SAASA,OAAO,QAAQ,iCAAiC;AACzD,OAAOC,KAAK,MAAM,OAAO;AACzB,SACEC,kBAAkB,QAEb,sBAAsB;AAO7B,OAAO,MAAMC,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC;EAAE,CAAC,GAAGL,OAAO,CAAC,CAAC;EACvB,oBACEC,KAAA,CAAAK,aAAA,CAACJ,kBAAkB;IACjBK,IAAI,EAAEF,CAAC,CAAC,wBAAwB,CAAE;IAClCG,WAAW,EAAEJ,KAAK,CAACI;EAAY,CAChC,CAAC;AAEN,CAAC","ignoreList":[]}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { useI18n } from '@stream-io/video-react-bindings';
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import { TextBasedIndicator } from './TextBasedIndicator';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const CallPreparingIndicator = props => {
|
|
8
5
|
const {
|
|
9
6
|
t
|
|
10
7
|
} = useI18n();
|
|
11
|
-
return /*#__PURE__*/
|
|
8
|
+
return /*#__PURE__*/React.createElement(TextBasedIndicator, {
|
|
12
9
|
text: t('Preparing call'),
|
|
13
10
|
onBackPress: props.onBackPress
|
|
14
11
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useI18n","React","TextBasedIndicator","
|
|
1
|
+
{"version":3,"names":["useI18n","React","TextBasedIndicator","CallPreparingIndicator","props","t","createElement","text","onBackPress"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/CallPreparingIndicator.tsx"],"mappings":"AAAA,SAASA,OAAO,QAAQ,iCAAiC;AACzD,OAAOC,KAAK,MAAM,OAAO;AACzB,SACEC,kBAAkB,QAEb,sBAAsB;AAO7B,OAAO,MAAMC,sBAAsB,GAAIC,KAAkC,IAAK;EAC5E,MAAM;IAAEC;EAAE,CAAC,GAAGL,OAAO,CAAC,CAAC;EACvB,oBACEC,KAAA,CAAAK,aAAA,CAACJ,kBAAkB;IACjBK,IAAI,EAAEF,CAAC,CAAC,gBAAgB,CAAE;IAC1BG,WAAW,EAAEJ,KAAK,CAACI;EAAY,CAChC,CAAC;AAEN,CAAC","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { ImageBackground, StyleSheet, Text, View } from 'react-native';
|
|
5
3
|
import { useCallStateHooks, useConnectedUser, useI18n } from '@stream-io/video-react-bindings';
|
|
@@ -10,7 +8,7 @@ import { useTheme } from '../../../contexts';
|
|
|
10
8
|
/**
|
|
11
9
|
* Props for the IncomingCall Component.
|
|
12
10
|
*/
|
|
13
|
-
|
|
11
|
+
|
|
14
12
|
/**
|
|
15
13
|
* An incoming call with the caller's avatar, name and accept/reject buttons.
|
|
16
14
|
* Used when the user is receiving a call.
|
|
@@ -34,29 +32,22 @@ export const IncomingCall = ({
|
|
|
34
32
|
const landscapeContentStyles = {
|
|
35
33
|
flexDirection: landscape ? 'row' : 'column'
|
|
36
34
|
};
|
|
37
|
-
return /*#__PURE__*/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
onAcceptCallHandler: onAcceptCallHandler,
|
|
54
|
-
onRejectCallHandler: onRejectCallHandler
|
|
55
|
-
})
|
|
56
|
-
})
|
|
57
|
-
})]
|
|
58
|
-
})
|
|
59
|
-
});
|
|
35
|
+
return /*#__PURE__*/React.createElement(Background, null, /*#__PURE__*/React.createElement(View, {
|
|
36
|
+
style: [styles.content, landscapeContentStyles, incomingCall.content]
|
|
37
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
38
|
+
style: [styles.topContainer, incomingCall.topContainer]
|
|
39
|
+
}, /*#__PURE__*/React.createElement(UserInfo, null), /*#__PURE__*/React.createElement(Text, {
|
|
40
|
+
style: [styles.incomingCallText, {
|
|
41
|
+
color: colors.textPrimary
|
|
42
|
+
}, typefaces.heading6, incomingCall.incomingCallText]
|
|
43
|
+
}, t('Incoming Call...'))), /*#__PURE__*/React.createElement(View, {
|
|
44
|
+
style: [styles.bottomContainer, incomingCall.bottomContainer]
|
|
45
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
46
|
+
style: [styles.incomingCallControls, incomingCall.incomingCallControls]
|
|
47
|
+
}, IncomingCallControls && /*#__PURE__*/React.createElement(IncomingCallControls, {
|
|
48
|
+
onAcceptCallHandler: onAcceptCallHandler,
|
|
49
|
+
onRejectCallHandler: onRejectCallHandler
|
|
50
|
+
})))));
|
|
60
51
|
};
|
|
61
52
|
const Background = ({
|
|
62
53
|
children
|
|
@@ -80,23 +71,20 @@ const Background = ({
|
|
|
80
71
|
user
|
|
81
72
|
}) => user.image).filter(image => !!image);
|
|
82
73
|
if (avatarsToShow.length) {
|
|
83
|
-
return /*#__PURE__*/
|
|
84
|
-
blurRadius: 10,
|
|
74
|
+
return /*#__PURE__*/React.createElement(ImageBackground, {
|
|
85
75
|
source: {
|
|
86
76
|
uri: avatarsToShow[0]
|
|
87
77
|
},
|
|
88
78
|
style: [styles.background, {
|
|
89
79
|
backgroundColor: colors.sheetTertiary
|
|
90
|
-
}, incomingCall.background]
|
|
91
|
-
|
|
92
|
-
});
|
|
80
|
+
}, incomingCall.background]
|
|
81
|
+
}, children);
|
|
93
82
|
}
|
|
94
|
-
return /*#__PURE__*/
|
|
83
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
95
84
|
style: [styles.background, {
|
|
96
85
|
backgroundColor: colors.sheetTertiary
|
|
97
|
-
}, incomingCall.background]
|
|
98
|
-
|
|
99
|
-
});
|
|
86
|
+
}, incomingCall.background]
|
|
87
|
+
}, children);
|
|
100
88
|
};
|
|
101
89
|
export const styles = StyleSheet.create({
|
|
102
90
|
background: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","ImageBackground","StyleSheet","Text","View","useCallStateHooks","useConnectedUser","useI18n","UserInfo","IncomingCallControls","DefaultIncomingCallControls","useTheme","
|
|
1
|
+
{"version":3,"names":["React","ImageBackground","StyleSheet","Text","View","useCallStateHooks","useConnectedUser","useI18n","UserInfo","IncomingCallControls","DefaultIncomingCallControls","useTheme","IncomingCall","onAcceptCallHandler","onRejectCallHandler","landscape","t","theme","colors","incomingCall","typefaces","landscapeContentStyles","flexDirection","createElement","Background","style","styles","content","topContainer","incomingCallText","color","textPrimary","heading6","bottomContainer","incomingCallControls","children","connectedUser","useCallMembers","members","avatarsToShow","filter","user","id","map","image","length","source","uri","background","backgroundColor","sheetTertiary","create","flex","justifyContent","marginTop","textAlign"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/IncomingCall.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { StyleSheet, Text, View } from 'react-native';
|
|
5
3
|
import { UserInfo } from './UserInfo';
|
|
@@ -14,7 +12,7 @@ import { useApplyDefaultMediaStreamSettings } from '../../../hooks/useApplyDefau
|
|
|
14
12
|
/**
|
|
15
13
|
* Props for the OutgoingCall Component.
|
|
16
14
|
*/
|
|
17
|
-
|
|
15
|
+
|
|
18
16
|
/**
|
|
19
17
|
* An outgoing call with the callee's avatar, name, caller's camera in background, reject and mute buttons.
|
|
20
18
|
* Used after the user has initiated a call.
|
|
@@ -38,29 +36,21 @@ export const OutgoingCall = ({
|
|
|
38
36
|
const landscapeContentStyles = {
|
|
39
37
|
flexDirection: landscape ? 'row' : 'column'
|
|
40
38
|
};
|
|
41
|
-
return /*#__PURE__*/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
children: /*#__PURE__*/_jsx(View, {
|
|
57
|
-
style: [styles.outgoingCallControls, outgoingCall.outgoingCallControls],
|
|
58
|
-
children: OutgoingCallControls && /*#__PURE__*/_jsx(OutgoingCallControls, {})
|
|
59
|
-
})
|
|
60
|
-
})]
|
|
61
|
-
})
|
|
62
|
-
}), /*#__PURE__*/_jsx(Background, {})]
|
|
63
|
-
});
|
|
39
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(View, {
|
|
40
|
+
style: [StyleSheet.absoluteFill, styles.container, outgoingCall.container]
|
|
41
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
42
|
+
style: [styles.content, landscapeContentStyles, outgoingCall.content]
|
|
43
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
44
|
+
style: [styles.topContainer, outgoingCall.topContainer]
|
|
45
|
+
}, /*#__PURE__*/React.createElement(UserInfo, null), /*#__PURE__*/React.createElement(Text, {
|
|
46
|
+
style: [styles.callingText, {
|
|
47
|
+
color: colors.textPrimary
|
|
48
|
+
}, typefaces.heading6, outgoingCall.callingText]
|
|
49
|
+
}, t('Calling...'))), /*#__PURE__*/React.createElement(View, {
|
|
50
|
+
style: [styles.bottomContainer, outgoingCall.bottomContainer]
|
|
51
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
52
|
+
style: [styles.outgoingCallControls, outgoingCall.outgoingCallControls]
|
|
53
|
+
}, OutgoingCallControls && /*#__PURE__*/React.createElement(OutgoingCallControls, null))))), /*#__PURE__*/React.createElement(Background, null));
|
|
64
54
|
};
|
|
65
55
|
const Background = () => {
|
|
66
56
|
const {
|
|
@@ -78,24 +68,23 @@ const Background = () => {
|
|
|
78
68
|
} = useCameraState();
|
|
79
69
|
const localVideoStream = camera.state.mediaStream;
|
|
80
70
|
if (isMute || !localVideoStream) {
|
|
81
|
-
return /*#__PURE__*/
|
|
71
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
82
72
|
style: [styles.background, {
|
|
83
73
|
backgroundColor: colors.sheetSecondary
|
|
84
74
|
}, outgoingCall.background]
|
|
85
75
|
});
|
|
86
76
|
}
|
|
87
|
-
return /*#__PURE__*/
|
|
77
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
88
78
|
style: [styles.background, {
|
|
89
79
|
backgroundColor: colors.sheetSecondary
|
|
90
|
-
}, outgoingCall.background]
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
});
|
|
80
|
+
}, outgoingCall.background]
|
|
81
|
+
}, /*#__PURE__*/React.createElement(RTCView, {
|
|
82
|
+
streamURL: localVideoStream.toURL(),
|
|
83
|
+
zOrder: Z_INDEX.IN_BACK,
|
|
84
|
+
style: StyleSheet.absoluteFill,
|
|
85
|
+
mirror: true,
|
|
86
|
+
objectFit: "cover"
|
|
87
|
+
}));
|
|
99
88
|
};
|
|
100
89
|
const styles = StyleSheet.create({
|
|
101
90
|
background: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","Text","View","UserInfo","Z_INDEX","useCallStateHooks","useI18n","RTCView","useTheme","OutgoingCallControls","DefaultOutgoingCallControls","useCallMediaStreamCleanup","useApplyDefaultMediaStreamSettings","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","Text","View","UserInfo","Z_INDEX","useCallStateHooks","useI18n","RTCView","useTheme","OutgoingCallControls","DefaultOutgoingCallControls","useCallMediaStreamCleanup","useApplyDefaultMediaStreamSettings","OutgoingCall","landscape","theme","colors","typefaces","outgoingCall","t","landscapeContentStyles","flexDirection","createElement","Fragment","style","absoluteFill","styles","container","content","topContainer","callingText","color","textPrimary","heading6","bottomContainer","outgoingCallControls","Background","useCameraState","isMute","camera","localVideoStream","state","mediaStream","background","backgroundColor","sheetSecondary","streamURL","toURL","zOrder","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":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { CallingState } from '@stream-io/video-client';
|
|
4
2
|
import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
5
3
|
import React from 'react';
|
|
@@ -14,7 +12,7 @@ import { useTheme } from '../../../contexts';
|
|
|
14
12
|
/**
|
|
15
13
|
* Props for the RingingCallContent component
|
|
16
14
|
*/
|
|
17
|
-
|
|
15
|
+
|
|
18
16
|
const RingingCallPanel = ({
|
|
19
17
|
IncomingCall = DefaultIncomingCall,
|
|
20
18
|
OutgoingCall = DefaultOutgoingCall,
|
|
@@ -32,21 +30,21 @@ const RingingCallPanel = ({
|
|
|
32
30
|
const callingState = useCallCallingState();
|
|
33
31
|
switch (callingState) {
|
|
34
32
|
case CallingState.RINGING:
|
|
35
|
-
return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/
|
|
33
|
+
return isCallCreatedByMe ? OutgoingCall && /*#__PURE__*/React.createElement(OutgoingCall, {
|
|
36
34
|
landscape: landscape
|
|
37
|
-
}) : IncomingCall && /*#__PURE__*/
|
|
35
|
+
}) : IncomingCall && /*#__PURE__*/React.createElement(IncomingCall, {
|
|
38
36
|
landscape: landscape
|
|
39
37
|
});
|
|
40
38
|
case CallingState.LEFT:
|
|
41
|
-
return CallLeftIndicator && /*#__PURE__*/
|
|
39
|
+
return CallLeftIndicator && /*#__PURE__*/React.createElement(CallLeftIndicator, {
|
|
42
40
|
onBackPress: onBackPress
|
|
43
41
|
});
|
|
44
42
|
case CallingState.IDLE:
|
|
45
|
-
return CallPreparingIndicator && /*#__PURE__*/
|
|
43
|
+
return CallPreparingIndicator && /*#__PURE__*/React.createElement(CallPreparingIndicator, {
|
|
46
44
|
onBackPress: onBackPress
|
|
47
45
|
});
|
|
48
46
|
default:
|
|
49
|
-
return CallContent && /*#__PURE__*/
|
|
47
|
+
return CallContent && /*#__PURE__*/React.createElement(CallContent, {
|
|
50
48
|
landscape: landscape
|
|
51
49
|
});
|
|
52
50
|
}
|
|
@@ -61,12 +59,9 @@ export const RingingCallContent = props => {
|
|
|
61
59
|
ringingCallContent
|
|
62
60
|
}
|
|
63
61
|
} = useTheme();
|
|
64
|
-
return /*#__PURE__*/
|
|
65
|
-
style: [styles.container, ringingCallContent.container]
|
|
66
|
-
|
|
67
|
-
...props
|
|
68
|
-
})
|
|
69
|
-
});
|
|
62
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
63
|
+
style: [styles.container, ringingCallContent.container]
|
|
64
|
+
}, /*#__PURE__*/React.createElement(RingingCallPanel, props));
|
|
70
65
|
};
|
|
71
66
|
const styles = StyleSheet.create({
|
|
72
67
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CallingState","useCall","useCallStateHooks","React","StyleSheet","View","CallContent","DefaultCallContent","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","useTheme","
|
|
1
|
+
{"version":3,"names":["CallingState","useCall","useCallStateHooks","React","StyleSheet","View","CallContent","DefaultCallContent","IncomingCall","DefaultIncomingCall","OutgoingCall","DefaultOutgoingCall","CallLeftIndicator","DefaultCallLeftIndicator","CallPreparingIndicator","DefaultCallPreparingIndicator","useTheme","RingingCallPanel","landscape","onBackPress","call","isCallCreatedByMe","isCreatedByMe","useCallCallingState","callingState","RINGING","createElement","LEFT","IDLE","RingingCallContent","props","theme","ringingCallContent","style","styles","container","create","absoluteFillObject"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/RingingCallContent.tsx"],"mappings":"AAAA,SAASA,YAAY,QAAQ,yBAAyB;AACtD,SAASC,OAAO,EAAEC,iBAAiB,QAAQ,iCAAiC;AAC5E,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SACEC,WAAW,IAAIC,kBAAkB,QAE5B,gBAAgB;AACvB,SACEC,YAAY,IAAIC,mBAAmB,QAE9B,gBAAgB;AACvB,SACEC,YAAY,IAAIC,mBAAmB,QAE9B,gBAAgB;AACvB,SACEC,iBAAiB,IAAIC,wBAAwB,QAExC,qBAAqB;AAC5B,SACEC,sBAAsB,IAAIC,6BAA6B,QAElD,0BAA0B;AACjC,SAASC,QAAQ,QAAQ,mBAAmB;;AAE5C;AACA;AACA;;AAkCA,MAAMC,gBAAgB,GAAGA,CAAC;EACxBT,YAAY,GAAGC,mBAAmB;EAClCC,YAAY,GAAGC,mBAAmB;EAClCL,WAAW,GAAGC,kBAAkB;EAChCK,iBAAiB,GAAGC,wBAAwB;EAC5CC,sBAAsB,GAAGC,6BAA6B;EACtDG,SAAS;EACTC;AACuB,CAAC,KAAK;EAC7B,MAAMC,IAAI,GAAGnB,OAAO,CAAC,CAAC;EACtB,MAAMoB,iBAAiB,GAAGD,IAAI,EAAEE,aAAa;EAE7C,MAAM;IAAEC;EAAoB,CAAC,GAAGrB,iBAAiB,CAAC,CAAC;EACnD,MAAMsB,YAAY,GAAGD,mBAAmB,CAAC,CAAC;EAE1C,QAAQC,YAAY;IAClB,KAAKxB,YAAY,CAACyB,OAAO;MACvB,OAAOJ,iBAAiB,GACpBX,YAAY,iBAAIP,KAAA,CAAAuB,aAAA,CAAChB,YAAY;QAACQ,SAAS,EAAEA;MAAU,CAAE,CAAC,GACtDV,YAAY,iBAAIL,KAAA,CAAAuB,aAAA,CAAClB,YAAY;QAACU,SAAS,EAAEA;MAAU,CAAE,CAAC;IAC5D,KAAKlB,YAAY,CAAC2B,IAAI;MACpB,OACEf,iBAAiB,iBAAIT,KAAA,CAAAuB,aAAA,CAACd,iBAAiB;QAACO,WAAW,EAAEA;MAAY,CAAE,CAAC;IAExE,KAAKnB,YAAY,CAAC4B,IAAI;MACpB,OACEd,sBAAsB,iBACpBX,KAAA,CAAAuB,aAAA,CAACZ,sBAAsB;QAACK,WAAW,EAAEA;MAAY,CAAE,CACpD;IAEL;MACE,OAAOb,WAAW,iBAAIH,KAAA,CAAAuB,aAAA,CAACpB,WAAW;QAACY,SAAS,EAAEA;MAAU,CAAE,CAAC;EAC/D;AACF,CAAC;;AAED;AACA;AACA;AACA,OAAO,MAAMW,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MAAEC;IAAmB;EAC9B,CAAC,GAAGhB,QAAQ,CAAC,CAAC;EACd,oBACEb,KAAA,CAAAuB,aAAA,CAACrB,IAAI;IAAC4B,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAEH,kBAAkB,CAACG,SAAS;EAAE,gBAC5DhC,KAAA,CAAAuB,aAAA,CAACT,gBAAgB,EAAKa,KAAQ,CAC1B,CAAC;AAEX,CAAC;AAED,MAAMI,MAAM,GAAG9B,UAAU,CAACgC,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACT,GAAG/B,UAAU,CAACiC;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { StyleSheet, View, Text, Pressable } from 'react-native';
|
|
5
3
|
import { useTheme } from '../../../contexts/ThemeContext';
|
|
6
4
|
import { Back } from '../../../icons/Back';
|
|
7
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
5
|
export const TextBasedIndicator = props => {
|
|
9
6
|
const {
|
|
10
7
|
theme: {
|
|
@@ -15,35 +12,30 @@ export const TextBasedIndicator = props => {
|
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
14
|
} = useTheme();
|
|
18
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
19
16
|
style: [styles.container, {
|
|
20
17
|
backgroundColor: colors.sheetTertiary
|
|
21
|
-
}]
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, typefaces.heading6],
|
|
43
|
-
children: props.text
|
|
44
|
-
})
|
|
45
|
-
})]
|
|
46
|
-
});
|
|
18
|
+
}]
|
|
19
|
+
}, props.onBackPress && /*#__PURE__*/React.createElement(View, {
|
|
20
|
+
style: styles.backContainer
|
|
21
|
+
}, /*#__PURE__*/React.createElement(Pressable, {
|
|
22
|
+
onPress: props.onBackPress,
|
|
23
|
+
style: ({
|
|
24
|
+
pressed
|
|
25
|
+
}) => [{
|
|
26
|
+
opacity: pressed ? 0.2 : 1,
|
|
27
|
+
height: iconSizes.md,
|
|
28
|
+
width: iconSizes.md
|
|
29
|
+
}]
|
|
30
|
+
}, /*#__PURE__*/React.createElement(Back, {
|
|
31
|
+
color: colors.iconPrimary
|
|
32
|
+
}))), /*#__PURE__*/React.createElement(View, {
|
|
33
|
+
style: styles.textContainer
|
|
34
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
35
|
+
style: [styles.text, {
|
|
36
|
+
color: colors.textPrimary
|
|
37
|
+
}, typefaces.heading6]
|
|
38
|
+
}, props.text)));
|
|
47
39
|
};
|
|
48
40
|
const styles = StyleSheet.create({
|
|
49
41
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","Text","Pressable","useTheme","Back","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","Text","Pressable","useTheme","Back","TextBasedIndicator","props","theme","colors","typefaces","variants","iconSizes","createElement","style","styles","container","backgroundColor","sheetTertiary","onBackPress","backContainer","onPress","pressed","opacity","height","md","width","color","iconPrimary","textContainer","text","textPrimary","heading6","create","flex","padding","paddingTop","justifyContent","alignItems","fontSize"],"sourceRoot":"../../../../../src","sources":["components/Call/RingingCallContent/TextBasedIndicator.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,EAAEC,SAAS,QAAQ,cAAc;AAChE,SAASC,QAAQ,QAAQ,gCAAgC;AACzD,SAASC,IAAI,QAAQ,qBAAqB;AAO1C,OAAO,MAAMC,kBAAkB,GAAIC,KAA8B,IAAK;EACpE,MAAM;IACJC,KAAK,EAAE;MACLC,MAAM;MACNC,SAAS;MACTC,QAAQ,EAAE;QAAEC;MAAU;IACxB;EACF,CAAC,GAAGR,QAAQ,CAAC,CAAC;EAEd,oBACEL,KAAA,CAAAc,aAAA,CAACZ,IAAI;IAACa,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;MAAEC,eAAe,EAAER,MAAM,CAACS;IAAc,CAAC;EAAE,GACxEX,KAAK,CAACY,WAAW,iBAChBpB,KAAA,CAAAc,aAAA,CAACZ,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACK;EAAc,gBAChCrB,KAAA,CAAAc,aAAA,CAACV,SAAS;IACRkB,OAAO,EAAEd,KAAK,CAACY,WAAY;IAC3BL,KAAK,EAAEA,CAAC;MAAEQ;IAAQ,CAAC,KAAK,CACtB;MACEC,OAAO,EAAED,OAAO,GAAG,GAAG,GAAG,CAAC;MAC1BE,MAAM,EAAEZ,SAAS,CAACa,EAAE;MACpBC,KAAK,EAAEd,SAAS,CAACa;IACnB,CAAC;EACD,gBAEF1B,KAAA,CAAAc,aAAA,CAACR,IAAI;IAACsB,KAAK,EAAElB,MAAM,CAACmB;EAAY,CAAE,CACzB,CACP,CACP,eACD7B,KAAA,CAAAc,aAAA,CAACZ,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACc;EAAc,gBAChC9B,KAAA,CAAAc,aAAA,CAACX,IAAI;IACHY,KAAK,EAAE,CACLC,MAAM,CAACe,IAAI,EACX;MAAEH,KAAK,EAAElB,MAAM,CAACsB;IAAY,CAAC,EAC7BrB,SAAS,CAACsB,QAAQ;EAClB,GAEDzB,KAAK,CAACuB,IACH,CACF,CACF,CAAC;AAEX,CAAC;AAED,MAAMf,MAAM,GAAGf,UAAU,CAACiC,MAAM,CAAC;EAC/BjB,SAAS,EAAE;IACTkB,IAAI,EAAE;EACR,CAAC;EACDd,aAAa,EAAE;IACbe,OAAO,EAAE,CAAC;IACVC,UAAU,EAAE;EACd,CAAC;EACDP,aAAa,EAAE;IACbK,IAAI,EAAE,CAAC;IACPG,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDR,IAAI,EAAE;IACJS,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC","ignoreList":[]}
|