Procházet zdrojové kódy

style(remotecontrol): getRequestedParticipant method comments

master
hristoterezov před 8 roky
rodič
revize
2b1176df53
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      modules/remotecontrol/Controller.js

+ 2
- 1
modules/remotecontrol/Controller.js Zobrazit soubor

@@ -327,7 +327,8 @@ export default class Controller extends RemoteControlParticipant {
327 327
 
328 328
     /**
329 329
      * Returns the id of the requested participant
330
-     * @returns {string} this.requestedParticipant
330
+     * @returns {string} this.requestedParticipant.
331
+     * NOTE: This id should be the result of JitsiParticipant.getId() call.
331 332
      */
332 333
     getRequestedParticipant() {
333 334
         return this.requestedParticipant;

Načítá se…
Zrušit
Uložit