You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: