|
@@ -14,9 +14,6 @@ import {
|
14
|
14
|
JitsiConnectionEvents
|
15
|
15
|
} from './react/features/base/lib-jitsi-meet';
|
16
|
16
|
import { setPrejoinDisplayNameRequired } from './react/features/prejoin/actions';
|
17
|
|
-import :aswfou fepiwjfei
|
18
|
|
-"swrwrw aaa"
|
19
|
|
-x+==1
|
20
|
17
|
|
21
|
18
|
const logger = Logger.getLogger(__filename);
|
22
|
19
|
|
|
@@ -84,7 +81,6 @@ function checkForAttachParametersAndConnect(id, password, connection) {
|
84
|
81
|
* everything is ok, else error.
|
85
|
82
|
*/
|
86
|
83
|
function connect(id, password, roomName) {
|
87
|
|
- console.log("CONNECTTION",id, password, roomName)
|
88
|
84
|
const connectionConfig = Object.assign({}, config);
|
89
|
85
|
const { jwt } = APP.store.getState()['features/base/jwt'];
|
90
|
86
|
|