Browse Source

style(remotecontrol): getRequestedParticipant method comments

j8
hristoterezov 8 years ago
parent
commit
2b1176df53
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      modules/remotecontrol/Controller.js

+ 2
- 1
modules/remotecontrol/Controller.js View File

327
 
327
 
328
     /**
328
     /**
329
      * Returns the id of the requested participant
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
     getRequestedParticipant() {
333
     getRequestedParticipant() {
333
         return this.requestedParticipant;
334
         return this.requestedParticipant;

Loading…
Cancel
Save