Skip to main content
Version: 1.1.x

Stream Class Properties - Flutter

id

  • type: String

  • Represents the id for that stream .


kind

  • type: String?

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


renderer

  • type: RTCVideoRenderer?

  • This is a renderer, which is passed to RTCVideoView widget.


track

  • type: Consumer

  • It represents a single media track within a stream.

  • You can call pause() method to pause MediaStreamTrack. And you can also call resume() method to resume MediaStreamTrack. Learn more

Got a Question? Ask us on discord


Was this helpful?