Browse Source

fix: add `getParticipants` to JitsiConference docs

dev1
Viktor Chernodub 4 years ago
parent
commit
05d6503d66
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      doc/API.md

+ 2
- 0
doc/API.md View File

459
     - `propertyKey` - string - custom property name
459
     - `propertyKey` - string - custom property name
460
     - `propertyValue` - string - custom property value
460
     - `propertyValue` - string - custom property value
461
 
461
 
462
+38. `getParticipants()` - Retrieves an array of all participants in this conference.
463
+
462
 JitsiTrack
464
 JitsiTrack
463
 ======
465
 ======
464
 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).
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).

Loading…
Cancel
Save