|
|
@@ -53,8 +53,6 @@ The ```options``` parameter is JS object with the following properties:
|
|
53
|
53
|
|
|
54
|
54
|
* ```JitsiMeetJS.JitsiConnection``` - the ```JitsiConnection``` constructor. You can use that to create new server connection.
|
|
55
|
55
|
|
|
56
|
|
-* ```JitsiMeetJS.JitsiTrackError``` - the ```JitsiTrackError``` constructor. You can use that to check ```instanceof``` errors you get from ```JitsiMeetJS.createLocalTracks()``` method.
|
|
57
|
|
-
|
|
58
|
56
|
* ```JitsiMeetJS.setLogLevel``` - changes the log level for the library. For example to have only error messages you should do:
|
|
59
|
57
|
```
|
|
60
|
58
|
JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|