Skip to content

itsmehecker/voiceline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceLine

VoiceLine is a live voice and video WebRTC app that allows users to join rooms and communicate with each other using WebRTC technology.

Features

  • Live voice and video communication
  • Room-based communication
  • Device selection for video and audio input

Installation

  1. Clone the repository:

    git clone https://github.com/itsmehecker/voiceline.git
    cd voiceline
  2. Install the dependencies:

    npm install

Usage

  1. Start the server:

    npm start
  2. Open your browser and navigate to http://localhost:3000.

Dependencies

License

This project is licensed under the ISC License.

Contributors