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
Chrome + Firefox have an active peer connection (no streams)
Chrome adds a stream, causes a renegotiation, succeeds
Firefox adds a stream, causes a renegotiation, fails at the point of setting the local description answer on Chrome with the message Failed to set local answer sdp: Session error code: ERROR_CONTENT. Session error description: Failed to set local audio description recv parameters..
Unfortunately I tried the SDP munging listed in that bug report, however, when Chrome creates the first offer, and then Firefox the second, it doesn't work :(
In the following situation:
Failed to set local answer sdp: Session error code: ERROR_CONTENT. Session error description: Failed to set local audio description recv parameters..
According to https://bugs.chromium.org/p/webrtc/issues/detail?id=5450, this is a problem in Chrome due to Chrome using the incorrect payload type of
100
instead of120
for VP8.The text was updated successfully, but these errors were encountered: