@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,22 +1,18 @@
|
|
|
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 ScreenShare = ({
|
|
8
5
|
color,
|
|
9
6
|
size
|
|
10
7
|
}) => {
|
|
11
|
-
return /*#__PURE__*/
|
|
8
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
12
9
|
viewBox: '0 0 24 24',
|
|
13
10
|
width: size,
|
|
14
11
|
height: size,
|
|
15
|
-
testID: IconTestIds.SCREEN_SHARE
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
});
|
|
12
|
+
testID: IconTestIds.SCREEN_SHARE
|
|
13
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
14
|
+
fill: color,
|
|
15
|
+
d: "M18.2964 1.01L8.29636 1C7.19636 1 6.29636 1.9 6.29636 3V6C6.29636 6.55 6.74636 7 7.29636 7C7.84636 7 8.29636 6.55 8.29636 6V5H18.2964V19H8.29636V18C8.29636 17.45 7.84636 17 7.29636 17C6.74636 17 6.29636 17.45 6.29636 18V21C6.29636 22.1 7.19636 23 8.29636 23H18.2964C19.3964 23 20.2964 22.1 20.2964 21V3C20.2964 1.9 19.3964 1.01 18.2964 1.01ZM11.2964 15C11.8464 15 12.2964 14.55 12.2964 14V9C12.2964 8.45 11.8464 8 11.2964 8H6.29636C5.74636 8 5.29636 8.45 5.29636 9C5.29636 9.55 5.74636 10 6.29636 10H8.88636L3.99636 14.89C3.60636 15.28 3.60636 15.91 3.99636 16.3C4.38636 16.69 5.01636 16.69 5.40636 16.3L10.2964 11.41V14C10.2964 14.55 10.7464 15 11.2964 15Z"
|
|
16
|
+
}));
|
|
21
17
|
};
|
|
22
18
|
//# sourceMappingURL=ScreenShare.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","IconTestIds","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","IconTestIds","ScreenShare","color","size","createElement","viewBox","width","height","testID","SCREEN_SHARE","fill","d"],"sourceRoot":"../../../src","sources":["icons/ScreenShare.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAOlD,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EACrD,oBACEN,KAAA,CAAAO,aAAA,CAACN,GAAG;IACFO,OAAO,EAAE,WAAY;IACrBC,KAAK,EAAEH,IAAK;IACZI,MAAM,EAAEJ,IAAK;IACbK,MAAM,EAAER,WAAW,CAACS;EAAa,gBAEjCZ,KAAA,CAAAO,aAAA,CAACL,IAAI;IACHW,IAAI,EAAER,KAAM;IACZS,CAAC,EAAC;EAAmpB,CACtpB,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,32 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import Svg, { Mask, Path } from 'react-native-svg';
|
|
5
3
|
import { IconTestIds } from '../constants/TestIds';
|
|
6
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
4
|
export const ScreenShareIndicator = ({
|
|
8
5
|
color
|
|
9
6
|
}) => {
|
|
10
|
-
return /*#__PURE__*/
|
|
7
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: "0 0 24 24",
|
|
12
|
-
testID: IconTestIds.SCREEN_SHARE_INDICATOR
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})]
|
|
30
|
-
});
|
|
9
|
+
testID: IconTestIds.SCREEN_SHARE_INDICATOR
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Mask, {
|
|
11
|
+
id: "path-1-inside-1_1396_84816"
|
|
12
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
|
|
16
|
+
})), /*#__PURE__*/React.createElement(Path, {
|
|
17
|
+
fill: color,
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M 2 6.68176 C 2 5.57719 2.89543 4.68176 4 4.68176 H 20 C 21.1046 4.68176 22 5.57719 22 6.68176 V 16.3181 C 22 17.4227 21.1046 18.3181 20 18.3181 H 4 C 2.89543 18.3181 2 17.4227 2 16.3181 V 6.68176 Z M 10.4209 11.5243 L 8.3635 11.5 L 11.9999 7.25755 L 15.6362 11.5 L 13.5065 11.5247 V 15.7424 L 10.4209 15.7424 V 11.5243 Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
22
|
+
mask: "url(#path-1-inside-1_1396_84816)",
|
|
23
|
+
fill: color,
|
|
24
|
+
d: "M 8.3635 11.5 L 6.84499 10.1984 L 4.05865 13.4491 L 8.33982 13.4998 L 8.3635 11.5 Z M 10.4209 11.5243 H 12.4209 V 9.54789 L 10.4446 9.52449 L 10.4209 11.5243 Z M 11.9999 7.25755 L 13.5184 5.95597 L 11.9999 4.18437 L 10.4814 5.95597 L 11.9999 7.25755 Z M 15.6362 11.5 L 15.6594 13.4998 L 19.9419 13.4501 L 17.1547 10.1984 L 15.6362 11.5 Z M 13.5065 11.5247 L 13.4833 9.52483 L 11.5065 9.54778 V 11.5247 H 13.5065 Z M 13.5065 15.7424 L 13.5065 17.7424 L 15.5065 17.7424 V 15.7424 H 13.5065 Z M 10.4209 15.7424 H 8.42094 V 17.7424 H 10.4209 L 10.4209 15.7424 Z M 4 2.68176 C 1.79086 2.68176 0 4.47263 0 6.68176 H 4 V 6.68176 V 2.68176 Z M 20 2.68176 H 4 V 6.68176 H 20 V 2.68176 Z M 24 6.68176 C 24 4.47262 22.2091 2.68176 20 2.68176 V 6.68176 H 24 Z M 24 16.3181 V 6.68176 H 20 V 16.3181 H 24 Z M 20 20.3181 C 22.2091 20.3181 24 18.5273 24 16.3181 H 20 V 16.3181 V 20.3181 Z M 4 20.3181 H 20 V 16.3181 H 4 V 20.3181 Z M 0 16.3181 C 0 18.5273 1.79086 20.3181 4 20.3181 V 16.3181 H 4 H 0 Z M 0 6.68176 V 16.3181 H 4 V 6.68176 H 0 Z M 8.33982 13.4998 L 10.3973 13.5242 L 10.4446 9.52449 L 8.38719 9.50012 L 8.33982 13.4998 Z M 10.4814 5.95597 L 6.84499 10.1984 L 9.88202 12.8016 L 13.5184 8.55913 L 10.4814 5.95597 Z M 17.1547 10.1984 L 13.5184 5.95597 L 10.4814 8.55913 L 14.1177 12.8016 L 17.1547 10.1984 Z M 13.5297 13.5246 L 15.6594 13.4998 L 15.613 9.50011 L 13.4833 9.52483 L 13.5297 13.5246 Z M 11.5065 11.5247 V 15.7424 H 15.5065 V 11.5247 H 11.5065 Z M 13.5065 13.7424 L 10.4209 13.7424 L 10.4209 17.7424 L 13.5065 17.7424 L 13.5065 13.7424 Z M 12.4209 15.7424 V 11.5243 H 8.42094 V 15.7424 H 12.4209 Z"
|
|
25
|
+
}));
|
|
31
26
|
};
|
|
32
27
|
//# sourceMappingURL=ScreenShareIndicator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Mask","Path","IconTestIds","
|
|
1
|
+
{"version":3,"names":["React","Svg","Mask","Path","IconTestIds","ScreenShareIndicator","color","createElement","viewBox","testID","SCREEN_SHARE_INDICATOR","id","fillRule","clipRule","d","fill","mask"],"sourceRoot":"../../../src","sources":["icons/ScreenShareIndicator.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,EAAEC,IAAI,QAAQ,kBAAkB;AAElD,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,oBAAoB,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EACxD,oBACEN,KAAA,CAAAO,aAAA,CAACN,GAAG;IAACO,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEL,WAAW,CAACM;EAAuB,gBAClEV,KAAA,CAAAO,aAAA,CAACL,IAAI;IAACS,EAAE,EAAC;EAA4B,gBACnCX,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHS,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CACG,CAAC,eAEPd,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHY,IAAI,EAAET,KAAM;IACZM,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CAAC,eACFd,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHa,IAAI,EAAC,kCAAkC;IACvCD,IAAI,EAAET,KAAM;IACZQ,CAAC,EAAC;EAAwkD,CAC3kD,CACE,CAAC;AAEV,CAAC","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 Settings = ({
|
|
7
4
|
color
|
|
8
5
|
}) => {
|
|
9
|
-
return /*#__PURE__*/
|
|
6
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: "0 0 24 24",
|
|
11
|
-
fill: color
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
});
|
|
8
|
+
fill: color
|
|
9
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
10
|
+
d: "M3.34 17a10.017 10.017 0 01-.978-2.326 3 3 0 00.002-5.347A9.99 9.99 0 014.865 4.99a3 3 0 004.631-2.674 9.99 9.99 0 015.007.002 3 3 0 004.632 2.672A9.99 9.99 0 0120.66 7c.433.749.757 1.53.978 2.326a3 3 0 00-.002 5.347 9.991 9.991 0 01-2.5 4.337 3 3 0 00-4.632 2.674 9.99 9.99 0 01-5.007-.002 3 3 0 00-4.632-2.672A10.02 10.02 0 013.34 17zm5.66.196a4.993 4.993 0 012.25 2.77c.5.047 1 .048 1.5 0a4.993 4.993 0 012.25-2.77 4.993 4.993 0 013.525-.564c.29-.408.54-.843.748-1.298A4.993 4.993 0 0118 12c0-1.26.47-2.437 1.273-3.334-.21-.455-.46-.89-.75-1.298A4.993 4.993 0 0115 6.804a4.992 4.992 0 01-2.25-2.77c-.499-.047-1-.048-1.499-.001a4.993 4.993 0 01-2.25 2.77 4.993 4.993 0 01-3.526.565 7.99 7.99 0 00-.748 1.298A4.993 4.993 0 016 12a4.99 4.99 0 01-1.273 3.334c.21.455.46.89.75 1.298A4.993 4.993 0 019 17.196zM12 15a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2z"
|
|
11
|
+
}));
|
|
16
12
|
};
|
|
17
13
|
//# sourceMappingURL=Settings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Settings","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Settings.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAM5C,OAAO,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EAC5C,oBACEJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAEH;EAAM,gBACnCJ,KAAA,CAAAK,aAAA,CAACH,IAAI;IAACM,CAAC,EAAC;EAAo2B,CAAE,CAC32B,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -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 ShieldBadge = () => {
|
|
7
|
-
return /*#__PURE__*/
|
|
4
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
8
5
|
viewBox: "0 0 9 10",
|
|
9
|
-
fill: "none"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M2.79919 8.79157L4.02014 9.63654C4.22869 9.7774 4.49664 9.7774 4.70498 9.63654L5.92594 8.79157C7.6828 7.5523 8.75481 5.60898 8.75481 3.52489V1.60984C8.75481 1.35641 8.57617 1.13107 8.30822 1.07467L4.3774 0.257812L0.446587 1.07447C0.178632 1.13085 0 1.35619 0 1.60964V3.52469C0 5.60888 1.04233 7.58057 2.79919 8.79157ZM2.56093 4.05991L3.69256 5.13019L6.16414 2.79258L7.05753 3.63755L3.72223 6.82014L1.69742 4.90488L2.56093 4.05991Z",
|
|
9
|
+
fill: "#00E2A1"
|
|
10
|
+
}));
|
|
15
11
|
};
|
|
16
12
|
//# sourceMappingURL=ShieldBadge.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","ShieldBadge","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/ShieldBadge.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,OAAO,MAAMC,WAAW,GAAGA,CAAA,KAAM;EAC/B,oBACEH,KAAA,CAAAI,aAAA,CAACH,GAAG;IAACI,OAAO,EAAC,UAAU;IAACC,IAAI,EAAC;EAAM,gBACjCN,KAAA,CAAAI,aAAA,CAACF,IAAI;IACHK,CAAC,EAAC,gbAAgb;IAClbD,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC","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 SpotLight = ({
|
|
7
4
|
color
|
|
8
|
-
}) => /*#__PURE__*/
|
|
9
|
-
viewBox: "0 0 24 24"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
});
|
|
5
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
6
|
+
viewBox: "0 0 24 24"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
fill: color,
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
clipRule: "evenodd",
|
|
11
|
+
d: "M 12 22 C 17.5228 22 22 17.5228 22 12 C 22 6.47715 17.5228 2 12 2 C 6.47715 2 2 6.47715 2 12 C 2 17.5228 6.47715 22 12 22 Z M 12 24 C 18.6274 24 24 18.6274 24 12 C 24 5.37258 18.6274 0 12 0 C 5.37258 0 0 5.37258 0 12 C 0 18.6274 5.37258 24 12 24 Z"
|
|
12
|
+
}));
|
|
17
13
|
//# sourceMappingURL=Spotlight.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","SpotLight","color","createElement","viewBox","fill","fillRule","clipRule","d"],"sourceRoot":"../../../src","sources":["icons/Spotlight.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,IAAI,EAAEH,KAAM;EACZI,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC;AAAyP,CAC5P,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 StartStreamIcon = () => {
|
|
7
|
-
return /*#__PURE__*/
|
|
4
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
8
5
|
viewBox: "0 0 25 18",
|
|
9
|
-
fill: "none"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
});
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M7.2 14.2996C5.8375 12.9496 5 11.0746 5 8.99961C5 6.92461 5.8375 5.04961 7.2 3.69961L8.975 5.47461C8.0625 6.37461 7.5 7.62461 7.5 8.99961C7.5 10.3746 8.0625 11.6246 8.9625 12.5371L7.2 14.2996ZM17.8 14.2996C19.1625 12.9496 20 11.0746 20 8.99961C20 6.92461 19.1625 5.04961 17.8 3.69961L16.025 5.47461C16.9375 6.37461 17.5 7.62461 17.5 8.99961C17.5 10.3746 16.9375 11.6246 16.0375 12.5371L17.8 14.2996ZM12.5 6.49961C11.125 6.49961 10 7.62461 10 8.99961C10 10.3746 11.125 11.4996 12.5 11.4996C13.875 11.4996 15 10.3746 15 8.99961C15 7.62461 13.875 6.49961 12.5 6.49961ZM22.5 8.99961C22.5 11.7621 21.375 14.2621 19.5625 16.0621L21.3375 17.8371C23.6 15.5746 25 12.4496 25 8.99961C25 5.54961 23.6 2.42461 21.3375 0.162109L19.5625 1.93711C21.375 3.73711 22.5 6.23711 22.5 8.99961ZM5.4375 1.93711L3.6625 0.162109C1.4 2.42461 0 5.54961 0 8.99961C0 12.4496 1.4 15.5746 3.6625 17.8371L5.4375 16.0621C3.625 14.2621 2.5 11.7621 2.5 8.99961C2.5 6.23711 3.625 3.73711 5.4375 1.93711Z",
|
|
9
|
+
fill: "#FCFCFC"
|
|
10
|
+
}));
|
|
15
11
|
};
|
|
16
12
|
//# sourceMappingURL=StartStreamIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","Svg","
|
|
1
|
+
{"version":3,"names":["React","Path","Svg","StartStreamIcon","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/StartStreamIcon.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,y8BAAy8B;IAC38BD,IAAI,EAAC;EAAS,CACf,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import Svg, { Path } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
3
|
export const StopScreenShare = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
6
|
}) => {
|
|
10
|
-
return /*#__PURE__*/
|
|
7
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: "0 0 25 25",
|
|
12
9
|
width: size,
|
|
13
|
-
height: size
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
});
|
|
10
|
+
height: size
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
12
|
+
fill: color,
|
|
13
|
+
d: "M21.478 19.1H3.47803V5H21.478V19.1ZM21.478 3H3.47803C2.37803 3 1.47803 3.9 1.47803 5V19C1.47803 20.1 2.37803 21 3.47803 21H21.478C22.578 21 23.478 20.1 23.478 19V5C23.478 3.9 22.578 3 21.478 3Z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
fill: color,
|
|
16
|
+
d: "M15.068 8L12.478 10.59L9.88803 8L8.47803 9.41L11.068 12L8.47803 14.59L9.88803 16L12.478 13.41L15.068 16L16.478 14.59L13.888 12L16.478 9.41L15.068 8Z"
|
|
17
|
+
}));
|
|
22
18
|
};
|
|
23
19
|
//# sourceMappingURL=StopScreenShare.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","StopScreenShare","color","size","createElement","viewBox","width","height","fill","d"],"sourceRoot":"../../../src","sources":["icons/StopScreenShare.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,eAAe,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,KAAK;EACzD,oBACEL,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC,WAAW;IAACC,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ;EAAK,gBACjDL,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHQ,IAAI,EAAEN,KAAM;IACZO,CAAC,EAAC;EAAmM,CACtM,CAAC,eACFX,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHQ,IAAI,EAAEN,KAAM;IACZO,CAAC,EAAC;EAAsJ,CACzJ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,27 +1,23 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Circle } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
3
|
export const ThreeDots = ({
|
|
7
4
|
color
|
|
8
|
-
}) => /*#__PURE__*/
|
|
9
|
-
viewBox: "0 0 24 24"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
});
|
|
5
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
6
|
+
viewBox: "0 0 24 24"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Circle, {
|
|
8
|
+
cx: "3.5",
|
|
9
|
+
cy: "12",
|
|
10
|
+
r: "2.5",
|
|
11
|
+
fill: color
|
|
12
|
+
}), /*#__PURE__*/React.createElement(Circle, {
|
|
13
|
+
cx: "12",
|
|
14
|
+
cy: "12",
|
|
15
|
+
r: "2.5",
|
|
16
|
+
fill: color
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Circle, {
|
|
18
|
+
cx: "20.5",
|
|
19
|
+
cy: "12",
|
|
20
|
+
r: "2.5",
|
|
21
|
+
fill: color
|
|
22
|
+
}));
|
|
27
23
|
//# sourceMappingURL=ThreeDots.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Circle","
|
|
1
|
+
{"version":3,"names":["React","Svg","Circle","ThreeDots","color","createElement","viewBox","cx","cy","r","fill"],"sourceRoot":"../../../src","sources":["icons/ThreeDots.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,MAAM,QAAQ,kBAAkB;AAM9C,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,KAAK;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAAC,eAChDJ,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,IAAI;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAAC,eAC/CJ,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,MAAM;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAC7C,CACN","ignoreList":[]}
|
|
@@ -1,34 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Svg, Rect, Defs, LinearGradient, Stop } from 'react-native-svg';
|
|
5
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
3
|
export const TopViewBackground = ({
|
|
7
4
|
height,
|
|
8
5
|
width
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
width: width,
|
|
11
8
|
height: height,
|
|
12
|
-
fill: 'none'
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
height: height,
|
|
31
|
-
fill: 'url(#paint0_linear_8092_98095)'
|
|
32
|
-
})]
|
|
33
|
-
});
|
|
9
|
+
fill: 'none'
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(LinearGradient, {
|
|
11
|
+
id: "paint0_linear_8092_98095",
|
|
12
|
+
x1: 3,
|
|
13
|
+
y1: 0,
|
|
14
|
+
x2: 3,
|
|
15
|
+
y2: height,
|
|
16
|
+
gradientUnits: "userSpaceOnUse"
|
|
17
|
+
}, /*#__PURE__*/React.createElement(Stop, {
|
|
18
|
+
stopOpacity: 0.2
|
|
19
|
+
}), /*#__PURE__*/React.createElement(Stop, {
|
|
20
|
+
offset: 1,
|
|
21
|
+
stopOpacity: 0
|
|
22
|
+
}))), /*#__PURE__*/React.createElement(Rect, {
|
|
23
|
+
width: width,
|
|
24
|
+
height: height,
|
|
25
|
+
fill: 'url(#paint0_linear_8092_98095)'
|
|
26
|
+
}));
|
|
34
27
|
//# sourceMappingURL=TopViewBackground.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Rect","Defs","LinearGradient","Stop","
|
|
1
|
+
{"version":3,"names":["React","Svg","Rect","Defs","LinearGradient","Stop","TopViewBackground","height","width","createElement","fill","id","x1","y1","x2","y2","gradientUnits","stopOpacity","offset"],"sourceRoot":"../../../src","sources":["icons/TopViewBackground.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,GAAG,EACHC,IAAI,EACJC,IAAI,EACJC,cAAc,EACdC,IAAI,QAEC,kBAAkB;AAazB,OAAO,MAAMC,iBAAiB,GAAGA,CAAC;EAAEC,MAAM;EAAEC;AAAa,CAAC,kBACxDR,KAAA,CAAAS,aAAA,CAACR,GAAG;EAACO,KAAK,EAAEA,KAAM;EAACD,MAAM,EAAEA,MAAO;EAACG,IAAI,EAAE;AAAO,gBAC9CV,KAAA,CAAAS,aAAA,CAACN,IAAI,qBACHH,KAAA,CAAAS,aAAA,CAACL,cAAc;EACbO,EAAE,EAAC,0BAA0B;EAC7BC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAER,MAAO;EACXS,aAAa,EAAC;AAAgB,gBAE9BhB,KAAA,CAAAS,aAAA,CAACJ,IAAI;EAACY,WAAW,EAAE;AAAI,CAAE,CAAC,eAC1BjB,KAAA,CAAAS,aAAA,CAACJ,IAAI;EAACa,MAAM,EAAE,CAAE;EAACD,WAAW,EAAE;AAAE,CAAE,CACpB,CACZ,CAAC,eACPjB,KAAA,CAAAS,aAAA,CAACP,IAAI;EACHM,KAAK,EAAEA,KAAM;EACbD,MAAM,EAAEA,MAAO;EACfG,IAAI,EAAE;AAAiC,CACxC,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 Video = ({
|
|
7
4
|
color,
|
|
8
5
|
size
|
|
9
|
-
}) => /*#__PURE__*/
|
|
6
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
10
7
|
viewBox: '0 0 26 26',
|
|
11
8
|
width: size,
|
|
12
|
-
height: size
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
});
|
|
9
|
+
height: size
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
d: "M19.8333 12.25V8.16667C19.8333 7.525 19.3083 7 18.6667 7H4.66667C4.025 7 3.5 7.525 3.5 8.16667V19.8333C3.5 20.475 4.025 21 4.66667 21H18.6667C19.3083 21 19.8333 20.475 19.8333 19.8333V15.75L22.505 18.4217C23.24 19.1567 24.5 18.6317 24.5 17.5933V10.395C24.5 9.35667 23.24 8.83167 22.505 9.56667L19.8333 12.25Z",
|
|
12
|
+
fill: color
|
|
13
|
+
}));
|
|
18
14
|
//# sourceMappingURL=Video.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Video","color","size","createElement","viewBox","width","height","d","fill"],"sourceRoot":"../../../src","sources":["icons/Video.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAQ5C,OAAO,MAAMC,KAAK,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC1CL,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,sTAAsT;EACxTC,IAAI,EAAEP;AAAM,CACb,CACE,CACN","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
3
|
import { IconTestIds } from '../constants/TestIds';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const VideoSlash = ({
|
|
8
5
|
color,
|
|
9
6
|
size
|
|
10
|
-
}) => /*#__PURE__*/
|
|
7
|
+
}) => /*#__PURE__*/React.createElement(Svg, {
|
|
11
8
|
viewBox: '0 0 25 25',
|
|
12
9
|
width: size,
|
|
13
10
|
height: size,
|
|
14
|
-
testID: IconTestIds.MUTED_VIDEO
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
});
|
|
11
|
+
testID: IconTestIds.MUTED_VIDEO
|
|
12
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
13
|
+
d: "M21.7912 15.27V9.97999C21.7912 9.08999 20.7112 8.63999 20.0812 9.26999L17.7912 11.57V8.06999C17.7912 7.51999 17.3412 7.06999 16.7912 7.06999H11.1812L20.0912 15.98C20.7112 16.61 21.7912 16.16 21.7912 15.27ZM3.50124 3.62999C3.11124 4.01999 3.11124 4.64999 3.50124 5.03999L5.52124 7.06999H4.79124C4.24124 7.06999 3.79124 7.51999 3.79124 8.06999V18.07C3.79124 18.62 4.24124 19.07 4.79124 19.07H16.7912C17.0012 19.07 17.1812 18.99 17.3412 18.89L19.8212 21.37C20.2112 21.76 20.8412 21.76 21.2312 21.37C21.6212 20.98 21.6212 20.35 21.2312 19.96L4.91124 3.62999C4.52124 3.23999 3.89124 3.23999 3.50124 3.62999Z",
|
|
14
|
+
fill: color
|
|
15
|
+
}));
|
|
20
16
|
//# sourceMappingURL=VideoSlash.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","IconTestIds","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","IconTestIds","VideoSlash","color","size","createElement","viewBox","width","height","testID","MUTED_VIDEO","d","fill"],"sourceRoot":"../../../src","sources":["icons/VideoSlash.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAOlD,OAAO,MAAMC,UAAU,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAY,CAAC,kBAC/CN,KAAA,CAAAO,aAAA,CAACN,GAAG;EACFO,OAAO,EAAE,WAAY;EACrBC,KAAK,EAAEH,IAAK;EACZI,MAAM,EAAEJ,IAAK;EACbK,MAAM,EAAER,WAAW,CAACS;AAAY,gBAEhCZ,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHW,CAAC,EAAC,4lBAA4lB;EAC9lBC,IAAI,EAAET;AAAM,CACb,CACE,CACN","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["icons/index.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["icons/index.tsx"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,OAAO;AACrB,cAAc,UAAU;AACxB,cAAc,SAAS;AACvB,cAAc,aAAa;AAC3B,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,cAAc;AAC5B,cAAc,aAAa;AAC3B,cAAc,eAAe;AAC7B,cAAc,aAAa;AAC3B,cAAc,wBAAwB;AACtC,cAAc,eAAe;AAC7B,cAAc,YAAY;AAC1B,cAAc,qBAAqB;AACnC,cAAc,OAAO;AACrB,cAAc,eAAe;AAC7B,cAAc,mBAAmB;AACjC,cAAc,mBAAmB;AACjC,cAAc,iBAAiB;AAC/B,cAAc,mBAAmB;AACjC,cAAc,eAAe","ignoreList":[]}
|
package/dist/module/index.js
CHANGED
package/dist/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["setClientDetails","registerGlobals","Logger","Platform","OS","enable","ROOT_PREFIX","StreamVideo","StreamCall"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["setClientDetails","registerGlobals","Logger","Platform","OS","enable","ROOT_PREFIX","StreamVideo","StreamCall"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAC3D;AACA,OAAO,wBAAwB;AAC/B;AACA,OAAO,gCAAgC;AACvC;AACA,OAAO,kBAAkB;AACzB,SAASC,eAAe,QAAQ,gCAAgC;AAChE,OAAOC,MAAM,MAAM,2CAA2C;AAC9D,SAASC,QAAQ,QAAQ,cAAc;;AAEvC;AACA;AACA;AACA,IAAIA,QAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;EACzBH,eAAe,CAAC,CAAC;AACnB;;AAEA;AACAC,MAAM,CAACG,MAAM,CAAC,GAAGH,MAAM,CAACI,WAAW,eAAe,CAAC;AAEnD,cAAc,yBAAyB;AACvC,cAAc,iCAAiC;AAC/C,cAAc,cAAc;AAC5B,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,SAAS;AACvB,cAAc,SAAS;AACvB,cAAc,gBAAgB;;AAE9B;AACA;AACA,SAASC,WAAW,QAAQ,yBAAyB;AACrD,SAASC,UAAU,QAAQ,wBAAwB;AAEnDR,gBAAgB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { useCall } from '@stream-io/video-react-bindings';
|
|
4
2
|
import { useEffect, useRef } from 'react';
|
|
5
3
|
import { AppState, NativeEventEmitter, NativeModules, Platform } from 'react-native';
|
|
6
4
|
import { shouldDisableIOSLocalVideoOnBackgroundRef } from '../../utils/internal/shouldDisableIOSLocalVideoOnBackground';
|
|
7
5
|
import { disablePiPMode$, isInPiPModeAndroid$ } from '../../utils/internal/rxSubjects';
|
|
8
|
-
import { RxUtils } from '@stream-io/video-client';
|
|
6
|
+
import { getLogger, RxUtils } from '@stream-io/video-client';
|
|
9
7
|
const PIP_CHANGE_EVENT = 'StreamVideoReactNative_PIP_CHANGE_EVENT';
|
|
10
8
|
const isAndroid8OrAbove = Platform.OS === 'android' && Platform.Version >= 26;
|
|
11
9
|
|
|
@@ -23,7 +21,14 @@ export const AppStateListener = () => {
|
|
|
23
21
|
return;
|
|
24
22
|
}
|
|
25
23
|
const disablePiP = RxUtils.getCurrentValue(disablePiPMode$);
|
|
26
|
-
|
|
24
|
+
const logger = getLogger(['AppStateListener']);
|
|
25
|
+
const initialPipMode = !disablePiP && AppState.currentState === 'background';
|
|
26
|
+
isInPiPModeAndroid$.next(initialPipMode);
|
|
27
|
+
logger('debug', 'Initial PiP mode on mount set to ', initialPipMode);
|
|
28
|
+
NativeModules?.StreamVideoReactNative?.isInPiPMode().then(isInPiP => {
|
|
29
|
+
isInPiPModeAndroid$.next(!!isInPiP);
|
|
30
|
+
logger('debug', 'Initial PiP mode on mount (after asking native module) set to ', !!isInPiP);
|
|
31
|
+
});
|
|
27
32
|
const eventEmitter = new NativeEventEmitter(NativeModules.StreamVideoReactNative);
|
|
28
33
|
const subscriptionPiPChange = eventEmitter.addListener(PIP_CHANGE_EVENT, isInPiPMode => {
|
|
29
34
|
isInPiPModeAndroid$.next(isInPiPMode);
|
|
@@ -37,6 +42,7 @@ export const AppStateListener = () => {
|
|
|
37
42
|
// we dont check for inactive states
|
|
38
43
|
// ref: https://www.reddit.com/r/reactnative/comments/15kib42/appstate_behavior_in_ios_when_swiping_down_to/
|
|
39
44
|
const subscription = AppState.addEventListener('change', nextAppState => {
|
|
45
|
+
const logger = getLogger(['AppStateListener']);
|
|
40
46
|
if (appState.current.match(/background/) && nextAppState === 'active') {
|
|
41
47
|
if (call?.camera?.state.status === 'enabled' && Platform.OS === 'android') {
|
|
42
48
|
// when device is locked and resumed, the status isnt made disabled but stays enabled
|
|
@@ -44,23 +50,26 @@ export const AppStateListener = () => {
|
|
|
44
50
|
call?.camera?.disable(true).then(() => {
|
|
45
51
|
call?.camera?.enable();
|
|
46
52
|
});
|
|
53
|
+
logger('debug', 'Disable and reenable camera as app came to foreground');
|
|
47
54
|
} else {
|
|
48
55
|
if (cameraDisabledByAppState.current) {
|
|
49
56
|
call?.camera?.resume();
|
|
50
57
|
cameraDisabledByAppState.current = false;
|
|
58
|
+
logger('debug', 'Resume camera as app came to foreground');
|
|
51
59
|
}
|
|
52
60
|
}
|
|
53
61
|
appState.current = nextAppState;
|
|
54
62
|
} else if (appState.current === 'active' && nextAppState.match(/background/)) {
|
|
63
|
+
const disableCameraIfNeeded = () => {
|
|
64
|
+
if (call?.camera?.state.status === 'enabled') {
|
|
65
|
+
cameraDisabledByAppState.current = true;
|
|
66
|
+
call?.camera?.disable();
|
|
67
|
+
logger('debug', 'Camera disabled by app going to background');
|
|
68
|
+
}
|
|
69
|
+
};
|
|
55
70
|
if (Platform.OS === 'android') {
|
|
56
71
|
// in Android, we need to check if we are in PiP mode
|
|
57
72
|
// in PiP mode, we don't want to disable the camera
|
|
58
|
-
const disableCameraIfNeeded = () => {
|
|
59
|
-
if (call?.camera?.state.status === 'enabled') {
|
|
60
|
-
cameraDisabledByAppState.current = true;
|
|
61
|
-
call?.camera?.disable();
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
73
|
if (isAndroid8OrAbove) {
|
|
65
74
|
// set with an assumption that its enabled so that UI disabling happens faster
|
|
66
75
|
const disablePiP = RxUtils.getCurrentValue(disablePiPMode$);
|
|
@@ -84,10 +93,7 @@ export const AppStateListener = () => {
|
|
|
84
93
|
} else {
|
|
85
94
|
// shouldDisableIOSLocalVideoOnBackgroundRef is false, if local video is enabled on PiP
|
|
86
95
|
if (shouldDisableIOSLocalVideoOnBackgroundRef.current) {
|
|
87
|
-
|
|
88
|
-
cameraDisabledByAppState.current = true;
|
|
89
|
-
call?.camera?.disable();
|
|
90
|
-
}
|
|
96
|
+
disableCameraIfNeeded();
|
|
91
97
|
}
|
|
92
98
|
}
|
|
93
99
|
appState.current = nextAppState;
|