Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josephakaro/letsmeet

Let'sMeet is a video chat web application, Your friend shares the room id, the fun begins 😊🤞
https://github.com/josephakaro/letsmeet

agora-sdk rtm-tools video-streaming

Last synced: 1 day ago
JSON representation

Let'sMeet is a video chat web application, Your friend shares the room id, the fun begins 😊🤞

Awesome Lists containing this project

README

        

# LetsMeet
A peer to peer WebRTC application with controls

# Installation
* 1 - clone repo https://github.com/josephakaro/LetsMeet.git
* 2 - Create an account on agora.io and create an app to generate an APP ID
* 3 - Update APP ID, Temp Token and Channel Name in main.js
```javascript
let APP_ID = "YOU-APP-ID"
```