@stream-io/video-react-native-sdk 1.10.5 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +21 -31
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js +2 -3
- package/dist/commonjs/components/Call/CallContent/RTCViewPipIOS.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +6 -10
- package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +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/hooks/internal/useCallMediaStreamCleanup.js +1 -0
- package/dist/commonjs/hooks/internal/useCallMediaStreamCleanup.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/AppStateListener.js +19 -11
- package/dist/commonjs/providers/StreamCall/AppStateListener.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 +2 -3
- 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 +20 -14
- 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/hooks/internal/useCallMediaStreamCleanup.ts +9 -1
- package/src/providers/StreamCall/AppStateListener.tsx +30 -13
- 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":["CallTypes","defaultSortPreset","paginatedLayoutSortPreset","useEffect","resetSortPreset","call","callConfig","get","type","setSortParticipantsBy","options","sortParticipantsBy","usePaginatedLayoutSortPreset"],"sourceRoot":"../../../src","sources":["hooks/usePaginatedLayoutSortPreset.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["CallTypes","defaultSortPreset","paginatedLayoutSortPreset","useEffect","resetSortPreset","call","callConfig","get","type","setSortParticipantsBy","options","sortParticipantsBy","usePaginatedLayoutSortPreset"],"sourceRoot":"../../../src","sources":["hooks/usePaginatedLayoutSortPreset.ts"],"mappings":"AAAA,SAEEA,SAAS,EACTC,iBAAiB,EACjBC,yBAAyB,QACpB,yBAAyB;AAChC,SAASC,SAAS,QAAQ,OAAO;AAEjC,MAAMC,eAAe,GAAIC,IAAU,IAAK;EACtC;EACA,MAAMC,UAAU,GAAGN,SAAS,CAACO,GAAG,CAACF,IAAI,CAACG,IAAI,CAAC;EAC3CH,IAAI,CAACI,qBAAqB,CACxBH,UAAU,CAACI,OAAO,CAACC,kBAAkB,IAAIV,iBAC3C,CAAC;AACH,CAAC;AAED,OAAO,MAAMW,4BAA4B,GAAIP,IAAsB,IAAK;EACtEF,SAAS,CAAC,MAAM;IACd,IAAI,CAACE,IAAI,EAAE;MACT;IACF;IACAA,IAAI,CAACI,qBAAqB,CAACP,yBAAyB,CAAC;IACrD,OAAO,MAAM;MACXE,eAAe,CAACC,IAAI,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,CAACA,IAAI,CAAC,CAAC;AACZ,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CallingState","useCallStateHooks","useCallback","useEffect","Alert","usePrevious","usePermissionNotification","props","permission","messageApproved","messageRevoked","useCallCallingState","useHasPermissions","hasPermission","previousHasPermission","callingState","showGrantedNotification","alert","showRevokedNotification","JOINED"],"sourceRoot":"../../../src","sources":["hooks/usePermissionNotification.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"names":["CallingState","useCallStateHooks","useCallback","useEffect","Alert","usePrevious","usePermissionNotification","props","permission","messageApproved","messageRevoked","useCallCallingState","useHasPermissions","hasPermission","previousHasPermission","callingState","showGrantedNotification","alert","showRevokedNotification","JOINED"],"sourceRoot":"../../../src","sources":["hooks/usePermissionNotification.tsx"],"mappings":"AAAA,SAASA,YAAY,QAAuB,yBAAyB;AACrE,SAASC,iBAAiB,QAAQ,iCAAiC;AACnE,SAASC,WAAW,EAAEC,SAAS,QAAQ,OAAO;AAC9C,SAASC,KAAK,QAAQ,cAAc;AACpC,SAASC,WAAW,QAAQ,4BAA4B;AAqBxD,OAAO,MAAMC,yBAAyB,GACpCC,KAAkC,IAC/B;EACH,MAAM;IAAEC,UAAU;IAAEC,eAAe;IAAEC;EAAe,CAAC,GAAGH,KAAK;EAC7D,MAAM;IAAEI,mBAAmB;IAAEC;EAAkB,CAAC,GAAGX,iBAAiB,CAAC,CAAC;EACtE,MAAMY,aAAa,GAAGD,iBAAiB,CAACJ,UAAU,CAAC;EACnD,MAAMM,qBAAqB,GAAGT,WAAW,CAACQ,aAAa,CAAC;EACxD,MAAME,YAAY,GAAGJ,mBAAmB,CAAC,CAAC;EAE1C,MAAMK,uBAAuB,GAAGd,WAAW,CAAC,MAAM;IAChDE,KAAK,CAACa,KAAK,CAACR,eAAe,CAAC;EAC9B,CAAC,EAAE,CAACA,eAAe,CAAC,CAAC;EAErB,MAAMS,uBAAuB,GAAGhB,WAAW,CAAC,MAAM;IAChDE,KAAK,CAACa,KAAK,CAACP,cAAc,CAAC;EAC7B,CAAC,EAAE,CAACA,cAAc,CAAC,CAAC;EAEpBP,SAAS,CAAC,MAAM;IACd;IACA;IACA,IAAIY,YAAY,KAAKf,YAAY,CAACmB,MAAM,EAAE;MACxC;IACF;IACA,IAAIN,aAAa,IAAI,CAACC,qBAAqB,EAAE;MAC3CE,uBAAuB,CAAC,CAAC;IAC3B,CAAC,MAAM,IAAI,CAACH,aAAa,IAAIC,qBAAqB,EAAE;MAClDI,uBAAuB,CAAC,CAAC;IAC3B;EACF,CAAC,EAAE,CACDH,YAAY,EACZF,aAAa,EACbC,qBAAqB,EACrBE,uBAAuB,EACvBE,uBAAuB,CACxB,CAAC;AACJ,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["OwnCapability","getLogger","useCall","useCallStateHooks","useCallback","useEffect","Alert","usePermissionRequest","call","useHasPermissions","userHasUpdateCallPermissionsCapability","UPDATE_CALL_PERMISSIONS","messageForPermission","userName","permission","SEND_AUDIO","SEND_VIDEO","SCREENSHARE","handleUpdatePermission","request","allow","user","permissions","grantPermissions","id","revokePermissions","err","logger","on","event","type","forEach","alert","name","text","onPress"],"sourceRoot":"../../../src","sources":["hooks/usePermissionRequest.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"names":["OwnCapability","getLogger","useCall","useCallStateHooks","useCallback","useEffect","Alert","usePermissionRequest","call","useHasPermissions","userHasUpdateCallPermissionsCapability","UPDATE_CALL_PERMISSIONS","messageForPermission","userName","permission","SEND_AUDIO","SEND_VIDEO","SCREENSHARE","handleUpdatePermission","request","allow","user","permissions","grantPermissions","id","revokePermissions","err","logger","on","event","type","forEach","alert","name","text","onPress"],"sourceRoot":"../../../src","sources":["hooks/usePermissionRequest.tsx"],"mappings":"AAAA,SACEA,aAAa,EAEbC,SAAS,QACJ,yBAAyB;AAChC,SAASC,OAAO,EAAEC,iBAAiB,QAAQ,iCAAiC;AAC5E,SAASC,WAAW,EAAEC,SAAS,QAAQ,OAAO;AAC9C,SAASC,KAAK,QAAQ,cAAc;AAEpC,OAAO,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;EACxC,MAAMC,IAAI,GAAGN,OAAO,CAAC,CAAC;EAEtB,MAAM;IAAEO;EAAkB,CAAC,GAAGN,iBAAiB,CAAC,CAAC;EACjD,MAAMO,sCAAsC,GAAGD,iBAAiB,CAC9DT,aAAa,CAACW,uBAChB,CAAC;EAED,MAAMC,oBAAoB,GAAGA,CAACC,QAAgB,EAAEC,UAAkB,KAAK;IACrE,QAAQA,UAAU;MAChB,KAAKd,aAAa,CAACe,UAAU;QAC3B,OAAO,GAAGF,QAAQ,yBAAyB;MAC7C,KAAKb,aAAa,CAACgB,UAAU;QAC3B,OAAO,GAAGH,QAAQ,sCAAsC;MAC1D,KAAKb,aAAa,CAACiB,WAAW;QAC5B,OAAO,GAAGJ,QAAQ,wCAAwC;MAC5D;QACE,OAAO,GAAGA,QAAQ,8BAA8BC,UAAU,EAAE;IAChE;EACF,CAAC;EAED,MAAMI,sBAAsB,GAAGd,WAAW,CACxC,CAACe,OAA+B,EAAEC,KAAc,KAAK;IACnD,OAAO,YAAY;MACjB,MAAM;QAAEC,IAAI;QAAEC;MAAY,CAAC,GAAGH,OAAO;MACrC,IAAI;QACF,IAAIC,KAAK,EAAE;UACT,MAAMZ,IAAI,EAAEe,gBAAgB,CAACF,IAAI,CAACG,EAAE,EAAEF,WAAW,CAAC;QACpD,CAAC,MAAM;UACL,MAAMd,IAAI,EAAEiB,iBAAiB,CAACJ,IAAI,CAACG,EAAE,EAAEF,WAAW,CAAC;QACrD;MACF,CAAC,CAAC,OAAOI,GAAG,EAAE;QACZ,MAAMC,MAAM,GAAG1B,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAClD0B,MAAM,CAAC,OAAO,EAAE,8BAA8B,EAAED,GAAG,CAAC;MACtD;IACF,CAAC;EACH,CAAC,EACD,CAAClB,IAAI,CACP,CAAC;EAEDH,SAAS,CAAC,MAAM;IACd,IAAI,CAACG,IAAI,IAAI,CAACE,sCAAsC,EAAE;MACpD;IACF;IACA,OAAOF,IAAI,CAACoB,EAAE,CAAC,yBAAyB,EAAGC,KAAK,IAAK;MACnD,IAAIA,KAAK,CAACC,IAAI,KAAK,yBAAyB,EAAE;QAC5C;MACF;MACA,MAAM;QAAET,IAAI;QAAEC;MAAY,CAAC,GAAGO,KAAK;MACnCP,WAAW,CAACS,OAAO,CAAEjB,UAAU,IAAK;QAClC,OAAOR,KAAK,CAAC0B,KAAK,CAChB,qBAAqB,EACrBpB,oBAAoB,CAACS,IAAI,CAACY,IAAI,IAAIZ,IAAI,CAACG,EAAE,EAAEV,UAAU,CAAC,EACtD,CACE;UACEoB,IAAI,EAAE,QAAQ;UACdC,OAAO,EAAEjB,sBAAsB,CAACW,KAAK,EAAE,KAAK;QAC9C,CAAC,EACD;UACEK,IAAI,EAAE,OAAO;UACbC,OAAO,EAAEjB,sBAAsB,CAACW,KAAK,EAAE,IAAI;QAC7C,CAAC,CAEL,CAAC;MACH,CAAC,CAAC;IACJ,CAAC,CAAC;EACJ,CAAC,EAAE,CAACrB,IAAI,EAAEE,sCAAsC,EAAEQ,sBAAsB,CAAC,CAAC;AAC5E,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getLogger","hasScreenShare","OwnCapability","useCall","useCallStateHooks","useRef","useEffect","Platform","findNodeHandle","NativeModules","usePrevious","useIsIosScreenshareBroadcastStarted","CanDeviceScreenShare","OS","Number","parseInt","Version","split","useScreenShareButton","screenCapturePickerViewiOSRef","onScreenShareStartedHandler","onScreenShareStoppedHandler","onMissingScreenShareStreamPermission","call","useLocalParticipant","useCallSettings","useOwnCapabilities","callSettings","ownCapabilities","hasScreenSharingPermissions","includes","SCREENSHARE","isScreenSharingEnabledInCall","screensharing","enabled","onScreenShareStartedHandlerRef","current","onScreenShareStoppedHandlerRef","iosScreenShareStartedFromSystem","prevIosScreenShareStartedFromSystem","localParticipant","hasPublishedScreenShare","screenShare","enable","disable","onPress","logger","reactTag","ScreenCapturePickerViewManager","show","error","undefined"],"sourceRoot":"../../../src","sources":["hooks/useScreenShareButton.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["getLogger","hasScreenShare","OwnCapability","useCall","useCallStateHooks","useRef","useEffect","Platform","findNodeHandle","NativeModules","usePrevious","useIsIosScreenshareBroadcastStarted","CanDeviceScreenShare","OS","Number","parseInt","Version","split","useScreenShareButton","screenCapturePickerViewiOSRef","onScreenShareStartedHandler","onScreenShareStoppedHandler","onMissingScreenShareStreamPermission","call","useLocalParticipant","useCallSettings","useOwnCapabilities","callSettings","ownCapabilities","hasScreenSharingPermissions","includes","SCREENSHARE","isScreenSharingEnabledInCall","screensharing","enabled","onScreenShareStartedHandlerRef","current","onScreenShareStoppedHandlerRef","iosScreenShareStartedFromSystem","prevIosScreenShareStartedFromSystem","localParticipant","hasPublishedScreenShare","screenShare","enable","disable","onPress","logger","reactTag","ScreenCapturePickerViewManager","show","error","undefined"],"sourceRoot":"../../../src","sources":["hooks/useScreenShareButton.ts"],"mappings":"AAAA,SACEA,SAAS,EACTC,cAAc,EACdC,aAAa,QACR,yBAAyB;AAChC,SAASC,OAAO,EAAEC,iBAAiB,QAAQ,iCAAiC;AAC5E,SAAgBC,MAAM,EAAEC,SAAS,QAAQ,OAAO;AAChD,SAASC,QAAQ,EAAEC,cAAc,EAAEC,aAAa,QAAQ,cAAc;AACtE,SAASC,WAAW,QAAQ,gBAAgB;AAC5C,SAASC,mCAAmC,QAAQ,uCAAuC;;AAE3F;AACA,MAAMC,oBAAoB,GACxB,CAACL,QAAQ,CAACM,EAAE,KAAK,KAAK;AACpB;AACAC,MAAM,CAACC,QAAQ,CAACR,QAAQ,CAACS,OAAO,CAACC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,EAC3D,EAAE,KAAKV,QAAQ,CAACM,EAAE,KAAK,SAAS;AAElC,OAAO,MAAMK,oBAAoB,GAAGA,CAKlCC,6BAA0D,EAK1DC,2BAAwC,EAKxCC,2BAAwC,EAKxCC,oCAAiD,KAC9C;EACH,MAAMC,IAAI,GAAGpB,OAAO,CAAC,CAAC;EACtB,MAAM;IAAEqB,mBAAmB;IAAEC,eAAe;IAAEC;EAAmB,CAAC,GAChEtB,iBAAiB,CAAC,CAAC;EACrB,MAAMuB,YAAY,GAAGF,eAAe,CAAC,CAAC;EACtC,MAAMG,eAAe,GAAGF,kBAAkB,CAAC,CAAC;EAC5C,MAAMG,2BAA2B,GAAGD,eAAe,EAAEE,QAAQ,CAC3D5B,aAAa,CAAC6B,WAChB,CAAC;EACD,MAAMC,4BAA4B,GAAGL,YAAY,EAAEM,aAAa,CAACC,OAAO;EAExE,MAAMC,8BAA8B,GAAG9B,MAAM,CAACe,2BAA2B,CAAC;EAC1Ee,8BAA8B,CAACC,OAAO,GAAGhB,2BAA2B;EACpE,MAAMiB,8BAA8B,GAAGhC,MAAM,CAACgB,2BAA2B,CAAC;EAC1EgB,8BAA8B,CAACD,OAAO,GAAGf,2BAA2B;EAEpE,MAAMiB,+BAA+B,GAAG3B,mCAAmC,CAAC,CAAC;EAC7E,MAAM4B,mCAAmC,GAAG7B,WAAW,CACrD4B,+BACF,CAAC;EAED,MAAME,gBAAgB,GAAGhB,mBAAmB,CAAC,CAAC;EAC9C,MAAMiB,uBAAuB,GAC3BD,gBAAgB,IAAIvC,cAAc,CAACuC,gBAAgB,CAAC;;EAEtD;EACAlC,SAAS,CAAC,MAAM;IACd,IAAIC,QAAQ,CAACM,EAAE,KAAK,KAAK,EAAE;MACzB;IACF;IACA,IACEyB,+BAA+B,IAC/B,CAACC,mCAAmC,EACpC;MACAJ,8BAA8B,CAACC,OAAO,GAAG,CAAC;MAC1Cb,IAAI,EAAEmB,WAAW,CAACC,MAAM,CAAC,CAAC;IAC5B,CAAC,MAAM,IACL,CAACL,+BAA+B,IAChCC,mCAAmC,EACnC;MACAF,8BAA8B,CAACD,OAAO,GAAG,CAAC;MAC1Cb,IAAI,EAAEmB,WAAW,CAACE,OAAO,CAAC,IAAI,CAAC;IACjC;EACF,CAAC,EAAE,CACDrB,IAAI,EACJe,+BAA+B,EAC/BC,mCAAmC,CACpC,CAAC;EAEF,MAAMM,OAAO,GAAG,MAAAA,CAAA,KAAY;IAC1B,IAAI,CAAChB,2BAA2B,EAAE;MAChC,MAAMiB,MAAM,GAAG9C,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;MAClD8C,MAAM,CACJ,MAAM,EACN,kIACF,CAAC;MACDxB,oCAAoC,GAAG,CAAC;IAC1C;IACA,IAAI,CAACmB,uBAAuB,EAAE;MAC5B,IAAIlC,QAAQ,CAACM,EAAE,KAAK,KAAK,EAAE;QACzB,MAAMkC,QAAQ,GAAGvC,cAAc,CAACW,6BAA6B,CAACiB,OAAO,CAAC;QACtE,MAAM3B,aAAa,CAACuC,8BAA8B,CAACC,IAAI,CAACF,QAAQ,CAAC;QACjE;QACA;MACF,CAAC,MAAM;QACL,IAAI;UACF,MAAMxB,IAAI,EAAEmB,WAAW,CAACC,MAAM,CAAC,CAAC;UAChCvB,2BAA2B,GAAG,CAAC;QACjC,CAAC,CAAC,OAAO8B,KAAK,EAAE;UACd;UACA,MAAMJ,MAAM,GAAG9C,SAAS,CAAC,CAAC,sBAAsB,CAAC,CAAC;UAClD8C,MAAM,CACJ,MAAM,EACN,mEAAmE,EACnEI,KACF,CAAC;QACH;MACF;IACF,CAAC,MAAM,IAAIT,uBAAuB,EAAE;MAClCpB,2BAA2B,GAAG,CAAC;MAC/B,MAAME,IAAI,EAAEmB,WAAW,CAACE,OAAO,CAAC,IAAI,CAAC;IACvC;EACF,CAAC;EAED,IAAI,CAACZ,4BAA4B,IAAI,CAACpB,oBAAoB,EAAE;IAC1D,OAAO;MAAEiC,OAAO,EAAEM,SAAS;MAAEV,uBAAuB,EAAE;IAAM,CAAC;EAC/D;EACA,OAAO;IAAEI,OAAO;IAAEJ;EAAwB,CAAC;AAC7C,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCall","useState","useEffect","useTrackDimensions","participant","trackType","trackDimensions","setTrackDimensions","width","height","call","isLocalParticipant","sessionId","videoStream","screenShareStream","stream","track","getVideoTracks","getSettings","prev","startReportingStatsFor","stopReportingStatsFor","sub","state","callStatsReport$","subscribe","report","reportForTracks","participants","trackStats","flatMap","r","streams","filter","kind","stat","frameWidth","frameHeight","unsubscribe"],"sourceRoot":"../../../src","sources":["hooks/useTrackDimensions.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["useCall","useState","useEffect","useTrackDimensions","participant","trackType","trackDimensions","setTrackDimensions","width","height","call","isLocalParticipant","sessionId","videoStream","screenShareStream","stream","track","getVideoTracks","getSettings","prev","startReportingStatsFor","stopReportingStatsFor","sub","state","callStatsReport$","subscribe","report","reportForTracks","participants","trackStats","flatMap","r","streams","filter","kind","stat","frameWidth","frameHeight","unsubscribe"],"sourceRoot":"../../../src","sources":["hooks/useTrackDimensions.ts"],"mappings":"AAIA,SAASA,OAAO,QAAQ,iCAAiC;AACzD,SAASC,QAAQ,EAAEC,SAAS,QAAQ,OAAO;;AAE3C;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,kBAAkBA,CAChCC,WAAmC,EACnCC,SAAyB,EACzB;EACA,MAAM,CAACC,eAAe,EAAEC,kBAAkB,CAAC,GAAGN,QAAQ,CAAC;IACrDO,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE;EACV,CAAC,CAAC;EACF,MAAMC,IAAI,GAAGV,OAAO,CAAC,CAAC;EACtB,MAAM;IAAEW,kBAAkB;IAAEC,SAAS;IAAEC,WAAW;IAAEC;EAAkB,CAAC,GACrEV,WAAW;;EAEb;EACAF,SAAS,CAAC,MAAM;IACd,IAAIQ,IAAI,IAAIC,kBAAkB,EAAE;MAC9B,MAAMI,MAAM,GACVV,SAAS,KAAK,kBAAkB,GAAGS,iBAAiB,GAAGD,WAAW;MACpE,IAAI,CAACE,MAAM,EAAE;MACb,MAAM,CAACC,KAAK,CAAC,GAAGD,MAAM,EAAEE,cAAc,CAAC,CAAC;MACxC,IAAI,CAACD,KAAK,EAAE;MACZ,MAAM;QAAER,KAAK,GAAG,CAAC;QAAEC,MAAM,GAAG;MAAE,CAAC,GAAGO,KAAK,CAACE,WAAW,CAAC,CAAC;MACrDX,kBAAkB,CAAEY,IAAI,IAAK;QAC3B,IAAIA,IAAI,CAACX,KAAK,KAAKA,KAAK,IAAIW,IAAI,CAACV,MAAM,KAAKA,MAAM,EAAE;UAClD,OAAO;YAAED,KAAK;YAAEC;UAAO,CAAC;QAC1B;QACA,OAAOU,IAAI;MACb,CAAC,CAAC;IACJ;EACF,CAAC,EAAE,CAACT,IAAI,EAAEC,kBAAkB,EAAEG,iBAAiB,EAAET,SAAS,EAAEQ,WAAW,CAAC,CAAC;;EAEzE;EACAX,SAAS,CAAC,MAAM;IACd,IAAI,CAACQ,IAAI,EAAE;IACX,IAAIC,kBAAkB,EAAE;IACxBD,IAAI,CAACU,sBAAsB,CAACR,SAAS,CAAC;IACtC,OAAO,MAAM;MACXF,IAAI,CAACW,qBAAqB,CAACT,SAAS,CAAC;IACvC,CAAC;EACH,CAAC,EAAE,CAACF,IAAI,EAAEE,SAAS,EAAED,kBAAkB,CAAC,CAAC;;EAEzC;EACA;EACAT,SAAS,CAAC,MAAM;IACd,IAAI,CAACQ,IAAI,EAAE;IACX,MAAMY,GAAG,GAAGZ,IAAI,CAACa,KAAK,CAACC,gBAAgB,CAACC,SAAS,CAAEC,MAAM,IAAK;MAC5D,IAAI,CAACA,MAAM,EAAE;MACb,MAAMC,eAAe,GAAGD,MAAM,CAACE,YAAY,CAAChB,SAAS,CAAC;MACtD,MAAMiB,UAAU,GAAGF,eAAe,EAC9BG,OAAO,CAAEC,CAAC,IAAKA,CAAC,CAACC,OAAO,CAAC,CAC1BC,MAAM,CAAEjB,KAAK,IAAKA,KAAK,CAACkB,IAAI,KAAK,OAAO,CAAC;MAC5C,IAAI,CAACL,UAAU,EAAE;MACjB,MAAMM,IAAI,GAAGN,UAAU,CAAC,CAAC,CAAC;MAC1B,IAAIM,IAAI,EAAE;QACR,MAAM;UAAEC,UAAU,GAAG,CAAC;UAAEC,WAAW,GAAG;QAAE,CAAC,GAAGF,IAAI;QAChD5B,kBAAkB,CAAEY,IAAI,IAAK;UAC3B,IAAIA,IAAI,CAACX,KAAK,KAAK4B,UAAU,IAAIjB,IAAI,CAACV,MAAM,KAAK4B,WAAW,EAAE;YAC5D,OAAO;cAAE7B,KAAK,EAAE4B,UAAU;cAAE3B,MAAM,EAAE4B;YAAY,CAAC;UACnD;UACA,OAAOlB,IAAI;QACb,CAAC,CAAC;MACJ;IACF,CAAC,CAAC;IACF,OAAO,MAAMG,GAAG,CAACgB,WAAW,CAAC,CAAC;EAChC,CAAC,EAAE,CAAC5B,IAAI,EAAEE,SAAS,CAAC,CAAC;EAErB,OAAON,eAAe;AACxB","ignoreList":[]}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Back = ({
|
|
7
4
|
color
|
|
8
|
-
}) => /*#__PURE__*/
|
|
9
|
-
viewBox: "0 0 24 26"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
5
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
6
|
+
viewBox: "0 0 24 26"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M 8.36621 11.6543 C 8.36621 11.9531 8.48047 12.208 8.71777 12.4365 L 15.5732 19.1426 C 15.7578 19.3359 16.0039 19.4326 16.2852 19.4326 C 16.8564 19.4326 17.3047 18.9932 17.3047 18.4131 C 17.3047 18.1318 17.1904 17.877 16.9971 17.6836 L 10.8184 11.6543 L 16.9971 5.625 C 17.1904 5.42285 17.3047 5.16797 17.3047 4.88672 C 17.3047 4.31543 16.8564 3.87598 16.2852 3.87598 C 16.0039 3.87598 15.7578 3.97266 15.5732 4.16602 L 8.71777 10.8721 C 8.48047 11.1006 8.375 11.3555 8.36621 11.6543 Z",
|
|
9
|
+
fill: color
|
|
10
|
+
}));
|
|
15
11
|
//# sourceMappingURL=Back.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Back","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Back.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,IAAI,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACnCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,ueAAue;EACzeC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const CameraSwitch = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: '0 0 24 24',
|
|
11
8
|
width: size,
|
|
12
|
-
height: size
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
});
|
|
9
|
+
height: size
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
d: "M20 5.5H16.83L15.59 4.15C15.22 3.74 14.68 3.5 14.12 3.5H9.88C9.32 3.5 8.78 3.74 8.4 4.15L7.17 5.5H4C2.9 5.5 2 6.4 2 7.5V19.5C2 20.6 2.9 21.5 4 21.5H20C21.1 21.5 22 20.6 22 19.5V7.5C22 6.4 21.1 5.5 20 5.5ZM13.67 18.2C13.15 18.39 12.59 18.5 12 18.5C9.24 18.5 7 16.26 7 13.5H5L7.5 11L10 13.5H8C8 15.71 9.79 17.5 12 17.5C12.46 17.5 12.91 17.42 13.32 17.27C13.51 17.2 13.71 17.24 13.85 17.38C14.11 17.64 14.01 18.07 13.67 18.2ZM16.5 16L14 13.5H16C16 11.29 14.21 9.5 12 9.5C11.54 9.5 11.09 9.58 10.68 9.73C10.49 9.8 10.29 9.76 10.15 9.62C9.89 9.36 9.99 8.93 10.33 8.8C10.85 8.61 11.41 8.5 12 8.5C14.76 8.5 17 10.74 17 13.5H19L16.5 16Z",
|
|
12
|
+
fill: color
|
|
13
|
+
}));
|
|
18
14
|
//# sourceMappingURL=CameraSwitch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","CameraSwitch","color","size","createElement","viewBox","width","height","d","fill"],"sourceRoot":"../../../src","sources":["icons/CameraSwitch.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,YAAY,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACjDL,KAAA,CAAAM,aAAA,CAACL,GAAG;EAACM,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ;AAAK,gBACnDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;EACHQ,CAAC,EAAC,snBAAsnB;EACxnBC,IAAI,EAAEP;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Path, Svg } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const EndBroadcastIcon = () => {
|
|
7
|
-
return /*#__PURE__*/
|
|
4
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
8
5
|
viewBox: "0 0 26 26",
|
|
9
|
-
fill: "none"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M8.55615 10.8184C8.44365 11.2309 8.38115 11.6684 8.38115 12.1184C8.38115 13.4934 8.94365 14.7434 9.84365 15.6559L8.06865 17.4309C6.71865 16.0684 5.88115 14.1934 5.88115 12.1184C5.88115 10.9559 6.14365 9.86836 6.60615 8.88086L4.76865 7.04336C3.88115 8.53086 3.38115 10.2684 3.38115 12.1184C3.38115 14.8809 4.50615 17.3809 6.31865 19.1809L4.54365 20.9559C2.28115 18.6934 0.881152 15.5684 0.881152 12.1184C0.881152 9.56836 1.64365 7.20586 2.95615 5.23086L0.118652 2.39336L1.88115 0.630859L24.8562 23.6059L23.0937 25.3684L8.55615 10.8184ZM20.1562 15.3559C20.6187 14.3684 20.8812 13.2809 20.8812 12.1184C20.8812 10.0434 20.0437 8.16836 18.6812 6.81836L16.9062 8.59336C17.8187 9.49336 18.3812 10.7434 18.3812 12.1184C18.3812 12.5684 18.3187 13.0059 18.2062 13.4184L20.1562 15.3559ZM23.3812 12.1184C23.3812 13.9684 22.8812 15.7059 21.9937 17.1934L23.8062 19.0059C25.1187 17.0309 25.8812 14.6684 25.8812 12.1184C25.8812 8.66836 24.4812 5.54336 22.2187 3.28086L20.4437 5.05586C22.2562 6.85586 23.3812 9.35586 23.3812 12.1184Z",
|
|
9
|
+
fill: "#FCFCFC"
|
|
10
|
+
}));
|
|
15
11
|
};
|
|
16
12
|
//# sourceMappingURL=EndStreamIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","Svg","
|
|
1
|
+
{"version":3,"names":["React","Path","Svg","EndBroadcastIcon","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/EndStreamIcon.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,GAAG,QAAQ,kBAAkB;AAE5C,OAAO,MAAMC,gBAAgB,GAAGA,CAAA,KAAM;EACpC,oBACEH,KAAA,CAAAI,aAAA,CAACF,GAAG;IAACG,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC;EAAM,gBAClCN,KAAA,CAAAI,aAAA,CAACH,IAAI;IACHM,CAAC,EAAC,0/BAA0/B;IAC5/BD,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
package/dist/module/icons/Eye.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Eye = () => {
|
|
7
|
-
return /*#__PURE__*/
|
|
4
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
8
5
|
viewBox: "0 0 15 10",
|
|
9
|
-
fill: "none"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M7.25488 1.5625C9.62363 1.5625 11.7361 2.89375 12.7674 5C11.7361 7.10625 9.62363 8.4375 7.25488 8.4375C4.88613 8.4375 2.77363 7.10625 1.74238 5C2.77363 2.89375 4.88613 1.5625 7.25488 1.5625ZM7.25488 0.3125C4.12988 0.3125 1.46113 2.25625 0.379883 5C1.46113 7.74375 4.12988 9.6875 7.25488 9.6875C10.3799 9.6875 13.0486 7.74375 14.1299 5C13.0486 2.25625 10.3799 0.3125 7.25488 0.3125ZM7.25488 3.4375C8.11738 3.4375 8.81738 4.1375 8.81738 5C8.81738 5.8625 8.11738 6.5625 7.25488 6.5625C6.39238 6.5625 5.69238 5.8625 5.69238 5C5.69238 4.1375 6.39238 3.4375 7.25488 3.4375ZM7.25488 2.1875C5.70488 2.1875 4.44238 3.45 4.44238 5C4.44238 6.55 5.70488 7.8125 7.25488 7.8125C8.80488 7.8125 10.0674 6.55 10.0674 5C10.0674 3.45 8.80488 2.1875 7.25488 2.1875Z",
|
|
9
|
+
fill: "#FCFCFC"
|
|
10
|
+
}));
|
|
15
11
|
};
|
|
16
12
|
//# sourceMappingURL=Eye.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Eye","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Eye.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,OAAO,MAAMC,GAAG,GAAGA,CAAA,KAAM;EACvB,oBACEH,KAAA,CAAAI,aAAA,CAACH,GAAG;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC;EAAM,gBAClCN,KAAA,CAAAI,aAAA,CAACF,IAAI;IACHK,CAAC,EAAC,2uBAA2uB;IAC7uBD,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { View, StyleSheet } from 'react-native';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const IconWrapper = ({
|
|
7
4
|
children
|
|
8
5
|
}) => {
|
|
9
|
-
return /*#__PURE__*/
|
|
10
|
-
style: styles.container
|
|
11
|
-
|
|
12
|
-
});
|
|
6
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
7
|
+
style: styles.container
|
|
8
|
+
}, children);
|
|
13
9
|
};
|
|
14
10
|
const styles = StyleSheet.create({
|
|
15
11
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","IconWrapper","children","createElement","style","styles","container","create","justifyContent","alignItems","flex"],"sourceRoot":"../../../src","sources":["icons/IconWrapper.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAE/C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC;AAAkC,CAAC,KAAK;EACpE,oBAAOJ,KAAA,CAAAK,aAAA,CAACJ,IAAI;IAACK,KAAK,EAAEC,MAAM,CAACC;EAAU,GAAEJ,QAAe,CAAC;AACzD,CAAC;AAED,MAAMG,MAAM,GAAGL,UAAU,CAACO,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACTE,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,IAAI,EAAE;EACR;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Path, Svg } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const LeaveStreamIcon = () => {
|
|
7
|
-
return /*#__PURE__*/
|
|
4
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
8
5
|
viewBox: "0 0 25 24",
|
|
9
|
-
fill: "none"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M18.75 5.75L16.9875 7.5125L20.2125 10.75H7.5V13.25H20.2125L16.9875 16.475L18.75 18.25L25 12L18.75 5.75ZM2.5 3.25H12.5V0.75H2.5C1.125 0.75 0 1.875 0 3.25V20.75C0 22.125 1.125 23.25 2.5 23.25H12.5V20.75H2.5V3.25Z",
|
|
9
|
+
fill: "#FCFCFC"
|
|
10
|
+
}));
|
|
15
11
|
};
|
|
16
12
|
//# sourceMappingURL=LeaveStreamIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","Svg","
|
|
1
|
+
{"version":3,"names":["React","Path","Svg","LeaveStreamIcon","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/LeaveStreamIcon.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,GAAG,QAAQ,kBAAkB;AAE5C,OAAO,MAAMC,eAAe,GAAGA,CAAA,KAAM;EACnC,oBACEH,KAAA,CAAAI,aAAA,CAACF,GAAG;IAACG,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC;EAAM,gBAClCN,KAAA,CAAAI,aAAA,CAACH,IAAI;IACHM,CAAC,EAAC,oNAAoN;IACtND,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import Svg, { Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Lock = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
6
|
}) => {
|
|
10
|
-
return /*#__PURE__*/
|
|
7
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: '0 0 23 25',
|
|
12
9
|
width: size,
|
|
13
|
-
height: size
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
});
|
|
10
|
+
height: size
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
12
|
+
fill: color,
|
|
13
|
+
d: "M15.1992 23.5273C15.2852 23.3164 15.3281 23.1055 15.3281 22.8945C15.3281 22.3633 15.1836 21.8438 14.8945 21.3359L9.82031 12.2539C9.53125 11.7305 9.13672 11.332 8.63672 11.0586C8.14453 10.7773 7.625 10.6367 7.07812 10.6367C6.96094 10.6367 6.86719 10.6406 6.79688 10.6484C6.96875 10.4531 7.17188 10.293 7.40625 10.168C7.64844 10.043 7.92578 9.96484 8.23828 9.93359V7.08594C8.23828 5.98438 8.39844 5.02344 8.71875 4.20312C9.04688 3.38281 9.49219 2.70312 10.0547 2.16406C10.6172 1.61719 11.2539 1.21094 11.9648 0.945312C12.6758 0.671875 13.4141 0.535156 14.1797 0.535156C14.9453 0.535156 15.6836 0.671875 16.3945 0.945312C17.1055 1.21094 17.7422 1.61719 18.3047 2.16406C18.8672 2.70312 19.3125 3.38281 19.6406 4.20312C19.9688 5.02344 20.1328 5.98438 20.1328 7.08594V9.93359C20.7969 10.0273 21.3008 10.3047 21.6445 10.7656C21.9961 11.2188 22.1719 11.8516 22.1719 12.6641V20.7383C22.1719 21.6602 21.9492 22.3555 21.5039 22.8242C21.0586 23.293 20.4062 23.5273 19.5469 23.5273H15.1992ZM10.0898 9.88672H18.2695V6.82812C18.2695 5.84375 18.0781 5.01562 17.6953 4.34375C17.3203 3.67188 16.8203 3.16406 16.1953 2.82031C15.5781 2.47656 14.9062 2.30469 14.1797 2.30469C13.4453 2.30469 12.7695 2.47656 12.1523 2.82031C11.5352 3.16406 11.0352 3.67188 10.6523 4.34375C10.2773 5.01562 10.0898 5.84375 10.0898 6.82812V9.88672ZM1.98047 24.4648C1.49609 24.4648 1.11328 24.3125 0.832031 24.0078C0.542969 23.7031 0.398438 23.332 0.398438 22.8945C0.398438 22.6211 0.46875 22.3633 0.609375 22.1211L5.68359 13.0391C5.83203 12.7734 6.03125 12.5742 6.28125 12.4414C6.53125 12.3008 6.78906 12.2305 7.05469 12.2305C7.32031 12.2305 7.57422 12.3008 7.81641 12.4414C8.05859 12.5742 8.25781 12.7734 8.41406 13.0391L13.5 22.1094C13.6406 22.3594 13.7109 22.6211 13.7109 22.8945C13.7109 23.332 13.5664 23.7031 13.2773 24.0078C12.9961 24.3125 12.6133 24.4648 12.1289 24.4648H1.98047ZM7.05469 22.6836C7.32812 22.6836 7.55859 22.5859 7.74609 22.3906C7.94141 22.1953 8.04297 21.9609 8.05078 21.6875C8.05078 21.4219 7.95312 21.1914 7.75781 20.9961C7.5625 20.8008 7.32812 20.7031 7.05469 20.7031C6.78906 20.7031 6.55859 20.8008 6.36328 20.9961C6.16797 21.1914 6.07031 21.4219 6.07031 21.6875C6.07031 21.9609 6.16797 22.1953 6.36328 22.3906C6.55859 22.5859 6.78906 22.6836 7.05469 22.6836ZM7.05469 19.8828C7.26562 19.8828 7.43359 19.8203 7.55859 19.6953C7.69141 19.5703 7.76172 19.4062 7.76953 19.2031L7.86328 15.8516C7.87109 15.6172 7.80078 15.4258 7.65234 15.2773C7.50391 15.1211 7.30469 15.043 7.05469 15.043C6.8125 15.043 6.61719 15.1211 6.46875 15.2773C6.32031 15.4258 6.25 15.6172 6.25781 15.8516L6.35156 19.2031C6.35156 19.4062 6.41797 19.5703 6.55078 19.6953C6.68359 19.8203 6.85156 19.8828 7.05469 19.8828Z"
|
|
14
|
+
}));
|
|
19
15
|
};
|
|
20
16
|
//# sourceMappingURL=Lock.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Lock","color","size","createElement","viewBox","width","height","fill","d"],"sourceRoot":"../../../src","sources":["icons/Lock.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,IAAI,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EAC9C,oBACEL,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAE,WAAY;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ;EAAK,gBACnDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHQ,IAAI,EAAEN,KAAM;IACZO,CAAC,EAAC;EAAgnF,CACnnF,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
package/dist/module/icons/Mic.js
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Mic = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: '0 0 27 27',
|
|
11
8
|
width: size,
|
|
12
|
-
height: size
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
});
|
|
9
|
+
height: size
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
d: "M13.9992 16.9166C15.9358 16.9166 17.4992 15.3533 17.4992 13.4166V6.41663C17.4992 4.47996 15.9358 2.91663 13.9992 2.91663C12.0625 2.91663 10.4992 4.47996 10.4992 6.41663V13.4166C10.4992 15.3533 12.0625 16.9166 13.9992 16.9166ZM20.8942 13.4166C20.3225 13.4166 19.8442 13.8366 19.7508 14.4083C19.2725 17.15 16.8808 19.25 13.9992 19.25C11.1175 19.25 8.72584 17.15 8.2475 14.4083C8.15417 13.8366 7.67584 13.4166 7.10417 13.4166C6.3925 13.4166 5.8325 14.0466 5.9375 14.7466C6.50917 18.2466 9.30917 20.9883 12.8325 21.49V23.9166C12.8325 24.5583 13.3575 25.0833 13.9992 25.0833C14.6408 25.0833 15.1658 24.5583 15.1658 23.9166V21.49C18.6892 20.9883 21.4892 18.2466 22.0608 14.7466C22.1775 14.0466 21.6058 13.4166 20.8942 13.4166Z",
|
|
12
|
+
fill: color
|
|
13
|
+
}));
|
|
18
14
|
//# sourceMappingURL=Mic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Mic","color","size","createElement","viewBox","width","height","d","fill"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,GAAG,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBACxCL,KAAA,CAAAM,aAAA,CAACL,GAAG;EAACM,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ;AAAK,gBACnDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;EACHQ,CAAC,EAAC,ktBAAktB;EACptBC,IAAI,EAAEP;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const MicOff = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: '0 0 27 27',
|
|
11
8
|
width: size,
|
|
12
|
-
height: size
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
});
|
|
9
|
+
height: size
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
d: "M17.9067 12.95V6.41663C17.9067 4.47996 16.3434 2.91663 14.4067 2.91663C12.61 2.91663 11.1517 4.26996 10.9534 6.00829L17.9067 12.95ZM21.5 13.4166C21.0217 13.4166 20.6017 13.7666 20.5317 14.245C20.4734 14.6183 20.3917 14.9916 20.2751 15.33L21.7567 16.8116C22.1067 16.1116 22.3634 15.3533 22.4917 14.5483C22.5734 13.9533 22.1067 13.4166 21.5 13.4166ZM4.73505 4.73663C4.28005 5.19163 4.28005 5.92663 4.73505 6.38163L10.9067 12.565V13.0666C10.9067 14.455 11.6067 15.7733 12.8084 16.4616C13.6834 16.9633 14.4534 16.975 15.165 16.8233L17.1017 18.76C16.2734 19.145 15.3517 19.3666 14.4067 19.3666C11.4434 19.3666 8.71338 17.3016 8.28172 14.245C8.21172 13.7666 7.79172 13.4166 7.31338 13.4166C6.70672 13.4166 6.24005 13.9533 6.32172 14.5483C6.85838 18.0016 9.77505 20.7316 13.24 21.2566V23.9166C13.24 24.5583 13.765 25.0833 14.4067 25.0833C15.0484 25.0833 15.5734 24.5583 15.5734 23.9166V21.2566C16.635 21.105 17.6384 20.7316 18.5484 20.2066L22.6201 24.2783C23.0751 24.7333 23.8101 24.7333 24.2651 24.2783C24.7201 23.8233 24.7201 23.0883 24.2651 22.6333L6.38005 4.73663C5.92505 4.28163 5.19005 4.28163 4.73505 4.73663Z",
|
|
12
|
+
fill: color
|
|
13
|
+
}));
|
|
18
14
|
//# sourceMappingURL=MicOff.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","MicOff","color","size","createElement","viewBox","width","height","d","fill"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,MAAM,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC3CL,KAAA,CAAAM,aAAA,CAACL,GAAG;EAACM,OAAO,EAAE,WAAY;EAACC,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ;AAAK,gBACnDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;EACHQ,CAAC,EAAC,ulCAAulC;EACzlCC,IAAI,EAAEP;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
3
|
import { IconTestIds } from '../constants/TestIds';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const Phone = ({
|
|
8
5
|
color,
|
|
9
6
|
size
|
|
10
|
-
}) => /*#__PURE__*/
|
|
7
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: "0 0 24 9",
|
|
12
9
|
width: size,
|
|
13
10
|
height: size,
|
|
@@ -16,10 +13,9 @@ export const Phone = ({
|
|
|
16
13
|
rotate: '-130deg'
|
|
17
14
|
}]
|
|
18
15
|
},
|
|
19
|
-
testID: IconTestIds.PHONE
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
});
|
|
16
|
+
testID: IconTestIds.PHONE
|
|
17
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
25
21
|
//# sourceMappingURL=Phone.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","IconTestIds","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","IconTestIds","Phone","color","size","createElement","viewBox","width","height","style","transform","rotate","testID","PHONE","d","fill"],"sourceRoot":"../../../src","sources":["icons/Phone.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAOlD,OAAO,MAAMC,KAAK,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC1CN,KAAA,CAAAO,aAAA,CAACN,GAAG;EACFO,OAAO,EAAC,UAAU;EAClBC,KAAK,EAAEH,IAAK;EACZI,MAAM,EAAEJ,IAAK;EACbK,KAAK,EAAE;IAAEC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAU,CAAC;EAAE,CAAE;EAC9CC,MAAM,EAAEX,WAAW,CAACY;AAAM,gBAE1Bf,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHc,CAAC,EAAC,q6BAAq6B;EACv6BC,IAAI,EAAEZ;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Path, Svg } from 'react-native-svg';
|
|
5
3
|
import { IconTestIds } from '../constants/TestIds';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const PhoneDown = ({
|
|
8
5
|
color,
|
|
9
6
|
size
|
|
10
|
-
}) => /*#__PURE__*/
|
|
7
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: '0 0 24 9',
|
|
12
9
|
width: size,
|
|
13
10
|
height: size,
|
|
14
|
-
testID: IconTestIds.HANG_UP_CALL
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
});
|
|
11
|
+
testID: IconTestIds.HANG_UP_CALL
|
|
12
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
13
|
+
d: "M12 0.0546875C16.4531 0.0449219 20.5156 0.962891 22.5566 3.00391C23.4648 3.91211 23.9727 5.02539 23.9336 6.38281C23.9043 7.19336 23.6406 7.87695 23.1621 8.33594C22.7617 8.73633 22.2246 8.9707 21.5898 8.86328L17.9863 8.25781C17.4004 8.16016 17.0098 7.98438 16.7559 7.73047C16.4238 7.39844 16.3262 6.91992 16.3164 6.28516L16.3066 5.26953C16.3066 5.11328 16.248 4.98633 16.1504 4.89844C16.043 4.79102 15.8965 4.73242 15.7891 4.69336C15.0957 4.49805 13.709 4.39062 12 4.39062C10.291 4.39062 8.89453 4.54688 8.21094 4.69336C8.09375 4.72266 7.9375 4.78125 7.83008 4.89844C7.74219 4.99609 7.67383 5.11328 7.67383 5.26953V6.28516C7.66406 6.91992 7.56641 7.4082 7.23438 7.73047C6.98047 7.98438 6.58984 8.16016 6.01367 8.25781L2.37109 8.87305C1.74609 8.9707 1.22852 8.75586 0.837891 8.36523C0.369141 7.89648 0.105469 7.19336 0.0761719 6.39258C0.0078125 5.03516 0.486328 3.92188 1.4043 3.00391C3.44531 0.962891 7.53711 0.0546875 12 0.0546875Z",
|
|
14
|
+
fill: color
|
|
15
|
+
}));
|
|
20
16
|
//# sourceMappingURL=PhoneDown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","Svg","IconTestIds","
|
|
1
|
+
{"version":3,"names":["React","Path","Svg","IconTestIds","PhoneDown","color","size","createElement","viewBox","width","height","testID","HANG_UP_CALL","d","fill"],"sourceRoot":"../../../src","sources":["icons/PhoneDown.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,GAAG,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAOlD,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC9CN,KAAA,CAAAO,aAAA,CAACL,GAAG;EACFM,OAAO,EAAE,UAAW;EACpBC,KAAK,EAAEH,IAAK;EACZI,MAAM,EAAEJ,IAAK;EACbK,MAAM,EAAER,WAAW,CAACS;AAAa,gBAEjCZ,KAAA,CAAAO,aAAA,CAACN,IAAI;EACHY,CAAC,EAAC,q6BAAq6B;EACv6BC,IAAI,EAAET;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const PinVertical = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: "0 0 21 20",
|
|
11
8
|
width: size,
|
|
12
|
-
height: size
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
});
|
|
9
|
+
height: size
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
fill: color,
|
|
12
|
+
d: "M12.0682 3.45222V7.46363C12.0682 8.36218 12.365 9.19656 12.8705 9.87047H8.05678C8.57827 9.18051 8.85906 8.34614 8.85906 7.46363V3.45222H12.0682ZM14.475 1.84766H6.45222C6.01096 1.84766 5.64994 2.20868 5.64994 2.64994C5.64994 3.09119 6.01096 3.45222 6.45222 3.45222H7.2545V7.46363C7.2545 8.79541 6.17944 9.87047 4.84766 9.87047V11.475H9.63728V17.091L10.4396 17.8933L11.2418 17.091V11.475H16.0796V9.87047C14.7478 9.87047 13.6728 8.79541 13.6728 7.46363V3.45222H14.475C14.9163 3.45222 15.2773 3.09119 15.2773 2.64994C15.2773 2.20868 14.9163 1.84766 14.475 1.84766Z"
|
|
13
|
+
}));
|
|
18
14
|
//# sourceMappingURL=PinVertical.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PinVertical","color","size","createElement","viewBox","width","height","fill","d"],"sourceRoot":"../../../src","sources":["icons/PinVertical.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAChDL,KAAA,CAAAM,aAAA,CAACL,GAAG;EAACM,OAAO,EAAC,WAAW;EAACC,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ;AAAK,gBACjDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;EACHQ,IAAI,EAAEN,KAAM;EACZO,CAAC,EAAC;AAAkjB,CACrjB,CACE,CACN","ignoreList":[]}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Reaction = ({
|
|
7
4
|
color
|
|
8
|
-
}) => /*#__PURE__*/
|
|
5
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
9
6
|
viewBox: "0 0 22 20",
|
|
10
7
|
width: 22,
|
|
11
|
-
height: 20
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
});
|
|
8
|
+
height: 20
|
|
9
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
10
|
+
fill: color,
|
|
11
|
+
d: "M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
|
|
12
|
+
}));
|
|
17
13
|
//# sourceMappingURL=Reaction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Reaction","color","createElement","viewBox","width","height","fill","d"],"sourceRoot":"../../../src","sources":["icons/Reaction.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACvCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC,WAAW;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE;AAAG,gBAC7CR,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHO,IAAI,EAAEL,KAAM;EACZM,CAAC,EAAC;AAAgrC,CACnrC,CACE,CACN","ignoreList":[]}
|