Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 😊🤞
- Host: GitHub
- URL: https://github.com/josephakaro/letsmeet
- Owner: josephakaro
- License: mit
- Created: 2024-05-02T23:10:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T00:41:14.000Z (7 months ago)
- Last Synced: 2024-05-04T07:19:57.535Z (7 months ago)
- Topics: agora-sdk, rtm-tools, video-streaming
- Language: JavaScript
- Homepage: https://josephakaro.me
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```