Переглянути джерело

auto acp scripted.

master
jfinn 4 роки тому
джерело
коміт
da00cfae3c
1 змінених файлів з 8 додано та 2 видалено
  1. 8
    2
      mdev/jc2.native.js

+ 8
- 2
mdev/jc2.native.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти