Skip to content

KairuiLiu/conflux-client

Repository files navigation

ConFlux Client

🎥 Another meeting and collaboration platform

WebRTC Socket.io TypeScript React TypeScript

✨ Feature

  • Multi-person P2P video conferencing based on WebRTC
  • Local users, no registration required, no login required
  • Support for meeting scheduling and invitation code entry
  • Support for video background replacement
  • Supports screen sharing
  • Support for meeting chat
  • Supports audio and video device testing and switching
  • Supports meeting member permission management (setting co-hosts, muting, kicking out)
  • Real-time traffic monitoring

🛠️ Install

# Install pnpm
> npm install -g pnpm

# Install all dependencies
> pnpm install

# Install a dependency
> pnpm install xxx  -D/-S

# Run
> pnpm dev

# Build
> pnpm build

🥰 Reference