Quellcode durchsuchen

fix: add `getParticipants` to JitsiConference docs

release-8443
Viktor Chernodub vor 5 Jahren
Ursprung
Commit
05d6503d66
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      doc/API.md

+ 2
- 0
doc/API.md Datei anzeigen

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

Laden…
Abbrechen
Speichern