@100mslive/react-native-room-kit 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/index.js +11 -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 +55 -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/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/HLSFooter.js +1 -1
- package/lib/commonjs/components/HLSFooter.js.map +1 -1
- 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/{HLSView.js → HLSPlayer.js} +34 -37
- package/lib/commonjs/components/HLSPlayer.js.map +1 -0
- package/lib/commonjs/components/HLSPlayerContainer.js +64 -0
- package/lib/commonjs/components/HLSPlayerContainer.js.map +1 -0
- package/lib/commonjs/components/HLSPlayerControls.js +87 -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/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/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/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/PressableIcon.js +1 -2
- package/lib/commonjs/components/PressableIcon.js.map +1 -1
- package/lib/commonjs/hooks-util.js +128 -5
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/redux/actionTypes.js +4 -0
- package/lib/commonjs/redux/actionTypes.js.map +1 -1
- package/lib/commonjs/redux/actions/index.js +17 -3
- package/lib/commonjs/redux/actions/index.js.map +1 -1
- package/lib/commonjs/redux/reducers/appState.js +17 -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/index.js +1 -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 +46 -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/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/HLSFooter.js +2 -2
- package/lib/module/components/HLSFooter.js.map +1 -1
- 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/{HLSView.js → HLSPlayer.js} +35 -38
- package/lib/module/components/HLSPlayer.js.map +1 -0
- package/lib/module/components/HLSPlayerContainer.js +56 -0
- package/lib/module/components/HLSPlayerContainer.js.map +1 -0
- package/lib/module/components/HLSPlayerControls.js +81 -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/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/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/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/PressableIcon.js +1 -2
- package/lib/module/components/PressableIcon.js.map +1 -1
- package/lib/module/hooks-util.js +125 -5
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/redux/actionTypes.js +4 -0
- package/lib/module/redux/actionTypes.js.map +1 -1
- package/lib/module/redux/actions/index.js +12 -0
- package/lib/module/redux/actions/index.js.map +1 -1
- package/lib/module/redux/reducers/appState.js +17 -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/index.d.ts +1 -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/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/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/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/HLSPlayer.d.ts +4 -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 +4 -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/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/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/Meeting.d.ts.map +1 -1
- package/lib/typescript/components/MeetingScreenContent.d.ts.map +1 -1
- package/lib/typescript/components/PressableIcon.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts +20 -1
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/redux/actionTypes.d.ts +2 -0
- package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
- package/lib/typescript/redux/actions/index.d.ts +12 -0
- package/lib/typescript/redux/actions/index.d.ts.map +1 -1
- package/lib/typescript/redux/index.d.ts +2 -0
- package/lib/typescript/redux/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/appState.d.ts +2 -0
- package/lib/typescript/redux/reducers/appState.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/index.d.ts +2 -0
- 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/index.ts +1 -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 +62 -0
- package/src/components/HLSChatView.tsx +55 -0
- package/src/components/HLSDescriptionPane.tsx +168 -0
- package/src/components/HLSDescriptionPaneHeader.tsx +78 -0
- package/src/components/HLSFooter.tsx +2 -2
- package/src/components/HLSHandRaiseButton.tsx +41 -0
- package/src/components/HLSManageChatTextInput.tsx +98 -0
- package/src/components/HLSNotifications.tsx +33 -0
- package/src/components/{HLSView.tsx → HLSPlayer.tsx} +80 -77
- package/src/components/HLSPlayerContainer.tsx +67 -0
- package/src/components/HLSPlayerControls.tsx +101 -0
- package/src/components/HLSRecordingStatusText.tsx +50 -0
- package/src/components/HLSRoomOptionsButton.tsx +19 -0
- package/src/components/HLSStreamStartedTime.tsx +79 -0
- package/src/components/HLSViewerScreenContent.tsx +96 -0
- 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/Meeting.tsx +9 -1
- package/src/components/MeetingScreenContent.tsx +3 -7
- package/src/components/OverlayedViews.tsx +2 -2
- package/src/components/PressableIcon.tsx +1 -3
- package/src/hooks-util.ts +185 -6
- package/src/redux/actionTypes.ts +6 -0
- package/src/redux/actions/index.ts +10 -0
- package/src/redux/reducers/appState.ts +16 -0
- package/lib/commonjs/components/HLSView.js.map +0 -1
- package/lib/module/components/HLSView.js.map +0 -1
- package/lib/typescript/components/HLSView.d.ts +0 -4
- package/lib/typescript/components/HLSView.d.ts.map +0 -1
|
@@ -17,10 +17,9 @@ import type { RootState } from '../redux';
|
|
|
17
17
|
import { Footer } from './Footer';
|
|
18
18
|
import { DisplayView } from './DisplayView';
|
|
19
19
|
import { Header } from './Header';
|
|
20
|
-
import {
|
|
20
|
+
import { useKeyboardState } from '../hooks-util';
|
|
21
21
|
import { HMSStatusBar } from './StatusBar';
|
|
22
22
|
import { AnimatedFooter } from './AnimatedFooter';
|
|
23
|
-
import { HLSFooter } from './HLSFooter';
|
|
24
23
|
import { AnimatedHeader } from './AnimatedHeader';
|
|
25
24
|
// import { ReconnectionView } from './ReconnectionView';
|
|
26
25
|
|
|
@@ -32,7 +31,6 @@ export const MeetingScreenContent: React.FC<MeetingScreenContentProps> = ({
|
|
|
32
31
|
peerTrackNodes,
|
|
33
32
|
}) => {
|
|
34
33
|
const offset = useSharedValue(1);
|
|
35
|
-
const isHLSViewer = useIsHLSViewer();
|
|
36
34
|
const timerIdRef = useRef<NodeJS.Timeout | null>(null);
|
|
37
35
|
const [controlsHidden, setControlsHidden] = useState(false);
|
|
38
36
|
const isPipModeActive = useSelector(
|
|
@@ -101,15 +99,13 @@ export const MeetingScreenContent: React.FC<MeetingScreenContentProps> = ({
|
|
|
101
99
|
<View collapsable={false} style={styles.container}>
|
|
102
100
|
{isPipModeActive ? null : (
|
|
103
101
|
<AnimatedHeader offset={offset}>
|
|
104
|
-
<Header
|
|
102
|
+
<Header />
|
|
105
103
|
</AnimatedHeader>
|
|
106
104
|
)}
|
|
107
105
|
|
|
108
106
|
<DisplayView offset={offset} peerTrackNodes={peerTrackNodes} />
|
|
109
107
|
|
|
110
|
-
{isPipModeActive ? null :
|
|
111
|
-
<HLSFooter offset={offset} />
|
|
112
|
-
) : (
|
|
108
|
+
{isPipModeActive ? null : (
|
|
113
109
|
<AnimatedFooter offset={offset}>
|
|
114
110
|
<Footer />
|
|
115
111
|
</AnimatedFooter>
|
|
@@ -4,7 +4,7 @@ import type { SharedValue } from 'react-native-reanimated';
|
|
|
4
4
|
import { HMSNotifications } from './HMSNotifications';
|
|
5
5
|
import { OverlayContainer } from './OverlayContainer';
|
|
6
6
|
import type { OverlayProps } from './OverlayContainer';
|
|
7
|
-
import {
|
|
7
|
+
import { HMSOverlayChatView } from './HMSOverlayChatView';
|
|
8
8
|
import { useShowChatAndParticipants } from '../hooks-util';
|
|
9
9
|
|
|
10
10
|
export type OverlayedViewsProps = {
|
|
@@ -19,7 +19,7 @@ const _OverlayedViews: React.FC<OverlayedViewsProps> = ({
|
|
|
19
19
|
|
|
20
20
|
return (
|
|
21
21
|
<OverlayContainer.Overlay animatedStyle={animatedStyle}>
|
|
22
|
-
{overlayChatVisible ? <
|
|
22
|
+
{overlayChatVisible ? <HMSOverlayChatView offset={offset} /> : null}
|
|
23
23
|
|
|
24
24
|
<HMSNotifications />
|
|
25
25
|
</OverlayContainer.Overlay>
|
|
@@ -4,7 +4,6 @@ import type { TouchableOpacityProps } from 'react-native';
|
|
|
4
4
|
import { GestureDetector, Gesture } from 'react-native-gesture-handler';
|
|
5
5
|
|
|
6
6
|
import { useHMSRoomStyleSheet, useIsHLSViewer } from '../hooks-util';
|
|
7
|
-
import { hexToRgbA } from '../utils/theme';
|
|
8
7
|
|
|
9
8
|
interface PressableIconProps extends Omit<TouchableOpacityProps, 'children'> {
|
|
10
9
|
children: Pick<TouchableOpacityProps, 'children'>;
|
|
@@ -27,8 +26,7 @@ export const PressableIcon: React.FC<PressableIconProps> = ({
|
|
|
27
26
|
(theme) => ({
|
|
28
27
|
pressable: {
|
|
29
28
|
backgroundColor: isHLSViewer
|
|
30
|
-
? theme.palette.
|
|
31
|
-
hexToRgbA(theme.palette.background_dim, 0.64)
|
|
29
|
+
? theme.palette.surface_default
|
|
32
30
|
: undefined,
|
|
33
31
|
},
|
|
34
32
|
border: {
|
package/src/hooks-util.ts
CHANGED
|
@@ -155,7 +155,16 @@ import { getRoomLayout } from './modules/HMSManager';
|
|
|
155
155
|
import { DEFAULT_THEME, DEFAULT_TYPOGRAPHY } from './utils/theme';
|
|
156
156
|
import { NotificationTypes } from './types';
|
|
157
157
|
import { KeyboardState, useSharedValue } from 'react-native-reanimated';
|
|
158
|
-
import {
|
|
158
|
+
import {
|
|
159
|
+
useCanPublishAudio,
|
|
160
|
+
useCanPublishScreen,
|
|
161
|
+
useCanPublishVideo,
|
|
162
|
+
useHMSActions,
|
|
163
|
+
} from './hooks-sdk';
|
|
164
|
+
import {
|
|
165
|
+
useSafeAreaFrame,
|
|
166
|
+
useSafeAreaInsets,
|
|
167
|
+
} from 'react-native-safe-area-context';
|
|
159
168
|
|
|
160
169
|
export const useHMSListeners = (
|
|
161
170
|
setPeerTrackNodes: React.Dispatch<React.SetStateAction<PeerTrackNode[]>>
|
|
@@ -1033,7 +1042,7 @@ export const useHMSRoleChangeRequest = (
|
|
|
1033
1042
|
type SessionStoreListeners = Array<{ remove: () => void }>;
|
|
1034
1043
|
|
|
1035
1044
|
export const useHMSSessionStoreListeners = (
|
|
1036
|
-
gridViewRef
|
|
1045
|
+
gridViewRef?: React.MutableRefObject<GridViewRefAttrs | null>
|
|
1037
1046
|
) => {
|
|
1038
1047
|
const store = useStore<RootState>();
|
|
1039
1048
|
const dispatch = useDispatch();
|
|
@@ -1054,7 +1063,7 @@ export const useHMSSessionStoreListeners = (
|
|
|
1054
1063
|
// set value to the state to rerender the component to reflect changes
|
|
1055
1064
|
dispatch(saveUserData({ spotlightTrackId: id }));
|
|
1056
1065
|
// Scroll to start of the list
|
|
1057
|
-
gridViewRef
|
|
1066
|
+
gridViewRef?.current
|
|
1058
1067
|
?.getRegularTilesFlatlistRef()
|
|
1059
1068
|
.current?.scrollToOffset({ animated: true, offset: 0 });
|
|
1060
1069
|
}
|
|
@@ -1831,6 +1840,7 @@ export const useHMSConfig = () => {
|
|
|
1831
1840
|
};
|
|
1832
1841
|
|
|
1833
1842
|
export const useShowChatAndParticipants = () => {
|
|
1843
|
+
const isHLSViewer = useIsHLSViewer();
|
|
1834
1844
|
const dispatch = useDispatch();
|
|
1835
1845
|
const { modalVisibleType, handleModalVisibleType: setModalVisible } =
|
|
1836
1846
|
useModalType();
|
|
@@ -1839,7 +1849,8 @@ export const useShowChatAndParticipants = () => {
|
|
|
1839
1849
|
(chatConfig) => chatConfig?.is_overlay
|
|
1840
1850
|
);
|
|
1841
1851
|
const canShowChat = useHMSConferencingScreenConfig(
|
|
1842
|
-
(conferencingScreenConfig) =>
|
|
1852
|
+
(conferencingScreenConfig) =>
|
|
1853
|
+
!!conferencingScreenConfig?.elements?.chat && !isHLSViewer
|
|
1843
1854
|
);
|
|
1844
1855
|
const canShowParticipants = useHMSConferencingScreenConfig(
|
|
1845
1856
|
(conferencingScreenConfig) =>
|
|
@@ -2551,15 +2562,16 @@ export const useBackButtonPress = () => {
|
|
|
2551
2562
|
};
|
|
2552
2563
|
|
|
2553
2564
|
export const useLandscapeImmersiveMode = () => {
|
|
2565
|
+
const isHLSViewer = useIsHLSViewer();
|
|
2554
2566
|
const isLandscapeOrientation = useIsLandscapeOrientation();
|
|
2555
2567
|
|
|
2556
2568
|
useEffect(() => {
|
|
2557
|
-
if (isLandscapeOrientation) {
|
|
2569
|
+
if (!isHLSViewer && isLandscapeOrientation) {
|
|
2558
2570
|
WindowController.hideSystemBars();
|
|
2559
2571
|
|
|
2560
2572
|
return WindowController.showSystemBars;
|
|
2561
2573
|
}
|
|
2562
|
-
}, [isLandscapeOrientation]);
|
|
2574
|
+
}, [isHLSViewer, isLandscapeOrientation]);
|
|
2563
2575
|
};
|
|
2564
2576
|
|
|
2565
2577
|
export const useHLSCuedPolls = () => {
|
|
@@ -3034,3 +3046,170 @@ export const useAllowBlockingPeerFromChat = () => {
|
|
|
3034
3046
|
(config) => config?.real_time_controls?.can_block_user ?? false
|
|
3035
3047
|
);
|
|
3036
3048
|
};
|
|
3049
|
+
|
|
3050
|
+
export const useCanShowRoomOptionsButton = () => {
|
|
3051
|
+
const canPublishAudio = useCanPublishAudio();
|
|
3052
|
+
const canPublishVideo = useCanPublishVideo();
|
|
3053
|
+
const canPublishScreen = useCanPublishScreen();
|
|
3054
|
+
|
|
3055
|
+
const isViewer = !(canPublishAudio || canPublishVideo || canPublishScreen);
|
|
3056
|
+
|
|
3057
|
+
const editUsernameDisabled = useSelector(
|
|
3058
|
+
(state: RootState) => state.app.editUsernameDisabled
|
|
3059
|
+
);
|
|
3060
|
+
|
|
3061
|
+
const [isNoiseCancellationAvailable, setIsNoiseCancellationAvailable] =
|
|
3062
|
+
useState(false);
|
|
3063
|
+
const noiseCancellationPlugin = useSelector(
|
|
3064
|
+
(state: RootState) => state.hmsStates.noiseCancellationPlugin
|
|
3065
|
+
);
|
|
3066
|
+
useEffect(() => {
|
|
3067
|
+
if (noiseCancellationPlugin) {
|
|
3068
|
+
let mounted = true;
|
|
3069
|
+
|
|
3070
|
+
noiseCancellationPlugin
|
|
3071
|
+
.isNoiseCancellationAvailable()
|
|
3072
|
+
.then((isAvailable) => {
|
|
3073
|
+
if (mounted) {
|
|
3074
|
+
setIsNoiseCancellationAvailable(isAvailable);
|
|
3075
|
+
}
|
|
3076
|
+
});
|
|
3077
|
+
|
|
3078
|
+
return () => {
|
|
3079
|
+
mounted = false;
|
|
3080
|
+
};
|
|
3081
|
+
}
|
|
3082
|
+
}, [noiseCancellationPlugin]);
|
|
3083
|
+
|
|
3084
|
+
const canShowBRB = useHMSLayoutConfig(
|
|
3085
|
+
(layoutConfig) =>
|
|
3086
|
+
!!layoutConfig?.screens?.conferencing?.default?.elements?.brb
|
|
3087
|
+
);
|
|
3088
|
+
|
|
3089
|
+
const canStartRecording = useSelector(
|
|
3090
|
+
(state: RootState) =>
|
|
3091
|
+
!!state.hmsStates.localPeer?.role?.permissions?.browserRecording
|
|
3092
|
+
);
|
|
3093
|
+
|
|
3094
|
+
const canReadOrWritePoll = useSelector((state: RootState) => {
|
|
3095
|
+
const permissions = state.hmsStates.localPeer?.role?.permissions;
|
|
3096
|
+
return permissions?.pollRead || permissions?.pollWrite;
|
|
3097
|
+
});
|
|
3098
|
+
|
|
3099
|
+
const { canShowParticipants } = useShowChatAndParticipants();
|
|
3100
|
+
|
|
3101
|
+
const canEditUsernameFromRoomModal = isViewer && !editUsernameDisabled;
|
|
3102
|
+
|
|
3103
|
+
const canShowOptions =
|
|
3104
|
+
canShowParticipants ||
|
|
3105
|
+
canPublishScreen ||
|
|
3106
|
+
canShowBRB ||
|
|
3107
|
+
canStartRecording ||
|
|
3108
|
+
canEditUsernameFromRoomModal ||
|
|
3109
|
+
canReadOrWritePoll ||
|
|
3110
|
+
isNoiseCancellationAvailable;
|
|
3111
|
+
|
|
3112
|
+
return canShowOptions;
|
|
3113
|
+
};
|
|
3114
|
+
|
|
3115
|
+
export const useHLSViewsConstraints = () => {
|
|
3116
|
+
const hlsFullScreen = useSelector(
|
|
3117
|
+
(state: RootState) => state.app.hlsFullScreen
|
|
3118
|
+
);
|
|
3119
|
+
const isLandscapeOrientation = useIsLandscapeOrientation();
|
|
3120
|
+
const { width: safeAreaWidthFrame, height: safeAreaHeightFrame } =
|
|
3121
|
+
useSafeAreaFrame();
|
|
3122
|
+
const {
|
|
3123
|
+
top: topInset,
|
|
3124
|
+
bottom: bottomInset,
|
|
3125
|
+
left: leftInset,
|
|
3126
|
+
right: rightInset,
|
|
3127
|
+
} = useSafeAreaInsets();
|
|
3128
|
+
|
|
3129
|
+
const playerWrapperConstraints = hlsFullScreen
|
|
3130
|
+
? {
|
|
3131
|
+
width: safeAreaWidthFrame - leftInset - rightInset,
|
|
3132
|
+
height: isLandscapeOrientation
|
|
3133
|
+
? safeAreaHeightFrame
|
|
3134
|
+
: safeAreaHeightFrame - topInset - bottomInset,
|
|
3135
|
+
}
|
|
3136
|
+
: {
|
|
3137
|
+
width: isLandscapeOrientation
|
|
3138
|
+
? (safeAreaWidthFrame - leftInset - rightInset) * 0.6
|
|
3139
|
+
: safeAreaWidthFrame,
|
|
3140
|
+
height: isLandscapeOrientation
|
|
3141
|
+
? safeAreaHeightFrame
|
|
3142
|
+
: (safeAreaWidthFrame * 9) / 16,
|
|
3143
|
+
};
|
|
3144
|
+
|
|
3145
|
+
const chatWrapperConstraints = {
|
|
3146
|
+
width: isLandscapeOrientation
|
|
3147
|
+
? safeAreaWidthFrame - playerWrapperConstraints.width - leftInset
|
|
3148
|
+
: playerWrapperConstraints.width,
|
|
3149
|
+
height: isLandscapeOrientation
|
|
3150
|
+
? playerWrapperConstraints.height
|
|
3151
|
+
: safeAreaHeightFrame - playerWrapperConstraints.height - topInset,
|
|
3152
|
+
};
|
|
3153
|
+
|
|
3154
|
+
const descriptionPaneConstraints = chatWrapperConstraints;
|
|
3155
|
+
|
|
3156
|
+
return {
|
|
3157
|
+
playerWrapperConstraints,
|
|
3158
|
+
chatWrapperConstraints,
|
|
3159
|
+
descriptionPaneConstraints,
|
|
3160
|
+
};
|
|
3161
|
+
};
|
|
3162
|
+
|
|
3163
|
+
export const useHLSPlayerConstraints = () => {
|
|
3164
|
+
const hlsFullScreen = useSelector(
|
|
3165
|
+
(state: RootState) => state.app.hlsFullScreen
|
|
3166
|
+
);
|
|
3167
|
+
const isLandscapeOrientation = useIsLandscapeOrientation();
|
|
3168
|
+
|
|
3169
|
+
const resolution = useHMSHLSPlayerResolution();
|
|
3170
|
+
|
|
3171
|
+
const { playerWrapperConstraints } = useHLSViewsConstraints();
|
|
3172
|
+
|
|
3173
|
+
const wrapperWidth = playerWrapperConstraints.width;
|
|
3174
|
+
const wrapperHeight = playerWrapperConstraints.height;
|
|
3175
|
+
|
|
3176
|
+
if (!resolution) {
|
|
3177
|
+
return {
|
|
3178
|
+
width: wrapperWidth,
|
|
3179
|
+
height: wrapperHeight,
|
|
3180
|
+
};
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
const sr = resolution.width / resolution.height; // stream width/height ratio
|
|
3184
|
+
const wr = wrapperWidth / wrapperHeight; // Wrapper width/height ratio
|
|
3185
|
+
|
|
3186
|
+
/**
|
|
3187
|
+
* Handling Landscape Orientation for both Full and Normal screen
|
|
3188
|
+
*/
|
|
3189
|
+
if (isLandscapeOrientation) {
|
|
3190
|
+
return sr > 1 || sr > wr
|
|
3191
|
+
? {
|
|
3192
|
+
width: wrapperWidth,
|
|
3193
|
+
height: wrapperWidth / sr,
|
|
3194
|
+
}
|
|
3195
|
+
: {
|
|
3196
|
+
width: sr * wrapperHeight,
|
|
3197
|
+
height: wrapperHeight,
|
|
3198
|
+
};
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
/**
|
|
3202
|
+
* Handling Portrait Orientation
|
|
3203
|
+
*/
|
|
3204
|
+
if (hlsFullScreen) {
|
|
3205
|
+
return {
|
|
3206
|
+
width: sr > wr ? wrapperWidth : wrapperHeight * sr,
|
|
3207
|
+
height: sr > wr ? wrapperWidth / sr : wrapperHeight,
|
|
3208
|
+
};
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
return {
|
|
3212
|
+
width: wrapperHeight * sr,
|
|
3213
|
+
height: wrapperHeight,
|
|
3214
|
+
};
|
|
3215
|
+
};
|
package/src/redux/actionTypes.ts
CHANGED
|
@@ -109,6 +109,10 @@ const SET_INITIAL_ROLE = 'SET_INITIAL_ROLE';
|
|
|
109
109
|
|
|
110
110
|
const SET_CHAT_PEER_BLACKLIST = 'SET_CHAT_PEER_BLACKLIST';
|
|
111
111
|
|
|
112
|
+
const SET_HLS_DESC_PANE_VISIBLE = 'SET_HLS_DESC_PANE_VISIBLE';
|
|
113
|
+
|
|
114
|
+
const SET_HLS_FULL_SCREEN = 'SET_HLS_FULL_SCREEN';
|
|
115
|
+
|
|
112
116
|
const FILTER_OUT_BLOCKED_MSGS = 'FILTER_OUT_BLOCKED_MSGS';
|
|
113
117
|
|
|
114
118
|
export default {
|
|
@@ -158,6 +162,8 @@ export default {
|
|
|
158
162
|
SET_SELECTED_MESSAGE_FOR_ACTION,
|
|
159
163
|
SET_INITIAL_ROLE,
|
|
160
164
|
SET_CHAT_PEER_BLACKLIST,
|
|
165
|
+
SET_HLS_DESC_PANE_VISIBLE,
|
|
166
|
+
SET_HLS_FULL_SCREEN,
|
|
161
167
|
FILTER_OUT_BLOCKED_MSGS,
|
|
162
168
|
};
|
|
163
169
|
|
|
@@ -476,6 +476,16 @@ export const filterOutMsgsFromBlockedPeers = (chatPeerBlacklist: string[]) => ({
|
|
|
476
476
|
payload: chatPeerBlacklist,
|
|
477
477
|
});
|
|
478
478
|
|
|
479
|
+
export const setHlsDescriptionPaneVisible = (visible: boolean) => ({
|
|
480
|
+
type: actionTypes.SET_HLS_DESC_PANE_VISIBLE,
|
|
481
|
+
payload: { visible },
|
|
482
|
+
});
|
|
483
|
+
|
|
484
|
+
export const setHlsFullScreen = (fullScreen: boolean) => ({
|
|
485
|
+
type: actionTypes.SET_HLS_FULL_SCREEN,
|
|
486
|
+
payload: { fullScreen },
|
|
487
|
+
});
|
|
488
|
+
|
|
479
489
|
/**
|
|
480
490
|
* POLLS
|
|
481
491
|
*/
|
|
@@ -62,6 +62,8 @@ type IntialStateType = {
|
|
|
62
62
|
selectedMessageForAction: null | HMSMessage;
|
|
63
63
|
initialRole: HMSRole | null;
|
|
64
64
|
chatPeerBlacklist: string[]; // list of userIds
|
|
65
|
+
hlsDescriptionPaneVisible: boolean;
|
|
66
|
+
hlsFullScreen: boolean;
|
|
65
67
|
};
|
|
66
68
|
|
|
67
69
|
const INITIAL_STATE: IntialStateType = {
|
|
@@ -99,6 +101,8 @@ const INITIAL_STATE: IntialStateType = {
|
|
|
99
101
|
selectedMessageForAction: null,
|
|
100
102
|
initialRole: null,
|
|
101
103
|
chatPeerBlacklist: [],
|
|
104
|
+
hlsDescriptionPaneVisible: false,
|
|
105
|
+
hlsFullScreen: false,
|
|
102
106
|
};
|
|
103
107
|
|
|
104
108
|
const appReducer = (
|
|
@@ -357,6 +361,18 @@ const appReducer = (
|
|
|
357
361
|
action.payload.chatPeerBlacklist ?? INITIAL_STATE.chatPeerBlacklist,
|
|
358
362
|
};
|
|
359
363
|
}
|
|
364
|
+
case ActionTypes.SET_HLS_DESC_PANE_VISIBLE: {
|
|
365
|
+
return {
|
|
366
|
+
...state,
|
|
367
|
+
hlsDescriptionPaneVisible: action.payload.visible,
|
|
368
|
+
};
|
|
369
|
+
}
|
|
370
|
+
case ActionTypes.SET_HLS_FULL_SCREEN: {
|
|
371
|
+
return {
|
|
372
|
+
...state,
|
|
373
|
+
hlsFullScreen: action.payload.fullScreen,
|
|
374
|
+
};
|
|
375
|
+
}
|
|
360
376
|
case HmsStateActionTypes.CLEAR_STATES:
|
|
361
377
|
return INITIAL_STATE;
|
|
362
378
|
default:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactRedux","_reactNative","_reactNativeHms","_actions","_HLSPlayerStatsView","_HLSPlayerEmoticons","_CustomHLSPlayerControls","_theme","_HMSHLSNotStarted","_Icons","_hooksUtil","_hooksSdk","_dimension","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_HLSView","dispatch","useDispatch","isHLSStreaming","useIsHLSStreamingOn","isStreamUrlPresent","useSelector","state","_state$hmsStates$room","hmsStates","room","hlsStreamingState","variants","hlsStreamUrl","width","height","useWindowDimensions","hmsHlsPlayerRef","useRef","showHLSStats","app","joinConfig","showCustomHLSPlayerControls","enableHLSPlayerControls","handleClosePress","changeShowHLSStats","hlsPlayerActions","action","args","_hmsHlsPlayerRef$curr","current","play","_hmsHlsPlayerRef$curr2","stop","_hmsHlsPlayerRef$curr3","pause","_hmsHlsPlayerRef$curr4","resume","_hmsHlsPlayerRef$curr5","seekForward","_hmsHlsPlayerRef$curr6","seekBackward","_hmsHlsPlayerRef$curr7","seekToLivePosition","_hmsHlsPlayerRef$curr8","setVolume","playerKey","setPlayerKey","React","useState","prevReconnectingRef","reconnecting","hlsPlayerPlaybackState","useHMSHLSPlayerPlaybackState","resolution","useHMSHLSPlayerResolution","isLandscapeOrientation","useIsLandscapeOrientation","isPlaybackFailed","HMSHLSPlayerPlaybackState","FAILED","useEffect","prevReconnecting","Platform","OS","prevKey","hmsRoomStyles","useHMSRoomStyleSheet","theme","typography","failedContainer","backgroundColor","palette","background_dim","hexToRgbA","COLORS","LOADING_BACKDROP","failedText","color","on_surface_high","fontFamily","font_family","createElement","View","style","styles","hlsView","hlsPlayerContainer","HMSHLSPlayer","key","ref","enableStats","enableControls","HLSPlayerEmoticons","HLSPlayerStatsView","onClosePress","CustomControls","handleControlPress","playbackFailedContainer","CrossCircleIcon","Text","playbackFailed","textContainer","warningSubtitle","HMSHLSNotStarted","exports","HLSView","memo","StyleSheet","create","flex","position","paddingHorizontal","alignItems","justifyContent","INDICATORS","WARNING","fontSize","fontWeight","letterSpacing","textAlign","taleLessSpaceAsYouCan","lineHeight","marginTop"],"sourceRoot":"../../../src","sources":["components/HLSView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","useDispatch","useSelector","View","Text","StyleSheet","Platform","useWindowDimensions","HMSHLSPlayer","HMSHLSPlayerPlaybackState","useHMSHLSPlayerPlaybackState","useHMSHLSPlayerResolution","changeShowHLSStats","HLSPlayerStatsView","HLSPlayerEmoticons","CustomControls","COLORS","hexToRgbA","HMSHLSNotStarted","CrossCircleIcon","useHMSRoomStyleSheet","useIsHLSStreamingOn","useIsLandscapeOrientation","_HLSView","dispatch","isHLSStreaming","isStreamUrlPresent","state","_state$hmsStates$room","hmsStates","room","hlsStreamingState","variants","hlsStreamUrl","width","height","hmsHlsPlayerRef","showHLSStats","app","joinConfig","showCustomHLSPlayerControls","enableHLSPlayerControls","handleClosePress","hlsPlayerActions","action","args","_hmsHlsPlayerRef$curr","current","play","_hmsHlsPlayerRef$curr2","stop","_hmsHlsPlayerRef$curr3","pause","_hmsHlsPlayerRef$curr4","resume","_hmsHlsPlayerRef$curr5","seekForward","_hmsHlsPlayerRef$curr6","seekBackward","_hmsHlsPlayerRef$curr7","seekToLivePosition","_hmsHlsPlayerRef$curr8","setVolume","playerKey","setPlayerKey","useState","prevReconnectingRef","reconnecting","hlsPlayerPlaybackState","resolution","isLandscapeOrientation","isPlaybackFailed","FAILED","useEffect","prevReconnecting","OS","prevKey","hmsRoomStyles","theme","typography","failedContainer","backgroundColor","palette","background_dim","LOADING_BACKDROP","failedText","color","on_surface_high","fontFamily","font_family","createElement","style","styles","hlsView","hlsPlayerContainer","key","ref","enableStats","enableControls","onClosePress","handleControlPress","playbackFailedContainer","playbackFailed","textContainer","warningSubtitle","HLSView","memo","create","flex","position","paddingHorizontal","alignItems","justifyContent","INDICATORS","WARNING","fontSize","fontWeight","letterSpacing","textAlign","taleLessSpaceAsYouCan","lineHeight","marginTop"],"sourceRoot":"../../../src","sources":["components/HLSView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HLSView.d.ts","sourceRoot":"","sources":["../../../src/components/HLSView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AA6BtC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAiL5B,CAAC;AAEF,eAAO,MAAM,OAAO,gCAAuB,CAAC"}
|