@100mslive/roomkit-react 0.3.4 → 0.3.5-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/dist/{HLSView-6NEUUQBX.js → HLSView-YAR57OPP.js} +5 -3
  2. package/dist/{HLSView-6NEUUQBX.js.map → HLSView-YAR57OPP.js.map} +2 -2
  3. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  4. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
  5. package/dist/{chunk-JF6QG5V5.js → chunk-MXPCXPZQ.js} +484 -456
  6. package/dist/chunk-MXPCXPZQ.js.map +7 -0
  7. package/dist/fixtures/peers.d.ts +1 -1
  8. package/dist/index.cjs.js +920 -896
  9. package/dist/index.cjs.js.map +4 -4
  10. package/dist/index.js +1 -1
  11. package/dist/meta.cjs.json +97 -72
  12. package/dist/meta.esbuild.json +105 -80
  13. package/package.json +7 -7
  14. package/src/Avatar/Avatar.tsx +3 -3
  15. package/src/Avatar/getAvatarBg.ts +11 -7
  16. package/src/Prebuilt/App.tsx +5 -6
  17. package/src/Prebuilt/AppStateContext.tsx +27 -14
  18. package/src/Prebuilt/components/AuthToken.jsx +27 -26
  19. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
  20. package/src/Prebuilt/components/Chat/ChatSelector.tsx +4 -1
  21. package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
  22. package/src/Prebuilt/components/Connection/ConnectionIndicator.tsx +3 -2
  23. package/src/Prebuilt/components/Connection/TileConnection.tsx +14 -2
  24. package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
  25. package/src/Prebuilt/components/Footer/ParticipantList.tsx +14 -0
  26. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -2
  27. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
  28. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
  29. package/src/Prebuilt/components/RaiseHand.tsx +7 -1
  30. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
  31. package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
  32. package/src/Prebuilt/layouts/HLSView.jsx +4 -1
  33. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +22 -15
  34. package/src/Stats/Stats.tsx +12 -2
  35. package/src/fixtures/peers.ts +2 -1
  36. package/dist/chunk-JF6QG5V5.js.map +0 -7
@@ -1,3 +1,3 @@
1
- import { HMSPeerWithMuteStatus } from '@100mslive/hms-video-store';
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[];