Skip to main content

participantJoined

This event is emitted when a new participant joins the meeting.

frame.on("participantJoined", function(participantInfo) {

});

Properties

The participantInfo is an object that contains the following properties:

PropertyDescriptionType
_idparticipantSessionIdstring
namename of the userstring
sharingAudiois user currently sharing microphoneboolean
sharingVideois user currently sharing cameraboolean
sharingScreenis user currently sharing screenboolean
disabledAudiohas admin disabled audio of the userboolean
disabledScreenSharinghas admin disabled screen sharingboolean
disabledVideohad admin disabled cameraboolean
isAdminis the user adminboolean
meetingSessionIdmeetingSessionIdstring
roomIdroomIdstring