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.js 228B

12345678910111213
  1. import {
  2. participantJoined,
  3. participantLeft,
  4. pinParticipant
  5. } from '../react/features/base/participants';
  6. window.glob_react = window.glob_react || {"i":"jc2"}
  7. Object.assign(window.glob_react,{
  8. pinParticipant,
  9. })