Selaa lähdekoodia

auto acp scripted.

master
jfinn 4 vuotta sitten
vanhempi
commit
eaa21b4d04
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13
    0
      mdev/jc3.js

+ 13
- 0
mdev/jc3.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna