Skip to main content

getOnlineParticipants()

Return the list of online participants currently in the meeting room

JavaScript
const onlineParticipants = meeting.getOnlineParticipants();

Properties

onlineParticipants array contains the following properties

PropertyDescriptionType
isAdminindicates if the user is admin or notboolean
meetingSessionIdmeetingSessionId of the current meeting sessionstring
namename of the participantstring
roomIdroomId of the meeting roomstring
_idparticipantSessionId of the participantstring