Re: [webrtc-pc] Update the accessibility section 14 to include RFC 8865 for real-time text in WebRTC data channel (#2931)

Just FYI and to contribute to the discussion, some time ago I prototyped a partial implementation of RFC 8865 in Janus, my open source WebRTC server which can be used as a SIP gateway as well. When I say "partial", I mean I ignored the already mentioned `dcsa` and `dcmap` attributes, as unsupported in WebRTC, and so relied on some "assumptions" in my POC demo (e.g., agreed upon label).

For some implementation considerations, I wrote a detailed post a couple of years ago here:
https://www.meetecho.com/blog/realtime-text-sip-and-webrtc/

and made a presentation about it last year at the Kamailio World conference:
https://www.youtube.com/watch?v=yehYE34d3mI&t=19937s

I don't have an instance installed anywhere for testing, but the code is open source and available in a PR:
https://github.com/meetecho/janus-gateway/pull/3231

In case it may help accelerate adoption, I'd be happy to participate to interops and stuff like that. Unfortunately, very few implementations are available in the open source space for testing, which means I had to use either very old clients, or come up with basic homemade ones (like the one I wrote for [this short and silly demo](https://www.youtube.com/live/yehYE34d3mI?si=2vuhAbCDHeJsT09X&t=10742)).

-- 
GitHub Notification of comment by lminiero
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2931#issuecomment-1942086031 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 February 2024 17:43:03 UTC