onlineParticipants
This event is emitted multiple during the meeting
JavaScript
meeting.on("onlineParticipants", function(onlineParticipants) {
});
Properties
onlineParticipants
is an array contains the following properties
Property | Description | Type |
---|---|---|
isAdmin | indicates if the user is admin or not | boolean |
meetingSessionId | meetingSessionId of the current meeting session | string |
name | username of the participant | string |
roomId | roomId of the meeting room | string |
_id | participantSessionId of the participant | string |