ソースを参照

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

main
コミット
2753301fb6
2個のファイルの変更7行の追加0行の削除
  1. +4
    -0
      ARCHITECTURE.md
  2. +3
    -0
      NOTES.md

+ 4
- 0
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


+ 3
- 0
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

読み込み中…
キャンセル
保存