|
|
|
|
|
by Ryner001
1970 days ago
|
|
It's actually quite simple. In a addition to a web call we record a separate high quality tracks for both audio and video locally. The challenge was doing all of this in browser since the APIs are not really consistent + there are a lot of weird bugs and issues with both MediaRecorder API and IndexedDB. We spend quite a bit of time setting up logging for client app. Since most of these weird issues are very hard to reproduce. (For example Chrome randomly purging binary blobs after storing them in IndexedDB) |
|