Skip to main content

Participant

Participant represents a single Participant in the ProCONF room.

Kind: global abstract class
Properties

NameTypeDescription
sidIDThe Participant's ID.
stateParticipant.StateEnumThe state of the participant.
networkQualityLevelstringThe network quality level of the participant.
networkQualityStatsstringThe network quality stats of the participant.

participant.disconnect() ⇒ void

Disconnect from room

Kind: instance method of Participant

Participant.SID : string

Type of participant.sid

Kind: static typedef of Participant

Participant.ID : string

Type of participant.id The Participant.ID is a unique identifier for the Participant.

Kind: static typedef of Participant

Participant.State : string

State of participant any of 'connected' | 'disconnected' | 'reconnecting'

Kind: static typedef of Participant

Participant.Events

Kind: static typedef of Participant
Properties

NameTypeDescription
trackPublishedTrackPublishedEventTrack published event
trackUnpublishedTrackUnpublishedEventTrack unpublished event