From 2753301fb6145a1ba67d3247e97b8f66b0853cef Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 24 Apr 2020 15:14:51 -0700 Subject: [PATCH] expand server flow... and link to a very simple example.. --- ARCHITECTURE.md | 4 ++++ NOTES.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index dffb0ac..28e90b0 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -16,6 +16,10 @@ Participant flow: c) Output audio 3) Pass the setup items to do encoding/decoding and playback. +Server meeting flow: + 1) receive RTC request + 2) start up RTC and add audio source to channel + 3) mix in audio to channel and send it back to each participant File information: src/index.js -- main file for web page diff --git a/NOTES.md b/NOTES.md index d86b43d..cc65983 100644 --- a/NOTES.md +++ b/NOTES.md @@ -6,3 +6,6 @@ https://github.com/cwilso/AudioRecorder inline-worker is likely NOT needed because Webpack will do the bundling as needed yarn add 'inline-worker@https://github.com/mohayonao/inline-worker.git#7014cd64c3cd6eb884f6743aad682a995e262bb9' + +Extermely simple WebRTC example: +https://github.com/shanet/WebRTC-Example