Skip to main content

participantJoined

Emitted when a new participant joins the meeting room

This event is emitted to all the existing participants when a new participant joins the meeting room.

JavaScript
meeting.on("participantJoined", function(participantInfo) {

});

Properties

participantInfo is an object that contains the following properties:

PropertyDescription
isAdminindicated whether the participant is a meeting admin. Check out authenticating using auth tokens to learn more about admin users.
meetingSessionIdmeetingSessionId is unique for each meeting session
namename/username of the user
roomIdID of the current meeting room
_idParticipant Session ID
emailemail of the participant if specified
externalUserIdexternalUserId of the participant if specified
metameta for the participant if specified