Skip to content

Commit

Permalink
Add DataChannel (#54)
Browse files Browse the repository at this point in the history
- Add text input to send "chat" messages via DataProducer (DataChannel).
- Can also write "@bot xxxxx" to deliver a message to the server side Bot (it will notify all participants).
  • Loading branch information
ibc committed Jul 12, 2019
1 parent b349eb3 commit 3dbdbde
Show file tree
Hide file tree
Showing 25 changed files with 1,488 additions and 220 deletions.
2 changes: 1 addition & 1 deletion app/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ gulp.task('browser', (done) =>
{
open : 'external',
host : config.domain,
startPath : '/?info=true&throttleSecret=foo',
startPath : '/?info=true',
server :
{
baseDir : OUTPUT_DIR
Expand Down
Loading

0 comments on commit 3dbdbde

Please sign in to comment.