@stream-io/video-react-native-sdk 1.10.5 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +5 -7
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +8 -11
- package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +9 -11
- package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js +3 -5
- package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +9 -12
- package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +15 -22
- package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +11 -15
- package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +13 -18
- package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +9 -13
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +12 -17
- package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +34 -39
- package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +8 -10
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +18 -22
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +21 -25
- package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +7 -10
- package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +33 -43
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +16 -21
- package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +22 -32
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +25 -35
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -12
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +22 -28
- package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +22 -25
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +26 -31
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -19
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +9 -12
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +12 -14
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -5
- package/dist/commonjs/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +12 -16
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +7 -10
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +13 -18
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +15 -19
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -18
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -20
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +33 -39
- package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +43 -54
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +27 -30
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +7 -11
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +14 -17
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +20 -23
- package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +7 -8
- package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +11 -13
- package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/commonjs/components/utility/Avatar.js +15 -18
- package/dist/commonjs/components/utility/Avatar.js.map +1 -1
- package/dist/commonjs/components/utility/ScreenShareOverlay.js +29 -35
- package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/commonjs/contexts/BackgroundFilters.js +3 -5
- package/dist/commonjs/contexts/BackgroundFilters.js.map +1 -1
- package/dist/commonjs/contexts/StreamVideoContext.js +5 -6
- package/dist/commonjs/contexts/StreamVideoContext.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +3 -5
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/icons/Back.js +6 -8
- package/dist/commonjs/icons/Back.js.map +1 -1
- package/dist/commonjs/icons/CameraSwitch.js +6 -8
- package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
- package/dist/commonjs/icons/EndStreamIcon.js +6 -8
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Eye.js +6 -8
- package/dist/commonjs/icons/Eye.js.map +1 -1
- package/dist/commonjs/icons/IconWrapper.js +3 -5
- package/dist/commonjs/icons/IconWrapper.js.map +1 -1
- package/dist/commonjs/icons/LeaveStreamIcon.js +6 -8
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/Lock.js +6 -8
- package/dist/commonjs/icons/Lock.js.map +1 -1
- package/dist/commonjs/icons/Mic.js +6 -8
- package/dist/commonjs/icons/Mic.js.map +1 -1
- package/dist/commonjs/icons/MicOff.js +6 -8
- package/dist/commonjs/icons/MicOff.js.map +1 -1
- package/dist/commonjs/icons/Phone.js +6 -8
- package/dist/commonjs/icons/Phone.js.map +1 -1
- package/dist/commonjs/icons/PhoneDown.js +6 -8
- package/dist/commonjs/icons/PhoneDown.js.map +1 -1
- package/dist/commonjs/icons/PinVertical.js +6 -8
- package/dist/commonjs/icons/PinVertical.js.map +1 -1
- package/dist/commonjs/icons/Reaction.js +6 -8
- package/dist/commonjs/icons/Reaction.js.map +1 -1
- package/dist/commonjs/icons/ScreenShare.js +6 -8
- package/dist/commonjs/icons/ScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ScreenShareIndicator.js +18 -21
- package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/commonjs/icons/Settings.js +5 -7
- package/dist/commonjs/icons/Settings.js.map +1 -1
- package/dist/commonjs/icons/ShieldBadge.js +6 -8
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -1
- package/dist/commonjs/icons/Spotlight.js +8 -10
- package/dist/commonjs/icons/Spotlight.js.map +1 -1
- package/dist/commonjs/icons/StartStreamIcon.js +6 -8
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -1
- package/dist/commonjs/icons/StopScreenShare.js +9 -11
- package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
- package/dist/commonjs/icons/ThreeDots.js +18 -20
- package/dist/commonjs/icons/ThreeDots.js.map +1 -1
- package/dist/commonjs/icons/TopViewBackground.js +19 -24
- package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
- package/dist/commonjs/icons/Video.js +6 -8
- package/dist/commonjs/icons/Video.js.map +1 -1
- package/dist/commonjs/icons/VideoSlash.js +6 -8
- package/dist/commonjs/icons/VideoSlash.js.map +1 -1
- package/dist/commonjs/providers/StreamCall/index.js +3 -5
- package/dist/commonjs/providers/StreamCall/index.js.map +1 -1
- package/dist/commonjs/providers/StreamVideo.js +5 -10
- package/dist/commonjs/providers/StreamVideo.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +21 -33
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js +2 -5
- package/dist/module/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/module/components/Call/CallContent/index.js +0 -2
- package/dist/module/components/Call/CallContent/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/AcceptCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +6 -9
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControlsButton.js +8 -13
- package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/HangupCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/IncomingCallControls.js +10 -13
- package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/LobbyControls.js +3 -7
- package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js +10 -14
- package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
- package/dist/module/components/Call/CallControls/ReactionsButton.js +16 -24
- package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/RejectCallButton.js +7 -12
- package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +12 -17
- package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +14 -20
- package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -15
- package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +13 -19
- package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
- package/dist/module/components/Call/CallControls/index.js +0 -2
- package/dist/module/components/Call/CallControls/index.js.map +1 -1
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +34 -41
- package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +9 -12
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +19 -24
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/CallLayout/index.js +0 -2
- package/dist/module/components/Call/CallLayout/index.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +21 -27
- package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/module/components/Call/CallParticipantsList/index.js +0 -2
- package/dist/module/components/Call/CallParticipantsList/index.js.map +1 -1
- package/dist/module/components/Call/Lobby/JoinCallButton.js +8 -12
- package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +34 -45
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/Lobby/LobbyFooter.js +17 -23
- package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
- package/dist/module/components/Call/Lobby/index.js +0 -2
- package/dist/module/components/Call/Lobby/index.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallLeftIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js +1 -4
- package/dist/module/components/Call/RingingCallContent/CallPreparingIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -34
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +26 -37
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +9 -14
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +22 -30
- package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +22 -27
- package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/index.js +0 -2
- package/dist/module/components/Call/RingingCallContent/index.js.map +1 -1
- package/dist/module/components/Call/index.js +0 -2
- package/dist/module/components/Call/index.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +27 -33
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/index.js +0 -2
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +4 -7
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +16 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +14 -21
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +13 -18
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +10 -14
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamControls/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +13 -16
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamLayout/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js +3 -7
- package/dist/module/components/Livestream/LivestreamPlayer/LivestreamPlayer.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamPlayer/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamPlayer/index.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +13 -18
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +8 -12
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +14 -20
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
- package/dist/module/components/Livestream/LivestreamTopView/index.js +0 -2
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -21
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
- package/dist/module/components/Livestream/ViewerLivestream/index.js +0 -2
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -1
- package/dist/module/components/Livestream/index.js +0 -2
- package/dist/module/components/Livestream/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +15 -20
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +18 -22
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js +0 -2
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/index.js +34 -41
- package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +44 -56
- package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +28 -32
- package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +8 -13
- package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +15 -19
- package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js +21 -25
- package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +8 -10
- package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +11 -15
- package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
- package/dist/module/components/Participant/ParticipantView/index.js +0 -2
- package/dist/module/components/Participant/ParticipantView/index.js.map +1 -1
- package/dist/module/components/Participant/index.js +0 -2
- package/dist/module/components/Participant/index.js.map +1 -1
- package/dist/module/components/index.js +0 -2
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/components/utility/Avatar.js +16 -20
- package/dist/module/components/utility/Avatar.js.map +1 -1
- package/dist/module/components/utility/ScreenShareOverlay.js +30 -37
- package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
- package/dist/module/components/utility/index.js +0 -2
- package/dist/module/components/utility/index.js.map +1 -1
- package/dist/module/constants/TestIds.js +0 -2
- package/dist/module/constants/TestIds.js.map +1 -1
- package/dist/module/constants/index.js +0 -2
- package/dist/module/constants/index.js.map +1 -1
- package/dist/module/contexts/BackgroundFilters.js +3 -7
- package/dist/module/contexts/BackgroundFilters.js.map +1 -1
- package/dist/module/contexts/StreamVideoContext.js +3 -7
- package/dist/module/contexts/StreamVideoContext.js.map +1 -1
- package/dist/module/contexts/ThemeContext.js +3 -7
- package/dist/module/contexts/ThemeContext.js.map +1 -1
- package/dist/module/contexts/index.js +0 -2
- package/dist/module/contexts/index.js.map +1 -1
- package/dist/module/hooks/index.js +0 -2
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js +0 -2
- package/dist/module/hooks/internal/useCallMediaStreamCleanup.js.map +1 -1
- package/dist/module/hooks/push/index.js +0 -2
- package/dist/module/hooks/push/index.js.map +1 -1
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js +0 -2
- package/dist/module/hooks/push/useInitAndroidTokenAndRest.js.map +1 -1
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js +0 -2
- package/dist/module/hooks/push/useIosCallkeepWithCallingStateEffect.js.map +1 -1
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js +0 -2
- package/dist/module/hooks/push/useIosInitRemoteNotifications.js.map +1 -1
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js +0 -2
- package/dist/module/hooks/push/useIosVoipPushEventsSetupEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushCallEffect.js.map +1 -1
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +0 -2
- package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js +0 -2
- package/dist/module/hooks/useAndroidKeepCallAliveEffect.js.map +1 -1
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js +0 -2
- package/dist/module/hooks/useApplyDefaultMediaStreamSettings.js.map +1 -1
- package/dist/module/hooks/useAutoEnterPiPEffect.js +0 -2
- package/dist/module/hooks/useAutoEnterPiPEffect.js.map +1 -1
- package/dist/module/hooks/useIsInPiPMode.js +0 -2
- package/dist/module/hooks/useIsInPiPMode.js.map +1 -1
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js +0 -2
- package/dist/module/hooks/useIsIosScreenshareBroadcastStarted.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +0 -2
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -1
- package/dist/module/hooks/usePermissionNotification.js +0 -2
- package/dist/module/hooks/usePermissionNotification.js.map +1 -1
- package/dist/module/hooks/usePermissionRequest.js +0 -2
- package/dist/module/hooks/usePermissionRequest.js.map +1 -1
- package/dist/module/hooks/useScreenShareButton.js +0 -2
- package/dist/module/hooks/useScreenShareButton.js.map +1 -1
- package/dist/module/hooks/useTrackDimensions.js +0 -2
- package/dist/module/hooks/useTrackDimensions.js.map +1 -1
- package/dist/module/icons/Back.js +6 -10
- package/dist/module/icons/Back.js.map +1 -1
- package/dist/module/icons/CameraSwitch.js +6 -10
- package/dist/module/icons/CameraSwitch.js.map +1 -1
- package/dist/module/icons/EndStreamIcon.js +6 -10
- package/dist/module/icons/EndStreamIcon.js.map +1 -1
- package/dist/module/icons/Eye.js +6 -10
- package/dist/module/icons/Eye.js.map +1 -1
- package/dist/module/icons/IconWrapper.js +3 -7
- package/dist/module/icons/IconWrapper.js.map +1 -1
- package/dist/module/icons/LeaveStreamIcon.js +6 -10
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -1
- package/dist/module/icons/Lock.js +6 -10
- package/dist/module/icons/Lock.js.map +1 -1
- package/dist/module/icons/Mic.js +6 -10
- package/dist/module/icons/Mic.js.map +1 -1
- package/dist/module/icons/MicOff.js +6 -10
- package/dist/module/icons/MicOff.js.map +1 -1
- package/dist/module/icons/Phone.js +6 -10
- package/dist/module/icons/Phone.js.map +1 -1
- package/dist/module/icons/PhoneDown.js +6 -10
- package/dist/module/icons/PhoneDown.js.map +1 -1
- package/dist/module/icons/PinVertical.js +6 -10
- package/dist/module/icons/PinVertical.js.map +1 -1
- package/dist/module/icons/Reaction.js +6 -10
- package/dist/module/icons/Reaction.js.map +1 -1
- package/dist/module/icons/ScreenShare.js +6 -10
- package/dist/module/icons/ScreenShare.js.map +1 -1
- package/dist/module/icons/ScreenShareIndicator.js +18 -23
- package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
- package/dist/module/icons/Settings.js +5 -9
- package/dist/module/icons/Settings.js.map +1 -1
- package/dist/module/icons/ShieldBadge.js +6 -10
- package/dist/module/icons/ShieldBadge.js.map +1 -1
- package/dist/module/icons/Spotlight.js +8 -12
- package/dist/module/icons/Spotlight.js.map +1 -1
- package/dist/module/icons/StartStreamIcon.js +6 -10
- package/dist/module/icons/StartStreamIcon.js.map +1 -1
- package/dist/module/icons/StopScreenShare.js +9 -13
- package/dist/module/icons/StopScreenShare.js.map +1 -1
- package/dist/module/icons/ThreeDots.js +18 -22
- package/dist/module/icons/ThreeDots.js.map +1 -1
- package/dist/module/icons/TopViewBackground.js +19 -26
- package/dist/module/icons/TopViewBackground.js.map +1 -1
- package/dist/module/icons/Video.js +6 -10
- package/dist/module/icons/Video.js.map +1 -1
- package/dist/module/icons/VideoSlash.js +6 -10
- package/dist/module/icons/VideoSlash.js.map +1 -1
- package/dist/module/icons/index.js +0 -2
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/index.js +0 -2
- package/dist/module/index.js.map +1 -1
- package/dist/module/providers/StreamCall/AppStateListener.js +0 -2
- package/dist/module/providers/StreamCall/AppStateListener.js.map +1 -1
- package/dist/module/providers/StreamCall/DeviceStats.js +0 -2
- package/dist/module/providers/StreamCall/DeviceStats.js.map +1 -1
- package/dist/module/providers/StreamCall/index.js +4 -7
- package/dist/module/providers/StreamCall/index.js.map +1 -1
- package/dist/module/providers/StreamVideo.js +5 -12
- package/dist/module/providers/StreamVideo.js.map +1 -1
- package/dist/module/theme/colors.js +0 -2
- package/dist/module/theme/colors.js.map +1 -1
- package/dist/module/theme/constants.js +0 -2
- package/dist/module/theme/constants.js.map +1 -1
- package/dist/module/theme/index.js +0 -2
- package/dist/module/theme/index.js.map +1 -1
- package/dist/module/theme/theme.js +0 -2
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/theme/types.js +0 -2
- package/dist/module/translations/index.js +0 -2
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/index.js +0 -2
- package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
- package/dist/module/utils/StreamVideoRN/types.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js +0 -2
- package/dist/module/utils/enterPiPAndroid.js.map +1 -1
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js +0 -2
- package/dist/module/utils/getAndroidDefaultRingtoneUrl.js.map +1 -1
- package/dist/module/utils/hooks/index.js +0 -2
- package/dist/module/utils/hooks/index.js.map +1 -1
- package/dist/module/utils/hooks/useDebouncedValue.js +0 -2
- package/dist/module/utils/hooks/useDebouncedValue.js.map +1 -1
- package/dist/module/utils/hooks/usePrevious.js +0 -2
- package/dist/module/utils/hooks/usePrevious.js.map +1 -1
- package/dist/module/utils/index.js +0 -2
- package/dist/module/utils/index.js.map +1 -1
- package/dist/module/utils/internal/newNotificationCallbacks.js +0 -2
- package/dist/module/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/gestureHandler.js +0 -2
- package/dist/module/utils/internal/optionallibs/gestureHandler.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/index.js +0 -2
- package/dist/module/utils/internal/optionallibs/index.js.map +1 -1
- package/dist/module/utils/internal/optionallibs/reanimated.js +0 -2
- package/dist/module/utils/internal/optionallibs/reanimated.js.map +1 -1
- package/dist/module/utils/internal/pushLogoutCallback.js +0 -2
- package/dist/module/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/module/utils/internal/rxSubjects.js +0 -2
- package/dist/module/utils/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js +0 -2
- package/dist/module/utils/internal/shouldDisableIOSLocalVideoOnBackground.js.map +1 -1
- package/dist/module/utils/push/android.js +0 -2
- package/dist/module/utils/push/android.js.map +1 -1
- package/dist/module/utils/push/index.js +0 -2
- package/dist/module/utils/push/index.js.map +1 -1
- package/dist/module/utils/push/internal/rxSubjects.js +0 -2
- package/dist/module/utils/push/internal/rxSubjects.js.map +1 -1
- package/dist/module/utils/push/internal/utils.js +0 -2
- package/dist/module/utils/push/internal/utils.js.map +1 -1
- package/dist/module/utils/push/ios.js +0 -2
- package/dist/module/utils/push/ios.js.map +1 -1
- package/dist/module/utils/push/libs/callkeep.js +0 -2
- package/dist/module/utils/push/libs/callkeep.js.map +1 -1
- package/dist/module/utils/push/libs/expoNotifications.js +0 -2
- package/dist/module/utils/push/libs/expoNotifications.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/index.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/index.js.map +1 -1
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js +0 -2
- package/dist/module/utils/push/libs/firebaseMessaging/lib.js.map +1 -1
- package/dist/module/utils/push/libs/index.js +0 -2
- package/dist/module/utils/push/libs/index.js.map +1 -1
- package/dist/module/utils/push/libs/iosPushNotification.js +0 -2
- package/dist/module/utils/push/libs/iosPushNotification.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/index.js +0 -2
- package/dist/module/utils/push/libs/notifee/index.js.map +1 -1
- package/dist/module/utils/push/libs/notifee/lib.js +0 -2
- package/dist/module/utils/push/libs/notifee/lib.js.map +1 -1
- package/dist/module/utils/push/libs/voipPushNotification.js +0 -2
- package/dist/module/utils/push/libs/voipPushNotification.js.map +1 -1
- package/dist/module/utils/push/utils.js +0 -2
- package/dist/module/utils/push/utils.js.map +1 -1
- package/dist/module/utils/setClientDetails.js +0 -2
- package/dist/module/utils/setClientDetails.js.map +1 -1
- package/dist/module/version.js +1 -3
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallContent/RTCViewPipIOS.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallContent/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallLayout/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -0
- package/dist/typescript/components/Call/CallParticipantsList/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -0
- package/dist/typescript/components/Call/Lobby/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -0
- package/dist/typescript/components/Call/RingingCallContent/index.d.ts.map +1 -0
- package/dist/typescript/components/Call/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamPlayer/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -0
- package/dist/typescript/components/Participant/ParticipantView/index.d.ts.map +1 -0
- package/dist/typescript/components/Participant/index.d.ts.map +1 -0
- package/dist/typescript/components/index.d.ts.map +1 -0
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -0
- package/dist/typescript/components/utility/ScreenShareOverlay.d.ts.map +1 -0
- package/dist/typescript/components/utility/index.d.ts.map +1 -0
- package/dist/typescript/constants/TestIds.d.ts.map +1 -0
- package/dist/typescript/constants/index.d.ts.map +1 -0
- package/dist/typescript/contexts/BackgroundFilters.d.ts.map +1 -0
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -0
- package/dist/typescript/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/typescript/contexts/index.d.ts.map +1 -0
- package/dist/typescript/hooks/index.d.ts.map +1 -0
- package/dist/typescript/hooks/internal/useCallMediaStreamCleanup.d.ts.map +1 -0
- package/dist/typescript/hooks/push/index.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useInitAndroidTokenAndRest.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosInitRemoteNotifications.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useProcessPushCallEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useAndroidKeepCallAliveEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +1 -0
- package/dist/typescript/hooks/useAutoEnterPiPEffect.d.ts.map +1 -0
- package/dist/typescript/hooks/useIsInPiPMode.d.ts.map +1 -0
- package/dist/typescript/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +1 -0
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
- package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -0
- package/dist/typescript/hooks/usePermissionRequest.d.ts.map +1 -0
- package/dist/typescript/hooks/useScreenShareButton.d.ts.map +1 -0
- package/dist/typescript/hooks/useTrackDimensions.d.ts.map +1 -0
- package/dist/typescript/icons/Back.d.ts.map +1 -0
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -0
- package/dist/typescript/icons/EndStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/Eye.d.ts.map +1 -0
- package/dist/typescript/icons/IconWrapper.d.ts.map +1 -0
- package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/Lock.d.ts.map +1 -0
- package/dist/typescript/icons/Mic.d.ts.map +1 -0
- package/dist/typescript/icons/MicOff.d.ts.map +1 -0
- package/dist/typescript/icons/Phone.d.ts.map +1 -0
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -0
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -0
- package/dist/typescript/icons/Reaction.d.ts.map +1 -0
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -0
- package/dist/typescript/icons/ScreenShareIndicator.d.ts.map +1 -0
- package/dist/typescript/icons/Settings.d.ts.map +1 -0
- package/dist/typescript/icons/ShieldBadge.d.ts.map +1 -0
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -0
- package/dist/typescript/icons/StartStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -0
- package/dist/typescript/icons/ThreeDots.d.ts.map +1 -0
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -0
- package/dist/typescript/icons/Video.d.ts.map +1 -0
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -0
- package/dist/typescript/icons/index.d.ts.map +1 -0
- package/dist/typescript/index.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/AppStateListener.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/DeviceStats.d.ts.map +1 -0
- package/dist/typescript/providers/StreamCall/index.d.ts.map +1 -0
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -0
- package/dist/typescript/theme/colors.d.ts.map +1 -0
- package/dist/typescript/theme/constants.d.ts.map +1 -0
- package/dist/typescript/theme/index.d.ts.map +1 -0
- package/dist/typescript/theme/theme.d.ts.map +1 -0
- package/dist/typescript/theme/types.d.ts.map +1 -0
- package/dist/typescript/translations/index.d.ts.map +1 -0
- package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -0
- package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -0
- package/dist/typescript/utils/enterPiPAndroid.d.ts.map +1 -0
- package/dist/typescript/utils/getAndroidDefaultRingtoneUrl.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/index.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/useDebouncedValue.d.ts.map +1 -0
- package/dist/typescript/utils/hooks/usePrevious.d.ts.map +1 -0
- package/dist/typescript/utils/index.d.ts.map +1 -0
- package/dist/typescript/utils/internal/newNotificationCallbacks.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/gestureHandler.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/index.d.ts.map +1 -0
- package/dist/typescript/utils/internal/optionallibs/reanimated.d.ts.map +1 -0
- package/dist/typescript/utils/internal/pushLogoutCallback.d.ts.map +1 -0
- package/dist/typescript/utils/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +1 -0
- package/dist/typescript/utils/push/android.d.ts.map +1 -0
- package/dist/typescript/utils/push/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/internal/rxSubjects.d.ts.map +1 -0
- package/dist/typescript/utils/push/internal/utils.d.ts.map +1 -0
- package/dist/typescript/utils/push/ios.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/callkeep.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/expoNotifications.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/firebaseMessaging/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/firebaseMessaging/lib.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/iosPushNotification.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/notifee/index.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/notifee/lib.d.ts.map +1 -0
- package/dist/typescript/utils/push/libs/voipPushNotification.d.ts.map +1 -0
- package/dist/typescript/utils/push/utils.d.ts.map +1 -0
- package/dist/typescript/utils/setClientDetails.d.ts.map +1 -0
- package/dist/typescript/version.d.ts +2 -0
- package/dist/typescript/version.d.ts.map +1 -0
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.js +17 -7
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.js +17 -7
- package/package.json +11 -25
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +2 -0
- package/src/version.ts +1 -1
- package/dist/commonjs/package.json +0 -1
- package/dist/module/package.json +0 -1
- package/dist/typescript/src/components/Call/CallContent/CallContent.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallContent/RTCViewPipIOS.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallContent/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/AcceptCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/CallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/CallControlsButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/HangupCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/IncomingCallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/LobbyControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/OutgoingCallControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ReactionsButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/RejectCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallLayout/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/CallParticipantsList/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/JoinCallButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/Lobby.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/LobbyFooter.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/Lobby/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallLeftIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/CallPreparingIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/IncomingCall.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/OutgoingCall.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/RingingCallContent.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/TextBasedIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/UserInfo.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/RingingCallContent/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Call/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/HostLivestream/HostLivestream.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/HostLivestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamControls/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamLayout/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamPlayer/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/LivestreamTopView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/ViewerLivestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Livestream/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/common.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/FloatingView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/FloatingParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/ParticipantView.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/VideoRenderer.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/ParticipantView/index.d.ts.map +0 -1
- package/dist/typescript/src/components/Participant/index.d.ts.map +0 -1
- package/dist/typescript/src/components/index.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/Avatar.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/ScreenShareOverlay.d.ts.map +0 -1
- package/dist/typescript/src/components/utility/index.d.ts.map +0 -1
- package/dist/typescript/src/constants/TestIds.d.ts.map +0 -1
- package/dist/typescript/src/constants/index.d.ts.map +0 -1
- package/dist/typescript/src/contexts/BackgroundFilters.d.ts.map +0 -1
- package/dist/typescript/src/contexts/StreamVideoContext.d.ts.map +0 -1
- package/dist/typescript/src/contexts/ThemeContext.d.ts.map +0 -1
- package/dist/typescript/src/contexts/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/internal/useCallMediaStreamCleanup.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/index.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useInitAndroidTokenAndRest.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosCallKeepEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosCallkeepWithCallingStateEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosInitRemoteNotifications.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useIosVoipPushEventsSetupEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useProcessPushCallEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/push/useProcessPushNonRingingCallEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useAndroidKeepCallAliveEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useApplyDefaultMediaStreamSettings.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useAutoEnterPiPEffect.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useIsInPiPMode.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useIsIosScreenshareBroadcastStarted.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePaginatedLayoutSortPreset.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePermissionNotification.d.ts.map +0 -1
- package/dist/typescript/src/hooks/usePermissionRequest.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useScreenShareButton.d.ts.map +0 -1
- package/dist/typescript/src/hooks/useTrackDimensions.d.ts.map +0 -1
- package/dist/typescript/src/icons/Back.d.ts.map +0 -1
- package/dist/typescript/src/icons/CameraSwitch.d.ts.map +0 -1
- package/dist/typescript/src/icons/EndStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/Eye.d.ts.map +0 -1
- package/dist/typescript/src/icons/IconWrapper.d.ts.map +0 -1
- package/dist/typescript/src/icons/LeaveStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/Lock.d.ts.map +0 -1
- package/dist/typescript/src/icons/Mic.d.ts.map +0 -1
- package/dist/typescript/src/icons/MicOff.d.ts.map +0 -1
- package/dist/typescript/src/icons/Phone.d.ts.map +0 -1
- package/dist/typescript/src/icons/PhoneDown.d.ts.map +0 -1
- package/dist/typescript/src/icons/PinVertical.d.ts.map +0 -1
- package/dist/typescript/src/icons/Reaction.d.ts.map +0 -1
- package/dist/typescript/src/icons/ScreenShare.d.ts.map +0 -1
- package/dist/typescript/src/icons/ScreenShareIndicator.d.ts.map +0 -1
- package/dist/typescript/src/icons/Settings.d.ts.map +0 -1
- package/dist/typescript/src/icons/ShieldBadge.d.ts.map +0 -1
- package/dist/typescript/src/icons/Spotlight.d.ts.map +0 -1
- package/dist/typescript/src/icons/StartStreamIcon.d.ts.map +0 -1
- package/dist/typescript/src/icons/StopScreenShare.d.ts.map +0 -1
- package/dist/typescript/src/icons/ThreeDots.d.ts.map +0 -1
- package/dist/typescript/src/icons/TopViewBackground.d.ts.map +0 -1
- package/dist/typescript/src/icons/Video.d.ts.map +0 -1
- package/dist/typescript/src/icons/VideoSlash.d.ts.map +0 -1
- package/dist/typescript/src/icons/index.d.ts.map +0 -1
- package/dist/typescript/src/index.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/AppStateListener.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/DeviceStats.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamCall/index.d.ts.map +0 -1
- package/dist/typescript/src/providers/StreamVideo.d.ts.map +0 -1
- package/dist/typescript/src/theme/colors.d.ts.map +0 -1
- package/dist/typescript/src/theme/constants.d.ts.map +0 -1
- package/dist/typescript/src/theme/index.d.ts.map +0 -1
- package/dist/typescript/src/theme/theme.d.ts.map +0 -1
- package/dist/typescript/src/theme/types.d.ts.map +0 -1
- package/dist/typescript/src/translations/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/StreamVideoRN/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/StreamVideoRN/types.d.ts.map +0 -1
- package/dist/typescript/src/utils/enterPiPAndroid.d.ts.map +0 -1
- package/dist/typescript/src/utils/getAndroidDefaultRingtoneUrl.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/useDebouncedValue.d.ts.map +0 -1
- package/dist/typescript/src/utils/hooks/usePrevious.d.ts.map +0 -1
- package/dist/typescript/src/utils/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/newNotificationCallbacks.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/gestureHandler.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/optionallibs/reanimated.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/pushLogoutCallback.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/src/utils/internal/shouldDisableIOSLocalVideoOnBackground.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/android.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/internal/rxSubjects.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/internal/utils.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/ios.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/callkeep.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/expoNotifications.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/firebaseMessaging/lib.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/iosPushNotification.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/notifee/index.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/notifee/lib.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/libs/voipPushNotification.d.ts.map +0 -1
- package/dist/typescript/src/utils/push/utils.d.ts.map +0 -1
- package/dist/typescript/src/utils/setClientDetails.d.ts.map +0 -1
- package/dist/typescript/src/version.d.ts +0 -2
- package/dist/typescript/src/version.d.ts.map +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +0 -1
- package/expo-config-plugin/dist/common/addNewLinesToMainActivity.d.ts +0 -1
- package/expo-config-plugin/dist/common/types.d.ts +0 -14
- package/expo-config-plugin/dist/index.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidManifest.d.ts +0 -4
- package/expo-config-plugin/dist/withAndroidPermissions.d.ts +0 -4
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +0 -3
- package/expo-config-plugin/dist/withAppDelegate.d.ts +0 -4
- package/expo-config-plugin/dist/withBuildProperties.d.ts +0 -3
- package/expo-config-plugin/dist/withIosScreenCapture/addBroadcastExtensionXcodeTarget.d.ts +0 -11
- package/expo-config-plugin/dist/withIosScreenCapture/index.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withFilesMod.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withPlistUpdates.d.ts +0 -4
- package/expo-config-plugin/dist/withIosScreenCapture/withTarget.d.ts +0 -4
- package/expo-config-plugin/dist/withMainActivity.d.ts +0 -4
- package/expo-config-plugin/dist/withiOSInfoPlist.d.ts +0 -4
- /package/dist/typescript/{src/components → components}/Call/CallContent/CallContent.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallContent/RTCViewPipIOS.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallContent/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/AcceptCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/CallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/CallControlsButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/HangupCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/IncomingCallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/LobbyControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/OutgoingCallControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ReactionsButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/RejectCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPreviewButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleAudioPublishingButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleCameraFaceButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPreviewButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/ToggleVideoPublishingButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallControls/internal/ReactionsPicker.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsGrid.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/CallParticipantsSpotlight.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallLayout/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/CallParticipantsList.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/CallParticipantsList/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/JoinCallButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/Lobby.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/LobbyFooter.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/Lobby/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallLeftIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/CallPreparingIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/IncomingCall.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/OutgoingCall.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/RingingCallContent.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/TextBasedIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/UserInfo.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/RingingCallContent/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Call/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/HostLivestream.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/HostLivestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostLivestreamControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/HostStartStreamButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamControls/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/LivestreamLayout.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamLayout/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/LivestreamPlayer.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamPlayer/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/DurationBadge.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/FollowerCount.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/LiveIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/LivestreamTopView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/ViewerLivestream.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/ViewerLivestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Livestream/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/common.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/FloatingView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/FloatingParticipantView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantLabel.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantReaction.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantVideoFallback.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/ParticipantView.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/SpeechIndicator.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/VideoRenderer.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/ParticipantView/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/Participant/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/index.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/Avatar.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/ScreenShareOverlay.d.ts +0 -0
- /package/dist/typescript/{src/components → components}/utility/index.d.ts +0 -0
- /package/dist/typescript/{src/constants → constants}/TestIds.d.ts +0 -0
- /package/dist/typescript/{src/constants → constants}/index.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/BackgroundFilters.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/StreamVideoContext.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/ThemeContext.d.ts +0 -0
- /package/dist/typescript/{src/contexts → contexts}/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/internal/useCallMediaStreamCleanup.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/index.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useInitAndroidTokenAndRest.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosCallKeepEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosCallkeepWithCallingStateEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosInitRemoteNotifications.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useIosVoipPushEventsSetupEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushCallEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/push/useProcessPushNonRingingCallEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useAndroidKeepCallAliveEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useApplyDefaultMediaStreamSettings.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useAutoEnterPiPEffect.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useIsInPiPMode.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useIsIosScreenshareBroadcastStarted.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePaginatedLayoutSortPreset.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePermissionNotification.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/usePermissionRequest.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useScreenShareButton.d.ts +0 -0
- /package/dist/typescript/{src/hooks → hooks}/useTrackDimensions.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Back.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/CameraSwitch.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/EndStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Eye.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/IconWrapper.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/LeaveStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Lock.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Mic.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/MicOff.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Phone.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/PhoneDown.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/PinVertical.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Reaction.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ScreenShare.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ScreenShareIndicator.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Settings.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ShieldBadge.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Spotlight.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/StartStreamIcon.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/StopScreenShare.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/ThreeDots.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/TopViewBackground.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/Video.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/VideoSlash.d.ts +0 -0
- /package/dist/typescript/{src/icons → icons}/index.d.ts +0 -0
- /package/dist/typescript/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/AppStateListener.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/DeviceStats.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamCall/index.d.ts +0 -0
- /package/dist/typescript/{src/providers → providers}/StreamVideo.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/colors.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/constants.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/index.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/theme.d.ts +0 -0
- /package/dist/typescript/{src/theme → theme}/types.d.ts +0 -0
- /package/dist/typescript/{src/translations → translations}/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/StreamVideoRN/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/StreamVideoRN/types.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/enterPiPAndroid.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/getAndroidDefaultRingtoneUrl.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/useDebouncedValue.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/hooks/usePrevious.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/newNotificationCallbacks.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/gestureHandler.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/optionallibs/reanimated.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/pushLogoutCallback.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/rxSubjects.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/internal/shouldDisableIOSLocalVideoOnBackground.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/android.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/internal/rxSubjects.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/internal/utils.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/ios.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/callkeep.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/expoNotifications.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/firebaseMessaging/lib.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/iosPushNotification.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/notifee/index.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/notifee/lib.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/libs/voipPushNotification.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/push/utils.d.ts +0 -0
- /package/dist/typescript/{src/utils → utils}/setClientDetails.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","StartStreamIcon","createElement","Svg","viewBox","fill","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/StartStreamIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtC,MAAMG,eAAe,GAAGA,CAAA,KAAM;EACnC,oBACEP,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAM,GAAG;IAACC,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC;EAAM,gBAClCX,MAAA,CAAAM,OAAA,CAAAE,aAAA,CAACL,eAAA,CAAAS,IAAI;IACHC,CAAC,EAAC,y8BAAy8B;IAC38BF,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC;AAACG,OAAA,CAAAP,eAAA,GAAAA,eAAA","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.StopScreenShare = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
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); }
|
|
11
10
|
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; }
|
|
12
11
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -14,18 +13,17 @@ const StopScreenShare = ({
|
|
|
14
13
|
color,
|
|
15
14
|
size
|
|
16
15
|
}) => {
|
|
17
|
-
return /*#__PURE__*/
|
|
16
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
18
17
|
viewBox: "0 0 25 25",
|
|
19
18
|
width: size,
|
|
20
|
-
height: size
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
});
|
|
19
|
+
height: size
|
|
20
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
21
|
+
fill: color,
|
|
22
|
+
d: "M21.478 19.1H3.47803V5H21.478V19.1ZM21.478 3H3.47803C2.37803 3 1.47803 3.9 1.47803 5V19C1.47803 20.1 2.37803 21 3.47803 21H21.478C22.578 21 23.478 20.1 23.478 19V5C23.478 3.9 22.578 3 21.478 3Z"
|
|
23
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
24
|
+
fill: color,
|
|
25
|
+
d: "M15.068 8L12.478 10.59L9.88803 8L8.47803 9.41L11.068 12L8.47803 14.59L9.88803 16L12.478 13.41L15.068 16L16.478 14.59L13.888 12L16.478 9.41L15.068 8Z"
|
|
26
|
+
}));
|
|
29
27
|
};
|
|
30
28
|
exports.StopScreenShare = StopScreenShare;
|
|
31
29
|
//# sourceMappingURL=StopScreenShare.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","StopScreenShare","color","size","createElement","viewBox","width","height","Path","fill","d","exports"],"sourceRoot":"../../../src","sources":["icons/StopScreenShare.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,SAAAG,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,SAAAF,wBAAAE,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;AAAA,SAAAb,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAQtC,MAAMmB,eAAe,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EACzD,oBACE3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAAQ,OAAG;IAACkB,OAAO,EAAC,WAAW;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ;EAAK,gBACjD3B,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAA6B,IAAI;IACHC,IAAI,EAAEP,KAAM;IACZQ,CAAC,EAAC;EAAmM,CACtM,CAAC,eACFlC,MAAA,CAAAW,OAAA,CAAAiB,aAAA,CAACzB,eAAA,CAAA6B,IAAI;IACHC,IAAI,EAAEP,KAAM;IACZQ,CAAC,EAAC;EAAsJ,CACzJ,CACE,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAV,eAAA,GAAAA,eAAA","ignoreList":[]}
|
|
@@ -6,28 +6,26 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.ThreeDots = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
10
|
const ThreeDots = ({
|
|
12
11
|
color
|
|
13
|
-
}) => /*#__PURE__*/
|
|
14
|
-
viewBox: "0 0 24 24"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
});
|
|
12
|
+
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
13
|
+
viewBox: "0 0 24 24"
|
|
14
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
15
|
+
cx: "3.5",
|
|
16
|
+
cy: "12",
|
|
17
|
+
r: "2.5",
|
|
18
|
+
fill: color
|
|
19
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
20
|
+
cx: "12",
|
|
21
|
+
cy: "12",
|
|
22
|
+
r: "2.5",
|
|
23
|
+
fill: color
|
|
24
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
25
|
+
cx: "20.5",
|
|
26
|
+
cy: "12",
|
|
27
|
+
r: "2.5",
|
|
28
|
+
fill: color
|
|
29
|
+
}));
|
|
32
30
|
exports.ThreeDots = ThreeDots;
|
|
33
31
|
//# sourceMappingURL=ThreeDots.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","ThreeDots","color","createElement","Svg","viewBox","Circle","cx","cy","r","fill","exports"],"sourceRoot":"../../../src","sources":["icons/ThreeDots.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA+C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAMxC,MAAMG,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAO,GAAG;EAACC,OAAO,EAAC;AAAW,gBACtBX,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAS,MAAM;EAACC,EAAE,EAAC,KAAK;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAER;AAAM,CAAE,CAAC,eAChDR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAS,MAAM;EAACC,EAAE,EAAC,IAAI;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAER;AAAM,CAAE,CAAC,eAC/CR,MAAA,CAAAM,OAAA,CAAAG,aAAA,CAACN,eAAA,CAAAS,MAAM;EAACC,EAAE,EAAC,MAAM;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAER;AAAM,CAAE,CAC7C,CACN;AAACS,OAAA,CAAAV,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -6,35 +6,30 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.TopViewBackground = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
10
|
const TopViewBackground = ({
|
|
12
11
|
height,
|
|
13
12
|
width
|
|
14
|
-
}) => /*#__PURE__*/
|
|
13
|
+
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
15
14
|
width: width,
|
|
16
15
|
height: height,
|
|
17
|
-
fill: 'none'
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
height: height,
|
|
36
|
-
fill: 'url(#paint0_linear_8092_98095)'
|
|
37
|
-
})]
|
|
38
|
-
});
|
|
16
|
+
fill: 'none'
|
|
17
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.LinearGradient, {
|
|
18
|
+
id: "paint0_linear_8092_98095",
|
|
19
|
+
x1: 3,
|
|
20
|
+
y1: 0,
|
|
21
|
+
x2: 3,
|
|
22
|
+
y2: height,
|
|
23
|
+
gradientUnits: "userSpaceOnUse"
|
|
24
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Stop, {
|
|
25
|
+
stopOpacity: 0.2
|
|
26
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Stop, {
|
|
27
|
+
offset: 1,
|
|
28
|
+
stopOpacity: 0
|
|
29
|
+
}))), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
30
|
+
width: width,
|
|
31
|
+
height: height,
|
|
32
|
+
fill: 'url(#paint0_linear_8092_98095)'
|
|
33
|
+
}));
|
|
39
34
|
exports.TopViewBackground = TopViewBackground;
|
|
40
35
|
//# sourceMappingURL=TopViewBackground.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","TopViewBackground","height","width","createElement","Svg","fill","Defs","LinearGradient","id","x1","y1","x2","y2","gradientUnits","Stop","stopOpacity","offset","Rect","exports"],"sourceRoot":"../../../src","sources":["icons/TopViewBackground.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAO0B,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAanB,MAAMG,iBAAiB,GAAGA,CAAC;EAAEC,MAAM;EAAEC;AAAa,CAAC,kBACxDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACF,KAAK,EAAEA,KAAM;EAACD,MAAM,EAAEA,MAAO;EAACI,IAAI,EAAE;AAAO,gBAC9CZ,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAU,IAAI,qBACHb,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAW,cAAc;EACbC,EAAE,EAAC,0BAA0B;EAC7BC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAEX,MAAO;EACXY,aAAa,EAAC;AAAgB,gBAE9BpB,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAkB,IAAI;EAACC,WAAW,EAAE;AAAI,CAAE,CAAC,eAC1BtB,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAkB,IAAI;EAACE,MAAM,EAAE,CAAE;EAACD,WAAW,EAAE;AAAE,CAAE,CACpB,CACZ,CAAC,eACPtB,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAqB,IAAI;EACHf,KAAK,EAAEA,KAAM;EACbD,MAAM,EAAEA,MAAO;EACfI,IAAI,EAAE;AAAiC,CACxC,CACE,CACN;AAACa,OAAA,CAAAlB,iBAAA,GAAAA,iBAAA","ignoreList":[]}
|
|
@@ -6,19 +6,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.Video = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
10
|
const Video = ({
|
|
12
11
|
color,
|
|
13
12
|
size
|
|
14
|
-
}) => /*#__PURE__*/
|
|
13
|
+
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
15
14
|
viewBox: '0 0 26 26',
|
|
16
15
|
width: size,
|
|
17
|
-
height: size
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
});
|
|
16
|
+
height: size
|
|
17
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
18
|
+
d: "M19.8333 12.25V8.16667C19.8333 7.525 19.3083 7 18.6667 7H4.66667C4.025 7 3.5 7.525 3.5 8.16667V19.8333C3.5 20.475 4.025 21 4.66667 21H18.6667C19.3083 21 19.8333 20.475 19.8333 19.8333V15.75L22.505 18.4217C23.24 19.1567 24.5 18.6317 24.5 17.5933V10.395C24.5 9.35667 23.24 8.83167 22.505 9.56667L19.8333 12.25Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
23
21
|
exports.Video = Video;
|
|
24
22
|
//# sourceMappingURL=Video.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","e","__esModule","default","Video","color","size","createElement","Svg","viewBox","width","height","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/Video.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQtC,MAAMG,KAAK,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC1CT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAQ,GAAG;EAACC,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEJ,IAAK;EAACK,MAAM,EAAEL;AAAK,gBACnDT,MAAA,CAAAM,OAAA,CAAAI,aAAA,CAACP,eAAA,CAAAY,IAAI;EACHC,CAAC,EAAC,sTAAsT;EACxTC,IAAI,EAAET;AAAM,CACb,CACE,CACN;AAACU,OAAA,CAAAX,KAAA,GAAAA,KAAA","ignoreList":[]}
|
|
@@ -7,20 +7,18 @@ exports.VideoSlash = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNativeSvg = require("react-native-svg");
|
|
9
9
|
var _TestIds = require("../constants/TestIds");
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
11
|
const VideoSlash = ({
|
|
13
12
|
color,
|
|
14
13
|
size
|
|
15
|
-
}) => /*#__PURE__*/
|
|
14
|
+
}) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, {
|
|
16
15
|
viewBox: '0 0 25 25',
|
|
17
16
|
width: size,
|
|
18
17
|
height: size,
|
|
19
|
-
testID: _TestIds.IconTestIds.MUTED_VIDEO
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
});
|
|
18
|
+
testID: _TestIds.IconTestIds.MUTED_VIDEO
|
|
19
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
20
|
+
d: "M21.7912 15.27V9.97999C21.7912 9.08999 20.7112 8.63999 20.0812 9.26999L17.7912 11.57V8.06999C17.7912 7.51999 17.3412 7.06999 16.7912 7.06999H11.1812L20.0912 15.98C20.7112 16.61 21.7912 16.16 21.7912 15.27ZM3.50124 3.62999C3.11124 4.01999 3.11124 4.64999 3.50124 5.03999L5.52124 7.06999H4.79124C4.24124 7.06999 3.79124 7.51999 3.79124 8.06999V18.07C3.79124 18.62 4.24124 19.07 4.79124 19.07H16.7912C17.0012 19.07 17.1812 18.99 17.3412 18.89L19.8212 21.37C20.2112 21.76 20.8412 21.76 21.2312 21.37C21.6212 20.98 21.6212 20.35 21.2312 19.96L4.91124 3.62999C4.52124 3.23999 3.89124 3.23999 3.50124 3.62999Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}));
|
|
25
23
|
exports.VideoSlash = VideoSlash;
|
|
26
24
|
//# sourceMappingURL=VideoSlash.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_TestIds","e","__esModule","default","VideoSlash","color","size","createElement","Svg","viewBox","width","height","testID","IconTestIds","MUTED_VIDEO","Path","d","fill","exports"],"sourceRoot":"../../../src","sources":["icons/VideoSlash.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAAmD,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5C,MAAMG,UAAU,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC/CV,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAS,GAAG;EACFC,OAAO,EAAE,WAAY;EACrBC,KAAK,EAAEJ,IAAK;EACZK,MAAM,EAAEL,IAAK;EACbM,MAAM,EAAEC,oBAAW,CAACC;AAAY,gBAEhClB,MAAA,CAAAO,OAAA,CAAAI,aAAA,CAACR,eAAA,CAAAgB,IAAI;EACHC,CAAC,EAAC,4lBAA4lB;EAC9lBC,IAAI,EAAEZ;AAAM,CACb,CACE,CACN;AAACa,OAAA,CAAAd,UAAA,GAAAA,UAAA","ignoreList":[]}
|
|
@@ -11,7 +11,6 @@ var _utils = require("../../utils/push/internal/utils");
|
|
|
11
11
|
var _useAndroidKeepCallAliveEffect = require("../../hooks/useAndroidKeepCallAliveEffect");
|
|
12
12
|
var _AppStateListener = require("./AppStateListener");
|
|
13
13
|
var _DeviceStats = require("./DeviceStats");
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
16
|
// const PIP_CHANGE_EVENT = 'StreamVideoReactNative_PIP_CHANGE_EVENT';
|
|
@@ -29,10 +28,9 @@ const StreamCall = ({
|
|
|
29
28
|
call,
|
|
30
29
|
children
|
|
31
30
|
}) => {
|
|
32
|
-
return /*#__PURE__*/
|
|
33
|
-
call: call
|
|
34
|
-
|
|
35
|
-
});
|
|
31
|
+
return /*#__PURE__*/_react.default.createElement(_videoReactBindings.StreamCallProvider, {
|
|
32
|
+
call: call
|
|
33
|
+
}, /*#__PURE__*/_react.default.createElement(_AppStateListener.AppStateListener, null), /*#__PURE__*/_react.default.createElement(AndroidKeepCallAlive, null), /*#__PURE__*/_react.default.createElement(IosInformCallkeepCallEnd, null), /*#__PURE__*/_react.default.createElement(ClearPushWSSubscriptions, null), /*#__PURE__*/_react.default.createElement(_DeviceStats.DeviceStats, null), children);
|
|
36
34
|
};
|
|
37
35
|
|
|
38
36
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireWildcard","_useIosCallkeepWithCallingStateEffect","_utils","_useAndroidKeepCallAliveEffect","_AppStateListener","_DeviceStats","
|
|
1
|
+
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireWildcard","_useIosCallkeepWithCallingStateEffect","_utils","_useAndroidKeepCallAliveEffect","_AppStateListener","_DeviceStats","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","StreamCall","children","createElement","StreamCallProvider","AppStateListener","AndroidKeepCallAlive","IosInformCallkeepCallEnd","ClearPushWSSubscriptions","DeviceStats","exports","useAndroidKeepCallAliveEffect","useIosCallkeepWithCallingStateEffect","useEffect","clearPushWSEventSubscriptions","canAddPushWSSubscriptionsRef","current"],"sourceRoot":"../../../../src","sources":["providers/StreamCall/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -11,7 +11,6 @@ var _netinfo = _interopRequireDefault(require("@react-native-community/netinfo")
|
|
|
11
11
|
var _hooks = require("../hooks");
|
|
12
12
|
var _translations = require("../translations");
|
|
13
13
|
var _ThemeContext = require("../contexts/ThemeContext");
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
17
16
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -53,18 +52,14 @@ const StreamVideo = props => {
|
|
|
53
52
|
});
|
|
54
53
|
});
|
|
55
54
|
}, [client]);
|
|
56
|
-
return /*#__PURE__*/
|
|
55
|
+
return /*#__PURE__*/_react.default.createElement(_videoReactBindings.StreamVideoProvider, {
|
|
57
56
|
client: client,
|
|
58
57
|
language: language,
|
|
59
58
|
translationsOverrides: translationsOverrides,
|
|
60
|
-
i18nInstance: i18nInstance
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PushRegister, {}), children]
|
|
65
|
-
})
|
|
66
|
-
})
|
|
67
|
-
});
|
|
59
|
+
i18nInstance: i18nInstance
|
|
60
|
+
}, /*#__PURE__*/_react.default.createElement(_ThemeContext.ThemeProvider, {
|
|
61
|
+
style: style
|
|
62
|
+
}, /*#__PURE__*/_react.default.createElement(_StreamVideoContext.StreamVideoStoreProvider, null, /*#__PURE__*/_react.default.createElement(PushRegister, null), children)));
|
|
68
63
|
};
|
|
69
64
|
|
|
70
65
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireWildcard","_StreamVideoContext","_netinfo","_interopRequireDefault","_hooks","_translations","_ThemeContext","
|
|
1
|
+
{"version":3,"names":["_videoReactBindings","require","_react","_interopRequireWildcard","_StreamVideoContext","_netinfo","_interopRequireDefault","_hooks","_translations","_ThemeContext","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","StreamVideo","props","client","children","translationsOverrides","translations","i18nInstance","language","style","useEffect","prevIsOnline","NetInfo","addEventListener","state","isConnected","isInternetReachable","isOnline","type","streamClient","updateNetworkConnectionStatus","createElement","StreamVideoProvider","ThemeProvider","StreamVideoStoreProvider","PushRegister","exports","usePushRegisterEffect"],"sourceRoot":"../../../src","sources":["providers/StreamVideo.tsx"],"mappings":"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","ignoreList":[]}
|
package/dist/commonjs/version.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
2
|
import React, { useEffect, useState, useMemo } from 'react';
|
|
4
3
|
import { StyleSheet, View } from 'react-native';
|
|
5
4
|
import InCallManager from 'react-native-incall-manager';
|
|
@@ -13,7 +12,6 @@ import { useTheme } from '../../../contexts';
|
|
|
13
12
|
import { useIsInPiPMode, useAutoEnterPiPEffect } from '../../../hooks';
|
|
14
13
|
import { ScreenShareOverlay as DefaultScreenShareOverlay } from '../../utility/ScreenShareOverlay';
|
|
15
14
|
import RTCViewPipIOS from './RTCViewPipIOS';
|
|
16
|
-
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
17
15
|
export const CallContent = ({
|
|
18
16
|
onHangupCallHandler,
|
|
19
17
|
CallParticipantsList,
|
|
@@ -98,36 +96,26 @@ export const CallContent = ({
|
|
|
98
96
|
const landscapeStyles = {
|
|
99
97
|
flexDirection: landscape ? 'row' : 'column'
|
|
100
98
|
};
|
|
101
|
-
return /*#__PURE__*/
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
...callParticipantsSpotlightProps
|
|
122
|
-
}) : /*#__PURE__*/_jsx(CallParticipantsGrid, {
|
|
123
|
-
...callParticipantsGridProps
|
|
124
|
-
})]
|
|
125
|
-
}), !isInPiPMode && CallControls && /*#__PURE__*/_jsx(CallControls, {
|
|
126
|
-
onHangupCallHandler: onHangupCallHandler,
|
|
127
|
-
landscape: landscape
|
|
128
|
-
})]
|
|
129
|
-
})]
|
|
130
|
-
});
|
|
99
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, !disablePictureInPicture && /*#__PURE__*/React.createElement(RTCViewPipIOS, {
|
|
100
|
+
includeLocalParticipantVideo: iOSPiPIncludeLocalParticipantVideo
|
|
101
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
102
|
+
style: [styles.container, landscapeStyles, callContent.container]
|
|
103
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
104
|
+
style: [styles.content, callContent.callParticipantsContainer]
|
|
105
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
106
|
+
style: [styles.view, callContent.topContainer]
|
|
107
|
+
// "box-none" disallows the container view to be not take up touches
|
|
108
|
+
// and allows only the top and floating view (its child views) to take up the touches
|
|
109
|
+
,
|
|
110
|
+
pointerEvents: "box-none"
|
|
111
|
+
}, showFloatingView && FloatingParticipantView && /*#__PURE__*/React.createElement(FloatingParticipantView, _extends({
|
|
112
|
+
participant: isRemoteParticipantInFloatingView ? remoteParticipants[0] : localParticipant,
|
|
113
|
+
onPressHandler: handleFloatingViewParticipantSwitch,
|
|
114
|
+
supportedReactions: supportedReactions
|
|
115
|
+
}, participantViewProps))), showSpotlightLayout ? /*#__PURE__*/React.createElement(CallParticipantsSpotlight, callParticipantsSpotlightProps) : /*#__PURE__*/React.createElement(CallParticipantsGrid, callParticipantsGridProps)), !isInPiPMode && CallControls && /*#__PURE__*/React.createElement(CallControls, {
|
|
116
|
+
onHangupCallHandler: onHangupCallHandler,
|
|
117
|
+
landscape: landscape
|
|
118
|
+
})));
|
|
131
119
|
};
|
|
132
120
|
const useStyles = () => {
|
|
133
121
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useState","useMemo","StyleSheet","View","InCallManager","CallParticipantsGrid","CallParticipantsSpotlight","CallControls","DefaultCallControls","useCallStateHooks","Z_INDEX","useDebouncedValue","FloatingParticipantView","DefaultFloatingParticipantView","useTheme","useIsInPiPMode","useAutoEnterPiPEffect","ScreenShareOverlay","DefaultScreenShareOverlay","RTCViewPipIOS","
|
|
1
|
+
{"version":3,"names":["React","useEffect","useState","useMemo","StyleSheet","View","InCallManager","CallParticipantsGrid","CallParticipantsSpotlight","CallControls","DefaultCallControls","useCallStateHooks","Z_INDEX","useDebouncedValue","FloatingParticipantView","DefaultFloatingParticipantView","useTheme","useIsInPiPMode","useAutoEnterPiPEffect","ScreenShareOverlay","DefaultScreenShareOverlay","RTCViewPipIOS","CallContent","onHangupCallHandler","CallParticipantsList","ParticipantLabel","ParticipantNetworkQualityIndicator","ParticipantReaction","ParticipantVideoFallback","ParticipantView","VideoRenderer","layout","landscape","supportedReactions","iOSPiPIncludeLocalParticipantVideo","disablePictureInPicture","showRemoteParticipantInFloatingView","setShowRemoteParticipantInFloatingView","styles","useStyles","theme","callContent","useCallSettings","useHasOngoingScreenShare","useRemoteParticipants","useLocalParticipant","callSettings","isVideoEnabledInCall","video","enabled","_remoteParticipants","remoteParticipants","localParticipant","isInPiPMode","hasScreenShare","showSpotlightLayout","showFloatingView","length","isRemoteParticipantInFloatingView","start","media","stop","handleFloatingViewParticipantSwitch","prevState","participantViewProps","callParticipantsGridProps","showLocalParticipant","callParticipantsSpotlightProps","landscapeStyles","flexDirection","createElement","Fragment","includeLocalParticipantVideo","style","container","content","callParticipantsContainer","view","topContainer","pointerEvents","_extends","participant","onPressHandler","create","flex","paddingBottom","variants","insets","bottom","paddingLeft","left","paddingRight","right","paddingTop","top","backgroundColor","colors","sheetPrimary","absoluteFillObject","zIndex","IN_FRONT"],"sourceRoot":"../../../../../src","sources":["components/Call/CallContent/CallContent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { CallingState, hasScreenShare, speakerLayoutSortPreset } from '@stream-io/video-client';
|
|
4
2
|
import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
|
|
5
3
|
import React, { useEffect, useMemo } from 'react';
|
|
6
4
|
import { findNodeHandle, Platform, requireNativeComponent, UIManager } from 'react-native';
|
|
7
5
|
import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
|
|
8
6
|
import { shouldDisableIOSLocalVideoOnBackgroundRef } from '../../../utils/internal/shouldDisableIOSLocalVideoOnBackground';
|
|
9
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
7
|
const COMPONENT_NAME = 'RTCViewPip';
|
|
11
8
|
const RTCViewPipNative = requireNativeComponent(COMPONENT_NAME);
|
|
12
9
|
|
|
@@ -15,7 +12,7 @@ const RTCViewPipNative = requireNativeComponent(COMPONENT_NAME);
|
|
|
15
12
|
const RTCViewPip = /*#__PURE__*/React.memo(/*#__PURE__*/React.forwardRef((props, ref) => {
|
|
16
13
|
if (Platform.OS !== 'ios') return null;
|
|
17
14
|
// @ts-ignore
|
|
18
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement(RTCViewPipNative, {
|
|
19
16
|
streamURL: props.streamURL,
|
|
20
17
|
ref: ref
|
|
21
18
|
});
|
|
@@ -85,7 +82,7 @@ const RTCViewPipIOS = /*#__PURE__*/React.memo(({
|
|
|
85
82
|
const videoStreamToRender = isScreenSharing ? screenShareStream : videoStream;
|
|
86
83
|
return videoStreamToRender?.toURL();
|
|
87
84
|
}, [participantInSpotlight]);
|
|
88
|
-
return /*#__PURE__*/
|
|
85
|
+
return /*#__PURE__*/React.createElement(RTCViewPip, {
|
|
89
86
|
streamURL: streamURL,
|
|
90
87
|
ref: nativeRef
|
|
91
88
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CallingState","hasScreenShare","speakerLayoutSortPreset","useCall","useCallStateHooks","React","useEffect","useMemo","findNodeHandle","Platform","requireNativeComponent","UIManager","useDebouncedValue","shouldDisableIOSLocalVideoOnBackgroundRef","
|
|
1
|
+
{"version":3,"names":["CallingState","hasScreenShare","speakerLayoutSortPreset","useCall","useCallStateHooks","React","useEffect","useMemo","findNodeHandle","Platform","requireNativeComponent","UIManager","useDebouncedValue","shouldDisableIOSLocalVideoOnBackgroundRef","COMPONENT_NAME","RTCViewPipNative","RTCViewPip","memo","forwardRef","props","ref","OS","createElement","streamURL","RTCViewPipIOS","includeLocalParticipantVideo","call","useParticipants","_allParticipants","sortBy","allParticipants","dominantSpeaker","dominantSpeaker2","filter","participant","isLocalParticipant","participantInSpotlight","current","nativeRef","useRef","callClosedInvokedOnce","onCallClosed","node","dispatchViewManagerCommand","getViewManagerConfig","Commands","unsubFunc","on","subscription","state","callingState$","subscribe","LEFT","IDLE","unsubscribe","undefined","videoStream","screenShareStream","isScreenSharing","videoStreamToRender","toURL"],"sourceRoot":"../../../../../src","sources":["components/Call/CallContent/RTCViewPipIOS.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Call/CallContent/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Call/CallContent/index.ts"],"mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,iBAAiB","ignoreList":[]}
|