Joe Turki
Joe Turki
@sxmzou Hello and welcome to pion, Sorry but pion/webrtc examples are for the examples that doesn't require a third party application to run them, this is more fit for https://github.com/pion/example-webrtc-applications...
Thank you @hexbabe this PR is really cool.
@xinze-zheng I'm sorry about the internal API change, we had to fix the options so we can upgrade webrtc to use them.
I think it would be better if we can change the test to use the new Public api instead, `NewAgentWithOptions`, so it doesn't break if we change the internal API...
Do you want to make a PR for that? we'll be so happy to see it :)
@trs00 Hello, I squash merged, If you plan to make more changes, I can send you an invite to the org so you can make branches directly, and merge PRs...
We’re running into this bug at Pion https://github.com/pion/webrtc/pull/3275
@theodorsm > Note: the crypto/hkdf library requires go version 1.24, which is a higher minimum version than we currently have. I think the usage of this library justifies the bump...
I'm just concerned that if we expose a public APIs, it'll be extremely difficult to change or remove it later, just my personal take about the dtls 1.3 suffix, maybe...
> I agree that we should keep the API private until the DTLS 1.3 implementation is ready; we should only make it public as the last thing to do. If...