Srayan Jana

Results 71 comments of Srayan Jana

https://datatracker.ietf.org/doc/html/rfc9429#section-5.2.1 seems like adding ice2 at the end is mandatory

After this PR gets merged, I’ll probably open up a new one to do some refactors 1. Figure out how to actually use the signaling server between different browsers on...

``` C:\github\str0m>cargo run --no-default-features --features wincrypto --example chat error: target `chat` in package `str0m` requires the features: `openssl` Consider enabling them by passing, e.g., `--features="openssl"` C:\github\str0m>```

Doing this worked @algesten ![Image](https://github.com/user-attachments/assets/e52078be-2c5c-4420-9d02-492a7b8e41a9) I did the same thing to the http-post example and it worked just fine too ![Image](https://github.com/user-attachments/assets/fc1cb91b-a635-419c-b8af-2143984f2db0)

@algesten making this work automatically would be amazing ngl alternatively, have you thought about adding something like mbedTLS? thats one of the libraries libdatachannel uses for TLS related stuff

👀 This looks really dope! I was JUST looking into this library for using its implementation of datachannels! Hopefully this will make this library as performant as something like Pion...

Yeah, i mean Go and C# are about equivalent performance wise (I wouldn't be surprised if .NET is actually faster). Maybe there's some cool stuff Go is doing with Goroutines?

Closing this since the other PR got merged

I think this is ready to be reviewed, pretty sure this is the api changes needed