Stream Class Properties - Android
getId()​
-
type:
String
-
getId()
will return id for that stream .
getKind()​
-
type:
String
-
getKind()
will returnkind
, which represents the type of stream which could beaudio
|video
orshare
.
getTrack()​
-
type:
MediaStreamTrack
-
getTrack()
will return a MediaStreamTrack object stored in the MediaStream object.
Got a Question? Ask us on discord