Skip to main content

participantLeft

This event is emitted when participant leaves the meeting

frame.on("participantLeft", 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