* Convert m.call.candidates schema to YAML Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Clarify that sdpMid and sdpMLineIndex are not required in `m.call.candidates` MSC2746, merged in v1.17, introduced the end-of-candidates candidate, where only the `candidate` property is set to an empty string. Besides, the [WebRTC specification](https://www.w3.org/TR/webrtc/) says that only one of those fields is required in a normal candidate. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Link to the "End-of-candidates" section, and clarify what "empty" means Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 line
No EOL
82 B
Text
1 line
No EOL
82 B
Text
Clarify that `sdpMid` and `sdpMLineIndex` are not required in `m.call.candidates`. |