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

forgot to document the getTranscriber() method

dev1
nikvaessen 9 лет назад
Родитель
Сommit
5c701a8f0b
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      JitsiConference.js

+ 2
- 1
JitsiConference.js Просмотреть файл

@@ -371,7 +371,8 @@ JitsiConference.prototype.setSubject = function (subject) {
371 371
 };
372 372
 
373 373
 /**
374
- *
374
+ * Get a transcriber object for all current participants in this conference
375
+ * @return {Transcriber} the transcriber object
375 376
  */
376 377
 JitsiConference.prototype.getTranscriber = function(){
377 378
     if(this.transcriber === undefined){

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