https://github.com/elmarti/blaze-video-chat
https://github.com/elmarti/blaze-video-chat
blaze metoer videochat webrtc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elmarti/blaze-video-chat
- Owner: elmarti
- Created: 2018-01-08T12:34:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T10:54:12.000Z (about 7 years ago)
- Last Synced: 2025-02-28T13:49:15.985Z (over 1 year ago)
- Topics: blaze, metoer, videochat, webrtc
- Language: HTML
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaze Video Chat
The project shows the use of the [Meteor Video Chat extension](https://github.com/elmarti/meteor-video-chat) in a Blaze based project. The goal of this is to show the ease with which `elmarti:video-chat` can be used to create prototypes and full blown projects.
[Example Application](https://blazevideochat.herokuapp.com/) (STUN/TURN servers aren't used so it may be impossible to connect users across the internet)
### Get started
```
git clone git@github.com:elmarti/blaze-video-chat.git
cd blaze-video-chat
meteor npm install
meteor
```