| 12345678910111213141516171819 |
- /*
- import {
- participantJoined,
- participantLeft,
- pinParticipant,
- getParticipants,
- getPinnedParticipant,
- } from '../react/features/base/participants';
- import * as participants from '../react/features/base/participants';
- */
-
- window.glob_react = window.glob_react || {"i":"jc2"}
-
-
-
- Object.assign(window.glob_react,{
- // pinParticipant,
- // participants,
- })
|