|
@@ -148,7 +148,7 @@ JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|
148
|
148
|
3. detection
|
149
|
149
|
- VAD_SCORE_PUBLISHED - event generated by a TackVADEmitter when it computed a VAD score for an audio PCM sample.
|
150
|
150
|
|
151
|
|
- 3. tracks
|
|
151
|
+ 3. track
|
152
|
152
|
- LOCAL_TRACK_STOPPED - indicates that a local track was stopped. This
|
153
|
153
|
event can be fired when ```dispose()``` method is called or for other reasons.
|
154
|
154
|
- TRACK_AUDIO_OUTPUT_CHANGED - indicates that audio output device for track was changed (parameters - deviceId (string) - new audio output device ID).
|