You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jc2.native.js 372B

12345678910111213141516171819
  1. /*
  2. import {
  3. participantJoined,
  4. participantLeft,
  5. pinParticipant,
  6. getParticipants,
  7. getPinnedParticipant,
  8. } from '../react/features/base/participants';
  9. import * as participants from '../react/features/base/participants';
  10. */
  11. window.glob_react = window.glob_react || {"i":"jc2"}
  12. Object.assign(window.glob_react,{
  13. // pinParticipant,
  14. // participants,
  15. })