Skip to main content
Version: 0.x.x

useStream Hook Properties - React

kind

  • type: String

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


codec

  • type: String

  • 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.


paused

  • type: Boolean

  • It represents whether th stream is currently paused or not.

Got a Question? Ask us on discord


Was this helpful?