getOnlineParticipants()
Return the list of online participants currently in the meeting room
JavaScript
const onlineParticipants = meeting.getOnlineParticipants();
Properties
onlineParticipants
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 | name of the participant | string |
roomId | roomId of the meeting room | string |
_id | participantSessionId of the participant | string |