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: 7 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:54:01.000Z (10 months ago)
- Last Synced: 2025-01-15T13:05:44.268Z (9 months ago)
- Topics: agora-sdk, rtm-tools, video-streaming
- Language: JavaScript
- Homepage: https://josephakaro.me
- Size: 2.99 MB
- Stars: 1
- 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"
```