ソースを参照

docs: Fixes documentation.

dev1
Boris Grozev 9年前
コミット
3e214a518f
1個のファイルの変更5行の追加3行の削除
  1. 5
    3
      JitsiConference.js

+ 5
- 3
JitsiConference.js ファイルの表示

688
 };
688
 };
689
 
689
 
690
 /**
690
 /**
691
- * Indicates that a participant has joined the conference.
691
+ * Notifies this JitsiConference that a new member has joined its chat room.
692
+ *
693
+ * FIXME This should NOT be exposed!
692
  *
694
  *
693
  * @param jid the jid of the participant in the MUC
695
  * @param jid the jid of the participant in the MUC
694
  * @param nick the display name of the participant
696
  * @param nick the display name of the participant
695
  * @param role the role of the participant in the MUC
697
  * @param role the role of the participant in the MUC
696
- * @param isHidden indicates if this is a hidden participant (sysem participant,
697
- * for example a recorder).
698
+ * @param isHidden indicates if this is a hidden participant (system
699
+ * participant for example a recorder).
698
  */
700
  */
699
 JitsiConference.prototype.onMemberJoined
701
 JitsiConference.prototype.onMemberJoined
700
     = function (jid, nick, role, isHidden) {
702
     = function (jid, nick, role, isHidden) {

読み込み中…
キャンセル
保存