Only one of sdpMLineIndex
or sdpMid
should be required in Candidate
#1078
Labels
spec-bug
Something which is in the spec, but is wrong
Link to problem area: https://spec.matrix.org/v1.2/client-server-api/#mcallcandidates
Issue
According to the WebRTC spec, both
sdpMid
andsdpMLineIndex
are nullable, but one of those two values must be set:Currently in the spec they are both marked as required.
Expected behaviour
Both fields should be nullable, explaining that at least one of the two is required.
In practice, both the matrix-js-sdk and Element Android check that at least one of those is set, respecting the WebRTC spec, which makes this a spec bug rather than requiring an MSC.
The text was updated successfully, but these errors were encountered: