Participant
Participant represents a single Participant in the ProCONF room.
Kind: global abstract class
Properties
| Name | Type | Description |
|---|---|---|
| sid | ID | The Participant's ID. |
| state | Participant.StateEnum | The state of the participant. |
| networkQualityLevel | string | The network quality level of the participant. |
| networkQualityStats | string | The network quality stats of the participant. |
- Participant
- instance
- .disconnect() ⇒
void
- .disconnect() ⇒
- static
- instance
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
| Name | Type | Description |
|---|---|---|
| trackPublished | TrackPublishedEvent | Track published event |
| trackUnpublished | TrackUnpublishedEvent | Track unpublished event |