@100mslive/roomkit-react 0.3.4 → 0.3.5-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-6NEUUQBX.js → HLSView-GF23J3TJ.js} +5 -3
- package/dist/{HLSView-6NEUUQBX.js.map → HLSView-GF23J3TJ.js.map} +2 -2
- package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
- package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
- package/dist/{chunk-JF6QG5V5.js → chunk-7O27GQEH.js} +479 -453
- package/dist/chunk-7O27GQEH.js.map +7 -0
- package/dist/fixtures/peers.d.ts +1 -1
- package/dist/index.cjs.js +917 -894
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +93 -68
- package/dist/meta.esbuild.json +101 -76
- package/package.json +7 -7
- package/src/Avatar/Avatar.tsx +3 -3
- package/src/Avatar/getAvatarBg.ts +11 -7
- package/src/Prebuilt/App.tsx +5 -6
- package/src/Prebuilt/AppStateContext.tsx +27 -14
- package/src/Prebuilt/components/AuthToken.jsx +27 -26
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
- package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
- package/src/Prebuilt/components/Connection/TileConnection.tsx +14 -2
- package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +15 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -2
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
- package/src/Prebuilt/components/RaiseHand.tsx +7 -1
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
- package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
- package/src/Prebuilt/layouts/HLSView.jsx +4 -1
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +22 -15
- package/src/Stats/Stats.tsx +12 -2
- package/src/fixtures/peers.ts +2 -1
- package/dist/chunk-JF6QG5V5.js.map +0 -7
package/dist/fixtures/peers.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
import { HMSPeerWithMuteStatus } from '@100mslive/
|
1
|
+
import { HMSPeerWithMuteStatus } from '@100mslive/react-sdk';
|
2
2
|
export declare const makeFakeParticipant: (name: string, role?: string) => HMSPeerWithMuteStatus;
|
3
3
|
export declare const fakeParticipants: HMSPeerWithMuteStatus[];
|