Participant Class Properties
id
type:
String
Represents the id for that stream .
kind
type:
String
kind
represents the type of stream which could beaudio
|video
orshare
.
track
type:
MediaStreamTrack
It represents a single media track within a stream.
producer
type:
Producer
producer
stand for producer of the stream.
consumer
type:
Consumer
consumer
stand for consumer of the stream.