Kaynağa Gözat

forgot to document the getTranscriber() method

dev1
nikvaessen 9 yıl önce
ebeveyn
işleme
5c701a8f0b
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      JitsiConference.js

+ 2
- 1
JitsiConference.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet