I wrote a WebRTC SFU from scratch
| Author: | @voluntas |
|---|---|
| Translator: | @alanmshelly |
| Version: | 0.0.0 |
| url: | https://voluntas.github.io/ |
| interface Dependencies { | |
| dependency: Dependency | |
| } | |
| export default function withDependenciesProvided( | |
| WrappedComponent: VueConstructor, | |
| dependenciesToProvide: Dependencies, | |
| ) { | |
| return Vue.extend({ | |
| provide() { |
I wrote a WebRTC SFU from scratch
| Author: | @voluntas |
|---|---|
| Translator: | @alanmshelly |
| Version: | 0.0.0 |
| url: | https://voluntas.github.io/ |