Skip to main content
Version: 0.1.x

Stream Class Properties - Android

getId()​

  • type: String

  • getId() will return id for that stream .


getKind()​

  • type: String

  • getKind() will return kind, which represents the type of stream which could be audio | video or share .


getTrack()​

  • type: MediaStreamTrack

  • getTrack() will return a MediaStreamTrack object stored in the MediaStream object.

Got a Question? Ask us on discord