Add a WebRTC API
Many of the modes like HDSP, HSP and STREAM are only as good as the network latency, and the current REST API isn't very suitable for this because calls are TCP requests via a middleman (Handy Servers). Using WebRTC, requests would be UDP going p2p, directly between the user and the 3rd party, probably more than halving the current latency.