|
@@ -86,7 +86,7 @@ class SpeakerStats {
|
86
|
86
|
/**
|
87
|
87
|
* Returns true if the tracked user is currently a dominant speaker.
|
88
|
88
|
*
|
89
|
|
- * @param {boolean} - If true, the user will being accumulating time
|
|
89
|
+ * @param {boolean} isNowDominantSpeaker - If true, the user will be accumulating time
|
90
|
90
|
* as dominant speaker. If false, the user will not accumulate time
|
91
|
91
|
* and will record any time accumulated since starting as dominant speaker.
|
92
|
92
|
* @param {boolean} silence - Indecates whether the dominant speaker is silent or not.
|