浏览代码

fix: add `getParticipants` to JitsiConference docs

dev1
Viktor Chernodub 4 年前
父节点
当前提交
05d6503d66
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      doc/API.md

+ 2
- 0
doc/API.md 查看文件

@@ -459,6 +459,8 @@ Throws NetworkError or InvalidStateError or Error if the operation fails.
459 459
     - `propertyKey` - string - custom property name
460 460
     - `propertyValue` - string - custom property value
461 461
 
462
+38. `getParticipants()` - Retrieves an array of all participants in this conference.
463
+
462 464
 JitsiTrack
463 465
 ======
464 466
 The object represents single track - video or audio. They can be remote tracks ( from the other participants in the call) or local tracks (from the devices of the local participant).

正在加载...
取消
保存