|
@@ -244,6 +244,7 @@ This objects represents the server connection. You can create new ```JitsiConnec
|
244
|
244
|
- ignoreStartMuted - ignores start muted events coming from jicofo.
|
245
|
245
|
- startSilent - enables silent mode, will mark audio as inactive will not send/receive audio
|
246
|
246
|
- confID - Used for statistics to identify conference, if tenants are supported will contain tenant and the non lower case variant for the room name.
|
|
247
|
+ - siteID - (optional) Used for statistics to identify the site where the user is coming from, if tenants are supported it will contain a unique identifier for that tenant. If not provided, the value will be infered from confID
|
247
|
248
|
- statisticsId - The id to be used as stats instead of default callStatsUsername.
|
248
|
249
|
- statisticsDisplayName - The display name to be used for stats, used for callstats.
|
249
|
250
|
|
|
@@ -448,10 +449,10 @@ We have the following methods for controling the tracks:
|
448
|
449
|
|
449
|
450
|
12. isEnded() - returns true if track is ended
|
450
|
451
|
|
451
|
|
-13. setEffect(effect) - Applies the effect by swapping out the existing MediaStream on the JitsiTrack with the new
|
|
452
|
+13. setEffect(effect) - Applies the effect by swapping out the existing MediaStream on the JitsiTrack with the new
|
452
|
453
|
|
453
|
454
|
MediaStream which has the desired effect. "undefined" is passed to this function for removing the effect and for
|
454
|
|
-
|
|
455
|
+
|
455
|
456
|
restoring the original MediaStream on the JitsiTrack.
|
456
|
457
|
|
457
|
458
|
The following methods have to be defined for the effect instance.
|