@100mslive/react-native-room-kit 0.0.3 → 0.1.0
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/README.md +413 -11
- package/lib/commonjs/HMSInstanceSetup.js +3 -15
- package/lib/commonjs/HMSInstanceSetup.js.map +1 -1
- package/lib/commonjs/HMSPrebuilt.js +17 -6
- package/lib/commonjs/HMSPrebuilt.js.map +1 -1
- package/lib/commonjs/HMSRoomSetup.js +76 -21
- package/lib/commonjs/HMSRoomSetup.js.map +1 -1
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
- package/lib/commonjs/Icons/AlertTriangle/index.js +34 -0
- package/lib/commonjs/Icons/AlertTriangle/index.js.map +1 -0
- package/lib/commonjs/Icons/AnswerPhone/index.js +5 -1
- package/lib/commonjs/Icons/AnswerPhone/index.js.map +1 -1
- package/lib/commonjs/Icons/BRB/assets/BRB.png +0 -0
- package/lib/commonjs/Icons/BRB/assets/BRB@2x.png +0 -0
- package/lib/commonjs/Icons/BRB/assets/BRB@3x.png +0 -0
- package/lib/commonjs/Icons/BRB/index.js +35 -0
- package/lib/commonjs/Icons/BRB/index.js.map +1 -0
- package/lib/commonjs/Icons/Bluetooth/index.js +5 -1
- package/lib/commonjs/Icons/Bluetooth/index.js.map +1 -1
- package/lib/commonjs/Icons/Camera/index.js +5 -1
- package/lib/commonjs/Icons/Camera/index.js.map +1 -1
- package/lib/commonjs/Icons/Chat/index.js +5 -1
- package/lib/commonjs/Icons/Chat/index.js.map +1 -1
- package/lib/commonjs/Icons/Check/assets/check.png +0 -0
- package/lib/commonjs/Icons/Check/assets/check@2x.png +0 -0
- package/lib/commonjs/Icons/Check/assets/check@3x.png +0 -0
- package/lib/commonjs/Icons/Check/index.js +34 -0
- package/lib/commonjs/Icons/Check/index.js.map +1 -0
- package/lib/commonjs/Icons/Chevron/index.js +5 -1
- package/lib/commonjs/Icons/Chevron/index.js.map +1 -1
- package/lib/commonjs/Icons/Close/index.js +5 -1
- package/lib/commonjs/Icons/Close/index.js.map +1 -1
- package/lib/commonjs/Icons/Hamburger/assets/hamburger.png +0 -0
- package/lib/commonjs/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/lib/commonjs/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/lib/commonjs/Icons/Hamburger/index.js +34 -0
- package/lib/commonjs/Icons/Hamburger/index.js.map +1 -0
- package/lib/commonjs/Icons/Hand/index.js +6 -4
- package/lib/commonjs/Icons/Hand/index.js.map +1 -1
- package/lib/commonjs/Icons/Headphones/index.js +5 -1
- package/lib/commonjs/Icons/Headphones/index.js.map +1 -1
- package/lib/commonjs/Icons/Maximize/assets/maximize.png +0 -0
- package/lib/commonjs/Icons/Maximize/assets/maximize@2x.png +0 -0
- package/lib/commonjs/Icons/Maximize/assets/maximize@3x.png +0 -0
- package/lib/commonjs/Icons/Maximize/index.js +34 -0
- package/lib/commonjs/Icons/Maximize/index.js.map +1 -0
- package/lib/commonjs/Icons/Mic/index.js +5 -1
- package/lib/commonjs/Icons/Mic/index.js.map +1 -1
- package/lib/commonjs/Icons/Minimize/assets/minimize.png +0 -0
- package/lib/commonjs/Icons/Minimize/assets/minimize@2x.png +0 -0
- package/lib/commonjs/Icons/Minimize/assets/minimize@3x.png +0 -0
- package/lib/commonjs/Icons/Minimize/index.js +34 -0
- package/lib/commonjs/Icons/Minimize/index.js.map +1 -0
- package/lib/commonjs/Icons/Participants/index.js +5 -1
- package/lib/commonjs/Icons/Participants/index.js.map +1 -1
- package/lib/commonjs/Icons/Pencil/assets/pencil.png +0 -0
- package/lib/commonjs/Icons/Pencil/assets/pencil@2x.png +0 -0
- package/lib/commonjs/Icons/Pencil/assets/pencil@3x.png +0 -0
- package/lib/commonjs/Icons/Pencil/index.js +34 -0
- package/lib/commonjs/Icons/Pencil/index.js.map +1 -0
- package/lib/commonjs/Icons/Pin/assets/pin.png +0 -0
- package/lib/commonjs/Icons/Pin/assets/pin@2x.png +0 -0
- package/lib/commonjs/Icons/Pin/assets/pin@3x.png +0 -0
- package/lib/commonjs/Icons/Pin/index.js +34 -0
- package/lib/commonjs/Icons/Pin/index.js.map +1 -0
- package/lib/commonjs/Icons/Radio/assets/radio.png +0 -0
- package/lib/commonjs/Icons/Radio/assets/radio@2x.png +0 -0
- package/lib/commonjs/Icons/Radio/assets/radio@3x.png +0 -0
- package/lib/commonjs/Icons/Radio/index.js +30 -0
- package/lib/commonjs/Icons/Radio/index.js.map +1 -0
- package/lib/commonjs/Icons/Recording/assets/recording.png +0 -0
- package/lib/commonjs/Icons/Recording/assets/recording@2x.png +0 -0
- package/lib/commonjs/Icons/Recording/assets/recording@3x.png +0 -0
- package/lib/commonjs/Icons/Recording/index.js +34 -0
- package/lib/commonjs/Icons/Recording/index.js.map +1 -0
- package/lib/commonjs/Icons/RotateCamera/index.js +5 -1
- package/lib/commonjs/Icons/RotateCamera/index.js.map +1 -1
- package/lib/commonjs/Icons/ScreenShare/index.js +5 -1
- package/lib/commonjs/Icons/ScreenShare/index.js.map +1 -1
- package/lib/commonjs/Icons/Speaker/index.js +5 -1
- package/lib/commonjs/Icons/Speaker/index.js.map +1 -1
- package/lib/commonjs/Icons/Star/assets/star.png +0 -0
- package/lib/commonjs/Icons/Star/assets/star@2x.png +0 -0
- package/lib/commonjs/Icons/Star/assets/star@3x.png +0 -0
- package/lib/commonjs/Icons/Star/index.js +34 -0
- package/lib/commonjs/Icons/Star/index.js.map +1 -0
- package/lib/commonjs/Icons/Stop/assets/stop.png +0 -0
- package/lib/commonjs/Icons/Stop/assets/stop@2x.png +0 -0
- package/lib/commonjs/Icons/Stop/assets/stop@3x.png +0 -0
- package/lib/commonjs/Icons/Stop/index.js +34 -0
- package/lib/commonjs/Icons/Stop/index.js.map +1 -0
- package/lib/commonjs/Icons/ThreeDots/index.js +5 -1
- package/lib/commonjs/Icons/ThreeDots/index.js.map +1 -1
- package/lib/commonjs/Icons/Wave/index.js +5 -1
- package/lib/commonjs/Icons/Wave/index.js.map +1 -1
- package/lib/commonjs/Icons/index.js +132 -0
- package/lib/commonjs/Icons/index.js.map +1 -1
- package/lib/commonjs/components/AvatarView.js +1 -2
- package/lib/commonjs/components/AvatarView.js.map +1 -1
- package/lib/commonjs/components/BackButton.js +8 -6
- package/lib/commonjs/components/BackButton.js.map +1 -1
- package/lib/commonjs/components/BottomSheet.js +157 -0
- package/lib/commonjs/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/components/ChangeNameModalContent.js +131 -0
- package/lib/commonjs/components/ChangeNameModalContent.js.map +1 -0
- package/lib/commonjs/components/CompanyLogo.js +38 -0
- package/lib/commonjs/components/CompanyLogo.js.map +1 -0
- package/lib/commonjs/components/CustomInput.js +2 -3
- package/lib/commonjs/components/CustomInput.js.map +1 -1
- package/lib/commonjs/components/DisplayView.js +12 -58
- package/lib/commonjs/components/DisplayView.js.map +1 -1
- package/lib/commonjs/components/EndRoomModalContent.js +85 -0
- package/lib/commonjs/components/EndRoomModalContent.js.map +1 -0
- package/lib/commonjs/components/Footer.js +8 -9
- package/lib/commonjs/components/Footer.js.map +1 -1
- package/lib/commonjs/components/GridView.js +53 -7
- package/lib/commonjs/components/GridView.js.map +1 -1
- package/lib/commonjs/components/HMSBaseButton.js +66 -0
- package/lib/commonjs/components/HMSBaseButton.js.map +1 -0
- package/lib/commonjs/components/HMSDangerButton.js +53 -0
- package/lib/commonjs/components/HMSDangerButton.js.map +1 -0
- package/lib/commonjs/components/HMSHLSStreamLoading.js +65 -0
- package/lib/commonjs/components/HMSHLSStreamLoading.js.map +1 -0
- package/lib/commonjs/components/HMSLocalVideoView.js +41 -0
- package/lib/commonjs/components/HMSLocalVideoView.js.map +1 -0
- package/lib/commonjs/components/{HMSSpeakerSettings.js → HMSManageAudioOutput.js} +70 -76
- package/lib/commonjs/components/HMSManageAudioOutput.js.map +1 -0
- package/lib/commonjs/components/HMSManageCameraRotation.js +5 -4
- package/lib/commonjs/components/HMSManageCameraRotation.js.map +1 -1
- package/lib/commonjs/components/HMSManageLeave.js +91 -159
- package/lib/commonjs/components/HMSManageLeave.js.map +1 -1
- package/lib/commonjs/components/HMSManageLocalAudio.js +1 -9
- package/lib/commonjs/components/HMSManageLocalAudio.js.map +1 -1
- package/lib/commonjs/components/HMSManageLocalVideo.js +1 -9
- package/lib/commonjs/components/HMSManageLocalVideo.js.map +1 -1
- package/lib/commonjs/components/HMSMeetingEnded.js +35 -0
- package/lib/commonjs/components/HMSMeetingEnded.js.map +1 -0
- package/lib/commonjs/components/HMSPreviewEditName.js +7 -38
- package/lib/commonjs/components/HMSPreviewEditName.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewHLSLiveIndicator.js +71 -0
- package/lib/commonjs/components/HMSPreviewHLSLiveIndicator.js.map +1 -0
- package/lib/commonjs/components/HMSPreviewJoinButton.js +26 -37
- package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewNetworkQuality.js +45 -0
- package/lib/commonjs/components/HMSPreviewNetworkQuality.js.map +1 -0
- package/lib/commonjs/components/HMSPreviewPeersList.js +21 -33
- package/lib/commonjs/components/HMSPreviewPeersList.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewSubtitle.js +43 -7
- package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTile.js +18 -26
- package/lib/commonjs/components/HMSPreviewTile.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTitle.js +14 -6
- package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/HMSPrimaryButton.js +53 -0
- package/lib/commonjs/components/HMSPrimaryButton.js.map +1 -0
- package/lib/commonjs/components/HMSRecordingIndicator.js +46 -0
- package/lib/commonjs/components/HMSRecordingIndicator.js.map +1 -0
- package/lib/commonjs/components/HMSRoomOptions.js +22 -10
- package/lib/commonjs/components/HMSRoomOptions.js.map +1 -1
- package/lib/commonjs/components/HMSShowNetworkQuality.js +5 -6
- package/lib/commonjs/components/HMSShowNetworkQuality.js.map +1 -1
- package/lib/commonjs/components/HMSTextInput.js +66 -0
- package/lib/commonjs/components/HMSTextInput.js.map +1 -0
- package/lib/commonjs/components/Header.js +30 -30
- package/lib/commonjs/components/Header.js.map +1 -1
- package/lib/commonjs/components/LocalPeerRegularVideoView.js +26 -0
- package/lib/commonjs/components/LocalPeerRegularVideoView.js.map +1 -0
- package/lib/commonjs/components/LocalPeerScreenshareView.js +76 -0
- package/lib/commonjs/components/LocalPeerScreenshareView.js.map +1 -0
- package/lib/commonjs/components/Meeting.js +14 -3
- package/lib/commonjs/components/Meeting.js.map +1 -1
- package/lib/commonjs/components/MenuModal/Menu.js +1 -2
- package/lib/commonjs/components/MenuModal/Menu.js.map +1 -1
- package/lib/commonjs/components/MiniView.js +163 -0
- package/lib/commonjs/components/MiniView.js.map +1 -0
- package/lib/commonjs/components/Modals.js +35 -380
- package/lib/commonjs/components/Modals.js.map +1 -1
- package/lib/commonjs/components/PaginationDots.js +56 -0
- package/lib/commonjs/components/PaginationDots.js.map +1 -0
- package/lib/commonjs/components/Participants/ParticipantsList.js +1 -20
- package/lib/commonjs/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/commonjs/components/ParticipantsCount.js +55 -0
- package/lib/commonjs/components/ParticipantsCount.js.map +1 -0
- package/lib/commonjs/components/PeerMinimizedView.js +114 -0
- package/lib/commonjs/components/PeerMinimizedView.js.map +1 -0
- package/lib/commonjs/components/PeerSettingsModalContent.js +69 -63
- package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/AvatarView.js +76 -0
- package/lib/commonjs/components/PeerVideoTile/AvatarView.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/PeerAudioMutedIndicator.js +44 -0
- package/lib/commonjs/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/PeerMetadata.js +44 -0
- package/lib/commonjs/components/PeerVideoTile/PeerMetadata.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js +74 -0
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js +146 -0
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/VideoView.js +84 -0
- package/lib/commonjs/components/PeerVideoTile/VideoView.js.map +1 -0
- package/lib/commonjs/components/PeerVideoTile/index.js +2 -0
- package/lib/commonjs/components/PeerVideoTile/index.js.map +1 -0
- package/lib/commonjs/components/PressableIcon.js +15 -8
- package/lib/commonjs/components/PressableIcon.js.map +1 -1
- package/lib/commonjs/components/Preview.js +93 -72
- package/lib/commonjs/components/Preview.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalContent.js +228 -457
- package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js +295 -0
- package/lib/commonjs/components/RoomSettingsModalDebugModeContent.js.map +1 -0
- package/lib/commonjs/components/StopRecordingModalContent.js +97 -0
- package/lib/commonjs/components/StopRecordingModalContent.js.map +1 -0
- package/lib/commonjs/components/Tile.js +29 -90
- package/lib/commonjs/components/Tile.js.map +1 -1
- package/lib/commonjs/components/TilesContainer.js +99 -10
- package/lib/commonjs/components/TilesContainer.js.map +1 -1
- package/lib/commonjs/components/UnmountAfterDelay.js +48 -0
- package/lib/commonjs/components/UnmountAfterDelay.js.map +1 -0
- package/lib/commonjs/components/WebrtcView.js +51 -0
- package/lib/commonjs/components/WebrtcView.js.map +1 -0
- package/lib/commonjs/components/WelcomeInMeeting.js +54 -0
- package/lib/commonjs/components/WelcomeInMeeting.js.map +1 -0
- package/lib/commonjs/components/index.js +0 -11
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/hooks/useHmsInstance.js +0 -1
- package/lib/commonjs/hooks/useHmsInstance.js.map +1 -1
- package/lib/commonjs/hooks-sdk-selectors.js +6 -1
- package/lib/commonjs/hooks-sdk-selectors.js.map +1 -1
- package/lib/commonjs/hooks-sdk.js +16 -1
- package/lib/commonjs/hooks-sdk.js.map +1 -1
- package/lib/commonjs/hooks-util-selectors.js +14 -1
- package/lib/commonjs/hooks-util-selectors.js.map +1 -1
- package/lib/commonjs/hooks-util.js +421 -98
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/modules/HMSManager.js +23 -0
- package/lib/commonjs/modules/HMSManager.js.map +1 -0
- package/lib/commonjs/modules/parser.js +22 -0
- package/lib/commonjs/modules/parser.js.map +1 -0
- package/lib/commonjs/peerTrackNodeUtils.js +8 -3
- package/lib/commonjs/peerTrackNodeUtils.js.map +1 -1
- package/lib/commonjs/redux/actionTypes.js +20 -1
- package/lib/commonjs/redux/actionTypes.js.map +1 -1
- package/lib/commonjs/redux/actions/index.js +65 -1
- package/lib/commonjs/redux/actions/index.js.map +1 -1
- package/lib/commonjs/redux/reducers/appState.js +70 -1
- package/lib/commonjs/redux/reducers/appState.js.map +1 -1
- package/lib/commonjs/redux/reducers/hmsStates.js +7 -1
- package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -1
- package/lib/commonjs/redux/reducers/userState.js +3 -1
- package/lib/commonjs/redux/reducers/userState.js.map +1 -1
- package/lib/commonjs/utils/functions.js +51 -1
- package/lib/commonjs/utils/functions.js.map +1 -1
- package/lib/commonjs/utils/theme.js +63 -8
- package/lib/commonjs/utils/theme.js.map +1 -1
- package/lib/commonjs/utils/types.js +8 -2
- package/lib/commonjs/utils/types.js.map +1 -1
- package/lib/commonjs/utils.js +2 -2
- package/lib/commonjs/utils.js.map +1 -1
- package/lib/module/HMSInstanceSetup.js +3 -15
- package/lib/module/HMSInstanceSetup.js.map +1 -1
- package/lib/module/HMSPrebuilt.js +17 -5
- package/lib/module/HMSPrebuilt.js.map +1 -1
- package/lib/module/HMSRoomSetup.js +81 -26
- package/lib/module/HMSRoomSetup.js.map +1 -1
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
- package/lib/module/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
- package/lib/module/Icons/AlertTriangle/index.js +26 -0
- package/lib/module/Icons/AlertTriangle/index.js.map +1 -0
- package/lib/module/Icons/AnswerPhone/index.js +5 -1
- package/lib/module/Icons/AnswerPhone/index.js.map +1 -1
- package/lib/module/Icons/BRB/assets/BRB.png +0 -0
- package/lib/module/Icons/BRB/assets/BRB@2x.png +0 -0
- package/lib/module/Icons/BRB/assets/BRB@3x.png +0 -0
- package/lib/module/Icons/BRB/index.js +27 -0
- package/lib/module/Icons/BRB/index.js.map +1 -0
- package/lib/module/Icons/Bluetooth/index.js +5 -1
- package/lib/module/Icons/Bluetooth/index.js.map +1 -1
- package/lib/module/Icons/Camera/index.js +5 -1
- package/lib/module/Icons/Camera/index.js.map +1 -1
- package/lib/module/Icons/Chat/index.js +5 -1
- package/lib/module/Icons/Chat/index.js.map +1 -1
- package/lib/module/Icons/Check/assets/check.png +0 -0
- package/lib/module/Icons/Check/assets/check@2x.png +0 -0
- package/lib/module/Icons/Check/assets/check@3x.png +0 -0
- package/lib/module/Icons/Check/index.js +26 -0
- package/lib/module/Icons/Check/index.js.map +1 -0
- package/lib/module/Icons/Chevron/index.js +5 -1
- package/lib/module/Icons/Chevron/index.js.map +1 -1
- package/lib/module/Icons/Close/index.js +5 -1
- package/lib/module/Icons/Close/index.js.map +1 -1
- package/lib/module/Icons/Hamburger/assets/hamburger.png +0 -0
- package/lib/module/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/lib/module/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/lib/module/Icons/Hamburger/index.js +26 -0
- package/lib/module/Icons/Hamburger/index.js.map +1 -0
- package/lib/module/Icons/Hand/index.js +6 -4
- package/lib/module/Icons/Hand/index.js.map +1 -1
- package/lib/module/Icons/Headphones/index.js +5 -1
- package/lib/module/Icons/Headphones/index.js.map +1 -1
- package/lib/module/Icons/Maximize/assets/maximize.png +0 -0
- package/lib/module/Icons/Maximize/assets/maximize@2x.png +0 -0
- package/lib/module/Icons/Maximize/assets/maximize@3x.png +0 -0
- package/lib/module/Icons/Maximize/index.js +26 -0
- package/lib/module/Icons/Maximize/index.js.map +1 -0
- package/lib/module/Icons/Mic/index.js +5 -1
- package/lib/module/Icons/Mic/index.js.map +1 -1
- package/lib/module/Icons/Minimize/assets/minimize.png +0 -0
- package/lib/module/Icons/Minimize/assets/minimize@2x.png +0 -0
- package/lib/module/Icons/Minimize/assets/minimize@3x.png +0 -0
- package/lib/module/Icons/Minimize/index.js +26 -0
- package/lib/module/Icons/Minimize/index.js.map +1 -0
- package/lib/module/Icons/Participants/index.js +5 -1
- package/lib/module/Icons/Participants/index.js.map +1 -1
- package/lib/module/Icons/Pencil/assets/pencil.png +0 -0
- package/lib/module/Icons/Pencil/assets/pencil@2x.png +0 -0
- package/lib/module/Icons/Pencil/assets/pencil@3x.png +0 -0
- package/lib/module/Icons/Pencil/index.js +26 -0
- package/lib/module/Icons/Pencil/index.js.map +1 -0
- package/lib/module/Icons/Pin/assets/pin.png +0 -0
- package/lib/module/Icons/Pin/assets/pin@2x.png +0 -0
- package/lib/module/Icons/Pin/assets/pin@3x.png +0 -0
- package/lib/module/Icons/Pin/index.js +26 -0
- package/lib/module/Icons/Pin/index.js.map +1 -0
- package/lib/module/Icons/Radio/assets/radio.png +0 -0
- package/lib/module/Icons/Radio/assets/radio@2x.png +0 -0
- package/lib/module/Icons/Radio/assets/radio@3x.png +0 -0
- package/lib/module/Icons/Radio/index.js +22 -0
- package/lib/module/Icons/Radio/index.js.map +1 -0
- package/lib/module/Icons/Recording/assets/recording.png +0 -0
- package/lib/module/Icons/Recording/assets/recording@2x.png +0 -0
- package/lib/module/Icons/Recording/assets/recording@3x.png +0 -0
- package/lib/module/Icons/Recording/index.js +26 -0
- package/lib/module/Icons/Recording/index.js.map +1 -0
- package/lib/module/Icons/RotateCamera/index.js +5 -1
- package/lib/module/Icons/RotateCamera/index.js.map +1 -1
- package/lib/module/Icons/ScreenShare/index.js +5 -1
- package/lib/module/Icons/ScreenShare/index.js.map +1 -1
- package/lib/module/Icons/Speaker/index.js +5 -1
- package/lib/module/Icons/Speaker/index.js.map +1 -1
- package/lib/module/Icons/Star/assets/star.png +0 -0
- package/lib/module/Icons/Star/assets/star@2x.png +0 -0
- package/lib/module/Icons/Star/assets/star@3x.png +0 -0
- package/lib/module/Icons/Star/index.js +26 -0
- package/lib/module/Icons/Star/index.js.map +1 -0
- package/lib/module/Icons/Stop/assets/stop.png +0 -0
- package/lib/module/Icons/Stop/assets/stop@2x.png +0 -0
- package/lib/module/Icons/Stop/assets/stop@3x.png +0 -0
- package/lib/module/Icons/Stop/index.js +26 -0
- package/lib/module/Icons/Stop/index.js.map +1 -0
- package/lib/module/Icons/ThreeDots/index.js +5 -1
- package/lib/module/Icons/ThreeDots/index.js.map +1 -1
- package/lib/module/Icons/Wave/index.js +5 -1
- package/lib/module/Icons/Wave/index.js.map +1 -1
- package/lib/module/Icons/index.js +12 -0
- package/lib/module/Icons/index.js.map +1 -1
- package/lib/module/components/AvatarView.js +1 -2
- package/lib/module/components/AvatarView.js.map +1 -1
- package/lib/module/components/BackButton.js +9 -7
- package/lib/module/components/BackButton.js.map +1 -1
- package/lib/module/components/BottomSheet.js +146 -0
- package/lib/module/components/BottomSheet.js.map +1 -0
- package/lib/module/components/ChangeNameModalContent.js +122 -0
- package/lib/module/components/ChangeNameModalContent.js.map +1 -0
- package/lib/module/components/CompanyLogo.js +30 -0
- package/lib/module/components/CompanyLogo.js.map +1 -0
- package/lib/module/components/CustomInput.js +2 -3
- package/lib/module/components/CustomInput.js.map +1 -1
- package/lib/module/components/DisplayView.js +16 -61
- package/lib/module/components/DisplayView.js.map +1 -1
- package/lib/module/components/EndRoomModalContent.js +76 -0
- package/lib/module/components/EndRoomModalContent.js.map +1 -0
- package/lib/module/components/Footer.js +9 -10
- package/lib/module/components/Footer.js.map +1 -1
- package/lib/module/components/GridView.js +55 -10
- package/lib/module/components/GridView.js.map +1 -1
- package/lib/module/components/HMSBaseButton.js +57 -0
- package/lib/module/components/HMSBaseButton.js.map +1 -0
- package/lib/module/components/HMSDangerButton.js +44 -0
- package/lib/module/components/HMSDangerButton.js.map +1 -0
- package/lib/module/components/HMSHLSStreamLoading.js +56 -0
- package/lib/module/components/HMSHLSStreamLoading.js.map +1 -0
- package/lib/module/components/HMSLocalVideoView.js +32 -0
- package/lib/module/components/HMSLocalVideoView.js.map +1 -0
- package/lib/module/components/{HMSSpeakerSettings.js → HMSManageAudioOutput.js} +70 -77
- package/lib/module/components/HMSManageAudioOutput.js.map +1 -0
- package/lib/module/components/HMSManageCameraRotation.js +5 -4
- package/lib/module/components/HMSManageCameraRotation.js.map +1 -1
- package/lib/module/components/HMSManageLeave.js +95 -161
- package/lib/module/components/HMSManageLeave.js.map +1 -1
- package/lib/module/components/HMSManageLocalAudio.js +1 -9
- package/lib/module/components/HMSManageLocalAudio.js.map +1 -1
- package/lib/module/components/HMSManageLocalVideo.js +1 -9
- package/lib/module/components/HMSManageLocalVideo.js.map +1 -1
- package/lib/module/components/HMSMeetingEnded.js +26 -0
- package/lib/module/components/HMSMeetingEnded.js.map +1 -0
- package/lib/module/components/HMSPreviewEditName.js +7 -38
- package/lib/module/components/HMSPreviewEditName.js.map +1 -1
- package/lib/module/components/HMSPreviewHLSLiveIndicator.js +62 -0
- package/lib/module/components/HMSPreviewHLSLiveIndicator.js.map +1 -0
- package/lib/module/components/HMSPreviewJoinButton.js +28 -39
- package/lib/module/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/module/components/HMSPreviewNetworkQuality.js +36 -0
- package/lib/module/components/HMSPreviewNetworkQuality.js.map +1 -0
- package/lib/module/components/HMSPreviewPeersList.js +21 -33
- package/lib/module/components/HMSPreviewPeersList.js.map +1 -1
- package/lib/module/components/HMSPreviewSubtitle.js +43 -7
- package/lib/module/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/module/components/HMSPreviewTile.js +18 -26
- package/lib/module/components/HMSPreviewTile.js.map +1 -1
- package/lib/module/components/HMSPreviewTitle.js +14 -6
- package/lib/module/components/HMSPreviewTitle.js.map +1 -1
- package/lib/module/components/HMSPrimaryButton.js +44 -0
- package/lib/module/components/HMSPrimaryButton.js.map +1 -0
- package/lib/module/components/HMSRecordingIndicator.js +37 -0
- package/lib/module/components/HMSRecordingIndicator.js.map +1 -0
- package/lib/module/components/HMSRoomOptions.js +23 -11
- package/lib/module/components/HMSRoomOptions.js.map +1 -1
- package/lib/module/components/HMSShowNetworkQuality.js +6 -7
- package/lib/module/components/HMSShowNetworkQuality.js.map +1 -1
- package/lib/module/components/HMSTextInput.js +57 -0
- package/lib/module/components/HMSTextInput.js.map +1 -0
- package/lib/module/components/Header.js +32 -32
- package/lib/module/components/Header.js.map +1 -1
- package/lib/module/components/LocalPeerRegularVideoView.js +17 -0
- package/lib/module/components/LocalPeerRegularVideoView.js.map +1 -0
- package/lib/module/components/LocalPeerScreenshareView.js +66 -0
- package/lib/module/components/LocalPeerScreenshareView.js.map +1 -0
- package/lib/module/components/Meeting.js +15 -4
- package/lib/module/components/Meeting.js.map +1 -1
- package/lib/module/components/MenuModal/Menu.js +1 -2
- package/lib/module/components/MenuModal/Menu.js.map +1 -1
- package/lib/module/components/MiniView.js +154 -0
- package/lib/module/components/MiniView.js.map +1 -0
- package/lib/module/components/Modals.js +37 -378
- package/lib/module/components/Modals.js.map +1 -1
- package/lib/module/components/PaginationDots.js +47 -0
- package/lib/module/components/PaginationDots.js.map +1 -0
- package/lib/module/components/Participants/ParticipantsList.js +1 -20
- package/lib/module/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/module/components/ParticipantsCount.js +46 -0
- package/lib/module/components/ParticipantsCount.js.map +1 -0
- package/lib/module/components/PeerMinimizedView.js +104 -0
- package/lib/module/components/PeerMinimizedView.js.map +1 -0
- package/lib/module/components/PeerSettingsModalContent.js +72 -66
- package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/module/components/PeerVideoTile/AvatarView.js +66 -0
- package/lib/module/components/PeerVideoTile/AvatarView.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js +35 -0
- package/lib/module/components/PeerVideoTile/PeerAudioMutedIndicator.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerMetadata.js +35 -0
- package/lib/module/components/PeerVideoTile/PeerMetadata.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js +65 -0
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -0
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js +136 -0
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js.map +1 -0
- package/lib/module/components/PeerVideoTile/VideoView.js +75 -0
- package/lib/module/components/PeerVideoTile/VideoView.js.map +1 -0
- package/lib/module/components/PeerVideoTile/index.js +2 -0
- package/lib/module/components/PeerVideoTile/index.js.map +1 -0
- package/lib/module/components/PressableIcon.js +15 -8
- package/lib/module/components/PressableIcon.js.map +1 -1
- package/lib/module/components/Preview.js +93 -72
- package/lib/module/components/Preview.js.map +1 -1
- package/lib/module/components/RoomSettingsModalContent.js +231 -459
- package/lib/module/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/module/components/RoomSettingsModalDebugModeContent.js +287 -0
- package/lib/module/components/RoomSettingsModalDebugModeContent.js.map +1 -0
- package/lib/module/components/StopRecordingModalContent.js +88 -0
- package/lib/module/components/StopRecordingModalContent.js.map +1 -0
- package/lib/module/components/Tile.js +30 -91
- package/lib/module/components/Tile.js.map +1 -1
- package/lib/module/components/TilesContainer.js +100 -10
- package/lib/module/components/TilesContainer.js.map +1 -1
- package/lib/module/components/UnmountAfterDelay.js +39 -0
- package/lib/module/components/UnmountAfterDelay.js.map +1 -0
- package/lib/module/components/WebrtcView.js +41 -0
- package/lib/module/components/WebrtcView.js.map +1 -0
- package/lib/module/components/WelcomeInMeeting.js +45 -0
- package/lib/module/components/WelcomeInMeeting.js.map +1 -0
- package/lib/module/components/index.js +0 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/hooks/useHmsInstance.js +0 -1
- package/lib/module/hooks/useHmsInstance.js.map +1 -1
- package/lib/module/hooks-sdk-selectors.js +4 -0
- package/lib/module/hooks-sdk-selectors.js.map +1 -1
- package/lib/module/hooks-sdk.js +16 -1
- package/lib/module/hooks-sdk.js.map +1 -1
- package/lib/module/hooks-util-selectors.js +12 -0
- package/lib/module/hooks-util-selectors.js.map +1 -1
- package/lib/module/hooks-util.js +417 -104
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/modules/HMSManager.js +17 -0
- package/lib/module/modules/HMSManager.js.map +1 -0
- package/lib/module/modules/parser.js +16 -0
- package/lib/module/modules/parser.js.map +1 -0
- package/lib/module/peerTrackNodeUtils.js +6 -2
- package/lib/module/peerTrackNodeUtils.js.map +1 -1
- package/lib/module/redux/actionTypes.js +20 -1
- package/lib/module/redux/actionTypes.js.map +1 -1
- package/lib/module/redux/actions/index.js +54 -0
- package/lib/module/redux/actions/index.js.map +1 -1
- package/lib/module/redux/reducers/appState.js +70 -1
- package/lib/module/redux/reducers/appState.js.map +1 -1
- package/lib/module/redux/reducers/hmsStates.js +7 -1
- package/lib/module/redux/reducers/hmsStates.js.map +1 -1
- package/lib/module/redux/reducers/userState.js +3 -1
- package/lib/module/redux/reducers/userState.js.map +1 -1
- package/lib/module/utils/functions.js +47 -0
- package/lib/module/utils/functions.js.map +1 -1
- package/lib/module/utils/theme.js +58 -5
- package/lib/module/utils/theme.js.map +1 -1
- package/lib/module/utils/types.js +6 -1
- package/lib/module/utils/types.js.map +1 -1
- package/lib/module/utils.js +2 -2
- package/lib/module/utils.js.map +1 -1
- package/lib/typescript/HMSInstanceSetup.d.ts.map +1 -1
- package/lib/typescript/HMSPrebuilt.d.ts +3 -3
- package/lib/typescript/HMSPrebuilt.d.ts.map +1 -1
- package/lib/typescript/HMSRoomSetup.d.ts.map +1 -1
- package/lib/typescript/Icons/AlertTriangle/index.d.ts +7 -0
- package/lib/typescript/Icons/AlertTriangle/index.d.ts.map +1 -0
- package/lib/typescript/Icons/AnswerPhone/index.d.ts.map +1 -1
- package/lib/typescript/Icons/BRB/index.d.ts +7 -0
- package/lib/typescript/Icons/BRB/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Bluetooth/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Camera/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Chat/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Check/index.d.ts +7 -0
- package/lib/typescript/Icons/Check/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Chevron/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Close/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Hamburger/index.d.ts +7 -0
- package/lib/typescript/Icons/Hamburger/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Hand/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Headphones/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Maximize/index.d.ts +7 -0
- package/lib/typescript/Icons/Maximize/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Mic/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Minimize/index.d.ts +7 -0
- package/lib/typescript/Icons/Minimize/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Participants/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Pencil/index.d.ts +7 -0
- package/lib/typescript/Icons/Pencil/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Pin/index.d.ts +7 -0
- package/lib/typescript/Icons/Pin/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Radio/index.d.ts +7 -0
- package/lib/typescript/Icons/Radio/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Recording/index.d.ts +7 -0
- package/lib/typescript/Icons/Recording/index.d.ts.map +1 -0
- package/lib/typescript/Icons/RotateCamera/index.d.ts.map +1 -1
- package/lib/typescript/Icons/ScreenShare/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Speaker/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Star/index.d.ts +7 -0
- package/lib/typescript/Icons/Star/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Stop/index.d.ts +7 -0
- package/lib/typescript/Icons/Stop/index.d.ts.map +1 -0
- package/lib/typescript/Icons/ThreeDots/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Wave/index.d.ts.map +1 -1
- package/lib/typescript/Icons/index.d.ts +12 -0
- package/lib/typescript/Icons/index.d.ts.map +1 -1
- package/lib/typescript/components/BackButton.d.ts.map +1 -1
- package/lib/typescript/components/BottomSheet.d.ts +25 -0
- package/lib/typescript/components/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/components/ChangeNameModalContent.d.ts +6 -0
- package/lib/typescript/components/ChangeNameModalContent.d.ts.map +1 -0
- package/lib/typescript/components/CompanyLogo.d.ts +7 -0
- package/lib/typescript/components/CompanyLogo.d.ts.map +1 -0
- package/lib/typescript/components/CustomInput.d.ts +1 -1
- package/lib/typescript/components/CustomInput.d.ts.map +1 -1
- package/lib/typescript/components/DisplayView.d.ts.map +1 -1
- package/lib/typescript/components/EndRoomModalContent.d.ts +6 -0
- package/lib/typescript/components/EndRoomModalContent.d.ts.map +1 -0
- package/lib/typescript/components/Footer.d.ts.map +1 -1
- package/lib/typescript/components/GridView.d.ts +3 -4
- package/lib/typescript/components/GridView.d.ts.map +1 -1
- package/lib/typescript/components/HMSBaseButton.d.ts +15 -0
- package/lib/typescript/components/HMSBaseButton.d.ts.map +1 -0
- package/lib/typescript/components/HMSDangerButton.d.ts +12 -0
- package/lib/typescript/components/HMSDangerButton.d.ts.map +1 -0
- package/lib/typescript/components/HMSHLSStreamLoading.d.ts +3 -0
- package/lib/typescript/components/HMSHLSStreamLoading.d.ts.map +1 -0
- package/lib/typescript/components/HMSLocalVideoView.d.ts +3 -0
- package/lib/typescript/components/HMSLocalVideoView.d.ts.map +1 -0
- package/lib/typescript/components/HMSManageAudioOutput.d.ts +3 -0
- package/lib/typescript/components/HMSManageAudioOutput.d.ts.map +1 -0
- package/lib/typescript/components/HMSManageLeave.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageLocalAudio.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageLocalVideo.d.ts.map +1 -1
- package/lib/typescript/components/HMSMeetingEnded.d.ts +3 -0
- package/lib/typescript/components/HMSMeetingEnded.d.ts.map +1 -0
- package/lib/typescript/components/HMSPreviewEditName.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewHLSLiveIndicator.d.ts +3 -0
- package/lib/typescript/components/HMSPreviewHLSLiveIndicator.d.ts.map +1 -0
- package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewNetworkQuality.d.ts +3 -0
- package/lib/typescript/components/HMSPreviewNetworkQuality.d.ts.map +1 -0
- package/lib/typescript/components/HMSPreviewPeersList.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewSubtitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewTile.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewTitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSPrimaryButton.d.ts +12 -0
- package/lib/typescript/components/HMSPrimaryButton.d.ts.map +1 -0
- package/lib/typescript/components/HMSRecordingIndicator.d.ts +3 -0
- package/lib/typescript/components/HMSRecordingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/HMSRoomOptions.d.ts.map +1 -1
- package/lib/typescript/components/HMSShowNetworkQuality.d.ts.map +1 -1
- package/lib/typescript/components/HMSTextInput.d.ts +10 -0
- package/lib/typescript/components/HMSTextInput.d.ts.map +1 -0
- package/lib/typescript/components/Header.d.ts.map +1 -1
- package/lib/typescript/components/LocalPeerRegularVideoView.d.ts +6 -0
- package/lib/typescript/components/LocalPeerRegularVideoView.d.ts.map +1 -0
- package/lib/typescript/components/LocalPeerScreenshareView.d.ts +3 -0
- package/lib/typescript/components/LocalPeerScreenshareView.d.ts.map +1 -0
- package/lib/typescript/components/Meeting.d.ts.map +1 -1
- package/lib/typescript/components/MenuModal/Menu.d.ts.map +1 -1
- package/lib/typescript/components/MiniView.d.ts +9 -0
- package/lib/typescript/components/MiniView.d.ts.map +1 -0
- package/lib/typescript/components/Modals.d.ts +1 -16
- package/lib/typescript/components/Modals.d.ts.map +1 -1
- package/lib/typescript/components/PaginationDots.d.ts +6 -0
- package/lib/typescript/components/PaginationDots.d.ts.map +1 -0
- package/lib/typescript/components/Participants/ParticipantsList.d.ts.map +1 -1
- package/lib/typescript/components/ParticipantsCount.d.ts +3 -0
- package/lib/typescript/components/ParticipantsCount.d.ts.map +1 -0
- package/lib/typescript/components/PeerMinimizedView.d.ts +12 -0
- package/lib/typescript/components/PeerMinimizedView.d.ts.map +1 -0
- package/lib/typescript/components/PeerSettingsModalContent.d.ts +1 -0
- package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts +9 -0
- package/lib/typescript/components/PeerVideoTile/AvatarView.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts +6 -0
- package/lib/typescript/components/PeerVideoTile/PeerAudioMutedIndicator.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerMetadata.d.ts +6 -0
- package/lib/typescript/components/PeerVideoTile/PeerMetadata.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts +10 -0
- package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts +10 -0
- package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/VideoView.d.ts +13 -0
- package/lib/typescript/components/PeerVideoTile/VideoView.d.ts.map +1 -0
- package/lib/typescript/components/PeerVideoTile/index.d.ts +1 -0
- package/lib/typescript/components/PeerVideoTile/index.d.ts.map +1 -0
- package/lib/typescript/components/PressableIcon.d.ts.map +1 -1
- package/lib/typescript/components/Preview.d.ts.map +1 -1
- package/lib/typescript/components/RoomSettingsModalContent.d.ts +2 -2
- package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/RoomSettingsModalDebugModeContent.d.ts +17 -0
- package/lib/typescript/components/RoomSettingsModalDebugModeContent.d.ts.map +1 -0
- package/lib/typescript/components/StopRecordingModalContent.d.ts +6 -0
- package/lib/typescript/components/StopRecordingModalContent.d.ts.map +1 -0
- package/lib/typescript/components/Tile.d.ts +12 -3
- package/lib/typescript/components/Tile.d.ts.map +1 -1
- package/lib/typescript/components/TilesContainer.d.ts.map +1 -1
- package/lib/typescript/components/UnmountAfterDelay.d.ts +12 -0
- package/lib/typescript/components/UnmountAfterDelay.d.ts.map +1 -0
- package/lib/typescript/components/WebrtcView.d.ts +10 -0
- package/lib/typescript/components/WebrtcView.d.ts.map +1 -0
- package/lib/typescript/components/WelcomeInMeeting.d.ts +5 -0
- package/lib/typescript/components/WelcomeInMeeting.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +0 -1
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/hooks-sdk-selectors.d.ts +2 -0
- package/lib/typescript/hooks-sdk-selectors.d.ts.map +1 -1
- package/lib/typescript/hooks-sdk.d.ts +1 -0
- package/lib/typescript/hooks-sdk.d.ts.map +1 -1
- package/lib/typescript/hooks-util-selectors.d.ts +2 -0
- package/lib/typescript/hooks-util-selectors.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts +24 -4
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/modules/HMSManager.d.ts +4 -0
- package/lib/typescript/modules/HMSManager.d.ts.map +1 -0
- package/lib/typescript/modules/parser.d.ts +3 -0
- package/lib/typescript/modules/parser.d.ts.map +1 -0
- package/lib/typescript/peerTrackNodeUtils.d.ts +1 -0
- package/lib/typescript/peerTrackNodeUtils.d.ts.map +1 -1
- package/lib/typescript/redux/actionTypes.d.ts +11 -1
- package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
- package/lib/typescript/redux/actions/index.d.ts +61 -3
- package/lib/typescript/redux/actions/index.d.ts.map +1 -1
- package/lib/typescript/redux/index.d.ts +10 -1
- package/lib/typescript/redux/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/appState.d.ts +8 -0
- package/lib/typescript/redux/reducers/appState.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/hmsStates.d.ts +7 -1
- package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/index.d.ts +10 -1
- package/lib/typescript/redux/reducers/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/userState.d.ts +3 -2
- package/lib/typescript/redux/reducers/userState.d.ts.map +1 -1
- package/lib/typescript/utils/functions.d.ts +14 -0
- package/lib/typescript/utils/functions.d.ts.map +1 -1
- package/lib/typescript/utils/theme.d.ts +7 -3
- package/lib/typescript/utils/theme.d.ts.map +1 -1
- package/lib/typescript/utils/types.d.ts +8 -4
- package/lib/typescript/utils/types.d.ts.map +1 -1
- package/package.json +11 -16
- package/src/HMSInstanceSetup.tsx +5 -31
- package/src/HMSPrebuilt.tsx +27 -8
- package/src/HMSRoomSetup.tsx +98 -23
- package/src/Icons/AlertTriangle/assets/alert-triangle.png +0 -0
- package/src/Icons/AlertTriangle/assets/alert-triangle@2x.png +0 -0
- package/src/Icons/AlertTriangle/assets/alert-triangle@3x.png +0 -0
- package/src/Icons/AlertTriangle/index.tsx +33 -0
- package/src/Icons/AnswerPhone/index.tsx +7 -1
- package/src/Icons/BRB/assets/BRB.png +0 -0
- package/src/Icons/BRB/assets/BRB@2x.png +0 -0
- package/src/Icons/BRB/assets/BRB@3x.png +0 -0
- package/src/Icons/BRB/index.tsx +31 -0
- package/src/Icons/Bluetooth/index.tsx +7 -1
- package/src/Icons/Camera/index.tsx +7 -1
- package/src/Icons/Chat/index.tsx +7 -1
- package/src/Icons/Check/assets/check.png +0 -0
- package/src/Icons/Check/assets/check@2x.png +0 -0
- package/src/Icons/Check/assets/check@3x.png +0 -0
- package/src/Icons/Check/index.tsx +33 -0
- package/src/Icons/Chevron/index.tsx +7 -1
- package/src/Icons/Close/index.tsx +7 -1
- package/src/Icons/Hamburger/assets/hamburger.png +0 -0
- package/src/Icons/Hamburger/assets/hamburger@2x.png +0 -0
- package/src/Icons/Hamburger/assets/hamburger@3x.png +0 -0
- package/src/Icons/Hamburger/index.tsx +33 -0
- package/src/Icons/Hand/index.tsx +6 -3
- package/src/Icons/Headphones/index.tsx +7 -1
- package/src/Icons/Maximize/assets/maximize.png +0 -0
- package/src/Icons/Maximize/assets/maximize@2x.png +0 -0
- package/src/Icons/Maximize/assets/maximize@3x.png +0 -0
- package/src/Icons/Maximize/index.tsx +33 -0
- package/src/Icons/Mic/index.tsx +7 -1
- package/src/Icons/Minimize/assets/minimize.png +0 -0
- package/src/Icons/Minimize/assets/minimize@2x.png +0 -0
- package/src/Icons/Minimize/assets/minimize@3x.png +0 -0
- package/src/Icons/Minimize/index.tsx +33 -0
- package/src/Icons/Participants/index.tsx +7 -1
- package/src/Icons/Pencil/assets/pencil.png +0 -0
- package/src/Icons/Pencil/assets/pencil@2x.png +0 -0
- package/src/Icons/Pencil/assets/pencil@3x.png +0 -0
- package/src/Icons/Pencil/index.tsx +33 -0
- package/src/Icons/Pin/assets/pin.png +0 -0
- package/src/Icons/Pin/assets/pin@2x.png +0 -0
- package/src/Icons/Pin/assets/pin@3x.png +0 -0
- package/src/Icons/Pin/index.tsx +30 -0
- package/src/Icons/Radio/assets/radio.png +0 -0
- package/src/Icons/Radio/assets/radio@2x.png +0 -0
- package/src/Icons/Radio/assets/radio@3x.png +0 -0
- package/src/Icons/Radio/index.tsx +27 -0
- package/src/Icons/Recording/assets/recording.png +0 -0
- package/src/Icons/Recording/assets/recording@2x.png +0 -0
- package/src/Icons/Recording/assets/recording@3x.png +0 -0
- package/src/Icons/Recording/index.tsx +33 -0
- package/src/Icons/RotateCamera/index.tsx +7 -1
- package/src/Icons/ScreenShare/index.tsx +7 -1
- package/src/Icons/Speaker/index.tsx +12 -1
- package/src/Icons/Star/assets/star.png +0 -0
- package/src/Icons/Star/assets/star@2x.png +0 -0
- package/src/Icons/Star/assets/star@3x.png +0 -0
- package/src/Icons/Star/index.tsx +30 -0
- package/src/Icons/Stop/assets/stop.png +0 -0
- package/src/Icons/Stop/assets/stop@2x.png +0 -0
- package/src/Icons/Stop/assets/stop@3x.png +0 -0
- package/src/Icons/Stop/index.tsx +33 -0
- package/src/Icons/ThreeDots/index.tsx +7 -1
- package/src/Icons/Wave/index.tsx +7 -1
- package/src/Icons/index.ts +12 -0
- package/src/components/AvatarView.tsx +1 -2
- package/src/components/BackButton.tsx +9 -6
- package/src/components/BottomSheet.tsx +191 -0
- package/src/components/ChangeNameModalContent.tsx +157 -0
- package/src/components/CompanyLogo.tsx +35 -0
- package/src/components/CustomInput.tsx +2 -3
- package/src/components/DisplayView.tsx +16 -75
- package/src/components/EndRoomModalContent.tsx +90 -0
- package/src/components/Footer.tsx +7 -7
- package/src/components/GridView.tsx +91 -20
- package/src/components/HLSView.tsx +1 -1
- package/src/components/HMSBaseButton.tsx +91 -0
- package/src/components/HMSDangerButton.tsx +65 -0
- package/src/components/HMSHLSStreamLoading.tsx +68 -0
- package/src/components/HMSLocalVideoView.tsx +42 -0
- package/src/components/{HMSSpeakerSettings.tsx → HMSManageAudioOutput.tsx} +99 -78
- package/src/components/HMSManageCameraRotation.tsx +11 -8
- package/src/components/HMSManageLeave.tsx +107 -183
- package/src/components/HMSManageLocalAudio.tsx +1 -10
- package/src/components/HMSManageLocalVideo.tsx +1 -10
- package/src/components/HMSMeetingEnded.tsx +28 -0
- package/src/components/HMSPreviewEditName.tsx +4 -45
- package/src/components/HMSPreviewHLSLiveIndicator.tsx +66 -0
- package/src/components/HMSPreviewJoinButton.tsx +36 -51
- package/src/components/HMSPreviewNetworkQuality.tsx +43 -0
- package/src/components/HMSPreviewPeersList.tsx +25 -54
- package/src/components/HMSPreviewSubtitle.tsx +46 -6
- package/src/components/HMSPreviewTile.tsx +20 -31
- package/src/components/HMSPreviewTitle.tsx +18 -5
- package/src/components/HMSPrimaryButton.tsx +63 -0
- package/src/components/HMSRecordingIndicator.tsx +37 -0
- package/src/components/HMSRoomOptions.tsx +30 -16
- package/src/components/HMSShowNetworkQuality.tsx +7 -6
- package/src/components/HMSTextInput.tsx +78 -0
- package/src/components/Header.tsx +37 -36
- package/src/components/LocalPeerRegularVideoView.tsx +28 -0
- package/src/components/LocalPeerScreenshareView.tsx +72 -0
- package/src/components/Meeting.tsx +21 -3
- package/src/components/MenuModal/Menu.tsx +1 -1
- package/src/components/MiniView.tsx +213 -0
- package/src/components/Modals.tsx +5 -409
- package/src/components/PaginationDots.tsx +65 -0
- package/src/components/Participants/ParticipantsList.tsx +0 -24
- package/src/components/ParticipantsCount.tsx +52 -0
- package/src/components/PeerMinimizedView.tsx +131 -0
- package/src/components/PeerSettingsModalContent.tsx +108 -66
- package/src/components/PeerVideoTile/AvatarView.tsx +79 -0
- package/src/components/PeerVideoTile/PeerAudioMutedIndicator.tsx +41 -0
- package/src/components/PeerVideoTile/PeerMetadata.tsx +46 -0
- package/src/components/PeerVideoTile/PeerNameAndNetwork.tsx +81 -0
- package/src/components/PeerVideoTile/PeerVideoTileView.tsx +180 -0
- package/src/components/PeerVideoTile/VideoView.tsx +104 -0
- package/src/components/PeerVideoTile/index.ts +0 -0
- package/src/components/PressableIcon.tsx +15 -8
- package/src/components/Preview.tsx +150 -104
- package/src/components/RoomSettingsModalContent.tsx +234 -659
- package/src/components/RoomSettingsModalDebugModeContent.tsx +446 -0
- package/src/components/StopRecordingModalContent.tsx +109 -0
- package/src/components/Tile.tsx +49 -90
- package/src/components/TilesContainer.tsx +116 -14
- package/src/components/UnmountAfterDelay.tsx +61 -0
- package/src/components/WebrtcView.tsx +72 -0
- package/src/components/WelcomeInMeeting.tsx +52 -0
- package/src/components/index.ts +0 -1
- package/src/hooks/useHmsInstance.ts +0 -1
- package/src/hooks-sdk-selectors.tsx +7 -0
- package/src/hooks-sdk.ts +18 -0
- package/src/hooks-util-selectors.tsx +21 -0
- package/src/hooks-util.ts +548 -130
- package/src/modules/HMSManager.ts +25 -0
- package/src/modules/parser.ts +22 -0
- package/src/peerTrackNodeUtils.tsx +13 -10
- package/src/redux/actionTypes.ts +28 -0
- package/src/redux/actions/index.ts +64 -2
- package/src/redux/reducers/appState.ts +65 -0
- package/src/redux/reducers/hmsStates.ts +15 -1
- package/src/redux/reducers/userState.ts +5 -2
- package/src/utils/functions.ts +48 -0
- package/src/utils/theme.ts +75 -5
- package/src/utils/types.ts +9 -4
- package/src/utils.ts +2 -2
- package/lib/commonjs/components/HMSSpeakerSettings.js.map +0 -1
- package/lib/commonjs/components/ZoomableView.js +0 -84
- package/lib/commonjs/components/ZoomableView.js.map +0 -1
- package/lib/module/components/HMSSpeakerSettings.js.map +0 -1
- package/lib/module/components/ZoomableView.js +0 -76
- package/lib/module/components/ZoomableView.js.map +0 -1
- package/lib/typescript/components/HMSSpeakerSettings.d.ts +0 -3
- package/lib/typescript/components/HMSSpeakerSettings.d.ts.map +0 -1
- package/lib/typescript/components/ZoomableView.d.ts +0 -6
- package/lib/typescript/components/ZoomableView.d.ts.map +0 -1
- package/src/components/ZoomableView.tsx +0 -91
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PeerNameAndNetwork.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerNameAndNetwork.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAM7D,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,cAAc,GAAG,SAAS,CAAC;IACxC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAsChE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PeerTrackNode } from '../../utils/types';
|
|
3
|
+
export interface PeerVideoTileViewProps {
|
|
4
|
+
peerTrackNode: PeerTrackNode;
|
|
5
|
+
onMoreOptionsPress(node: PeerTrackNode): void;
|
|
6
|
+
insetMode?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const _PeerVideoTileView: React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>;
|
|
9
|
+
export declare const PeerVideoTileView: React.MemoExoticComponent<React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>>;
|
|
10
|
+
//# sourceMappingURL=PeerVideoTileView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PeerVideoTileView.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/PeerVideoTileView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAKvD,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,kBAAkB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,kBAAkB,oFA8H7B,CAAC;AAyBH,eAAO,MAAM,iBAAiB,+GAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import type { HMSVideoViewMode, HMSPeer } from '@100mslive/react-native-hms';
|
|
4
|
+
export interface VideoViewProps {
|
|
5
|
+
trackId: string;
|
|
6
|
+
peer: HMSPeer;
|
|
7
|
+
overlay?: boolean;
|
|
8
|
+
isDegraded?: boolean;
|
|
9
|
+
scaleType?: HMSVideoViewMode;
|
|
10
|
+
containerStyle?: StyleProp<ViewStyle>;
|
|
11
|
+
}
|
|
12
|
+
export declare const VideoView: React.MemoExoticComponent<React.ForwardRefExoticComponent<VideoViewProps & React.RefAttributes<any>>>;
|
|
13
|
+
//# sourceMappingURL=VideoView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoView.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/VideoView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAEhB,OAAO,EACR,MAAM,6BAA6B,CAAC;AAMrC,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACvC;AAmFD,eAAO,MAAM,SAAS,uGAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PeerVideoTile/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableIcon.d.ts","sourceRoot":"","sources":["../../../src/components/PressableIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,UAAU,kBAAmB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC;IAC1E,QAAQ,EAAE,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,CAAC;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"PressableIcon.d.ts","sourceRoot":"","sources":["../../../src/components/PressableIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,UAAU,kBAAmB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC;IAC1E,QAAQ,EAAE,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,CAAC;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoCtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4C1B,eAAO,MAAM,OAAO;YAIV,IAAI;wBACQ,OAAO;uBA+F5B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HMSAudioMixingMode } from '@100mslive/react-native-hms';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { HMSAudioMixingMode } from '@100mslive/react-native-hms';
|
|
3
3
|
import { ModalTypes } from '../utils/types';
|
|
4
4
|
interface RoomSettingsModalContentProps {
|
|
5
5
|
newAudioMixingMode: HMSAudioMixingMode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAItE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAiB5C,UAAU,6BAA6B;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAmN9B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { HMSAudioMixingMode } from '@100mslive/react-native-hms';
|
|
3
|
+
import { ModalTypes } from '../utils/types';
|
|
4
|
+
interface RoomSettingsModalDebugModeContentProps {
|
|
5
|
+
newAudioMixingMode: HMSAudioMixingMode;
|
|
6
|
+
isAudioShared: boolean;
|
|
7
|
+
audioDeviceListenerAdded: boolean;
|
|
8
|
+
muteAllTracksAudio: boolean;
|
|
9
|
+
closeRoomSettingsModal(): void;
|
|
10
|
+
setModalVisible(modalType: ModalTypes, delay?: boolean): void;
|
|
11
|
+
setIsAudioShared(state: boolean): void;
|
|
12
|
+
setAudioDeviceListenerAdded(state: boolean): void;
|
|
13
|
+
setMuteAllTracksAudio(state: boolean): void;
|
|
14
|
+
}
|
|
15
|
+
export declare const RoomSettingsModalDebugModeContent: React.FC<RoomSettingsModalDebugModeContentProps>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=RoomSettingsModalDebugModeContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoomSettingsModalDebugModeContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalDebugModeContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EACL,kBAAkB,EAEnB,MAAM,6BAA6B,CAAC;AAiBrC,OAAO,EAAE,UAAU,EAAY,MAAM,gBAAgB,CAAC;AAEtD,UAAU,sCAAsC;IAC9C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CACtD,sCAAsC,CAqWvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopRecordingModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/StopRecordingModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,MAAM,WAAW,8BAA8B;IAC7C,YAAY,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAC9C,8BAA8B,CA0D/B,CAAC"}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import type { ViewStyle, StyleProp } from 'react-native';
|
|
2
3
|
import type { HMSView } from '@100mslive/react-native-hms';
|
|
3
4
|
import type { PeerTrackNode } from '../utils/types';
|
|
4
|
-
|
|
5
|
-
totalTilesInContainer: number;
|
|
5
|
+
type TileProps = {
|
|
6
6
|
peerTrackNode: PeerTrackNode;
|
|
7
7
|
onPeerTileMorePress(peerTrackNode: PeerTrackNode): void;
|
|
8
8
|
setHmsViewRefs(viewId: string, ref: typeof HMSView | null): void;
|
|
9
|
-
|
|
9
|
+
style?: StyleProp<ViewStyle>;
|
|
10
|
+
} & ({
|
|
11
|
+
aspectRatio?: undefined;
|
|
12
|
+
width: ViewStyle['width'];
|
|
13
|
+
height: ViewStyle['height'];
|
|
14
|
+
} | {
|
|
15
|
+
aspectRatio: number;
|
|
16
|
+
width?: ViewStyle['width'];
|
|
17
|
+
height?: ViewStyle['width'];
|
|
18
|
+
});
|
|
10
19
|
declare const Tile: React.NamedExoticComponent<TileProps>;
|
|
11
20
|
export { Tile };
|
|
12
21
|
//# sourceMappingURL=Tile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAMpD,KAAK,SAAS,GAAG;IACf,aAAa,EAAE,aAAa,CAAC;IAC7B,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACxD,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;IACjE,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,KAAK,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC1B,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;CAC7B,GACD;IACE,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC7B,CACJ,CAAC;AA4CF,QAAA,MAAM,IAAI,uCAAoB,CAAC;AAI/B,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TilesContainer.d.ts","sourceRoot":"","sources":["../../../src/components/TilesContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TilesContainer.d.ts","sourceRoot":"","sources":["../../../src/components/TilesContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAIpD,UAAU,mBAAmB;IAC3B,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACxD,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;CAClE;AA0FD,QAAA,MAAM,cAAc,iDAA8B,CAAC;AAInD,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface UnmountAfterDelayProps {
|
|
3
|
+
visible: boolean;
|
|
4
|
+
onUnmount(): void;
|
|
5
|
+
children: React.ReactElement;
|
|
6
|
+
delay?: number;
|
|
7
|
+
}
|
|
8
|
+
export type UnmountAfterDelayAttrs = {
|
|
9
|
+
resetTimer(): void;
|
|
10
|
+
};
|
|
11
|
+
export declare const UnmountAfterDelay: React.ForwardRefExoticComponent<UnmountAfterDelayProps & React.RefAttributes<UnmountAfterDelayAttrs>>;
|
|
12
|
+
//# sourceMappingURL=UnmountAfterDelay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnmountAfterDelay.d.ts","sourceRoot":"","sources":["../../../src/components/UnmountAfterDelay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,sBAAsB;IAErC,OAAO,EAAE,OAAO,CAAC;IAEjB,SAAS,IAAI,IAAI,CAAC;IAElB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAE7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,IAAI,IAAI,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,uGA2C5B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PeerTrackNode } from '../utils/types';
|
|
3
|
+
import type { GridViewRefAttrs } from './GridView';
|
|
4
|
+
interface WebrtcViewProps {
|
|
5
|
+
peerTrackNodes: Array<PeerTrackNode>;
|
|
6
|
+
handlePeerTileMorePress(node: PeerTrackNode): void;
|
|
7
|
+
}
|
|
8
|
+
export declare const WebrtcView: React.ForwardRefExoticComponent<WebrtcViewProps & React.RefAttributes<GridViewRefAttrs>>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=WebrtcView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebrtcView.d.ts","sourceRoot":"","sources":["../../../src/components/WebrtcView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAIpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAMnD,UAAU,eAAe;IACvB,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IACrC,uBAAuB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACpD;AAED,eAAO,MAAM,UAAU,0FAoDtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WelcomeInMeeting.d.ts","sourceRoot":"","sources":["../../../src/components/WelcomeInMeeting.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,qBAAqB;CAAG;AAEzC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAuB5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { HMSRole } from '@100mslive/react-native-hms';
|
|
1
2
|
import type { RootState } from './redux';
|
|
2
3
|
export declare const selectAllowedTracksToPublish: (state: RootState) => string[] | undefined;
|
|
3
4
|
export declare const selectCanPublishTrack: (state: RootState, track: 'audio' | 'video' | 'screen') => boolean;
|
|
5
|
+
export declare const selectCanPublishTrackForRole: (role: HMSRole | undefined, track: 'audio' | 'video' | 'screen') => boolean;
|
|
4
6
|
//# sourceMappingURL=hooks-sdk-selectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-sdk-selectors.d.ts","sourceRoot":"","sources":["../../src/hooks-sdk-selectors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,4BAA4B,UAAW,SAAS,yBACF,CAAC;AAE5D,eAAO,MAAM,qBAAqB,UACzB,SAAS,SACT,OAAO,GAAG,OAAO,GAAG,QAAQ,YAC6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"hooks-sdk-selectors.d.ts","sourceRoot":"","sources":["../../src/hooks-sdk-selectors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,4BAA4B,UAAW,SAAS,yBACF,CAAC;AAE5D,eAAO,MAAM,qBAAqB,UACzB,SAAS,SACT,OAAO,GAAG,OAAO,GAAG,QAAQ,YAC6B,CAAC;AAEnE,eAAO,MAAM,4BAA4B,SACjC,OAAO,GAAG,SAAS,SAClB,OAAO,GAAG,OAAO,GAAG,QAAQ,YACwB,CAAC"}
|
|
@@ -8,5 +8,6 @@ export declare const useHMSActions: () => {
|
|
|
8
8
|
switchCamera: () => Promise<undefined>;
|
|
9
9
|
setScreenShareEnabled: (enable: boolean) => Promise<undefined>;
|
|
10
10
|
changeMetadata: (metadata: string | object) => Promise<undefined>;
|
|
11
|
+
changeName: (name: string) => Promise<void>;
|
|
11
12
|
};
|
|
12
13
|
//# sourceMappingURL=hooks-sdk.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-sdk.d.ts","sourceRoot":"","sources":["../../src/hooks-sdk.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,yBAAyB,4BAErC,CAAC;AAEF,eAAO,MAAM,kBAAkB,eAI9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,eAI9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAI/B,CAAC;AAEF,eAAO,MAAM,aAAa;mCAIgC,OAAO;mCAsBP,OAAO;;oCAuCN,OAAO;+BA4BZ,MAAM,GAAG,MAAM;
|
|
1
|
+
{"version":3,"file":"hooks-sdk.d.ts","sourceRoot":"","sources":["../../src/hooks-sdk.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,yBAAyB,4BAErC,CAAC;AAEF,eAAO,MAAM,kBAAkB,eAI9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,eAI9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAI/B,CAAC;AAEF,eAAO,MAAM,aAAa;mCAIgC,OAAO;mCAsBP,OAAO;;oCAuCN,OAAO;+BA4BZ,MAAM,GAAG,MAAM;uBAmBvB,MAAM,KAAG,QAAQ,IAAI,CAAC;CAyBnE,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import type { HMSPeer } from '@100mslive/react-native-hms';
|
|
2
|
+
import type { RootState } from './redux';
|
|
2
3
|
export declare const selectIsHLSViewer: (peer: HMSPeer | null | undefined) => boolean;
|
|
4
|
+
export declare const selectShouldGoLive: (state: RootState) => boolean | undefined;
|
|
3
5
|
//# sourceMappingURL=hooks-util-selectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-util-selectors.d.ts","sourceRoot":"","sources":["../../src/hooks-util-selectors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"hooks-util-selectors.d.ts","sourceRoot":"","sources":["../../src/hooks-util-selectors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,iBAAiB,SAAU,OAAO,GAAG,IAAI,GAAG,SAAS,YACtB,CAAC;AAE7C,eAAO,MAAM,kBAAkB,UAAW,SAAS,wBAgBlD,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { HMSChangeTrackStateRequest, HMSConfig, HMSLocalPeer, HMSRemotePeer, HMSRoleChangeRequest, HMSSDK } from '@100mslive/react-native-hms';
|
|
2
|
+
import type { ColorPalette, Theme, Typography } from '@100mslive/types-prebuilt';
|
|
3
|
+
import type { DependencyList } from 'react';
|
|
3
4
|
import { ModalTypes } from './utils/types';
|
|
4
5
|
import type { PeerTrackNode } from './utils/types';
|
|
5
|
-
import {
|
|
6
|
-
|
|
6
|
+
import type { ImageStyle, StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
7
|
+
import type { GridViewRefAttrs } from './components/GridView';
|
|
8
|
+
export declare const useHMSListeners: (setPeerTrackNodes: React.Dispatch<React.SetStateAction<PeerTrackNode[]>>) => void;
|
|
7
9
|
export declare const useHMSInstance: () => HMSSDK;
|
|
8
10
|
export declare const useIsHLSViewer: () => boolean;
|
|
9
11
|
type TrackStateChangeRequest = {
|
|
@@ -16,12 +18,14 @@ type RoleChangeRequest = {
|
|
|
16
18
|
suggestedRole?: string;
|
|
17
19
|
};
|
|
18
20
|
export declare const useHMSRoleChangeRequest: (callback?: ((request: HMSRoleChangeRequest) => void) | undefined, deps?: React.DependencyList) => RoleChangeRequest | null;
|
|
19
|
-
export declare const useHMSSessionStoreListeners: () => void;
|
|
21
|
+
export declare const useHMSSessionStoreListeners: (gridViewRef: React.MutableRefObject<GridViewRefAttrs | null>) => void;
|
|
20
22
|
export declare const useHMSSessionStore: () => void;
|
|
21
23
|
export declare const useHMSMessages: () => void;
|
|
22
24
|
export declare const useHMSPIPRoomLeave: () => void;
|
|
23
25
|
export declare const useHMSRemovedFromRoomUpdate: () => void;
|
|
24
26
|
export declare const usePIPListener: () => void;
|
|
27
|
+
export declare const useHMSNetworkQualityUpdate: () => void;
|
|
28
|
+
export declare const useHMSActiveSpeakerUpdates: (setPeerTrackNodes: React.Dispatch<React.SetStateAction<PeerTrackNode[]>>, active?: boolean) => void;
|
|
25
29
|
export declare const clearPendingModalTasks: () => void;
|
|
26
30
|
export declare const useModalType: () => {
|
|
27
31
|
modalVisibleType: ModalTypes;
|
|
@@ -32,6 +36,7 @@ export declare const useShowLandscapeLayout: () => boolean;
|
|
|
32
36
|
export declare const clearConfig: () => void;
|
|
33
37
|
export declare const useHMSConfig: () => {
|
|
34
38
|
clearConfig: () => void;
|
|
39
|
+
updateConfig: (data: Partial<HMSConfig>) => void;
|
|
35
40
|
getConfig: () => Promise<HMSConfig>;
|
|
36
41
|
};
|
|
37
42
|
export declare const useSafeDimensions: () => {
|
|
@@ -49,5 +54,20 @@ export declare const useFilteredParticipants: () => {
|
|
|
49
54
|
searchText: string;
|
|
50
55
|
setSearchText: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
51
56
|
};
|
|
57
|
+
export declare const useShouldGoLive: () => boolean | undefined;
|
|
58
|
+
export declare const useLeaveMethods: () => {
|
|
59
|
+
destroy: () => Promise<undefined>;
|
|
60
|
+
leave: () => Promise<void>;
|
|
61
|
+
endRoom: () => Promise<void>;
|
|
62
|
+
goToPreview: () => Promise<void>;
|
|
63
|
+
};
|
|
64
|
+
export declare const useHMSLayoutConfig: () => import("@100mslive/types-prebuilt").Layout | null;
|
|
65
|
+
export declare const useHMSRoomTheme: <S>(selector?: ((theme: Required<Theme>) => S) | undefined) => Required<Theme> | S;
|
|
66
|
+
export declare const useHMSRoomColorPalette: () => ColorPalette;
|
|
67
|
+
export declare const useHMSRoomTypography: () => Typography;
|
|
68
|
+
export declare const useHMSRoomStyleSheet: <T extends {
|
|
69
|
+
[key: string]: StyleProp<ViewStyle | TextStyle | ImageStyle>;
|
|
70
|
+
}>(updater: (theme: Required<Theme>, typography: Required<Typography>) => T, deps?: DependencyList) => T;
|
|
71
|
+
export declare const useHMSRoomStyle: <T extends StyleProp<ViewStyle | TextStyle | ImageStyle>>(updater: (theme: Required<Theme>, typography: Required<Typography>) => T, deps?: DependencyList) => T;
|
|
52
72
|
export {};
|
|
53
73
|
//# sourceMappingURL=hooks-util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-util.d.ts","sourceRoot":"","sources":["../../src/hooks-util.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks-util.d.ts","sourceRoot":"","sources":["../../src/hooks-util.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,SAAS,EACT,YAAY,EAKZ,aAAa,EACb,oBAAoB,EAGpB,MAAM,EAOP,MAAM,6BAA6B,CAAC;AAMrC,OAAO,KAAK,EACV,YAAY,EACZ,KAAK,EACL,UAAU,EACX,MAAM,2BAA2B,CAAC;AAUnC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAqB,UAAU,EAAY,MAAM,eAAe,CAAC;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAgDnD,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAWhF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAI9D,eAAO,MAAM,eAAe,sBACP,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,aAAa,EAAE,CAAC,CAAC,SAUzE,CAAC;AA6gBF,eAAO,MAAM,cAAc,cAQ1B,CAAC;AAEF,eAAO,MAAM,cAAc,eAI1B,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,6BAA6B,+BACb,KAAK,0BAA0B,EAAE,MAAM,CAAC,KAAK,IAAI,sBACrE,oBAAoB,mCAqC5B,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,uBAAuB,yBACb,oBAAoB,KAAK,IAAI,sBAC3C,oBAAoB,6BA4B5B,CAAC;AAIF,eAAO,MAAM,2BAA2B,gBACzB,MAAM,gBAAgB,CAAC,gBAAgB,GAAG,IAAI,CAAC,SA+I7D,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAyB9B,CAAC;AAEF,eAAO,MAAM,cAAc,YAmB1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAkB9B,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAoBvC,CAAC;AAEF,eAAO,MAAM,cAAc,YA0C1B,CAAC;AAEF,eAAO,MAAM,0BAA0B,YAQtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,sBAClB,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,aAAa,EAAE,CAAC,CAAC,WAC/D,OAAO,SAoFjB,CAAC;AAIF,eAAO,MAAM,sBAAsB,YAMlC,CAAC;AAYF,eAAO,MAAM,YAAY;;wCAST,UAAU;CAoBzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAe5B,CAAC;AAEF,eAAO,MAAM,sBAAsB,eAWlC,CAAC;AAIF,eAAO,MAAM,WAAW,YAEvB,CAAC;AAEF,eAAO,MAAM,YAAY;;yBAuCiB,QAAQ,SAAS,CAAC;;CAY3D,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;CAQ7B,CAAC;AAEF,eAAO,MAAM,WAAW,4CAEf,OAAO,KAAK,IAAI,CAiCxB,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAQtC,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAQvC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;CAiEnC,CAAC;AAEF,eAAO,MAAM,eAAe,2BAI3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;CA2F3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,yDAE9B,CAAC;AAEF,eAAO,MAAM,eAAe,0BACP,SAAS,KAAK,CAAC,2CAmBnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,QAAO,YAEzC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,UAmBvC,CAAC;AAEF,eAAO,MAAM,oBAAoB;;oBAGd,SAAS,KAAK,CAAC,cAAc,SAAS,UAAU,CAAC,mCAUnE,CAAC;AAEF,eAAO,MAAM,eAAe,6EAGT,SAAS,KAAK,CAAC,cAAc,SAAS,UAAU,CAAC,mCASnE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { HMSSDK } from '@100mslive/react-native-hms';
|
|
2
|
+
import type { Layout } from '@100mslive/types-prebuilt';
|
|
3
|
+
export declare function getRoomLayout(hmsInstance: HMSSDK, authToken: string, endpoint?: string): Promise<Layout>;
|
|
4
|
+
//# sourceMappingURL=HMSManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HMSManager.d.ts","sourceRoot":"","sources":["../../../src/modules/HMSManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAIxD,wBAAsB,aAAa,CACjC,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,MAAM,CAAC,CAcjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../src/modules/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,MAAM,EACP,MAAM,2BAA2B,CAAC;AAEnC,wBAAsB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAgBvE"}
|
|
@@ -7,4 +7,5 @@ export declare const replacePeerTrackNodes: (peerTrackNodes: PeerTrackNode[], pe
|
|
|
7
7
|
export declare const replacePeerTrackNodesWithTrack: (peerTrackNodes: PeerTrackNode[], peer: HMSPeer, track: HMSTrack) => PeerTrackNode[];
|
|
8
8
|
export declare const peerTrackNodeExistForPeer: (peerTrackNodes: PeerTrackNode[], peer: HMSPeer) => boolean;
|
|
9
9
|
export declare const peerTrackNodeExistForPeerAndTrack: (peerTrackNodes: PeerTrackNode[], peer: HMSPeer, track: HMSTrack) => boolean;
|
|
10
|
+
export declare const createPeerTrackNodeUniqueId: (peer: HMSPeer, track: HMSTrack) => string;
|
|
10
11
|
//# sourceMappingURL=peerTrackNodeUtils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"peerTrackNodeUtils.d.ts","sourceRoot":"","sources":["../../src/peerTrackNodeUtils.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,QAAQ,EAGT,MAAM,6BAA6B,CAAC;AAErC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,8BAA8B,mBACzB,aAAa,EAAE,QACzB,OAAO,SACN,QAAQ,cACH,OAAO,KAClB,aAAa,
|
|
1
|
+
{"version":3,"file":"peerTrackNodeUtils.d.ts","sourceRoot":"","sources":["../../src/peerTrackNodeUtils.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,QAAQ,EAGT,MAAM,6BAA6B,CAAC;AAErC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,8BAA8B,mBACzB,aAAa,EAAE,QACzB,OAAO,SACN,QAAQ,cACH,OAAO,KAClB,aAAa,EAYf,CAAC;AAEF,eAAO,MAAM,oBAAoB,mBACf,aAAa,EAAE,gBACjB,OAAO,KACpB,aAAa,EAIf,CAAC;AAEF,eAAO,MAAM,6BAA6B,mBACxB,aAAa,EAAE,QACzB,OAAO,SACN,QAAQ,KACd,aAAa,EAOf,CAAC;AAEF,eAAO,MAAM,qBAAqB,mBAChB,aAAa,EAAE,iBAChB,OAAO,KACrB,aAAa,EAUf,CAAC;AAEF,eAAO,MAAM,8BAA8B,mBACzB,aAAa,EAAE,QACzB,OAAO,SACN,QAAQ,KACd,aAAa,EAYf,CAAC;AAEF,eAAO,MAAM,yBAAyB,mBACpB,aAAa,EAAE,QACzB,OAAO,KACZ,OAMF,CAAC;AAEF,eAAO,MAAM,iCAAiC,mBAC5B,aAAa,EAAE,QACzB,OAAO,SACN,QAAQ,KACd,OAQF,CAAC;AAEF,eAAO,MAAM,2BAA2B,SAAU,OAAO,SAAS,QAAQ,WAQzE,CAAC"}
|
|
@@ -39,6 +39,15 @@ declare const _default: {
|
|
|
39
39
|
SET_RTC_STATS: string;
|
|
40
40
|
SET_MODAL_TYPE: string;
|
|
41
41
|
SET_PEER_TO_UPDATE: string;
|
|
42
|
+
SET_MEETING_STATE: string;
|
|
43
|
+
SET_INSET_VIEW_MINIMIZED: string;
|
|
44
|
+
SET_MINI_VIEW_PEERTRACKNODE: string;
|
|
45
|
+
UPDATE_MINI_VIEW_PEERTRACKNODE: string;
|
|
46
|
+
SET_LOCAL_PEERTRACKNODE: string;
|
|
47
|
+
UPDATE_LOCAL_PEERTRACKNODE: string;
|
|
48
|
+
SET_STARTING_HLS_STREAM: string;
|
|
49
|
+
SET_GRID_VIEW_ACTIVE_PAGE: string;
|
|
50
|
+
SET_STARTING_OR_STOPPING_RECORDING: string;
|
|
42
51
|
};
|
|
43
52
|
export default _default;
|
|
44
53
|
export declare enum HmsStateActionTypes {
|
|
@@ -53,6 +62,7 @@ export declare enum HmsStateActionTypes {
|
|
|
53
62
|
SET_ROOM_LOCALLY_MUTED = "SET_ROOM_LOCALLY_MUTED",
|
|
54
63
|
SET_USER_NAME = "SET_USER_NAME",
|
|
55
64
|
ADD_TO_PREVIEW_PEERS_LIST = "ADD_TO_PREVIEW_PEERS_LIST",
|
|
56
|
-
REMOVE_FROM_PREVIEW_PEERS_LIST = "REMOVE_FROM_PREVIEW_PEERS_LIST"
|
|
65
|
+
REMOVE_FROM_PREVIEW_PEERS_LIST = "REMOVE_FROM_PREVIEW_PEERS_LIST",
|
|
66
|
+
SET_LAYOUT_CONFIG = "SET_LAYOUT_CONFIG"
|
|
57
67
|
}
|
|
58
68
|
//# sourceMappingURL=actionTypes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../../src/redux/actionTypes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../../src/redux/actionTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoEA,wBA8BE;AAEF,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,8BAA8B,mCAAmC;IACjE,8BAA8B,mCAAmC;IACjE,gCAAgC,qCAAqC;IACrE,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;IAC/B,yBAAyB,8BAA8B;IACvD,8BAA8B,mCAAmC;IACjE,iBAAiB,sBAAsB;CACxC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { HMSRoom, HMSLocalPeer } from '@100mslive/react-native-hms';
|
|
2
2
|
import type { HMSLocalAudioStats, HMSLocalVideoStats, HMSMessage, HMSPeer, HMSRemoteAudioStats, HMSRemoteVideoStats, HMSRole, HMSSDK, HMSSessionStore } from '@100mslive/react-native-hms';
|
|
3
|
-
import type {
|
|
3
|
+
import type { Layout } from '@100mslive/types-prebuilt';
|
|
4
|
+
import type { HMSIOSScreenShareConfig, ModalTypes, PeerTrackNode, PipModes } from '../../utils/types';
|
|
4
5
|
import { HmsStateActionTypes } from '../actionTypes';
|
|
6
|
+
import { MeetingState } from '../../types';
|
|
5
7
|
export declare const setPrebuiltData: (data: {
|
|
6
8
|
roomCode: string;
|
|
7
9
|
options?: {
|
|
@@ -12,8 +14,9 @@ export declare const setPrebuiltData: (data: {
|
|
|
12
14
|
init: string;
|
|
13
15
|
token: string;
|
|
14
16
|
};
|
|
15
|
-
ios?:
|
|
17
|
+
ios?: HMSIOSScreenShareConfig;
|
|
16
18
|
};
|
|
19
|
+
onLeave?: () => void;
|
|
17
20
|
}) => {
|
|
18
21
|
type: HmsStateActionTypes;
|
|
19
22
|
payload: {
|
|
@@ -26,8 +29,9 @@ export declare const setPrebuiltData: (data: {
|
|
|
26
29
|
init: string;
|
|
27
30
|
token: string;
|
|
28
31
|
} | undefined;
|
|
29
|
-
ios?:
|
|
32
|
+
ios?: HMSIOSScreenShareConfig | undefined;
|
|
30
33
|
} | undefined;
|
|
34
|
+
onLeave?: (() => void) | undefined;
|
|
31
35
|
};
|
|
32
36
|
};
|
|
33
37
|
export declare const clearStore: () => {
|
|
@@ -204,4 +208,58 @@ export declare const removeFromPreviewPeersList: (peer: HMSPeer) => {
|
|
|
204
208
|
type: HmsStateActionTypes;
|
|
205
209
|
peerId: string;
|
|
206
210
|
};
|
|
211
|
+
export declare const changeMeetingState: (meetingState: MeetingState) => {
|
|
212
|
+
type: string;
|
|
213
|
+
payload: {
|
|
214
|
+
meetingState: MeetingState;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
export declare const setInsetViewMinimized: (insetViewMinimized: boolean) => {
|
|
218
|
+
type: string;
|
|
219
|
+
payload: {
|
|
220
|
+
insetViewMinimized: boolean;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
export declare const setMiniViewPeerTrackNode: (miniviewPeerTrackNode: PeerTrackNode | null) => {
|
|
224
|
+
type: string;
|
|
225
|
+
payload: {
|
|
226
|
+
miniviewPeerTrackNode: PeerTrackNode | null;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
export declare const updateMiniViewPeerTrackNode: (data: Partial<Omit<PeerTrackNode, 'id'>>) => {
|
|
230
|
+
type: string;
|
|
231
|
+
payload: Partial<Omit<PeerTrackNode, "id">>;
|
|
232
|
+
};
|
|
233
|
+
export declare const setLocalPeerTrackNode: (localPeerTrackNode: PeerTrackNode | null) => {
|
|
234
|
+
type: string;
|
|
235
|
+
payload: {
|
|
236
|
+
localPeerTrackNode: PeerTrackNode | null;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
export declare const updateLocalPeerTrackNode: (data: Partial<Omit<PeerTrackNode, 'id' | 'isDegraded'>>) => {
|
|
240
|
+
type: string;
|
|
241
|
+
payload: Partial<Omit<PeerTrackNode, "id" | "isDegraded">>;
|
|
242
|
+
};
|
|
243
|
+
export declare const changeStartingHLSStream: (startingHLSStream: boolean) => {
|
|
244
|
+
type: string;
|
|
245
|
+
payload: {
|
|
246
|
+
startingHLSStream: boolean;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
export declare const setLayoutConfig: (layoutConfig: Layout) => {
|
|
250
|
+
type: HmsStateActionTypes;
|
|
251
|
+
layoutConfig: Layout;
|
|
252
|
+
};
|
|
253
|
+
export declare const setGridViewActivePage: (pageNumber: number) => {
|
|
254
|
+
type: string;
|
|
255
|
+
payload: {
|
|
256
|
+
gridViewActivePage: number;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
export declare const setStartingOrStoppingRecording: (startingOrStoppingRecording: boolean) => {
|
|
260
|
+
type: string;
|
|
261
|
+
payload: {
|
|
262
|
+
startingOrStoppingRecording: boolean;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
207
265
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/actions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EACV,kBAAkB,EAClB,kBAAkB,EAClB,UAAU,EACV,OAAO,EACP,mBAAmB,EACnB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,eAAe,EAChB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/actions/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,6 +21,13 @@ export declare const store: import("redux").Store<import("redux").EmptyObject &
|
|
|
21
21
|
};
|
|
22
22
|
modalType: import("../utils/types").ModalTypes;
|
|
23
23
|
peerToUpdate: import("@100mslive/react-native-hms").HMSPeer | null;
|
|
24
|
+
meetingState: import("../types").MeetingState;
|
|
25
|
+
startingHLSStream: boolean;
|
|
26
|
+
insetViewMinimized: boolean;
|
|
27
|
+
miniviewPeerTrackNode: import("../utils/types").PeerTrackNode | null;
|
|
28
|
+
localPeerTrackNode: import("../utils/types").PeerTrackNode | null;
|
|
29
|
+
gridViewActivePage: number;
|
|
30
|
+
startingOrStoppingRecording: boolean;
|
|
24
31
|
};
|
|
25
32
|
user: {
|
|
26
33
|
userName: string;
|
|
@@ -37,7 +44,8 @@ export declare const store: import("redux").Store<import("redux").EmptyObject &
|
|
|
37
44
|
roomCode: string;
|
|
38
45
|
isHLSFlow: boolean;
|
|
39
46
|
roles: import("@100mslive/react-native-hms").HMSRole[];
|
|
40
|
-
iosBuildConfig: import("../utils/types").
|
|
47
|
+
iosBuildConfig: import("../utils/types").HMSIOSScreenShareConfig | null;
|
|
48
|
+
onLeave: (() => void) | undefined;
|
|
41
49
|
};
|
|
42
50
|
hmsStates: {
|
|
43
51
|
isLocalAudioMuted: boolean | undefined;
|
|
@@ -48,6 +56,7 @@ export declare const store: import("redux").Store<import("redux").EmptyObject &
|
|
|
48
56
|
localPeer: import("@100mslive/react-native-hms").HMSLocalPeer | null;
|
|
49
57
|
roles: import("@100mslive/react-native-hms").HMSRole[];
|
|
50
58
|
previewPeersList: import("@100mslive/react-native-hms").HMSPeer[];
|
|
59
|
+
layoutConfig: import("@100mslive/types-prebuilt").Layout | null;
|
|
51
60
|
};
|
|
52
61
|
chatWindow: any;
|
|
53
62
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA2B,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,OAAO,KAAK,CAAC,QAAQ,CAAC"}
|
|
@@ -2,6 +2,7 @@ import type { PeerTrackNode } from '../../utils/types';
|
|
|
2
2
|
import { ModalTypes } from '../../utils/types';
|
|
3
3
|
import { PipModes } from '../../utils/types';
|
|
4
4
|
import { HMSLocalAudioStats, HMSLocalVideoStats, HMSPeer, HMSRemoteAudioStats, HMSRemoteVideoStats } from '@100mslive/react-native-hms';
|
|
5
|
+
import { MeetingState } from '../../types';
|
|
5
6
|
type ActionType = {
|
|
6
7
|
payload: {
|
|
7
8
|
[key: string]: any;
|
|
@@ -26,6 +27,13 @@ type IntialStateType = {
|
|
|
26
27
|
};
|
|
27
28
|
modalType: ModalTypes;
|
|
28
29
|
peerToUpdate: HMSPeer | null;
|
|
30
|
+
meetingState: MeetingState;
|
|
31
|
+
startingHLSStream: boolean;
|
|
32
|
+
insetViewMinimized: boolean;
|
|
33
|
+
miniviewPeerTrackNode: null | PeerTrackNode;
|
|
34
|
+
localPeerTrackNode: null | PeerTrackNode;
|
|
35
|
+
gridViewActivePage: number;
|
|
36
|
+
startingOrStoppingRecording: boolean;
|
|
29
37
|
};
|
|
30
38
|
declare const appReducer: (state: IntialStateType | undefined, action: ActionType) => IntialStateType;
|
|
31
39
|
export default appReducer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appState.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/appState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAA2B,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,EACP,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"appState.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/appState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAA2B,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,EACP,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,KAAK,UAAU,GAAG;IAChB,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAChC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,aAAa,EAAE,QAAQ,CAAC;IACxB,QAAQ,EAAE,MAAM,CACd,MAAM,EACJ,SAAS,GACT,kBAAkB,GAClB,kBAAkB,EAAE,GACpB,mBAAmB,GACnB,mBAAmB,CACtB,CAAC;IACF,cAAc,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9C,UAAU,EAAE;QACV,YAAY,EAAE,OAAO,CAAC;QACtB,aAAa,EAAE,OAAO,CAAC;QACvB,SAAS,EAAE,OAAO,CAAC;QACnB,YAAY,EAAE,OAAO,CAAC;QACtB,uBAAuB,EAAE,OAAO,CAAC;QACjC,2BAA2B,EAAE,OAAO,CAAC;KACtC,CAAC;IACF,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,qBAAqB,EAAE,IAAI,GAAG,aAAa,CAAC;IAC5C,kBAAkB,EAAE,IAAI,GAAG,aAAa,CAAC;IACzC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,2BAA2B,EAAE,OAAO,CAAC;CACtC,CAAC;AA0BF,QAAA,MAAM,UAAU,+CAEN,UAAU,KACjB,eAiIF,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { HMSLocalPeer, HMSPeer, HMSRole, HMSRoom } from '@100mslive/react-native-hms';
|
|
2
|
+
import type { Layout } from '@100mslive/types-prebuilt';
|
|
2
3
|
import { HmsStateActionTypes } from '../actionTypes';
|
|
3
|
-
type ActionType = SetRoomAction | SetLocalPeerAction | SetRolesAction | SetIsLocalAudioMutedAction | SetIsLocalVideoMutedAction | SetIsLocalScreenSharedAction | SetRoomLocallyMutedAction | ResetAction | AddToPreviewPeersList | RemoveFromPreviewPeersList;
|
|
4
|
+
type ActionType = SetRoomAction | SetLocalPeerAction | SetRolesAction | SetIsLocalAudioMutedAction | SetIsLocalVideoMutedAction | SetIsLocalScreenSharedAction | SetRoomLocallyMutedAction | ResetAction | AddToPreviewPeersList | RemoveFromPreviewPeersList | SetLayoutConfig;
|
|
4
5
|
type SetRoomAction = {
|
|
5
6
|
type: HmsStateActionTypes.SET_ROOM_STATE;
|
|
6
7
|
room: HMSRoom | null;
|
|
@@ -40,6 +41,10 @@ type RemoveFromPreviewPeersList = {
|
|
|
40
41
|
type: HmsStateActionTypes.REMOVE_FROM_PREVIEW_PEERS_LIST;
|
|
41
42
|
peerId: string;
|
|
42
43
|
};
|
|
44
|
+
type SetLayoutConfig = {
|
|
45
|
+
type: HmsStateActionTypes.SET_LAYOUT_CONFIG;
|
|
46
|
+
layoutConfig: Layout;
|
|
47
|
+
};
|
|
43
48
|
type IntialStateType = {
|
|
44
49
|
isLocalAudioMuted: boolean | undefined;
|
|
45
50
|
isLocalVideoMuted: boolean | undefined;
|
|
@@ -49,6 +54,7 @@ type IntialStateType = {
|
|
|
49
54
|
localPeer: HMSLocalPeer | null;
|
|
50
55
|
roles: HMSRole[];
|
|
51
56
|
previewPeersList: HMSPeer[];
|
|
57
|
+
layoutConfig: Layout | null;
|
|
52
58
|
};
|
|
53
59
|
declare const hmsStatesReducer: (state: IntialStateType | undefined, action: ActionType) => IntialStateType;
|
|
54
60
|
export default hmsStatesReducer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hmsStates.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/hmsStates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACP,OAAO,EACP,OAAO,EACR,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,KAAK,UAAU,GACX,aAAa,GACb,kBAAkB,GAClB,cAAc,GACd,0BAA0B,GAC1B,0BAA0B,GAC1B,4BAA4B,GAC5B,yBAAyB,GACzB,WAAW,GACX,qBAAqB,GACrB,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"hmsStates.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/hmsStates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACP,OAAO,EACP,OAAO,EACR,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,KAAK,UAAU,GACX,aAAa,GACb,kBAAkB,GAClB,cAAc,GACd,0BAA0B,GAC1B,0BAA0B,GAC1B,4BAA4B,GAC5B,yBAAyB,GACzB,WAAW,GACX,qBAAqB,GACrB,0BAA0B,GAC1B,eAAe,CAAC;AAEpB,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,mBAAmB,CAAC,cAAc,CAAC;IACzC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,mBAAmB,CAAC,oBAAoB,CAAC;IAC/C,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC;IAC1C,KAAK,EAAE,OAAO,EAAE,CAAC;CAClB,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,IAAI,EAAE,mBAAmB,CAAC,gCAAgC,CAAC;IAC3D,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,mBAAmB,CAAC,YAAY,CAAC;CACxC,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,mBAAmB,CAAC,sBAAsB,CAAC;IACjD,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,mBAAmB,CAAC,yBAAyB,CAAC;IACpD,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,mBAAmB,CAAC,iBAAiB,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;IAC/B,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,gBAAgB,EAAE,OAAO,EAAE,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;AAcF,QAAA,MAAM,gBAAgB,+CAEZ,UAAU,KACjB,eA6DF,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|