Просмотр исходного кода

style(remotecontrol): getRequestedParticipant method comments

master
hristoterezov 8 лет назад
Родитель
Сommit
2b1176df53
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      modules/remotecontrol/Controller.js

+ 2
- 1
modules/remotecontrol/Controller.js Просмотреть файл

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;

Загрузка…
Отмена
Сохранить