In the following situation:
- 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..
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 of 120 for VP8.