Create a custom live and recorded experience with Daily's Video Component System (VCS) and Interactive Live Streaming (ILS)
- Interactive Live Streaming (ILS), supports three roles.
- Owner - The owner of the stream, can invite participants to join the stream, customize the layout.
- Presenter - The presenter of the stream, can share their camera, screen, and audio.
- Viewer - The viewer of the stream, can only view the stream.
- Stream to multiple platforms at once (e.g. YouTube, Twitch, Facebook, etc.)
- Record your stream
- Customizable Stream UI with VCS
- Invite participants to join your stream
- Chat with participants
- Remote Media Player
yarn install
# set DAILY_API_KEY, NEXT_PUBLIC_DAILY_DOMAIN & NEXT_PUBLIC_BASE_URL
cp env.example .env.local
yarn dev
Demo should be live at - http://localhost:3000