@100mslive/react-native-room-kit 1.1.5 → 1.1.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/lib/commonjs/Icons/CC/assets/cc-off-med.png +0 -0
- package/lib/commonjs/Icons/CC/assets/cc-off-med@2x.png +0 -0
- package/lib/commonjs/Icons/CC/assets/cc-off-med@3x.png +0 -0
- package/lib/commonjs/Icons/CC/assets/cc-on-med.png +0 -0
- package/lib/commonjs/Icons/CC/assets/cc-on-med@2x.png +0 -0
- package/lib/commonjs/Icons/CC/assets/cc-on-med@3x.png +0 -0
- package/lib/commonjs/Icons/CC/index.js +39 -0
- package/lib/commonjs/Icons/CC/index.js.map +1 -0
- package/lib/commonjs/Icons/Close/assets/close-med.png +0 -0
- package/lib/commonjs/Icons/Close/assets/close-med@2x.png +0 -0
- package/lib/commonjs/Icons/Close/assets/close-med@3x.png +0 -0
- package/lib/commonjs/Icons/Close/index.js +7 -2
- package/lib/commonjs/Icons/Close/index.js.map +1 -1
- package/lib/commonjs/Icons/Maximize/assets/maximize-med.png +0 -0
- package/lib/commonjs/Icons/Maximize/assets/maximize-med@2x.png +0 -0
- package/lib/commonjs/Icons/Maximize/assets/maximize-med@3x.png +0 -0
- package/lib/commonjs/Icons/Maximize/index.js +7 -2
- package/lib/commonjs/Icons/Maximize/index.js.map +1 -1
- package/lib/commonjs/Icons/Minimize/assets/minimize-med.png +0 -0
- package/lib/commonjs/Icons/Minimize/assets/minimize-med@2x.png +0 -0
- package/lib/commonjs/Icons/Minimize/assets/minimize-med@3x.png +0 -0
- package/lib/commonjs/Icons/Minimize/index.js +7 -2
- package/lib/commonjs/Icons/Minimize/index.js.map +1 -1
- package/lib/commonjs/Icons/Pause/assets/pause-med.png +0 -0
- package/lib/commonjs/Icons/Pause/assets/pause-med@2x.png +0 -0
- package/lib/commonjs/Icons/Pause/assets/pause-med@3x.png +0 -0
- package/lib/commonjs/Icons/Pause/index.js +35 -0
- package/lib/commonjs/Icons/Pause/index.js.map +1 -0
- package/lib/commonjs/Icons/Play/assets/play-med.png +0 -0
- package/lib/commonjs/Icons/Play/assets/play-med@2x.png +0 -0
- package/lib/commonjs/Icons/Play/assets/play-med@3x.png +0 -0
- package/lib/commonjs/Icons/Play/index.js +35 -0
- package/lib/commonjs/Icons/Play/index.js.map +1 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-backward-arrow.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-backward-arrow@2x.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-backward-arrow@3x.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-forward-arrow.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-forward-arrow@2x.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/assets/seek-forward-arrow@3x.png +0 -0
- package/lib/commonjs/Icons/SeekArrow/index.js +34 -0
- package/lib/commonjs/Icons/SeekArrow/index.js.map +1 -0
- package/lib/commonjs/Icons/index.js +44 -0
- package/lib/commonjs/Icons/index.js.map +1 -1
- package/lib/commonjs/components/AnimatedHeader.js +1 -11
- package/lib/commonjs/components/AnimatedHeader.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatBanner.js +1 -0
- package/lib/commonjs/components/Chat/ChatBanner.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetOpener.js +10 -7
- package/lib/commonjs/components/Chat/ChatFilterBottomSheetOpener.js.map +1 -1
- package/lib/commonjs/components/Chat/ChatList.js +4 -2
- package/lib/commonjs/components/Chat/ChatList.js.map +1 -1
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsView.js +2 -1
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsView.js.map +1 -1
- package/lib/commonjs/components/DisplayView.js +1 -9
- package/lib/commonjs/components/DisplayView.js.map +1 -1
- package/lib/commonjs/components/Footer.js +7 -44
- package/lib/commonjs/components/Footer.js.map +1 -1
- package/lib/commonjs/components/HLSAnimatedDescriptionPane.js +30 -0
- package/lib/commonjs/components/HLSAnimatedDescriptionPane.js.map +1 -0
- package/lib/commonjs/components/HLSChatFooterView.js +51 -0
- package/lib/commonjs/components/HLSChatFooterView.js.map +1 -0
- package/lib/commonjs/components/HLSChatHeaderView.js +130 -0
- package/lib/commonjs/components/HLSChatHeaderView.js.map +1 -0
- package/lib/commonjs/components/HLSChatMessages.js +54 -0
- package/lib/commonjs/components/HLSChatMessages.js.map +1 -0
- package/lib/commonjs/components/HLSChatView.js +49 -0
- package/lib/commonjs/components/HLSChatView.js.map +1 -0
- package/lib/commonjs/components/HLSCloseMeetingControl.js +41 -0
- package/lib/commonjs/components/HLSCloseMeetingControl.js.map +1 -0
- package/lib/commonjs/components/HLSClosedCaptionControl.js +109 -0
- package/lib/commonjs/components/HLSClosedCaptionControl.js.map +1 -0
- package/lib/commonjs/components/HLSDescriptionPane.js +145 -0
- package/lib/commonjs/components/HLSDescriptionPane.js.map +1 -0
- package/lib/commonjs/components/HLSDescriptionPaneHeader.js +70 -0
- package/lib/commonjs/components/HLSDescriptionPaneHeader.js.map +1 -0
- package/lib/commonjs/components/HLSDistanceFromLive.js +56 -0
- package/lib/commonjs/components/HLSDistanceFromLive.js.map +1 -0
- package/lib/commonjs/components/HLSFooter.js +1 -1
- package/lib/commonjs/components/HLSFooter.js.map +1 -1
- package/lib/commonjs/components/HLSFullScreenControl.js +42 -0
- package/lib/commonjs/components/HLSFullScreenControl.js.map +1 -0
- package/lib/commonjs/components/HLSGoLiveControl.js +78 -0
- package/lib/commonjs/components/HLSGoLiveControl.js.map +1 -0
- package/lib/commonjs/components/HLSHandRaiseButton.js +38 -0
- package/lib/commonjs/components/HLSHandRaiseButton.js.map +1 -0
- package/lib/commonjs/components/HLSManageChatTextInput.js +90 -0
- package/lib/commonjs/components/HLSManageChatTextInput.js.map +1 -0
- package/lib/commonjs/components/HLSNotifications.js +32 -0
- package/lib/commonjs/components/HLSNotifications.js.map +1 -0
- package/lib/commonjs/components/HLSPlayPauseControl.js +62 -0
- package/lib/commonjs/components/HLSPlayPauseControl.js.map +1 -0
- package/lib/commonjs/components/HLSPlayer.js +193 -0
- package/lib/commonjs/components/HLSPlayer.js.map +1 -0
- package/lib/commonjs/components/HLSPlayerContainer.js +123 -0
- package/lib/commonjs/components/HLSPlayerContainer.js.map +1 -0
- package/lib/commonjs/components/HLSPlayerControls.js +130 -0
- package/lib/commonjs/components/HLSPlayerControls.js.map +1 -0
- package/lib/commonjs/components/HLSRecordingStatusText.js +31 -0
- package/lib/commonjs/components/HLSRecordingStatusText.js.map +1 -0
- package/lib/commonjs/components/HLSRoomOptionsButton.js +25 -0
- package/lib/commonjs/components/HLSRoomOptionsButton.js.map +1 -0
- package/lib/commonjs/components/HLSSeekbackwardControl.js +67 -0
- package/lib/commonjs/components/HLSSeekbackwardControl.js.map +1 -0
- package/lib/commonjs/components/HLSSeekbar.js +285 -0
- package/lib/commonjs/components/HLSSeekbar.js.map +1 -0
- package/lib/commonjs/components/HLSSeekforwardControl.js +71 -0
- package/lib/commonjs/components/HLSSeekforwardControl.js.map +1 -0
- package/lib/commonjs/components/HLSStreamStartedTime.js +69 -0
- package/lib/commonjs/components/HLSStreamStartedTime.js.map +1 -0
- package/lib/commonjs/components/HLSViewerScreenContent.js +61 -0
- package/lib/commonjs/components/HLSViewerScreenContent.js.map +1 -0
- package/lib/commonjs/components/HMSHLSMessage.js +19 -41
- package/lib/commonjs/components/HMSHLSMessage.js.map +1 -1
- package/lib/commonjs/components/HMSHLSMessageList.js +2 -2
- package/lib/commonjs/components/HMSHLSMessageList.js.map +1 -1
- package/lib/commonjs/components/HMSHLSNotStarted.js +15 -7
- package/lib/commonjs/components/HMSHLSNotStarted.js.map +1 -1
- package/lib/commonjs/components/HMSKeyboardAvoidingView.js +5 -1
- package/lib/commonjs/components/HMSKeyboardAvoidingView.js.map +1 -1
- package/lib/commonjs/components/HMSLiveViewerCount.js +2 -4
- package/lib/commonjs/components/HMSLiveViewerCount.js.map +1 -1
- package/lib/commonjs/components/HMSNotification.js +3 -2
- package/lib/commonjs/components/HMSNotification.js.map +1 -1
- package/lib/commonjs/components/HMSNotifications.js +3 -1
- package/lib/commonjs/components/HMSNotifications.js.map +1 -1
- package/lib/commonjs/components/HMSOverlayChatView.js +7 -4
- package/lib/commonjs/components/HMSOverlayChatView.js.map +1 -1
- package/lib/commonjs/components/HMSOverlayMessageView.js +150 -0
- package/lib/commonjs/components/HMSOverlayMessageView.js.map +1 -0
- package/lib/commonjs/components/Meeting.js +3 -1
- package/lib/commonjs/components/Meeting.js.map +1 -1
- package/lib/commonjs/components/MeetingScreenContent.js +2 -9
- package/lib/commonjs/components/MeetingScreenContent.js.map +1 -1
- package/lib/commonjs/components/OverlayedViews.js +1 -1
- package/lib/commonjs/components/OverlayedViews.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsList.js +4 -4
- package/lib/commonjs/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/commonjs/components/PressableIcon.js +1 -2
- package/lib/commonjs/components/PressableIcon.js.map +1 -1
- package/lib/commonjs/hooks-util.js +156 -5
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/redux/actionTypes.js +6 -0
- package/lib/commonjs/redux/actionTypes.js.map +1 -1
- package/lib/commonjs/redux/actions/index.js +24 -3
- package/lib/commonjs/redux/actions/index.js.map +1 -1
- package/lib/commonjs/redux/reducers/appState.js +25 -1
- package/lib/commonjs/redux/reducers/appState.js.map +1 -1
- package/lib/module/Icons/CC/assets/cc-off-med.png +0 -0
- package/lib/module/Icons/CC/assets/cc-off-med@2x.png +0 -0
- package/lib/module/Icons/CC/assets/cc-off-med@3x.png +0 -0
- package/lib/module/Icons/CC/assets/cc-on-med.png +0 -0
- package/lib/module/Icons/CC/assets/cc-on-med@2x.png +0 -0
- package/lib/module/Icons/CC/assets/cc-on-med@3x.png +0 -0
- package/lib/module/Icons/CC/index.js +31 -0
- package/lib/module/Icons/CC/index.js.map +1 -0
- package/lib/module/Icons/Close/assets/close-med.png +0 -0
- package/lib/module/Icons/Close/assets/close-med@2x.png +0 -0
- package/lib/module/Icons/Close/assets/close-med@3x.png +0 -0
- package/lib/module/Icons/Close/index.js +7 -2
- package/lib/module/Icons/Close/index.js.map +1 -1
- package/lib/module/Icons/Maximize/assets/maximize-med.png +0 -0
- package/lib/module/Icons/Maximize/assets/maximize-med@2x.png +0 -0
- package/lib/module/Icons/Maximize/assets/maximize-med@3x.png +0 -0
- package/lib/module/Icons/Maximize/index.js +7 -2
- package/lib/module/Icons/Maximize/index.js.map +1 -1
- package/lib/module/Icons/Minimize/assets/minimize-med.png +0 -0
- package/lib/module/Icons/Minimize/assets/minimize-med@2x.png +0 -0
- package/lib/module/Icons/Minimize/assets/minimize-med@3x.png +0 -0
- package/lib/module/Icons/Minimize/index.js +7 -2
- package/lib/module/Icons/Minimize/index.js.map +1 -1
- package/lib/module/Icons/Pause/assets/pause-med.png +0 -0
- package/lib/module/Icons/Pause/assets/pause-med@2x.png +0 -0
- package/lib/module/Icons/Pause/assets/pause-med@3x.png +0 -0
- package/lib/module/Icons/Pause/index.js +27 -0
- package/lib/module/Icons/Pause/index.js.map +1 -0
- package/lib/module/Icons/Play/assets/play-med.png +0 -0
- package/lib/module/Icons/Play/assets/play-med@2x.png +0 -0
- package/lib/module/Icons/Play/assets/play-med@3x.png +0 -0
- package/lib/module/Icons/Play/index.js +27 -0
- package/lib/module/Icons/Play/index.js.map +1 -0
- package/lib/module/Icons/SeekArrow/assets/seek-backward-arrow.png +0 -0
- package/lib/module/Icons/SeekArrow/assets/seek-backward-arrow@2x.png +0 -0
- package/lib/module/Icons/SeekArrow/assets/seek-backward-arrow@3x.png +0 -0
- package/lib/module/Icons/SeekArrow/assets/seek-forward-arrow.png +0 -0
- package/lib/module/Icons/SeekArrow/assets/seek-forward-arrow@2x.png +0 -0
- package/lib/module/Icons/SeekArrow/assets/seek-forward-arrow@3x.png +0 -0
- package/lib/module/Icons/SeekArrow/index.js +26 -0
- package/lib/module/Icons/SeekArrow/index.js.map +1 -0
- package/lib/module/Icons/index.js +4 -0
- package/lib/module/Icons/index.js.map +1 -1
- package/lib/module/components/AnimatedHeader.js +1 -11
- package/lib/module/components/AnimatedHeader.js.map +1 -1
- package/lib/module/components/Chat/ChatBanner.js +1 -0
- package/lib/module/components/Chat/ChatBanner.js.map +1 -1
- package/lib/module/components/Chat/ChatFilterBottomSheetOpener.js +10 -7
- package/lib/module/components/Chat/ChatFilterBottomSheetOpener.js.map +1 -1
- package/lib/module/components/Chat/ChatList.js +4 -2
- package/lib/module/components/Chat/ChatList.js.map +1 -1
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsView.js +3 -2
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsView.js.map +1 -1
- package/lib/module/components/DisplayView.js +3 -11
- package/lib/module/components/DisplayView.js.map +1 -1
- package/lib/module/components/Footer.js +9 -46
- package/lib/module/components/Footer.js.map +1 -1
- package/lib/module/components/HLSAnimatedDescriptionPane.js +21 -0
- package/lib/module/components/HLSAnimatedDescriptionPane.js.map +1 -0
- package/lib/module/components/HLSChatFooterView.js +42 -0
- package/lib/module/components/HLSChatFooterView.js.map +1 -0
- package/lib/module/components/HLSChatHeaderView.js +121 -0
- package/lib/module/components/HLSChatHeaderView.js.map +1 -0
- package/lib/module/components/HLSChatMessages.js +45 -0
- package/lib/module/components/HLSChatMessages.js.map +1 -0
- package/lib/module/components/HLSChatView.js +40 -0
- package/lib/module/components/HLSChatView.js.map +1 -0
- package/lib/module/components/HLSCloseMeetingControl.js +33 -0
- package/lib/module/components/HLSCloseMeetingControl.js.map +1 -0
- package/lib/module/components/HLSClosedCaptionControl.js +100 -0
- package/lib/module/components/HLSClosedCaptionControl.js.map +1 -0
- package/lib/module/components/HLSDescriptionPane.js +136 -0
- package/lib/module/components/HLSDescriptionPane.js.map +1 -0
- package/lib/module/components/HLSDescriptionPaneHeader.js +61 -0
- package/lib/module/components/HLSDescriptionPaneHeader.js.map +1 -0
- package/lib/module/components/HLSDistanceFromLive.js +48 -0
- package/lib/module/components/HLSDistanceFromLive.js.map +1 -0
- package/lib/module/components/HLSFooter.js +2 -2
- package/lib/module/components/HLSFooter.js.map +1 -1
- package/lib/module/components/HLSFullScreenControl.js +34 -0
- package/lib/module/components/HLSFullScreenControl.js.map +1 -0
- package/lib/module/components/HLSGoLiveControl.js +70 -0
- package/lib/module/components/HLSGoLiveControl.js.map +1 -0
- package/lib/module/components/HLSHandRaiseButton.js +29 -0
- package/lib/module/components/HLSHandRaiseButton.js.map +1 -0
- package/lib/module/components/HLSManageChatTextInput.js +81 -0
- package/lib/module/components/HLSManageChatTextInput.js.map +1 -0
- package/lib/module/components/HLSNotifications.js +24 -0
- package/lib/module/components/HLSNotifications.js.map +1 -0
- package/lib/module/components/HLSPlayPauseControl.js +54 -0
- package/lib/module/components/HLSPlayPauseControl.js.map +1 -0
- package/lib/module/components/HLSPlayer.js +185 -0
- package/lib/module/components/HLSPlayer.js.map +1 -0
- package/lib/module/components/HLSPlayerContainer.js +115 -0
- package/lib/module/components/HLSPlayerContainer.js.map +1 -0
- package/lib/module/components/HLSPlayerControls.js +120 -0
- package/lib/module/components/HLSPlayerControls.js.map +1 -0
- package/lib/module/components/HLSRecordingStatusText.js +22 -0
- package/lib/module/components/HLSRecordingStatusText.js.map +1 -0
- package/lib/module/components/HLSRoomOptionsButton.js +16 -0
- package/lib/module/components/HLSRoomOptionsButton.js.map +1 -0
- package/lib/module/components/HLSSeekbackwardControl.js +59 -0
- package/lib/module/components/HLSSeekbackwardControl.js.map +1 -0
- package/lib/module/components/HLSSeekbar.js +276 -0
- package/lib/module/components/HLSSeekbar.js.map +1 -0
- package/lib/module/components/HLSSeekforwardControl.js +63 -0
- package/lib/module/components/HLSSeekforwardControl.js.map +1 -0
- package/lib/module/components/HLSStreamStartedTime.js +60 -0
- package/lib/module/components/HLSStreamStartedTime.js.map +1 -0
- package/lib/module/components/HLSViewerScreenContent.js +53 -0
- package/lib/module/components/HLSViewerScreenContent.js.map +1 -0
- package/lib/module/components/HMSHLSMessage.js +19 -41
- package/lib/module/components/HMSHLSMessage.js.map +1 -1
- package/lib/module/components/HMSHLSMessageList.js +2 -2
- package/lib/module/components/HMSHLSMessageList.js.map +1 -1
- package/lib/module/components/HMSHLSNotStarted.js +15 -7
- package/lib/module/components/HMSHLSNotStarted.js.map +1 -1
- package/lib/module/components/HMSKeyboardAvoidingView.js +5 -1
- package/lib/module/components/HMSKeyboardAvoidingView.js.map +1 -1
- package/lib/module/components/HMSLiveViewerCount.js +3 -5
- package/lib/module/components/HMSLiveViewerCount.js.map +1 -1
- package/lib/module/components/HMSNotification.js +4 -3
- package/lib/module/components/HMSNotification.js.map +1 -1
- package/lib/module/components/HMSNotifications.js +3 -1
- package/lib/module/components/HMSNotifications.js.map +1 -1
- package/lib/module/components/HMSOverlayChatView.js +5 -2
- package/lib/module/components/HMSOverlayChatView.js.map +1 -1
- package/lib/module/components/HMSOverlayMessageView.js +142 -0
- package/lib/module/components/HMSOverlayMessageView.js.map +1 -0
- package/lib/module/components/Meeting.js +4 -2
- package/lib/module/components/Meeting.js.map +1 -1
- package/lib/module/components/MeetingScreenContent.js +3 -10
- package/lib/module/components/MeetingScreenContent.js.map +1 -1
- package/lib/module/components/OverlayedViews.js +2 -2
- package/lib/module/components/OverlayedViews.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsList.js +4 -4
- package/lib/module/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/module/components/PressableIcon.js +1 -2
- package/lib/module/components/PressableIcon.js.map +1 -1
- package/lib/module/hooks-util.js +154 -7
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/redux/actionTypes.js +6 -0
- package/lib/module/redux/actionTypes.js.map +1 -1
- package/lib/module/redux/actions/index.js +18 -0
- package/lib/module/redux/actions/index.js.map +1 -1
- package/lib/module/redux/reducers/appState.js +25 -1
- package/lib/module/redux/reducers/appState.js.map +1 -1
- package/lib/typescript/Icons/CC/index.d.ts +9 -0
- package/lib/typescript/Icons/CC/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Close/index.d.ts +1 -0
- package/lib/typescript/Icons/Close/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Maximize/index.d.ts +1 -0
- package/lib/typescript/Icons/Maximize/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Minimize/index.d.ts +1 -0
- package/lib/typescript/Icons/Minimize/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Pause/index.d.ts +8 -0
- package/lib/typescript/Icons/Pause/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Play/index.d.ts +8 -0
- package/lib/typescript/Icons/Play/index.d.ts.map +1 -0
- package/lib/typescript/Icons/SeekArrow/index.d.ts +8 -0
- package/lib/typescript/Icons/SeekArrow/index.d.ts.map +1 -0
- package/lib/typescript/Icons/index.d.ts +4 -0
- package/lib/typescript/Icons/index.d.ts.map +1 -1
- package/lib/typescript/components/AnimatedHeader.d.ts.map +1 -1
- package/lib/typescript/components/Chat/ChatFilterBottomSheetOpener.d.ts +4 -1
- package/lib/typescript/components/Chat/ChatFilterBottomSheetOpener.d.ts.map +1 -1
- package/lib/typescript/components/Chat/ChatList.d.ts +4 -1
- package/lib/typescript/components/Chat/ChatList.d.ts.map +1 -1
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsView.d.ts.map +1 -1
- package/lib/typescript/components/CustomButton.d.ts +5 -5
- package/lib/typescript/components/CustomButton.d.ts.map +1 -1
- package/lib/typescript/components/DisplayView.d.ts.map +1 -1
- package/lib/typescript/components/Footer.d.ts.map +1 -1
- package/lib/typescript/components/HLSAnimatedDescriptionPane.d.ts +10 -0
- package/lib/typescript/components/HLSAnimatedDescriptionPane.d.ts.map +1 -0
- package/lib/typescript/components/HLSChatFooterView.d.ts +3 -0
- package/lib/typescript/components/HLSChatFooterView.d.ts.map +1 -0
- package/lib/typescript/components/HLSChatHeaderView.d.ts +7 -0
- package/lib/typescript/components/HLSChatHeaderView.d.ts.map +1 -0
- package/lib/typescript/components/HLSChatMessages.d.ts +3 -0
- package/lib/typescript/components/HLSChatMessages.d.ts.map +1 -0
- package/lib/typescript/components/HLSChatView.d.ts +3 -0
- package/lib/typescript/components/HLSChatView.d.ts.map +1 -0
- package/lib/typescript/components/HLSCloseMeetingControl.d.ts +8 -0
- package/lib/typescript/components/HLSCloseMeetingControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSClosedCaptionControl.d.ts +10 -0
- package/lib/typescript/components/HLSClosedCaptionControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSDescriptionPane.d.ts +6 -0
- package/lib/typescript/components/HLSDescriptionPane.d.ts.map +1 -0
- package/lib/typescript/components/HLSDescriptionPaneHeader.d.ts +9 -0
- package/lib/typescript/components/HLSDescriptionPaneHeader.d.ts.map +1 -0
- package/lib/typescript/components/HLSDistanceFromLive.d.ts +8 -0
- package/lib/typescript/components/HLSDistanceFromLive.d.ts.map +1 -0
- package/lib/typescript/components/HLSFullScreenControl.d.ts +8 -0
- package/lib/typescript/components/HLSFullScreenControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSGoLiveControl.d.ts +10 -0
- package/lib/typescript/components/HLSGoLiveControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSHandRaiseButton.d.ts +3 -0
- package/lib/typescript/components/HLSHandRaiseButton.d.ts.map +1 -0
- package/lib/typescript/components/HLSManageChatTextInput.d.ts +3 -0
- package/lib/typescript/components/HLSManageChatTextInput.d.ts.map +1 -0
- package/lib/typescript/components/HLSNotifications.d.ts +3 -0
- package/lib/typescript/components/HLSNotifications.d.ts.map +1 -0
- package/lib/typescript/components/HLSPlayPauseControl.d.ts +8 -0
- package/lib/typescript/components/HLSPlayPauseControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSPlayer.d.ts +6 -0
- package/lib/typescript/components/HLSPlayer.d.ts.map +1 -0
- package/lib/typescript/components/HLSPlayerContainer.d.ts +4 -0
- package/lib/typescript/components/HLSPlayerContainer.d.ts.map +1 -0
- package/lib/typescript/components/HLSPlayerControls.d.ts +14 -0
- package/lib/typescript/components/HLSPlayerControls.d.ts.map +1 -0
- package/lib/typescript/components/HLSRecordingStatusText.d.ts +9 -0
- package/lib/typescript/components/HLSRecordingStatusText.d.ts.map +1 -0
- package/lib/typescript/components/HLSRoomOptionsButton.d.ts +3 -0
- package/lib/typescript/components/HLSRoomOptionsButton.d.ts.map +1 -0
- package/lib/typescript/components/HLSSeekbackwardControl.d.ts +8 -0
- package/lib/typescript/components/HLSSeekbackwardControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSSeekbar.d.ts +66 -0
- package/lib/typescript/components/HLSSeekbar.d.ts.map +1 -0
- package/lib/typescript/components/HLSSeekforwardControl.d.ts +8 -0
- package/lib/typescript/components/HLSSeekforwardControl.d.ts.map +1 -0
- package/lib/typescript/components/HLSStreamStartedTime.d.ts +6 -0
- package/lib/typescript/components/HLSStreamStartedTime.d.ts.map +1 -0
- package/lib/typescript/components/HLSViewerScreenContent.d.ts +6 -0
- package/lib/typescript/components/HLSViewerScreenContent.d.ts.map +1 -0
- package/lib/typescript/components/HMSHLSMessage.d.ts.map +1 -1
- package/lib/typescript/components/HMSHLSNotStarted.d.ts.map +1 -1
- package/lib/typescript/components/HMSKeyboardAvoidingView.d.ts +2 -0
- package/lib/typescript/components/HMSKeyboardAvoidingView.d.ts.map +1 -1
- package/lib/typescript/components/HMSLiveViewerCount.d.ts.map +1 -1
- package/lib/typescript/components/HMSNotification.d.ts.map +1 -1
- package/lib/typescript/components/HMSNotifications.d.ts.map +1 -1
- package/lib/typescript/components/HMSOverlayChatView.d.ts +2 -2
- package/lib/typescript/components/HMSOverlayChatView.d.ts.map +1 -1
- package/lib/typescript/components/HMSOverlayMessageView.d.ts +8 -0
- package/lib/typescript/components/HMSOverlayMessageView.d.ts.map +1 -0
- package/lib/typescript/components/Meeting.d.ts.map +1 -1
- package/lib/typescript/components/MeetingScreenContent.d.ts.map +1 -1
- package/lib/typescript/components/Modals.d.ts +3 -3
- package/lib/typescript/components/Modals.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsList.d.ts.map +1 -1
- package/lib/typescript/components/PressableIcon.d.ts.map +1 -1
- package/lib/typescript/components/Preview.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts +32 -8
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/redux/actionTypes.d.ts +3 -0
- package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
- package/lib/typescript/redux/actions/index.d.ts +18 -0
- package/lib/typescript/redux/actions/index.d.ts.map +1 -1
- package/lib/typescript/redux/index.d.ts +19 -16
- package/lib/typescript/redux/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/appState.d.ts +3 -0
- package/lib/typescript/redux/reducers/appState.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/index.d.ts +19 -16
- package/lib/typescript/redux/reducers/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/Icons/CC/assets/cc-off-med.png +0 -0
- package/src/Icons/CC/assets/cc-off-med@2x.png +0 -0
- package/src/Icons/CC/assets/cc-off-med@3x.png +0 -0
- package/src/Icons/CC/assets/cc-on-med.png +0 -0
- package/src/Icons/CC/assets/cc-on-med@2x.png +0 -0
- package/src/Icons/CC/assets/cc-on-med@3x.png +0 -0
- package/src/Icons/CC/index.tsx +51 -0
- package/src/Icons/Close/assets/close-med.png +0 -0
- package/src/Icons/Close/assets/close-med@2x.png +0 -0
- package/src/Icons/Close/assets/close-med@3x.png +0 -0
- package/src/Icons/Close/index.tsx +19 -3
- package/src/Icons/Maximize/assets/maximize-med.png +0 -0
- package/src/Icons/Maximize/assets/maximize-med@2x.png +0 -0
- package/src/Icons/Maximize/assets/maximize-med@3x.png +0 -0
- package/src/Icons/Maximize/index.tsx +19 -3
- package/src/Icons/Minimize/assets/minimize-med.png +0 -0
- package/src/Icons/Minimize/assets/minimize-med@2x.png +0 -0
- package/src/Icons/Minimize/assets/minimize-med@3x.png +0 -0
- package/src/Icons/Minimize/index.tsx +19 -3
- package/src/Icons/Pause/assets/pause-med.png +0 -0
- package/src/Icons/Pause/assets/pause-med@2x.png +0 -0
- package/src/Icons/Pause/assets/pause-med@3x.png +0 -0
- package/src/Icons/Pause/index.tsx +36 -0
- package/src/Icons/Play/assets/play-med.png +0 -0
- package/src/Icons/Play/assets/play-med@2x.png +0 -0
- package/src/Icons/Play/assets/play-med@3x.png +0 -0
- package/src/Icons/Play/index.tsx +36 -0
- package/src/Icons/SeekArrow/assets/seek-backward-arrow.png +0 -0
- package/src/Icons/SeekArrow/assets/seek-backward-arrow@2x.png +0 -0
- package/src/Icons/SeekArrow/assets/seek-backward-arrow@3x.png +0 -0
- package/src/Icons/SeekArrow/assets/seek-forward-arrow.png +0 -0
- package/src/Icons/SeekArrow/assets/seek-forward-arrow@2x.png +0 -0
- package/src/Icons/SeekArrow/assets/seek-forward-arrow@3x.png +0 -0
- package/src/Icons/SeekArrow/index.tsx +40 -0
- package/src/Icons/index.ts +4 -0
- package/src/components/AnimatedHeader.tsx +1 -9
- package/src/components/Chat/ChatBanner.tsx +1 -0
- package/src/components/Chat/ChatFilterBottomSheetOpener.tsx +16 -8
- package/src/components/Chat/ChatList.tsx +4 -1
- package/src/components/ChatAndParticipants/ChatAndParticipantsView.tsx +6 -1
- package/src/components/DisplayView.tsx +9 -23
- package/src/components/Footer.tsx +8 -77
- package/src/components/HLSAnimatedDescriptionPane.tsx +36 -0
- package/src/components/HLSChatFooterView.tsx +53 -0
- package/src/components/HLSChatHeaderView.tsx +165 -0
- package/src/components/HLSChatMessages.tsx +60 -0
- package/src/components/HLSChatView.tsx +55 -0
- package/src/components/HLSCloseMeetingControl.tsx +39 -0
- package/src/components/HLSClosedCaptionControl.tsx +140 -0
- package/src/components/HLSDescriptionPane.tsx +168 -0
- package/src/components/HLSDescriptionPaneHeader.tsx +78 -0
- package/src/components/HLSDistanceFromLive.tsx +69 -0
- package/src/components/HLSFooter.tsx +2 -2
- package/src/components/HLSFullScreenControl.tsx +46 -0
- package/src/components/HLSGoLiveControl.tsx +104 -0
- package/src/components/HLSHandRaiseButton.tsx +41 -0
- package/src/components/HLSManageChatTextInput.tsx +98 -0
- package/src/components/HLSNotifications.tsx +33 -0
- package/src/components/HLSPlayPauseControl.tsx +69 -0
- package/src/components/HLSPlayer.tsx +264 -0
- package/src/components/HLSPlayerContainer.tsx +134 -0
- package/src/components/HLSPlayerControls.tsx +180 -0
- package/src/components/HLSRecordingStatusText.tsx +50 -0
- package/src/components/HLSRoomOptionsButton.tsx +19 -0
- package/src/components/HLSSeekbackwardControl.tsx +88 -0
- package/src/components/HLSSeekbar.tsx +381 -0
- package/src/components/HLSSeekforwardControl.tsx +97 -0
- package/src/components/HLSStreamStartedTime.tsx +79 -0
- package/src/components/HLSViewerScreenContent.tsx +96 -0
- package/src/components/HMSHLSMessage.tsx +32 -49
- package/src/components/HMSHLSMessageList.tsx +2 -2
- package/src/components/HMSHLSNotStarted.tsx +18 -7
- package/src/components/HMSKeyboardAvoidingView.tsx +16 -6
- package/src/components/HMSLiveViewerCount.tsx +2 -8
- package/src/components/HMSNotification.tsx +20 -14
- package/src/components/HMSNotifications.tsx +3 -1
- package/src/components/HMSOverlayChatView.tsx +10 -3
- package/src/components/HMSOverlayMessageView.tsx +189 -0
- package/src/components/Meeting.tsx +9 -1
- package/src/components/MeetingScreenContent.tsx +3 -7
- package/src/components/OverlayedViews.tsx +2 -2
- package/src/components/Participants/ParticipantsList.tsx +12 -10
- package/src/components/PressableIcon.tsx +1 -3
- package/src/hooks-util.ts +223 -6
- package/src/redux/actionTypes.ts +9 -0
- package/src/redux/actions/index.ts +15 -0
- package/src/redux/reducers/appState.ts +24 -0
- package/lib/commonjs/components/CustomHLSPlayerControls.js +0 -80
- package/lib/commonjs/components/CustomHLSPlayerControls.js.map +0 -1
- package/lib/commonjs/components/HLSView.js +0 -195
- package/lib/commonjs/components/HLSView.js.map +0 -1
- package/lib/module/components/CustomHLSPlayerControls.js +0 -72
- package/lib/module/components/CustomHLSPlayerControls.js.map +0 -1
- package/lib/module/components/HLSView.js +0 -186
- package/lib/module/components/HLSView.js.map +0 -1
- package/lib/typescript/components/CustomHLSPlayerControls.d.ts +0 -7
- package/lib/typescript/components/CustomHLSPlayerControls.d.ts.map +0 -1
- package/lib/typescript/components/HLSView.d.ts +0 -4
- package/lib/typescript/components/HLSView.d.ts.map +0 -1
- package/src/components/CustomHLSPlayerControls.tsx +0 -92
- package/src/components/HLSView.tsx +0 -251
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","Text","Image","useHMSRoomStyleSheet","useIsLandscapeOrientation","ChatBanner","isLandscapeOrientation","hmsRoomStyles","theme","typography","title","color","palette","on_surface_high","fontFamily","font_family","subtitle","on_surface_medium","createElement","style","styles","container","source","require","landscapeCoverImage","create","flex","alignItems","justifyContent","overflow","flexShrink","resizeMode","fontSize","lineHeight","letterSpacing","textAlign","marginTop"],"sourceRoot":"../../../../src","sources":["components/Chat/ChatBanner.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,EAAEC,UAAU,EAAEC,IAAI,EAAEC,KAAK,QAAQ,cAAc;AAE5D,SAASC,oBAAoB,QAAQ,kBAAkB;AACvD,SAASC,yBAAyB,QAAQ,uBAAuB;AAEjE,OAAO,MAAMC,UAAU,GAAGA,CAAA,KAAM;EAC9B,MAAMC,sBAAsB,GAAGF,yBAAyB,CAAC,CAAC;EAE1D,MAAMG,aAAa,GAAGJ,oBAAoB,CAAC,CAACK,KAAK,EAAEC,UAAU,MAAM;IACjEC,KAAK,EAAE;MACLC,KAAK,EAAEH,KAAK,CAACI,OAAO,CAACC,eAAe;MACpCC,UAAU,EAAG,GAAEL,UAAU,CAACM,WAAY;IACxC,CAAC;IACDC,QAAQ,EAAE;MACRL,KAAK,EAAEH,KAAK,CAACI,OAAO,CAACK,iBAAiB;MACtCH,UAAU,EAAG,GAAEL,UAAU,CAACM,WAAY;IACxC;EACF,CAAC,CAAC,CAAC;EAEH,oBACEjB,KAAA,CAAAoB,aAAA,CAACnB,IAAI;IAACoB,KAAK,EAAEC,MAAM,CAACC;EAAU,gBAC5BvB,KAAA,CAAAoB,aAAA,CAAChB,KAAK;IACJoB,MAAM,EAAEC,OAAO,CAAC,qDAAqD,CAAE;IACvEJ,KAAK,EAAEb,sBAAsB,GAAGc,MAAM,CAACI,mBAAmB,GAAG;EAAK,CACnE,CAAC,eACF1B,KAAA,CAAAoB,aAAA,CAACjB,IAAI;IAACkB,KAAK,EAAE,CAACC,MAAM,CAACV,KAAK,EAAEH,aAAa,CAACG,KAAK;EAAE,GAAC,sBAE5C,CAAC,eACPZ,KAAA,CAAAoB,aAAA,CAACjB,IAAI;IAACkB,KAAK,EAAE,CAACC,MAAM,CAACJ,QAAQ,EAAET,aAAa,CAACS,QAAQ;EAAE,GAAC,4EAGlD,CACF,CAAC;AAEX,CAAC;AAED,MAAMI,MAAM,GAAGpB,UAAU,CAACyB,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,QAAQ,EAAE;IACV;EACF,CAAC;EACDL,mBAAmB,EAAE;IACnBM,UAAU,EAAE,CAAC;IACbC,UAAU,EAAE;EACd,CAAC;
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","Text","Image","useHMSRoomStyleSheet","useIsLandscapeOrientation","ChatBanner","isLandscapeOrientation","hmsRoomStyles","theme","typography","title","color","palette","on_surface_high","fontFamily","font_family","subtitle","on_surface_medium","createElement","style","styles","container","source","require","landscapeCoverImage","create","flex","alignItems","justifyContent","overflow","height","flexShrink","resizeMode","fontSize","lineHeight","letterSpacing","textAlign","marginTop"],"sourceRoot":"../../../../src","sources":["components/Chat/ChatBanner.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,EAAEC,UAAU,EAAEC,IAAI,EAAEC,KAAK,QAAQ,cAAc;AAE5D,SAASC,oBAAoB,QAAQ,kBAAkB;AACvD,SAASC,yBAAyB,QAAQ,uBAAuB;AAEjE,OAAO,MAAMC,UAAU,GAAGA,CAAA,KAAM;EAC9B,MAAMC,sBAAsB,GAAGF,yBAAyB,CAAC,CAAC;EAE1D,MAAMG,aAAa,GAAGJ,oBAAoB,CAAC,CAACK,KAAK,EAAEC,UAAU,MAAM;IACjEC,KAAK,EAAE;MACLC,KAAK,EAAEH,KAAK,CAACI,OAAO,CAACC,eAAe;MACpCC,UAAU,EAAG,GAAEL,UAAU,CAACM,WAAY;IACxC,CAAC;IACDC,QAAQ,EAAE;MACRL,KAAK,EAAEH,KAAK,CAACI,OAAO,CAACK,iBAAiB;MACtCH,UAAU,EAAG,GAAEL,UAAU,CAACM,WAAY;IACxC;EACF,CAAC,CAAC,CAAC;EAEH,oBACEjB,KAAA,CAAAoB,aAAA,CAACnB,IAAI;IAACoB,KAAK,EAAEC,MAAM,CAACC;EAAU,gBAC5BvB,KAAA,CAAAoB,aAAA,CAAChB,KAAK;IACJoB,MAAM,EAAEC,OAAO,CAAC,qDAAqD,CAAE;IACvEJ,KAAK,EAAEb,sBAAsB,GAAGc,MAAM,CAACI,mBAAmB,GAAG;EAAK,CACnE,CAAC,eACF1B,KAAA,CAAAoB,aAAA,CAACjB,IAAI;IAACkB,KAAK,EAAE,CAACC,MAAM,CAACV,KAAK,EAAEH,aAAa,CAACG,KAAK;EAAE,GAAC,sBAE5C,CAAC,eACPZ,KAAA,CAAAoB,aAAA,CAACjB,IAAI;IAACkB,KAAK,EAAE,CAACC,MAAM,CAACJ,QAAQ,EAAET,aAAa,CAACS,QAAQ;EAAE,GAAC,4EAGlD,CACF,CAAC;AAEX,CAAC;AAED,MAAMI,MAAM,GAAGpB,UAAU,CAACyB,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,QAAQ,EAAE;IACV;EACF,CAAC;EACDL,mBAAmB,EAAE;IACnBM,MAAM,EAAE,KAAK;IACbC,UAAU,EAAE,CAAC;IACbC,UAAU,EAAE;EACd,CAAC;EACDtB,KAAK,EAAE;IACLuB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,aAAa,EAAE,IAAI;IACnBC,SAAS,EAAE,QAAQ;IACnBC,SAAS,EAAE;EACb,CAAC;EACDrB,QAAQ,EAAE;IACRiB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,aAAa,EAAE,IAAI;IACnBC,SAAS,EAAE,QAAQ;IACnBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -9,7 +9,10 @@ import { PressableIcon } from '../PressableIcon';
|
|
|
9
9
|
import { ChatBroadcastFilter, ModalTypes } from '../../utils/types';
|
|
10
10
|
import { hexToRgbA } from '../../utils/theme';
|
|
11
11
|
const _ChatFilterBottomSheetOpener = ({
|
|
12
|
-
|
|
12
|
+
overlay = false,
|
|
13
|
+
useFilterModal = false,
|
|
14
|
+
showActionBtn = false,
|
|
15
|
+
useActionModal = false
|
|
13
16
|
}) => {
|
|
14
17
|
const dispatch = useDispatch();
|
|
15
18
|
const canDisableChat = useHMSCanDisableChat();
|
|
@@ -26,7 +29,7 @@ const _ChatFilterBottomSheetOpener = ({
|
|
|
26
29
|
fontFamily: `${typography.font_family}-Regular`
|
|
27
30
|
},
|
|
28
31
|
button: {
|
|
29
|
-
backgroundColor:
|
|
32
|
+
backgroundColor: overlay ? theme.palette.background_dim && hexToRgbA(theme.palette.background_dim, 0.64) : theme.palette.primary_default
|
|
30
33
|
},
|
|
31
34
|
buttonText: {
|
|
32
35
|
color: theme.palette.on_surface_high,
|
|
@@ -36,18 +39,18 @@ const _ChatFilterBottomSheetOpener = ({
|
|
|
36
39
|
backgroundColor: theme.palette.background_dim && hexToRgbA(theme.palette.background_dim, 0.64)
|
|
37
40
|
},
|
|
38
41
|
moreActionIcon: {
|
|
39
|
-
tintColor:
|
|
42
|
+
tintColor: overlay ? theme.palette.on_surface_low : theme.palette.on_surface_medium
|
|
40
43
|
}
|
|
41
|
-
}), [
|
|
44
|
+
}), [overlay]);
|
|
42
45
|
const openChatFiltersSheet = () => {
|
|
43
|
-
if (
|
|
46
|
+
if (useFilterModal) {
|
|
44
47
|
handleModalVisibleType(ModalTypes.CHAT_FILTER);
|
|
45
48
|
} else {
|
|
46
49
|
dispatch(setChatFilterSheetVisible(true));
|
|
47
50
|
}
|
|
48
51
|
};
|
|
49
52
|
const openChatMoreActionsSheet = () => {
|
|
50
|
-
if (
|
|
53
|
+
if (useActionModal) {
|
|
51
54
|
handleModalVisibleType(ModalTypes.CHAT_MORE_ACTIONS);
|
|
52
55
|
} else {
|
|
53
56
|
dispatch(setChatMoreActionsSheetVisible(true));
|
|
@@ -86,7 +89,7 @@ const _ChatFilterBottomSheetOpener = ({
|
|
|
86
89
|
}, selectedChatRecipient ? selectedChatRecipient.name : 'Search'), filterSheetDisabled || !selectedChatRecipient ? null : /*#__PURE__*/React.createElement(ChevronIcon, {
|
|
87
90
|
direction: "down",
|
|
88
91
|
style: styles.buttonIcon
|
|
89
|
-
})))) : /*#__PURE__*/React.createElement(View, null), canDisableChat &&
|
|
92
|
+
})))) : /*#__PURE__*/React.createElement(View, null), canDisableChat && showActionBtn ? /*#__PURE__*/React.createElement(PressableIcon, {
|
|
90
93
|
onPress: openChatMoreActionsSheet,
|
|
91
94
|
style: [styles.moreAction, hmsRoomStyles.moreAction]
|
|
92
95
|
}, /*#__PURE__*/React.createElement(ThreeDotsIcon, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useDispatch","useSelector","StyleSheet","Text","TouchableOpacity","View","GestureDetector","Gesture","ChevronIcon","ParticipantsIcon","PersonIcon","SearchIcon","ThreeDotsIcon","useHMSCanDisableChat","useHMSChatRecipientSelector","useHMSRoomStyleSheet","useIsAllowedToSendMessage","useIsLocalPeerBlockedFromChat","useModalType","setChatFilterSheetVisible","setChatMoreActionsSheetVisible","PressableIcon","ChatBroadcastFilter","ModalTypes","hexToRgbA","_ChatFilterBottomSheetOpener","
|
|
1
|
+
{"version":3,"names":["React","useDispatch","useSelector","StyleSheet","Text","TouchableOpacity","View","GestureDetector","Gesture","ChevronIcon","ParticipantsIcon","PersonIcon","SearchIcon","ThreeDotsIcon","useHMSCanDisableChat","useHMSChatRecipientSelector","useHMSRoomStyleSheet","useIsAllowedToSendMessage","useIsLocalPeerBlockedFromChat","useModalType","setChatFilterSheetVisible","setChatMoreActionsSheetVisible","PressableIcon","ChatBroadcastFilter","ModalTypes","hexToRgbA","_ChatFilterBottomSheetOpener","overlay","useFilterModal","showActionBtn","useActionModal","dispatch","canDisableChat","chatRecipients","allowedToSendMessage","isLocalPeerBlockedFromChat","selectedChatRecipient","state","chatWindow","sendTo","handleModalVisibleType","hmsRoomStyles","theme","typography","label","color","palette","on_surface_medium","fontFamily","font_family","button","backgroundColor","background_dim","primary_default","buttonText","on_surface_high","moreAction","moreActionIcon","tintColor","on_surface_low","openChatFiltersSheet","CHAT_FILTER","openChatMoreActionsSheet","CHAT_MORE_ACTIONS","filterSheetDisabled","privateChat","publicChat","roles","length","showActionButtons","tapGesture","Tap","createElement","style","styles","container","sendToContainer","gesture","disabled","onPress","paddingRight","undefined","buttonIcon","name","direction","stack","create","flexDirection","alignItems","justifyContent","marginBottom","padding","borderRadius","width","height","fontSize","lineHeight","letterSpacing","marginLeft","textTransform","marginHorizontal","ChatFilterBottomSheetOpener","memo"],"sourceRoot":"../../../../src","sources":["components/Chat/ChatFilterBottomSheetOpener.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -8,7 +8,9 @@ import { ChatMessage } from './ChatMessage';
|
|
|
8
8
|
import { ChatBanner } from './ChatBanner';
|
|
9
9
|
import { PinnedMessages } from './PinnedMessages';
|
|
10
10
|
import { useIsAllowedToSendMessage } from '../../hooks-util';
|
|
11
|
-
const _ChatList = (
|
|
11
|
+
const _ChatList = ({
|
|
12
|
+
style
|
|
13
|
+
}) => {
|
|
12
14
|
const flashlistRef = React.useRef(null);
|
|
13
15
|
const isAllowedToSendMessage = useIsAllowedToSendMessage();
|
|
14
16
|
const messages = useSelector(state => state.messages.messages);
|
|
@@ -19,7 +21,7 @@ const _ChatList = () => {
|
|
|
19
21
|
});
|
|
20
22
|
}, []);
|
|
21
23
|
return /*#__PURE__*/React.createElement(View, {
|
|
22
|
-
style: [chatListStyle.list, isAllowedToSendMessage ? chatListStyle.bottomSpace : null]
|
|
24
|
+
style: [chatListStyle.list, isAllowedToSendMessage ? chatListStyle.bottomSpace : null, style]
|
|
23
25
|
}, /*#__PURE__*/React.createElement(PinnedMessages, null), messages.length > 0 ? /*#__PURE__*/React.createElement(FlashList, {
|
|
24
26
|
ref: flashlistRef,
|
|
25
27
|
data: messages,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","FlashList","Platform","StyleSheet","View","useSelector","ChatMessage","ChatBanner","PinnedMessages","useIsAllowedToSendMessage","_ChatList","flashlistRef","useRef","isAllowedToSendMessage","messages","state","_keyExtractor","useCallback","item","messageId","_renderItem","data","createElement","message","
|
|
1
|
+
{"version":3,"names":["React","FlashList","Platform","StyleSheet","View","useSelector","ChatMessage","ChatBanner","PinnedMessages","useIsAllowedToSendMessage","_ChatList","style","flashlistRef","useRef","isAllowedToSendMessage","messages","state","_keyExtractor","useCallback","item","messageId","_renderItem","data","createElement","message","chatListStyle","list","bottomSpace","length","ref","inverted","estimatedItemSize","showsVerticalScrollIndicator","OS","keyboardShouldPersistTaps","renderItem","keyExtractor","create","flex","marginTop","marginBottom","listContentContainer","paddingRight","ChatList","memo"],"sourceRoot":"../../../../src","sources":["components/Chat/ChatList.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAE9B,SACEC;AACA;AAAA,OACK,qBAAqB;AAC5B,SAASC,QAAQ,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAEzD,SAASC,WAAW,QAAQ,aAAa;AAGzC,SAASC,WAAW,QAAQ,eAAe;AAC3C,SAASC,UAAU,QAAQ,cAAc;AACzC,SAASC,cAAc,QAAQ,kBAAkB;AACjD,SAASC,yBAAyB,QAAQ,kBAAkB;AAO5D,MAAMC,SAAkC,GAAGA,CAAC;EAAEC;AAAM,CAAC,KAAK;EACxD,MAAMC,YAAY,GAAGZ,KAAK,CAACa,MAAM,CAA+B,IAAI,CAAC;EACrE,MAAMC,sBAAsB,GAAGL,yBAAyB,CAAC,CAAC;EAC1D,MAAMM,QAAQ,GAAGV,WAAW,CAAEW,KAAgB,IAAKA,KAAK,CAACD,QAAQ,CAACA,QAAQ,CAAC;EAE3E,MAAME,aAAa,GAAGjB,KAAK,CAACkB,WAAW,CACpCC,IAAgB,IAAKA,IAAI,CAACC,SAAS,EACpC,EACF,CAAC;EAED,MAAMC,WAAW,GAAGrB,KAAK,CAACkB,WAAW,CAAEI,IAA0B,IAAK;IACpE,oBAAOtB,KAAA,CAAAuB,aAAA,CAACjB,WAAW;MAACkB,OAAO,EAAEF,IAAI,CAACH;IAAK,CAAE,CAAC;EAC5C,CAAC,EAAE,EAAE,CAAC;EAEN,oBACEnB,KAAA,CAAAuB,aAAA,CAACnB,IAAI;IACHO,KAAK,EAAE,CACLc,aAAa,CAACC,IAAI,EAClBZ,sBAAsB,GAAGW,aAAa,CAACE,WAAW,GAAG,IAAI,EACzDhB,KAAK;EACL,gBAEFX,KAAA,CAAAuB,aAAA,CAACf,cAAc,MAAE,CAAC,EAEjBO,QAAQ,CAACa,MAAM,GAAG,CAAC,gBAClB5B,KAAA,CAAAuB,aAAA,CAACtB,SAAS;IACR4B,GAAG,EAAEjB,YAAa;IAClBU,IAAI,EAAEP,QAAS;IACfe,QAAQ,EAAE,IAAK;IACfC,iBAAiB,EAAE,EAAG;IACtBC,4BAA4B,EAAE9B,QAAQ,CAAC+B,EAAE,KAAK;IAC9C;IAAA;IACAC,yBAAyB,EAAC;IAC1B;IAAA;IACAC,UAAU,EAAEd,WAAY;IACxBe,YAAY,EAAEnB;EAAc,CAC7B,CAAC,gBAEFjB,KAAA,CAAAuB,aAAA,CAAChB,UAAU,MAAE,CAEX,CAAC;AAEX,CAAC;AAED,MAAMkB,aAAa,GAAGtB,UAAU,CAACkC,MAAM,CAAC;EACtCX,IAAI,EAAE;IACJY,IAAI,EAAE,CAAC;IACPC,SAAS,EAAE;EACb,CAAC;EACDZ,WAAW,EAAE;IACXa,YAAY,EAAE;EAChB,CAAC;EACDC,oBAAoB,EAAE;IACpBC,YAAY,EAAE;EAChB;AACF,CAAC,CAAC;AAEF,OAAO,MAAMC,QAAQ,gBAAG3C,KAAK,CAAC4C,IAAI,CAAClC,SAAS,CAAC","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { useSelector } from 'react-redux';
|
|
3
3
|
import { Platform, StyleSheet, View } from 'react-native';
|
|
4
4
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
5
|
-
import { useHMSRoomStyleSheet, useShowChatAndParticipants } from '../../hooks-util';
|
|
5
|
+
import { useHMSRoomStyleSheet, useIsHLSViewer, useShowChatAndParticipants } from '../../hooks-util';
|
|
6
6
|
import { ChatAndParticipantsHeader } from './ChatAndParticipantsHeader';
|
|
7
7
|
import { ChatFilterBottomSheetView } from '../Chat/ChatFilterBottomSheetView';
|
|
8
8
|
import { ParticipantsView } from './ParticipantsView';
|
|
@@ -11,6 +11,7 @@ import { ChatMoreActionsSheetView } from '../Chat/ChatMoreActionsSheetView';
|
|
|
11
11
|
import { MessageOptionsBottomSheetView } from '../Chat/MessageOptionsBottomSheetView';
|
|
12
12
|
const _ChatAndParticipantsView = () => {
|
|
13
13
|
const activeChatBottomSheetTab = useSelector(state => state.app.activeChatBottomSheetTab);
|
|
14
|
+
const isHLSViewer = useIsHLSViewer();
|
|
14
15
|
const {
|
|
15
16
|
hide,
|
|
16
17
|
canShowParticipants,
|
|
@@ -24,7 +25,7 @@ const _ChatAndParticipantsView = () => {
|
|
|
24
25
|
}
|
|
25
26
|
}));
|
|
26
27
|
const showParticipants = activeChatBottomSheetTab === 'Participants' && canShowParticipants;
|
|
27
|
-
const showChat = activeChatBottomSheetTab === 'Chat' && canShowChat && !overlayChatLayout;
|
|
28
|
+
const showChat = !isHLSViewer && activeChatBottomSheetTab === 'Chat' && canShowChat && !overlayChatLayout;
|
|
28
29
|
return /*#__PURE__*/React.createElement(SafeAreaView, {
|
|
29
30
|
style: styles.container,
|
|
30
31
|
edges: ['left', 'right']
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useSelector","Platform","StyleSheet","View","SafeAreaView","useHMSRoomStyleSheet","useShowChatAndParticipants","ChatAndParticipantsHeader","ChatFilterBottomSheetView","ParticipantsView","ChatView","ChatMoreActionsSheetView","MessageOptionsBottomSheetView","_ChatAndParticipantsView","activeChatBottomSheetTab","state","app","hide","canShowParticipants","canShowChat","overlayChatLayout","closeBottomSheet","hmsRoomStyles","theme","contentContainer","backgroundColor","palette","surface_dim","showParticipants","showChat","createElement","style","styles","container","edges","participantsContainer","onClosePress","participantsWrapper","Fragment","create","flex","position","paddingHorizontal","paddingTop","paddingBottom","OS","borderTopLeftRadius","borderTopRightRadius","marginTop","ChatAndParticipantsView","memo"],"sourceRoot":"../../../../src","sources":["components/ChatAndParticipants/ChatAndParticipantsView.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,WAAW,QAAQ,aAAa;AACzC,SAASC,QAAQ,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACzD,SAASC,YAAY,QAAQ,gCAAgC;AAE7D,SACEC,oBAAoB,EACpBC,0BAA0B,QACrB,kBAAkB;AACzB,SAASC,yBAAyB,QAAQ,6BAA6B;AACvE,SAASC,yBAAyB,QAAQ,mCAAmC;AAE7E,SAASC,gBAAgB,QAAQ,oBAAoB;AACrD,SAASC,QAAQ,QAAQ,YAAY;AACrC,SAASC,wBAAwB,QAAQ,kCAAkC;AAC3E,SAASC,6BAA6B,QAAQ,uCAAuC;AAErF,MAAMC,wBAAkC,GAAGA,CAAA,KAAM;EAC/C,MAAMC,wBAAwB,
|
|
1
|
+
{"version":3,"names":["React","useSelector","Platform","StyleSheet","View","SafeAreaView","useHMSRoomStyleSheet","useIsHLSViewer","useShowChatAndParticipants","ChatAndParticipantsHeader","ChatFilterBottomSheetView","ParticipantsView","ChatView","ChatMoreActionsSheetView","MessageOptionsBottomSheetView","_ChatAndParticipantsView","activeChatBottomSheetTab","state","app","isHLSViewer","hide","canShowParticipants","canShowChat","overlayChatLayout","closeBottomSheet","hmsRoomStyles","theme","contentContainer","backgroundColor","palette","surface_dim","showParticipants","showChat","createElement","style","styles","container","edges","participantsContainer","onClosePress","participantsWrapper","Fragment","create","flex","position","paddingHorizontal","paddingTop","paddingBottom","OS","borderTopLeftRadius","borderTopRightRadius","marginTop","ChatAndParticipantsView","memo"],"sourceRoot":"../../../../src","sources":["components/ChatAndParticipants/ChatAndParticipantsView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,11 +5,10 @@ import { HMSCameraControl } from '@100mslive/react-native-hms';
|
|
|
5
5
|
import { DefaultModal } from './DefaultModal';
|
|
6
6
|
import { ModalTypes, PipModes } from '../utils/types';
|
|
7
7
|
import { requestExternalStoragePermission } from '../utils/functions';
|
|
8
|
-
import {
|
|
9
|
-
import { HLSView } from './HLSView';
|
|
8
|
+
import { ChangeRoleModal, ChangeTrackStateModal, SaveScreenshot } from './Modals';
|
|
10
9
|
import { PeerSettingsModalContent } from '../components/PeerSettingsModalContent';
|
|
11
10
|
import { StreamingQualityModalContent } from '../components/StreamingQualityModalContent';
|
|
12
|
-
import { useHMSChangeTrackStateRequest, useHMSInstance, useHMSRoleChangeRequest, useHMSSessionStoreListeners,
|
|
11
|
+
import { useHMSChangeTrackStateRequest, useHMSInstance, useHMSRoleChangeRequest, useHMSSessionStoreListeners, useModalType } from '../hooks-util';
|
|
13
12
|
import { WebrtcView } from './WebrtcView';
|
|
14
13
|
import { BottomSheet } from './BottomSheet';
|
|
15
14
|
import { FullScreenVideoView } from './FullScreenVideoView';
|
|
@@ -23,7 +22,6 @@ export const DisplayView = ({
|
|
|
23
22
|
}) => {
|
|
24
23
|
// --- 100ms SDK Instance ---
|
|
25
24
|
const hmsInstance = useHMSInstance();
|
|
26
|
-
const isHLSViewer = useIsHLSViewer();
|
|
27
25
|
const {
|
|
28
26
|
modalVisibleType: modalVisible,
|
|
29
27
|
handleModalVisibleType: setModalVisible
|
|
@@ -85,7 +83,7 @@ export const DisplayView = ({
|
|
|
85
83
|
style: {
|
|
86
84
|
flex: 1
|
|
87
85
|
}
|
|
88
|
-
},
|
|
86
|
+
}, /*#__PURE__*/React.createElement(WebrtcView, {
|
|
89
87
|
ref: gridViewRef,
|
|
90
88
|
offset: offset,
|
|
91
89
|
peerTrackNodes: peerTrackNodes,
|
|
@@ -101,12 +99,6 @@ export const DisplayView = ({
|
|
|
101
99
|
onCaptureImageAtMaxSupportedResolutionPress: handleCaptureImageAtMaxSupportedResolutionPress,
|
|
102
100
|
onStreamingQualityPress: handleStreamingQualityPress
|
|
103
101
|
}) : null), /*#__PURE__*/React.createElement(DefaultModal, {
|
|
104
|
-
modalPosiion: "center",
|
|
105
|
-
modalVisible: modalVisible === ModalTypes.HLS_PLAYER_ASPECT_RATIO,
|
|
106
|
-
setModalVisible: () => setModalVisible(ModalTypes.DEFAULT)
|
|
107
|
-
}, /*#__PURE__*/React.createElement(ChangeAspectRatio, {
|
|
108
|
-
cancelModal: () => setModalVisible(ModalTypes.DEFAULT)
|
|
109
|
-
})), /*#__PURE__*/React.createElement(DefaultModal, {
|
|
110
102
|
modalPosiion: "center",
|
|
111
103
|
modalVisible: !!capturedImagePath,
|
|
112
104
|
setModalVisible: () => setCapturedImagePath(null)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","useState","useSelector","InteractionManager","View","HMSCameraControl","DefaultModal","ModalTypes","PipModes","requestExternalStoragePermission","
|
|
1
|
+
{"version":3,"names":["React","useRef","useState","useSelector","InteractionManager","View","HMSCameraControl","DefaultModal","ModalTypes","PipModes","requestExternalStoragePermission","ChangeRoleModal","ChangeTrackStateModal","SaveScreenshot","PeerSettingsModalContent","StreamingQualityModalContent","useHMSChangeTrackStateRequest","useHMSInstance","useHMSRoleChangeRequest","useHMSSessionStoreListeners","useModalType","WebrtcView","BottomSheet","FullScreenVideoView","PreviewForRoleChangeModal","ChatAndParticipantsBottomSheet","LeaveRoomBottomSheet","EndRoomModal","DisplayView","offset","peerTrackNodes","hmsInstance","modalVisibleType","modalVisible","handleModalVisibleType","setModalVisible","gridViewRef","trackToChangeRef","isPipModeActive","state","app","pipModeStatus","ACTIVE","selectedPeerTrackNode","setSelectedPeerTrackNode","capturedImagePath","setCapturedImagePath","trackStateChangeRequest","CHANGE_TRACK","handlePeerTileMorePress","useCallback","peerTrackNode","PEER_SETTINGS","handleCaptureScreenShotPress","node","DEFAULT","runAfterInteractions","_gridViewRef$current","current","captureViewScreenshot","handleCaptureImageAtMaxSupportedResolutionPress","_node","permission","captureImageAtMaxSupportedResolution","then","imagePath","console","log","uri","catch","error","warn","handleStreamingQualityPress","track","STREAMING_QUALITY_SETTING","createElement","style","flex","ref","Fragment","isVisible","dismissModal","peerTrackNodesListEmpty","length","cancelModal","onCaptureScreenShotPress","onCaptureImageAtMaxSupportedResolutionPress","onStreamingQualityPress","modalPosiion","imageSource","roleChangeRequest","CHANGE_ROLE"],"sourceRoot":"../../../src","sources":["components/DisplayView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React, { memo,
|
|
1
|
+
import React, { memo, useMemo } from 'react';
|
|
2
2
|
import { View, StyleSheet, Platform } from 'react-native';
|
|
3
3
|
import { SafeAreaView, useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
4
|
-
import { useHMSConferencingScreenConfig, useHMSLayoutConfig, useHMSRoomStyle,
|
|
4
|
+
import { useCanShowRoomOptionsButton, useHMSConferencingScreenConfig, useHMSLayoutConfig, useHMSRoomStyle, useShowChatAndParticipants } from '../hooks-util';
|
|
5
5
|
import { HMSManageLeave } from './HMSManageLeave';
|
|
6
6
|
import { HMSManageRaiseHand } from './HMSManageRaiseHand';
|
|
7
7
|
import { HMSManageLocalAudio } from './HMSManageLocalAudio';
|
|
@@ -9,57 +9,24 @@ import { HMSManageLocalVideo } from './HMSManageLocalVideo';
|
|
|
9
9
|
import { HMSChat } from './HMSChat';
|
|
10
10
|
import { HMSRoomOptions } from './HMSRoomOptions';
|
|
11
11
|
import { useCanPublishAudio, useCanPublishScreen, useCanPublishVideo } from '../hooks-sdk';
|
|
12
|
-
import { useSelector } from 'react-redux';
|
|
13
12
|
export const _Footer = () => {
|
|
14
|
-
const isHLSViewer = useIsHLSViewer();
|
|
15
13
|
const canPublishAudio = useCanPublishAudio();
|
|
16
14
|
const canPublishVideo = useCanPublishVideo();
|
|
17
15
|
const canPublishScreen = useCanPublishScreen();
|
|
18
|
-
const
|
|
19
|
-
const [isNoiseCancellationAvailable, setIsNoiseCancellationAvailable] = useState(false);
|
|
20
|
-
const noiseCancellationPlugin = useSelector(state => state.hmsStates.noiseCancellationPlugin);
|
|
21
|
-
useEffect(() => {
|
|
22
|
-
if (noiseCancellationPlugin) {
|
|
23
|
-
let mounted = true;
|
|
24
|
-
noiseCancellationPlugin.isNoiseCancellationAvailable().then(isAvailable => {
|
|
25
|
-
if (mounted) {
|
|
26
|
-
setIsNoiseCancellationAvailable(isAvailable);
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
return () => {
|
|
30
|
-
mounted = false;
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
}, [noiseCancellationPlugin]);
|
|
34
|
-
const isViewer = !(canPublishAudio || canPublishVideo || canPublishScreen);
|
|
16
|
+
const canShowOptions = useCanShowRoomOptionsButton();
|
|
35
17
|
const {
|
|
36
|
-
canShowParticipants,
|
|
37
18
|
canShowChat
|
|
38
19
|
} = useShowChatAndParticipants();
|
|
39
|
-
const
|
|
40
|
-
var _layoutConfig$screens;
|
|
41
|
-
return !!(layoutConfig !== null && layoutConfig !== void 0 && (_layoutConfig$screens = layoutConfig.screens) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.conferencing) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.default) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.elements) !== null && _layoutConfig$screens !== void 0 && _layoutConfig$screens.brb);
|
|
42
|
-
});
|
|
20
|
+
const isViewer = !(canPublishAudio || canPublishVideo || canPublishScreen);
|
|
43
21
|
const isOnStage = useHMSLayoutConfig(layoutConfig => {
|
|
44
|
-
var _layoutConfig$
|
|
45
|
-
return !!(layoutConfig !== null && layoutConfig !== void 0 && (_layoutConfig$
|
|
22
|
+
var _layoutConfig$screens;
|
|
23
|
+
return !!(layoutConfig !== null && layoutConfig !== void 0 && (_layoutConfig$screens = layoutConfig.screens) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.conferencing) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.default) !== null && _layoutConfig$screens !== void 0 && (_layoutConfig$screens = _layoutConfig$screens.elements) !== null && _layoutConfig$screens !== void 0 && _layoutConfig$screens.on_stage_exp);
|
|
46
24
|
});
|
|
47
25
|
const canRaiseHand = useHMSConferencingScreenConfig(confScreenConfig => {
|
|
48
26
|
var _confScreenConfig$ele;
|
|
49
27
|
return !!(confScreenConfig !== null && confScreenConfig !== void 0 && (_confScreenConfig$ele = confScreenConfig.elements) !== null && _confScreenConfig$ele !== void 0 && _confScreenConfig$ele.hand_raise);
|
|
50
28
|
});
|
|
51
|
-
const canStartRecording = useSelector(state => {
|
|
52
|
-
var _state$hmsStates$loca;
|
|
53
|
-
return !!((_state$hmsStates$loca = state.hmsStates.localPeer) !== null && _state$hmsStates$loca !== void 0 && (_state$hmsStates$loca = _state$hmsStates$loca.role) !== null && _state$hmsStates$loca !== void 0 && (_state$hmsStates$loca = _state$hmsStates$loca.permissions) !== null && _state$hmsStates$loca !== void 0 && _state$hmsStates$loca.browserRecording);
|
|
54
|
-
});
|
|
55
|
-
const canReadOrWritePoll = useSelector(state => {
|
|
56
|
-
var _state$hmsStates$loca2;
|
|
57
|
-
const permissions = (_state$hmsStates$loca2 = state.hmsStates.localPeer) === null || _state$hmsStates$loca2 === void 0 || (_state$hmsStates$loca2 = _state$hmsStates$loca2.role) === null || _state$hmsStates$loca2 === void 0 ? void 0 : _state$hmsStates$loca2.permissions;
|
|
58
|
-
return (permissions === null || permissions === void 0 ? void 0 : permissions.pollRead) || (permissions === null || permissions === void 0 ? void 0 : permissions.pollWrite);
|
|
59
|
-
});
|
|
60
|
-
const canEditUsernameFromRoomModal = isViewer && !editUsernameDisabled;
|
|
61
29
|
const canShowHandRaiseInFooter = canRaiseHand && !isOnStage && isViewer;
|
|
62
|
-
const canShowOptions = canShowParticipants || canPublishScreen || canShowBRB || canStartRecording || canEditUsernameFromRoomModal || canReadOrWritePoll || isNoiseCancellationAvailable;
|
|
63
30
|
const footerActionButtons = useMemo(() => {
|
|
64
31
|
const actions = [];
|
|
65
32
|
if (canShowChat) {
|
|
@@ -84,10 +51,10 @@ export const _Footer = () => {
|
|
|
84
51
|
backgroundColor: theme.palette.background_dim
|
|
85
52
|
}));
|
|
86
53
|
return /*#__PURE__*/React.createElement(SafeAreaView, {
|
|
87
|
-
style:
|
|
54
|
+
style: containerStyles,
|
|
88
55
|
edges: ['bottom', 'left', 'right']
|
|
89
56
|
}, /*#__PURE__*/React.createElement(View, {
|
|
90
|
-
style: [styles.container,
|
|
57
|
+
style: [styles.container, containerStyles]
|
|
91
58
|
}, footerActionButtons.map((actionType, index) => {
|
|
92
59
|
return /*#__PURE__*/React.createElement(View, {
|
|
93
60
|
key: actionType,
|
|
@@ -96,11 +63,10 @@ export const _Footer = () => {
|
|
|
96
63
|
})));
|
|
97
64
|
};
|
|
98
65
|
export const useFooterHeight = (excludeSafeArea = false) => {
|
|
99
|
-
const isHLSViewer = useIsHLSViewer();
|
|
100
66
|
const {
|
|
101
67
|
bottom
|
|
102
68
|
} = useSafeAreaInsets();
|
|
103
|
-
return (excludeSafeArea ? 0 : bottom) + (
|
|
69
|
+
return (excludeSafeArea ? 0 : bottom) + (Platform.OS === 'android' ? 16 : 0) + 40; // bottomSafeArea + marginBottom + content
|
|
104
70
|
};
|
|
105
71
|
const styles = StyleSheet.create({
|
|
106
72
|
container: {
|
|
@@ -111,9 +77,6 @@ const styles = StyleSheet.create({
|
|
|
111
77
|
justifyContent: 'center',
|
|
112
78
|
marginBottom: Platform.OS === 'android' ? 16 : 0 // TODO: need to correct hide animation offsets because of this change
|
|
113
79
|
},
|
|
114
|
-
hlsContainer: {
|
|
115
|
-
paddingTop: 8
|
|
116
|
-
},
|
|
117
80
|
iconWrapper: {
|
|
118
81
|
marginLeft: 24
|
|
119
82
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","
|
|
1
|
+
{"version":3,"names":["React","memo","useMemo","View","StyleSheet","Platform","SafeAreaView","useSafeAreaInsets","useCanShowRoomOptionsButton","useHMSConferencingScreenConfig","useHMSLayoutConfig","useHMSRoomStyle","useShowChatAndParticipants","HMSManageLeave","HMSManageRaiseHand","HMSManageLocalAudio","HMSManageLocalVideo","HMSChat","HMSRoomOptions","useCanPublishAudio","useCanPublishScreen","useCanPublishVideo","_Footer","canPublishAudio","canPublishVideo","canPublishScreen","canShowOptions","canShowChat","isViewer","isOnStage","layoutConfig","_layoutConfig$screens","screens","conferencing","default","elements","on_stage_exp","canRaiseHand","confScreenConfig","_confScreenConfig$ele","hand_raise","canShowHandRaiseInFooter","footerActionButtons","actions","push","unshift","containerStyles","theme","backgroundColor","palette","background_dim","createElement","style","edges","styles","container","map","actionType","index","key","iconWrapper","useFooterHeight","excludeSafeArea","bottom","OS","create","paddingTop","paddingHorizontal","flexDirection","alignItems","justifyContent","marginBottom","marginLeft","Footer"],"sourceRoot":"../../../src","sources":["components/Footer.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Animated, { interpolate, useAnimatedStyle } from 'react-native-reanimated';
|
|
3
|
+
export const HLSAnimatedDescriptionPane = ({
|
|
4
|
+
children,
|
|
5
|
+
style,
|
|
6
|
+
sharedValue,
|
|
7
|
+
height
|
|
8
|
+
}) => {
|
|
9
|
+
const animatedStyles = useAnimatedStyle(() => ({
|
|
10
|
+
// opacity: interpolate(sharedValue.value, [0, 0.3, 1], [0, 1, 1]),
|
|
11
|
+
transform: [{
|
|
12
|
+
translateY: interpolate(sharedValue.value, [0, 1], [-height, 0])
|
|
13
|
+
}]
|
|
14
|
+
}), [height]);
|
|
15
|
+
return /*#__PURE__*/React.createElement(Animated.View, {
|
|
16
|
+
style: [{
|
|
17
|
+
flex: 1
|
|
18
|
+
}, animatedStyles, style]
|
|
19
|
+
}, children);
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=HLSAnimatedDescriptionPane.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Animated","interpolate","useAnimatedStyle","HLSAnimatedDescriptionPane","children","style","sharedValue","height","animatedStyles","transform","translateY","value","createElement","View","flex"],"sourceRoot":"../../../src","sources":["components/HLSAnimatedDescriptionPane.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAG9B,OAAOC,QAAQ,IACbC,WAAW,EACXC,gBAAgB,QACX,yBAAyB;AAShC,OAAO,MAAMC,0BAEZ,GAAGA,CAAC;EAAEC,QAAQ;EAAEC,KAAK;EAAEC,WAAW;EAAEC;AAAO,CAAC,KAAK;EAChD,MAAMC,cAAc,GAAGN,gBAAgB,CACrC,OAAO;IACL;IACAO,SAAS,EAAE,CACT;MACEC,UAAU,EAAET,WAAW,CAACK,WAAW,CAACK,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAACJ,MAAM,EAAE,CAAC,CAAC;IACjE,CAAC;EAEL,CAAC,CAAC,EACF,CAACA,MAAM,CACT,CAAC;EAED,oBACER,KAAA,CAAAa,aAAA,CAACZ,QAAQ,CAACa,IAAI;IAACR,KAAK,EAAE,CAAC;MAAES,IAAI,EAAE;IAAE,CAAC,EAAEN,cAAc,EAAEH,KAAK;EAAE,GACxDD,QACY,CAAC;AAEpB,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { StyleSheet } from 'react-native';
|
|
3
|
+
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
4
|
+
import { useHMSRoomStyleSheet } from '../hooks-util';
|
|
5
|
+
import { HLSHandRaiseButton } from './HLSHandRaiseButton';
|
|
6
|
+
import { HLSRoomOptionsButton } from './HLSRoomOptionsButton';
|
|
7
|
+
import { HLSManageChatTextInput } from './HLSManageChatTextInput';
|
|
8
|
+
export const HLSChatFooterView = () => {
|
|
9
|
+
const hmsRoomStyles = useHMSRoomStyleSheet(theme => ({
|
|
10
|
+
container: {
|
|
11
|
+
backgroundColor: theme.palette.surface_dim,
|
|
12
|
+
borderBottomColor: theme.palette.border_bright
|
|
13
|
+
},
|
|
14
|
+
input: {
|
|
15
|
+
backgroundColor: theme.palette.surface_default,
|
|
16
|
+
borderColor: theme.palette.surface_default
|
|
17
|
+
}
|
|
18
|
+
}));
|
|
19
|
+
return /*#__PURE__*/React.createElement(SafeAreaView, {
|
|
20
|
+
edges: ['bottom'],
|
|
21
|
+
style: [styles.container, hmsRoomStyles.container]
|
|
22
|
+
}, /*#__PURE__*/React.createElement(HLSManageChatTextInput, null), /*#__PURE__*/React.createElement(HLSHandRaiseButton, null), /*#__PURE__*/React.createElement(HLSRoomOptionsButton, null));
|
|
23
|
+
};
|
|
24
|
+
const styles = StyleSheet.create({
|
|
25
|
+
container: {
|
|
26
|
+
padding: 16,
|
|
27
|
+
flexDirection: 'row',
|
|
28
|
+
// alignItems: 'center',
|
|
29
|
+
alignItems: 'flex-end'
|
|
30
|
+
},
|
|
31
|
+
input: {
|
|
32
|
+
flex: 0,
|
|
33
|
+
height: 40,
|
|
34
|
+
marginHorizontal: 0,
|
|
35
|
+
marginTop: 0,
|
|
36
|
+
marginBottom: 0
|
|
37
|
+
},
|
|
38
|
+
chatPaused: {
|
|
39
|
+
flexShrink: 1
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
//# sourceMappingURL=HLSChatFooterView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","SafeAreaView","useHMSRoomStyleSheet","HLSHandRaiseButton","HLSRoomOptionsButton","HLSManageChatTextInput","HLSChatFooterView","hmsRoomStyles","theme","container","backgroundColor","palette","surface_dim","borderBottomColor","border_bright","input","surface_default","borderColor","createElement","edges","style","styles","create","padding","flexDirection","alignItems","flex","height","marginHorizontal","marginTop","marginBottom","chatPaused","flexShrink"],"sourceRoot":"../../../src","sources":["components/HLSChatFooterView.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,cAAc;AACzC,SAASC,YAAY,QAAQ,gCAAgC;AAE7D,SAASC,oBAAoB,QAAQ,eAAe;AACpD,SAASC,kBAAkB,QAAQ,sBAAsB;AACzD,SAASC,oBAAoB,QAAQ,wBAAwB;AAC7D,SAASC,sBAAsB,QAAQ,0BAA0B;AAEjE,OAAO,MAAMC,iBAAiB,GAAGA,CAAA,KAAM;EACrC,MAAMC,aAAa,GAAGL,oBAAoB,CAAEM,KAAK,KAAM;IACrDC,SAAS,EAAE;MACTC,eAAe,EAAEF,KAAK,CAACG,OAAO,CAACC,WAAW;MAC1CC,iBAAiB,EAAEL,KAAK,CAACG,OAAO,CAACG;IACnC,CAAC;IACDC,KAAK,EAAE;MACLL,eAAe,EAAEF,KAAK,CAACG,OAAO,CAACK,eAAe;MAC9CC,WAAW,EAAET,KAAK,CAACG,OAAO,CAACK;IAC7B;EACF,CAAC,CAAC,CAAC;EAEH,oBACEjB,KAAA,CAAAmB,aAAA,CAACjB,YAAY;IACXkB,KAAK,EAAE,CAAC,QAAQ,CAAE;IAClBC,KAAK,EAAE,CAACC,MAAM,CAACZ,SAAS,EAAEF,aAAa,CAACE,SAAS;EAAE,gBAEnDV,KAAA,CAAAmB,aAAA,CAACb,sBAAsB,MAAE,CAAC,eAE1BN,KAAA,CAAAmB,aAAA,CAACf,kBAAkB,MAAE,CAAC,eAEtBJ,KAAA,CAAAmB,aAAA,CAACd,oBAAoB,MAAE,CACX,CAAC;AAEnB,CAAC;AAED,MAAMiB,MAAM,GAAGrB,UAAU,CAACsB,MAAM,CAAC;EAC/Bb,SAAS,EAAE;IACTc,OAAO,EAAE,EAAE;IACXC,aAAa,EAAE,KAAK;IACpB;IACAC,UAAU,EAAE;EACd,CAAC;EACDV,KAAK,EAAE;IACLW,IAAI,EAAE,CAAC;IACPC,MAAM,EAAE,EAAE;IACVC,gBAAgB,EAAE,CAAC;IACnBC,SAAS,EAAE,CAAC;IACZC,YAAY,EAAE;EAChB,CAAC;EACDC,UAAU,EAAE;IACVC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|