Skip to content

A simple web application for video conference using webRTC.

Notifications You must be signed in to change notification settings

affonso-rafael/zoom-clone-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom-clone-golang

A simple web application for video conference using webRTC.

Usage example

  • Start the server by running go run main.go;
  • Sing in user 1: http://localhost:8080/?meetingId=07927fc8-af0a-11ea-b338-064f26a5f90a&userId=rafael&peerId=john
  • Sign in user 2: http://localhost:8080/?meetingId=07927fc8-af0a-11ea-b338-064f26a5f90a&userId=john&peerId=rafeal
  • Click Start button;
  • Be happy;

About

A simple web application for video conference using webRTC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published