Remove reference to 'this MSC'.

This commit is contained in:
David Baker 2023-05-17 10:10:45 +01:00
parent 18552057c0
commit 25ea0df0d1

View file

@ -27,12 +27,12 @@ description: |
another `m.call.negotiate` event, with the SDP answer (with `"type": "answer"`) another `m.call.negotiate` event, with the SDP answer (with `"type": "answer"`)
in the `description` property. in the `description` property.
This MSC also proposes clarifying the `m.call.invite` and `m.call.answer` In the `m.call.invite` and `m.call.answer` events, the `offer` and `answer`
events to state that the `offer` and `answer` fields respectively are objects fields respectively are objects of type `RTCSessionDescriptionInit`. Hence
of type `RTCSessionDescriptionInit`. Hence the `type` field, whilst the `type` field, whilst redundant in these events, is included for ease of
redundant in these events, is included for ease of working with the WebRTC working with the WebRTC API and is mandatory. Receiving clients should not
API and is mandatory. Receiving clients should not attempt to validate the attempt to validate the `type` field, but simply pass the object into the
`type` field, but simply pass the object into the WebRTC API. WebRTC API.
allOf: allOf:
- "$ref": core-event-schema/room_event.yaml - "$ref": core-event-schema/room_event.yaml
properties: properties: