|
|
@@ -688,13 +688,15 @@ JitsiConference.prototype.muteParticipant = function (id) {
|
|
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
|
695
|
* @param jid the jid of the participant in the MUC
|
|
694
|
696
|
* @param nick the display name of the participant
|
|
695
|
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
|
701
|
JitsiConference.prototype.onMemberJoined
|
|
700
|
702
|
= function (jid, nick, role, isHidden) {
|