@100mslive/react-native-room-kit 1.0.2-beta.0 → 1.0.2
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/HMSRoomSetup.js +1 -0
- package/lib/commonjs/HMSRoomSetup.js.map +1 -1
- package/lib/commonjs/Icons/BRB/index.js +2 -0
- package/lib/commonjs/Icons/BRB/index.js.map +1 -1
- package/lib/commonjs/Icons/Hand/index.js +2 -0
- package/lib/commonjs/Icons/Hand/index.js.map +1 -1
- package/lib/commonjs/Icons/Leave/index.js +2 -0
- package/lib/commonjs/Icons/Leave/index.js.map +1 -1
- package/lib/commonjs/Icons/Mic/index.js +2 -0
- package/lib/commonjs/Icons/Mic/index.js.map +1 -1
- package/lib/commonjs/Icons/Stop/index.js +2 -0
- package/lib/commonjs/Icons/Stop/index.js.map +1 -1
- package/lib/commonjs/components/BackButton.js +2 -0
- package/lib/commonjs/components/BackButton.js.map +1 -1
- package/lib/commonjs/components/BottomSheet.js +7 -1
- package/lib/commonjs/components/BottomSheet.js.map +1 -1
- package/lib/commonjs/components/ChangeNameModalContent.js +5 -0
- package/lib/commonjs/components/ChangeNameModalContent.js.map +1 -1
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsHeader.js +5 -0
- package/lib/commonjs/components/ChatAndParticipants/ChatAndParticipantsHeader.js.map +1 -1
- package/lib/commonjs/components/CompanyLogo.js +2 -0
- package/lib/commonjs/components/CompanyLogo.js.map +1 -1
- package/lib/commonjs/components/EndRoomModalContent.js +6 -1
- package/lib/commonjs/components/EndRoomModalContent.js.map +1 -1
- package/lib/commonjs/components/HMSBaseButton.js +2 -0
- package/lib/commonjs/components/HMSBaseButton.js.map +1 -1
- package/lib/commonjs/components/HMSChat.js +2 -0
- package/lib/commonjs/components/HMSChat.js.map +1 -1
- package/lib/commonjs/components/HMSDangerButton.js +2 -0
- package/lib/commonjs/components/HMSDangerButton.js.map +1 -1
- package/lib/commonjs/components/HMSLiveIndicator.js +6 -1
- package/lib/commonjs/components/HMSLiveIndicator.js.map +1 -1
- package/lib/commonjs/components/HMSLocalScreenshareNotification.js +3 -0
- package/lib/commonjs/components/HMSLocalScreenshareNotification.js.map +1 -1
- package/lib/commonjs/components/HMSManageAudioOutput.js +32 -2
- package/lib/commonjs/components/HMSManageAudioOutput.js.map +1 -1
- package/lib/commonjs/components/HMSManageCameraRotation.js +2 -0
- package/lib/commonjs/components/HMSManageCameraRotation.js.map +1 -1
- package/lib/commonjs/components/HMSManageLeave.js +3 -1
- package/lib/commonjs/components/HMSManageLeave.js.map +1 -1
- package/lib/commonjs/components/HMSManageLocalAudio.js +2 -0
- package/lib/commonjs/components/HMSManageLocalAudio.js.map +1 -1
- package/lib/commonjs/components/HMSManageLocalVideo.js +2 -0
- package/lib/commonjs/components/HMSManageLocalVideo.js.map +1 -1
- package/lib/commonjs/components/HMSManageRaiseHand.js +2 -0
- package/lib/commonjs/components/HMSManageRaiseHand.js.map +1 -1
- package/lib/commonjs/components/HMSNotification.js +2 -0
- package/lib/commonjs/components/HMSNotification.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewEditName.js +2 -0
- package/lib/commonjs/components/HMSPreviewEditName.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewJoinButton.js +2 -0
- package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewSubtitle.js +8 -0
- package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTitle.js +2 -0
- package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/HMSPrimaryButton.js +2 -0
- package/lib/commonjs/components/HMSPrimaryButton.js.map +1 -1
- package/lib/commonjs/components/HMSRoomOptions.js +2 -0
- package/lib/commonjs/components/HMSRoomOptions.js.map +1 -1
- package/lib/commonjs/components/HMSSendMessageInput.js +3 -0
- package/lib/commonjs/components/HMSSendMessageInput.js.map +1 -1
- package/lib/commonjs/components/HMSTextInput.js +1 -0
- package/lib/commonjs/components/HMSTextInput.js.map +1 -1
- package/lib/commonjs/components/LeaveRoomBottomSheet.js +7 -0
- package/lib/commonjs/components/LeaveRoomBottomSheet.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsGroupHeader.js +4 -0
- package/lib/commonjs/components/Participants/ParticipantsGroupHeader.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsItem.js +2 -0
- package/lib/commonjs/components/Participants/ParticipantsItem.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsSeachInput.js +2 -0
- package/lib/commonjs/components/Participants/ParticipantsSeachInput.js.map +1 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js +8 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js +3 -0
- package/lib/commonjs/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -1
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js +3 -0
- package/lib/commonjs/components/PeerVideoTile/PeerVideoTileView.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalContent.js +13 -1
- package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/commonjs/hooks-util.js +2 -1
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/redux/reducers/hmsStates.js +15 -4
- package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -1
- package/lib/commonjs/utils/constants.js +114 -0
- package/lib/commonjs/utils/constants.js.map +1 -0
- package/lib/module/HMSRoomSetup.js +1 -0
- package/lib/module/HMSRoomSetup.js.map +1 -1
- package/lib/module/Icons/BRB/index.js +2 -0
- package/lib/module/Icons/BRB/index.js.map +1 -1
- package/lib/module/Icons/Hand/index.js +2 -0
- package/lib/module/Icons/Hand/index.js.map +1 -1
- package/lib/module/Icons/Leave/index.js +2 -0
- package/lib/module/Icons/Leave/index.js.map +1 -1
- package/lib/module/Icons/Mic/index.js +2 -0
- package/lib/module/Icons/Mic/index.js.map +1 -1
- package/lib/module/Icons/Stop/index.js +2 -0
- package/lib/module/Icons/Stop/index.js.map +1 -1
- package/lib/module/components/BackButton.js +2 -0
- package/lib/module/components/BackButton.js.map +1 -1
- package/lib/module/components/BottomSheet.js +7 -1
- package/lib/module/components/BottomSheet.js.map +1 -1
- package/lib/module/components/ChangeNameModalContent.js +5 -0
- package/lib/module/components/ChangeNameModalContent.js.map +1 -1
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsHeader.js +5 -0
- package/lib/module/components/ChatAndParticipants/ChatAndParticipantsHeader.js.map +1 -1
- package/lib/module/components/CompanyLogo.js +2 -0
- package/lib/module/components/CompanyLogo.js.map +1 -1
- package/lib/module/components/EndRoomModalContent.js +6 -1
- package/lib/module/components/EndRoomModalContent.js.map +1 -1
- package/lib/module/components/HMSBaseButton.js +2 -0
- package/lib/module/components/HMSBaseButton.js.map +1 -1
- package/lib/module/components/HMSChat.js +2 -0
- package/lib/module/components/HMSChat.js.map +1 -1
- package/lib/module/components/HMSDangerButton.js +2 -0
- package/lib/module/components/HMSDangerButton.js.map +1 -1
- package/lib/module/components/HMSLiveIndicator.js +6 -1
- package/lib/module/components/HMSLiveIndicator.js.map +1 -1
- package/lib/module/components/HMSLocalScreenshareNotification.js +3 -0
- package/lib/module/components/HMSLocalScreenshareNotification.js.map +1 -1
- package/lib/module/components/HMSManageAudioOutput.js +32 -2
- package/lib/module/components/HMSManageAudioOutput.js.map +1 -1
- package/lib/module/components/HMSManageCameraRotation.js +2 -0
- package/lib/module/components/HMSManageCameraRotation.js.map +1 -1
- package/lib/module/components/HMSManageLeave.js +3 -1
- package/lib/module/components/HMSManageLeave.js.map +1 -1
- package/lib/module/components/HMSManageLocalAudio.js +2 -0
- package/lib/module/components/HMSManageLocalAudio.js.map +1 -1
- package/lib/module/components/HMSManageLocalVideo.js +2 -0
- package/lib/module/components/HMSManageLocalVideo.js.map +1 -1
- package/lib/module/components/HMSManageRaiseHand.js +2 -0
- package/lib/module/components/HMSManageRaiseHand.js.map +1 -1
- package/lib/module/components/HMSNotification.js +2 -0
- package/lib/module/components/HMSNotification.js.map +1 -1
- package/lib/module/components/HMSPreviewEditName.js +2 -0
- package/lib/module/components/HMSPreviewEditName.js.map +1 -1
- package/lib/module/components/HMSPreviewJoinButton.js +2 -0
- package/lib/module/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/module/components/HMSPreviewSubtitle.js +8 -0
- package/lib/module/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/module/components/HMSPreviewTitle.js +2 -0
- package/lib/module/components/HMSPreviewTitle.js.map +1 -1
- package/lib/module/components/HMSPrimaryButton.js +2 -0
- package/lib/module/components/HMSPrimaryButton.js.map +1 -1
- package/lib/module/components/HMSRoomOptions.js +2 -0
- package/lib/module/components/HMSRoomOptions.js.map +1 -1
- package/lib/module/components/HMSSendMessageInput.js +3 -0
- package/lib/module/components/HMSSendMessageInput.js.map +1 -1
- package/lib/module/components/HMSTextInput.js +1 -0
- package/lib/module/components/HMSTextInput.js.map +1 -1
- package/lib/module/components/LeaveRoomBottomSheet.js +7 -0
- package/lib/module/components/LeaveRoomBottomSheet.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsGroupHeader.js +4 -0
- package/lib/module/components/Participants/ParticipantsGroupHeader.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsItem.js +2 -0
- package/lib/module/components/Participants/ParticipantsItem.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsSeachInput.js +2 -0
- package/lib/module/components/Participants/ParticipantsSeachInput.js.map +1 -1
- package/lib/module/components/PeerSettingsModalContent.js +8 -1
- package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js +3 -0
- package/lib/module/components/PeerVideoTile/PeerNameAndNetwork.js.map +1 -1
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js +3 -0
- package/lib/module/components/PeerVideoTile/PeerVideoTileView.js.map +1 -1
- package/lib/module/components/RoomSettingsModalContent.js +13 -1
- package/lib/module/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/module/hooks-util.js +2 -1
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/redux/reducers/hmsStates.js +15 -4
- package/lib/module/redux/reducers/hmsStates.js.map +1 -1
- package/lib/module/utils/constants.js +108 -0
- package/lib/module/utils/constants.js.map +1 -0
- package/lib/typescript/HMSRoomSetup.d.ts.map +1 -1
- package/lib/typescript/Icons/BRB/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Hand/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Leave/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Mic/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Stop/index.d.ts.map +1 -1
- package/lib/typescript/components/BackButton.d.ts.map +1 -1
- package/lib/typescript/components/BottomSheet.d.ts +4 -1
- package/lib/typescript/components/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/components/ChangeNameModalContent.d.ts.map +1 -1
- package/lib/typescript/components/ChatAndParticipants/ChatAndParticipantsHeader.d.ts.map +1 -1
- package/lib/typescript/components/CompanyLogo.d.ts.map +1 -1
- package/lib/typescript/components/EndRoomModalContent.d.ts.map +1 -1
- package/lib/typescript/components/HMSBaseButton.d.ts +2 -1
- package/lib/typescript/components/HMSBaseButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSChat.d.ts.map +1 -1
- package/lib/typescript/components/HMSDangerButton.d.ts +2 -0
- package/lib/typescript/components/HMSDangerButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSLiveIndicator.d.ts.map +1 -1
- package/lib/typescript/components/HMSLocalScreenshareNotification.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageAudioOutput.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageCameraRotation.d.ts.map +1 -1
- 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/HMSManageRaiseHand.d.ts.map +1 -1
- package/lib/typescript/components/HMSNotification.d.ts +2 -1
- package/lib/typescript/components/HMSNotification.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewEditName.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewSubtitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewTitle.d.ts.map +1 -1
- package/lib/typescript/components/HMSPrimaryButton.d.ts +2 -0
- package/lib/typescript/components/HMSPrimaryButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSRoomOptions.d.ts.map +1 -1
- package/lib/typescript/components/HMSSendMessageInput.d.ts.map +1 -1
- package/lib/typescript/components/HMSTextInput.d.ts +2 -1
- package/lib/typescript/components/HMSTextInput.d.ts.map +1 -1
- package/lib/typescript/components/LeaveRoomBottomSheet.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsGroupHeader.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsItem.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsSeachInput.d.ts.map +1 -1
- package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/PeerNameAndNetwork.d.ts.map +1 -1
- package/lib/typescript/components/PeerVideoTile/PeerVideoTileView.d.ts.map +1 -1
- package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -1
- package/lib/typescript/utils/constants.d.ts +101 -0
- package/lib/typescript/utils/constants.d.ts.map +1 -0
- package/package.json +2 -2
- package/src/HMSRoomSetup.tsx +1 -0
- package/src/Icons/BRB/index.tsx +2 -0
- package/src/Icons/Hand/index.tsx +6 -0
- package/src/Icons/Leave/index.tsx +2 -0
- package/src/Icons/Mic/index.tsx +6 -0
- package/src/Icons/Stop/index.tsx +2 -0
- package/src/components/BackButton.tsx +2 -0
- package/src/components/BottomSheet.tsx +10 -3
- package/src/components/ChangeNameModalContent.tsx +8 -1
- package/src/components/ChatAndParticipants/ChatAndParticipantsHeader.tsx +26 -2
- package/src/components/CompanyLogo.tsx +2 -0
- package/src/components/EndRoomModalContent.tsx +13 -3
- package/src/components/HMSBaseButton.tsx +4 -1
- package/src/components/HMSChat.tsx +6 -1
- package/src/components/HMSDangerButton.tsx +4 -0
- package/src/components/HMSLiveIndicator.tsx +4 -3
- package/src/components/HMSLocalScreenshareNotification.tsx +3 -0
- package/src/components/HMSManageAudioOutput.tsx +35 -3
- package/src/components/HMSManageCameraRotation.tsx +2 -0
- package/src/components/HMSManageLeave.tsx +2 -0
- package/src/components/HMSManageLocalAudio.tsx +2 -0
- package/src/components/HMSManageLocalVideo.tsx +2 -0
- package/src/components/HMSManageRaiseHand.tsx +2 -1
- package/src/components/HMSNotification.tsx +4 -2
- package/src/components/HMSPreviewEditName.tsx +2 -1
- package/src/components/HMSPreviewJoinButton.tsx +6 -0
- package/src/components/HMSPreviewSubtitle.tsx +9 -6
- package/src/components/HMSPreviewTitle.tsx +2 -1
- package/src/components/HMSPrimaryButton.tsx +4 -0
- package/src/components/HMSRoomOptions.tsx +2 -1
- package/src/components/HMSSendMessageInput.tsx +3 -0
- package/src/components/HMSTextInput.tsx +3 -0
- package/src/components/LeaveRoomBottomSheet.tsx +7 -1
- package/src/components/Participants/ParticipantsGroupHeader.tsx +12 -2
- package/src/components/Participants/ParticipantsItem.tsx +2 -1
- package/src/components/Participants/ParticipantsSeachInput.tsx +2 -0
- package/src/components/PeerSettingsModalContent.tsx +9 -1
- package/src/components/PeerVideoTile/PeerNameAndNetwork.tsx +3 -0
- package/src/components/PeerVideoTile/PeerVideoTileView.tsx +3 -0
- package/src/components/RoomSettingsModalContent.tsx +14 -0
- package/src/hooks-util.ts +3 -2
- package/src/redux/reducers/hmsStates.ts +19 -7
- package/src/utils/constants.ts +146 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { View, StyleSheet, Text, TouchableOpacity } from 'react-native';
|
|
3
|
+
import type { TouchableOpacityProps } from 'react-native';
|
|
3
4
|
import type { HMSAudioMixingMode } from '@100mslive/react-native-hms';
|
|
4
5
|
import { useSelector } from 'react-redux';
|
|
5
6
|
|
|
@@ -26,6 +27,7 @@ import { useCanPublishScreen, useHMSActions } from '../hooks-sdk';
|
|
|
26
27
|
import { RoomSettingsModalDebugModeContent } from './RoomSettingsModalDebugModeContent';
|
|
27
28
|
import { ParticipantsCount } from './ParticipantsCount';
|
|
28
29
|
import { selectAllowedTracksToPublish } from '../hooks-sdk-selectors';
|
|
30
|
+
import { TestIds } from '../utils/constants';
|
|
29
31
|
|
|
30
32
|
interface RoomSettingsModalContentProps {
|
|
31
33
|
newAudioMixingMode: HMSAudioMixingMode;
|
|
@@ -178,6 +180,8 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
178
180
|
<BottomSheet.Header
|
|
179
181
|
dismissModal={closeRoomSettingsModal}
|
|
180
182
|
heading="Options"
|
|
183
|
+
headingTestID={TestIds.room_modal_heading}
|
|
184
|
+
closeIconTestID={TestIds.room_modal_close_btn}
|
|
181
185
|
/>
|
|
182
186
|
|
|
183
187
|
<BottomSheet.Divider />
|
|
@@ -187,6 +191,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
187
191
|
[
|
|
188
192
|
{
|
|
189
193
|
id: 'participants',
|
|
194
|
+
testID: TestIds.room_modal_participants_btn,
|
|
190
195
|
icon: <ParticipantsIcon style={{ width: 20, height: 20 }} />,
|
|
191
196
|
label: 'Participants',
|
|
192
197
|
pressHandler: onParticipantsPress,
|
|
@@ -198,6 +203,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
198
203
|
},
|
|
199
204
|
{
|
|
200
205
|
id: 'share-screen',
|
|
206
|
+
testID: !!isLocalScreenShared ? TestIds.room_modal_stop_screen_share_btn : TestIds.room_modal_share_screen_btn,
|
|
201
207
|
icon: <ScreenShareIcon style={{ width: 20, height: 20 }} />,
|
|
202
208
|
label: isLocalScreenShared ? 'Sharing Screen' : 'Share Screen',
|
|
203
209
|
pressHandler: handleScreenShareTogglePress,
|
|
@@ -206,6 +212,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
206
212
|
},
|
|
207
213
|
{
|
|
208
214
|
id: 'brb',
|
|
215
|
+
testID: isBRBOn ? TestIds.room_modal_stop_brb_btn : TestIds.room_modal_brb_btn,
|
|
209
216
|
icon: <BRBIcon style={{ width: 20, height: 20 }} />,
|
|
210
217
|
label: isBRBOn ? "I'm Back" : 'Be Right Back',
|
|
211
218
|
pressHandler: toggleBRB,
|
|
@@ -214,6 +221,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
214
221
|
},
|
|
215
222
|
{
|
|
216
223
|
id: 'raise-hand',
|
|
224
|
+
testID: isHandRaised ? TestIds.room_modal_hand_raised_btn : TestIds.room_modal_hand_raise_btn,
|
|
217
225
|
icon: <HandIcon style={{ width: 20, height: 20 }} />,
|
|
218
226
|
label: isHandRaised ? 'Hand Raised' : 'Raise Hand',
|
|
219
227
|
pressHandler: toggleRaiseHand,
|
|
@@ -222,6 +230,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
222
230
|
},
|
|
223
231
|
{
|
|
224
232
|
id: 'start-recording',
|
|
233
|
+
testID: isRecordingOn ? TestIds.room_modal_stop_recording_btn : TestIds.room_modal_start_recording_btn,
|
|
225
234
|
icon: <RecordingIcon style={{ width: 20, height: 20 }} />,
|
|
226
235
|
label: isRecordingOn ? 'Stop Recording' : 'Start Recording',
|
|
227
236
|
pressHandler: handleRecordingTogglePress,
|
|
@@ -230,6 +239,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
230
239
|
},
|
|
231
240
|
{
|
|
232
241
|
id: 'change-name',
|
|
242
|
+
testID: TestIds.room_modal_change_name_btn,
|
|
233
243
|
icon: <PencilIcon style={{ width: 20, height: 20 }} />,
|
|
234
244
|
label: 'Change Name',
|
|
235
245
|
pressHandler: changeName,
|
|
@@ -257,6 +267,7 @@ export const RoomSettingsModalContent: React.FC<
|
|
|
257
267
|
{item ? (
|
|
258
268
|
<>
|
|
259
269
|
<SettingItem
|
|
270
|
+
testID={item.testID}
|
|
260
271
|
icon={item.icon}
|
|
261
272
|
onPress={item.pressHandler}
|
|
262
273
|
text={item.label}
|
|
@@ -285,10 +296,12 @@ type SettingItemProps = {
|
|
|
285
296
|
text: string;
|
|
286
297
|
icon: React.ReactElement;
|
|
287
298
|
onPress(): void;
|
|
299
|
+
testID?: TouchableOpacityProps['testID'];
|
|
288
300
|
isActive?: boolean;
|
|
289
301
|
};
|
|
290
302
|
|
|
291
303
|
const SettingItem: React.FC<SettingItemProps> = ({
|
|
304
|
+
testID,
|
|
292
305
|
text,
|
|
293
306
|
icon,
|
|
294
307
|
onPress,
|
|
@@ -306,6 +319,7 @@ const SettingItem: React.FC<SettingItemProps> = ({
|
|
|
306
319
|
|
|
307
320
|
return (
|
|
308
321
|
<TouchableOpacity
|
|
322
|
+
testID={testID}
|
|
309
323
|
style={[styles.button, isActive ? hmsRoomStyles.button : null]}
|
|
310
324
|
onPress={onPress}
|
|
311
325
|
>
|
package/src/hooks-util.ts
CHANGED
|
@@ -1946,8 +1946,9 @@ export const useFilteredParticipants = (filterText: string) => {
|
|
|
1946
1946
|
t.push({
|
|
1947
1947
|
id: role.name!,
|
|
1948
1948
|
label: `${role.name!} (${
|
|
1949
|
-
typeof offStageRoleTotalCount === 'number'
|
|
1950
|
-
|
|
1949
|
+
typeof offStageRoleTotalCount === 'number' &&
|
|
1950
|
+
offStageRoleTotalCount > filteredList.length
|
|
1951
|
+
? offStageRoleTotalCount // only use `offStageRoleTotalCount` when it is number and more than list length
|
|
1951
1952
|
: filteredList.length
|
|
1952
1953
|
})`,
|
|
1953
1954
|
showViewAll:
|
|
@@ -402,17 +402,29 @@ const hmsStatesReducer = (
|
|
|
402
402
|
};
|
|
403
403
|
}
|
|
404
404
|
case HmsStateActionTypes.UPDATE_PARTICIPANT: {
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
405
|
+
let previousRoleName: HMSRole['name'] | null = null;
|
|
406
|
+
|
|
407
|
+
for (const groupName in state.groupedParticipants) {
|
|
408
|
+
if (Object.prototype.hasOwnProperty.call(state.groupedParticipants, groupName)) {
|
|
409
|
+
const participantsList = state.groupedParticipants[groupName];
|
|
410
|
+
|
|
411
|
+
if (Array.isArray(participantsList)) {
|
|
412
|
+
const result = participantsList.find(
|
|
413
|
+
(participant) => participant.peerID === action.participant.peerID
|
|
414
|
+
);
|
|
415
|
+
|
|
416
|
+
if (result) {
|
|
417
|
+
previousRoleName = groupName;
|
|
418
|
+
break;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
410
423
|
|
|
411
|
-
if (!
|
|
424
|
+
if (!previousRoleName) {
|
|
412
425
|
return state;
|
|
413
426
|
}
|
|
414
427
|
|
|
415
|
-
const previousRoleName = previousParticipant.role?.name!;
|
|
416
428
|
const currentRoleName = action.participant.role?.name!;
|
|
417
429
|
|
|
418
430
|
// check if role change
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export const TestIds = {
|
|
2
|
+
// Common
|
|
3
|
+
back_button: 'back-button',
|
|
4
|
+
company_logo: 'company-logo',
|
|
5
|
+
manage_audio_output: 'change-audio-output-button',
|
|
6
|
+
|
|
7
|
+
switch_camera: 'switch-camera-button',
|
|
8
|
+
switch_camera_disabled: 'switch-camera-disabled-button',
|
|
9
|
+
|
|
10
|
+
mic_muted_btn: 'mic-muted-button',
|
|
11
|
+
mic_unmuted_btn: 'mic-unmuted-button',
|
|
12
|
+
|
|
13
|
+
mic_muted_icon: 'mic-muted-icon',
|
|
14
|
+
mic_unmuted_icon: 'mic-unmuted-icon',
|
|
15
|
+
|
|
16
|
+
camera_muted_btn: 'camera-muted-button',
|
|
17
|
+
camera_unmuted_btn: 'camera-unmuted-button',
|
|
18
|
+
|
|
19
|
+
// Preview
|
|
20
|
+
enter_name: 'enter-name-input',
|
|
21
|
+
go_live_btn: 'go-live-button',
|
|
22
|
+
join_now_btn: 'join-now-button',
|
|
23
|
+
title: 'preview-title-text',
|
|
24
|
+
subtitle: 'preview-subtitle-text',
|
|
25
|
+
|
|
26
|
+
// Meeting - Header
|
|
27
|
+
live_text: 'live-text',
|
|
28
|
+
peer_count_icon: 'peer-count-icon',
|
|
29
|
+
peer_count: 'peer-count-text',
|
|
30
|
+
|
|
31
|
+
notification_sharing_screen: 'notification-sharing-screen-text',
|
|
32
|
+
notification_stop_screen_share_btn: 'notification-stop-screen-share-button',
|
|
33
|
+
|
|
34
|
+
// Meeting - Tile
|
|
35
|
+
brb_icon: 'brb-icon',
|
|
36
|
+
|
|
37
|
+
hand_icon: 'hand-icon',
|
|
38
|
+
hand_off_icon: 'hand-off-icon',
|
|
39
|
+
|
|
40
|
+
tile_options: 'tile-three-dots-button',
|
|
41
|
+
tile_user_name: 'tile-user-name',
|
|
42
|
+
tile_network_icon: 'tile-network-icon',
|
|
43
|
+
|
|
44
|
+
tile_modal_heading: 'tile-modal-heading',
|
|
45
|
+
tile_modal_subheading: 'tile-modal-subheading',
|
|
46
|
+
tile_modal_close_btn: 'tile-modal-close-button',
|
|
47
|
+
tile_modal_change_name_btn: 'tile-modal-change-name-button',
|
|
48
|
+
|
|
49
|
+
change_name_modal_heading: 'change-name-modal-heading',
|
|
50
|
+
change_name_input: 'change-name-input',
|
|
51
|
+
change_name_modal_close_btn: 'change-name-modal-close-button',
|
|
52
|
+
change_name_modal_cta: 'change-name-modal-cta',
|
|
53
|
+
|
|
54
|
+
// Meeting - Footer
|
|
55
|
+
footer_leave_btn: 'footer-leave-button',
|
|
56
|
+
|
|
57
|
+
leave_icon: 'leave-icon',
|
|
58
|
+
leave_description: 'leave-description',
|
|
59
|
+
leave_cta: 'leave-cta',
|
|
60
|
+
|
|
61
|
+
stop_icon: 'stop-icon',
|
|
62
|
+
|
|
63
|
+
end_session_description: 'end-session-description',
|
|
64
|
+
end_session_cta: 'end-session-cta',
|
|
65
|
+
|
|
66
|
+
end_stream_description: 'end-stream-description',
|
|
67
|
+
end_stream_cta: 'end-stream-cta',
|
|
68
|
+
|
|
69
|
+
end_confirmation_close_btn: 'end-confirmation-close-btn',
|
|
70
|
+
end_confirmation_cta: 'end-confirmation-cta',
|
|
71
|
+
end_confirmation_heading: 'end-confirmation-heading',
|
|
72
|
+
end_confirmation_description: 'end-confirmation-description',
|
|
73
|
+
|
|
74
|
+
hand_raise_btn: 'hand-raise-button',
|
|
75
|
+
hand_raised_btn: 'hand-raised-button',
|
|
76
|
+
|
|
77
|
+
open_chat_btn: 'open-chat-button',
|
|
78
|
+
close_chat_btn: 'close-chat-button',
|
|
79
|
+
enter_message_input: 'enter-message-input',
|
|
80
|
+
send_message_cta: 'send-message-cta',
|
|
81
|
+
|
|
82
|
+
room_options_btn: 'room-options-button',
|
|
83
|
+
room_modal_heading: 'room-modal-heading',
|
|
84
|
+
room_modal_close_btn: 'room-modal-close-button',
|
|
85
|
+
|
|
86
|
+
room_modal_participants_btn: 'room-modal-participants-button',
|
|
87
|
+
|
|
88
|
+
room_modal_share_screen_btn: 'room-modal-share-screen-button',
|
|
89
|
+
room_modal_stop_screen_share_btn: 'room-modal-stop-screen-share-button',
|
|
90
|
+
|
|
91
|
+
room_modal_brb_btn: 'room-modal-brb-button',
|
|
92
|
+
room_modal_stop_brb_btn: 'room-modal-stop-brb-button',
|
|
93
|
+
|
|
94
|
+
room_modal_hand_raise_btn: 'room-modal-hand-raise-button',
|
|
95
|
+
room_modal_hand_raised_btn: 'room-modal-hand-raised-button',
|
|
96
|
+
|
|
97
|
+
room_modal_start_recording_btn: 'room-modal-start-recording-button',
|
|
98
|
+
room_modal_stop_recording_btn: 'room-modal-stop-recording-button',
|
|
99
|
+
|
|
100
|
+
room_modal_change_name_btn: 'room-modal-change-name-button',
|
|
101
|
+
|
|
102
|
+
// Participants And Chat Modal
|
|
103
|
+
participants_heading: 'participants-heading',
|
|
104
|
+
participants_heading_active: 'participants-heading--active',
|
|
105
|
+
participants_heading_btn: 'participants-heading-button',
|
|
106
|
+
|
|
107
|
+
chat_heading: 'chat-heading',
|
|
108
|
+
chat_heading_active: 'chat-heading--active',
|
|
109
|
+
chat_heading_btn: 'chat-heading-button',
|
|
110
|
+
|
|
111
|
+
participants_close_btn: 'participants-close-button',
|
|
112
|
+
|
|
113
|
+
search_participant_input: 'search-participant-input',
|
|
114
|
+
|
|
115
|
+
participants_group_name: 'participants-group-name',
|
|
116
|
+
participants_group_back_btn: 'participants-group-back-button',
|
|
117
|
+
participants_group_expand_btn: 'participants-group-expand-button',
|
|
118
|
+
participants_group_collapse_btn: 'participants-group-collapse-button',
|
|
119
|
+
|
|
120
|
+
participant_name: 'participant-name',
|
|
121
|
+
|
|
122
|
+
// Audio Output Modal
|
|
123
|
+
audio_modal_heading: 'audio-modal-heading',
|
|
124
|
+
audio_modal_close_btn: 'audio-modal-close-button',
|
|
125
|
+
audio_modal_empty_text: 'audio-modal-empty-text',
|
|
126
|
+
|
|
127
|
+
automatic_audio_device_btn: 'automatic-audio-device-button',
|
|
128
|
+
automatic_audio_device_text: 'automatic-audio-device-text',
|
|
129
|
+
automatic_audio_device_active: 'automatic-audio-device--active',
|
|
130
|
+
|
|
131
|
+
phone_speaker_audio_device_btn: 'phone-speaker-audio-device-button',
|
|
132
|
+
phone_speaker_audio_device_text: 'phone-speaker-audio-device-text',
|
|
133
|
+
phone_speaker_audio_device_active: 'phone-speaker-audio-device--active',
|
|
134
|
+
|
|
135
|
+
wired_headset_audio_device_btn: 'wired-headset-audio-device-button',
|
|
136
|
+
wired_headset_audio_device_text: 'wired-headset-audio-device-text',
|
|
137
|
+
wired_headset_audio_device_active: 'wired-headset-audio-device--active',
|
|
138
|
+
|
|
139
|
+
earpiece_audio_device_btn: 'earpiece-audio-device-button',
|
|
140
|
+
earpiece_audio_device_text: 'earpiece-audio-device-text',
|
|
141
|
+
earpiece_audio_device_active: 'earpiece-audio-device--active',
|
|
142
|
+
|
|
143
|
+
bluetooth_audio_device_btn: 'bluetooth-audio-device-button',
|
|
144
|
+
bluetooth_audio_device_text: 'bluetooth-audio-device-text',
|
|
145
|
+
bluetooth_audio_device_active: 'bluetooth-audio-device--active',
|
|
146
|
+
} as const;
|