瀏覽代碼

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
 })

Loading…
取消
儲存