|
@@ -223,6 +223,7 @@ This objects represents the server connection. You can create new ```JitsiConnec
|
223
|
223
|
4. callStatsID - callstats credentials
|
224
|
224
|
5. callStatsSecret - callstats credentials
|
225
|
225
|
6. enableTalkWhileMuted - boolean property. Enables/disables talk while muted detection, by default the value is false/disabled.
|
|
226
|
+ 7. ignoreStartMuted - ignores start muted events coming from jicofo.
|
226
|
227
|
**NOTE: if 4 and 5 are set the library is going to send events to callstats. Otherwise the callstats integration will be disabled.**
|
227
|
228
|
|
228
|
229
|
5. addEventListener(event, listener) - Subscribes the passed listener to the event.
|