Home Manual Reference Source
import Participant from 'webcom-reach/src/core/Participant.js'
public class | source

Participant

Room participant

Member Summary

Public Members
public

The Participant's role. Can be:

  • OWNER: the owner/creator of the Room
  • MODERATOR: a participant with Room management Rights
  • NONE: basic participant
public

The participant status Can be:

  • NOT_CONNECTED: the participant did not accept the invitation yet and/or did not join the Room yet
  • CONNECTED: the participant is in the Room
  • WAS_CONNECTED: the participant left the Room
public

The participant unique id

public

Participant's userAgent

Public Members

public role: string source

The Participant's role. Can be:

  • OWNER: the owner/creator of the Room
  • MODERATOR: a participant with Room management Rights
  • NONE: basic participant

public status: string source

The participant status Can be:

  • NOT_CONNECTED: the participant did not accept the invitation yet and/or did not join the Room yet
  • CONNECTED: the participant is in the Room
  • WAS_CONNECTED: the participant left the Room

public uid: string source

The participant unique id

public userAgent: string source

Participant's userAgent