Howard Chung
Howard Chung
Some users don't like it
Integrate similar to YouTube using Twitch: https://dev.twitch.tv/docs/embed/video-and-clips/ Vimeo: https://developer.vimeo.com/player/sdk/basics
Currently if a user signs in via Google/FB, we use that name by default. Some users would prefer to supply their own alias. Add a local config option to "set...
Cloud providers are starting to offer ARM instances which are cheaper per core than Intel/AMD x86. However: * Need to set up autobuild of vbrowser for ARM * Chrome is...
This is not in Chrome yet, but apparently it's available as an experimental feature. https://caniuse.com/audiotracks Once this is available to everyone, we can sync audio track selection state--should be useful...
We may just want to use fetch across the board on the client, since axios adds 11kb of JS for the client to download: https://bundlephobia.com/package/[email protected]
Set something up to allow first-month discounts (e.g. 50% off first month) during promotional periods
We'll need to scale the TURN server soon to support screen/file share and video chat traffic. Options: * Vertically scale the server * Horizontally scale the servers (need to update...