Now if I send that to Medooze on the server side, I get an exception "No remote ICE or DTLS info provided"
In the endpoint createTransport code, we are checking for ICE or DTLS info in the remote description and throwing an error if its not found. This means we can't create a transport in the case where we are not sending any media from the client. I mentioned this challenge in Structure for group conversation in the support forum and you requested that I create a ticket. Thank you for taking a look at this!
If I generate an offer with no tracks, for example:
In chrome m87 I get an offer that looks like:
Now if I send that to Medooze on the server side, I get an exception
"No remote ICE or DTLS info provided"
In the endpoint createTransport code, we are checking for ICE or DTLS info in the remote description and throwing an error if its not found. This means we can't create a transport in the case where we are not sending any media from the client. I mentioned this challenge in Structure for group conversation in the support forum and you requested that I create a ticket. Thank you for taking a look at this!