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
I ran into the same issue. There must be an issue with the way the SDP is parsed as pion/webrtc explicitly states that "Matching should be case insensitive."
Your environment.
What did you do?
Try to connect to SFU with a webrtc.Peerconnection, like example code here
What did you expect?
It should connect
What happened?
Unsupported media engine
Cause
I found that the name of media engines in pion/ion-sfu is lowercase: code here
In pion/webrtc however, name of media engines is uppercase: code here
So when I use the code like the example in pion/webrtc, it doesn't work
Also I found the test code in pion/ion-sfu is not the same as the example in pion/webrtc: test code here and example code here
It is not a serious bug but takes me several hours. So why not use the same case?
The text was updated successfully, but these errors were encountered: