Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 338 Bytes

StreamVideo.md

File metadata and controls

18 lines (11 loc) · 338 Bytes

StreamVideo

Component for displaying a live video stream

Syntax

  const { stream } = liveVideo;
  return <StreamVideo srcObject={stream}>

Props

Notes

Component also accepts props appropriate for a <video> element.