Skip to content

byted/VoiceChatRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceChatRTC

Add a voice chat via WebRTC to a website.

example usage

  • run npm install to fetch dependencies
  • run signaling server: node wsServer.js
  • serve index.html (e.g.: python -m SimpleHTTPServer )
  • every user visiting the index.html will participate in the voice chat

real usage

  • run signaling server somewhere where it is reachable
  • in your website, include voiceChatRTC.js and voiceChatRTC.css
  • when the page is fully loaded, call VoiceChat.init('path_to_signaling_server:port', 'room_id')

done.

About

Add a voice chat via WebRTC to a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published