6 ms·
This poor soul. There are few protocols I hate implementing more than WebRTC. Getting a simple client going means you need to quickly acclimate to SDP, TURN/STU
by awkii 4mo ago
This poor soul. There are few protocols I hate implementing more than WebRTC. Getting a simple client going means you need to quickly acclimate to SDP, TURN/STUN, ice-candidates, offers, peer-to-peer protocols, and the complex handshake that is implemented from scratch each time. I can't imagine re-writing the whole trenchcoat of protocols and unintended "best-practices".
- jgalt212 4mo agoHave you attempted to use the Microsoft Graph API to interact with email?
- edoceo 4mo agoUgh. Who's decided to Graph all the things.
- tempaccount5050 4mo agoIt's way better than the old powershell modules imo. What don't you like?
- Sean-Der 4mo agoWhat platforms were you targeting that you found it painful! Sorry it was frustrating. I hope it’s getting better with education/more libraries. It’s also amazing how easy Codex etc… can burn through it now
- moomoo11 4mo agoi like livekit for this reason and their ceo is cool
- moffkalast 4mo agoThe first time I was able to get a working webrtc datachannel setup with aiortc was when LLMs became a thing, before that it it was pretty much impossible full stop. Nobody knows what or how, there are no examples. It's a horrible protocol that just needs to die.