Browse Source

expand server flow... and link to a very simple example..

main
John-Mark Gurney 3 years ago
parent
commit
2753301fb6
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      ARCHITECTURE.md
  2. +3
    -0
      NOTES.md

+ 4
- 0
ARCHITECTURE.md View File

@@ -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


+ 3
- 0
NOTES.md View File

@@ -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

Loading…
Cancel
Save