Skip to main content
Version: 0.0.x

Participant Class Properties - Python

id

  • type: str

  • Represents the id for that stream .


kind

  • type: str

  • kind represents the type of stream which could be audio | video or share .


codecs

  • type: str

  • codec stand for encoding and decoding which is useful for shrinking the stream size.


track

  • type: MediaStreamTrack

  • It represents a single media track within a stream.

Got a Question? Ask us on discord


Was this helpful?