@100mslive/react-native-room-kit 1.2.1 → 1.2.3
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 +5 -5
- package/lib/commonjs/HMSInstanceSetup.js +2 -1
- package/lib/commonjs/HMSInstanceSetup.js.map +1 -1
- package/lib/commonjs/HMSRoomSetup.js +31 -1
- package/lib/commonjs/HMSRoomSetup.js.map +1 -1
- package/lib/commonjs/components/HMSBaseButton.js.map +1 -1
- package/lib/commonjs/components/HMSManageNoiseCancellation.js +11 -0
- package/lib/commonjs/components/HMSManageNoiseCancellation.js.map +1 -1
- package/lib/commonjs/components/HMSSendMessageInput.js +1 -1
- package/lib/commonjs/components/HMSSendMessageInput.js.map +1 -1
- package/lib/commonjs/components/HMSTextInput.js +1 -1
- package/lib/commonjs/components/HMSTextInput.js.map +1 -1
- package/lib/commonjs/components/MeetingScreenContent.js +11 -0
- package/lib/commonjs/components/MeetingScreenContent.js.map +1 -1
- package/lib/commonjs/components/Modals.js +45 -24
- package/lib/commonjs/components/Modals.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsItemOptions.js +26 -0
- package/lib/commonjs/components/Participants/ParticipantsItemOptions.js.map +1 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js +13 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/PollQuestion.js +3 -3
- package/lib/commonjs/components/PollQuestion.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalContent.js +1 -1
- package/lib/commonjs/components/styles.js +1 -0
- package/lib/commonjs/components/styles.js.map +1 -1
- package/lib/commonjs/hooks-util.js +26 -16
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/utils.js +2 -2
- package/lib/module/HMSInstanceSetup.js +2 -1
- package/lib/module/HMSInstanceSetup.js.map +1 -1
- package/lib/module/HMSRoomSetup.js +32 -2
- package/lib/module/HMSRoomSetup.js.map +1 -1
- package/lib/module/components/HMSBaseButton.js.map +1 -1
- package/lib/module/components/HMSManageNoiseCancellation.js +11 -0
- package/lib/module/components/HMSManageNoiseCancellation.js.map +1 -1
- package/lib/module/components/HMSSendMessageInput.js +1 -1
- package/lib/module/components/HMSSendMessageInput.js.map +1 -1
- package/lib/module/components/HMSTextInput.js +1 -1
- package/lib/module/components/HMSTextInput.js.map +1 -1
- package/lib/module/components/MeetingScreenContent.js +12 -1
- package/lib/module/components/MeetingScreenContent.js.map +1 -1
- package/lib/module/components/Modals.js +47 -25
- package/lib/module/components/Modals.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsItemOptions.js +28 -2
- package/lib/module/components/Participants/ParticipantsItemOptions.js.map +1 -1
- package/lib/module/components/PeerSettingsModalContent.js +14 -2
- package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/module/components/PollQuestion.js +3 -3
- package/lib/module/components/PollQuestion.js.map +1 -1
- package/lib/module/components/RoomSettingsModalContent.js +1 -1
- package/lib/module/components/styles.js +1 -0
- package/lib/module/components/styles.js.map +1 -1
- package/lib/module/hooks-util.js +26 -16
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/utils.js +2 -2
- package/lib/typescript/HMSInstanceSetup.d.ts.map +1 -1
- package/lib/typescript/HMSRoomSetup.d.ts.map +1 -1
- package/lib/typescript/components/HMSManageNoiseCancellation.d.ts.map +1 -1
- package/lib/typescript/components/MeetingScreenContent.d.ts.map +1 -1
- package/lib/typescript/components/Modals.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsItemOptions.d.ts.map +1 -1
- package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/styles.d.ts +1 -0
- package/lib/typescript/components/styles.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/HMSInstanceSetup.tsx +2 -1
- package/src/HMSRoomSetup.tsx +49 -2
- package/src/components/HMSBaseButton.tsx +1 -1
- package/src/components/HMSManageNoiseCancellation.tsx +15 -0
- package/src/components/HMSSendMessageInput.tsx +1 -1
- package/src/components/HMSTextInput.tsx +1 -1
- package/src/components/MeetingScreenContent.tsx +21 -1
- package/src/components/Modals.tsx +56 -31
- package/src/components/Participants/ParticipantsItemOptions.tsx +28 -1
- package/src/components/PeerSettingsModalContent.tsx +17 -1
- package/src/components/PollQuestion.tsx +3 -3
- package/src/components/RoomSettingsModalContent.tsx +1 -1
- package/src/components/TilesContainer.tsx +1 -1
- package/src/components/styles.ts +1 -0
- package/src/hooks-util.ts +35 -18
- package/src/utils.ts +2 -2
package/src/utils.ts
CHANGED
|
@@ -4,8 +4,8 @@ const DEFAULT_JOINING_CONFIG = {
|
|
|
4
4
|
mutedAudio: true,
|
|
5
5
|
mutedVideo: true,
|
|
6
6
|
skipPreview: false,
|
|
7
|
-
audioMixer: false, //
|
|
8
|
-
musicMode: false, //
|
|
7
|
+
audioMixer: false, // iOS only
|
|
8
|
+
musicMode: false, // iOS only
|
|
9
9
|
softwareDecoder: true, // Android only
|
|
10
10
|
autoResize: false, // Android only
|
|
11
11
|
};
|