Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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. })