useStream Hook Properties - React
kind
-
type:
String -
kindrepresents the type of stream which could beaudio|video|shareAudioorshare.
codec
-
type:
String -
codecstand 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

