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
ICECandidate generates an empty sdpMid for local candidates. If the remote peer doesn't use sdpMLineIndex for locating a media description, all local candidates generated by Pion would be dropped, possibly leading to connectivity check timeout.
Motivation
N/A
Describe alternatives you've considered
N/A
Additional context
aiortc uses sdpMid alone for locating a media description. Since they don't support peer-reflexive candidates, connectivity check timeout occurs with Pion. For this issue, I opened this PR to make aiortc respect sdpMLineIndex.
The text was updated successfully, but these errors were encountered:
Summary
ICECandidate
generates an emptysdpMid
for local candidates. If the remote peer doesn't usesdpMLineIndex
for locating a media description, all local candidates generated byPion
would be dropped, possibly leading to connectivity check timeout.Motivation
N/A
Describe alternatives you've considered
N/A
Additional context
aiortc
usessdpMid
alone for locating a media description. Since they don't supportpeer-reflexive
candidates, connectivity check timeout occurs withPion
. For this issue, I opened this PR to makeaiortc
respectsdpMLineIndex
.The text was updated successfully, but these errors were encountered: