瀏覽代碼

doc: fix track event namespace

dev1
Džuris 5 年之前
父節點
當前提交
70e71d8aa7
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      doc/API.md

+ 1
- 1
doc/API.md 查看文件

@@ -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).

Loading…
取消
儲存