Stream Class Properties - Flutter
id
-
type:
String
-
Represents the id for that stream .
kind
-
type:
String?
-
kind
represents the type of stream which could beaudio
|video
orshare
.
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 callresume()
method to resume MediaStreamTrack. Learn more
Got a Question? Ask us on discord