jfinn 4 лет назад
Родитель
Сommit
da00cfae3c
1 измененных файлов: 8 добавлений и 2 удалений
  1. 8
    2
      mdev/jc2.native.js

+ 8
- 2
mdev/jc2.native.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить