mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
Remove reference to 'this MSC'.
This commit is contained in:
parent
18552057c0
commit
25ea0df0d1
|
|
@ -27,12 +27,12 @@ description: |
|
|||
another `m.call.negotiate` event, with the SDP answer (with `"type": "answer"`)
|
||||
in the `description` property.
|
||||
|
||||
This MSC also proposes clarifying the `m.call.invite` and `m.call.answer`
|
||||
events to state that the `offer` and `answer` fields respectively are objects
|
||||
of type `RTCSessionDescriptionInit`. Hence the `type` field, whilst
|
||||
redundant in these events, is included for ease of working with the WebRTC
|
||||
API and is mandatory. Receiving clients should not attempt to validate the
|
||||
`type` field, but simply pass the object into the WebRTC API.
|
||||
In the `m.call.invite` and `m.call.answer` events, the `offer` and `answer`
|
||||
fields respectively are objects of type `RTCSessionDescriptionInit`. Hence
|
||||
the `type` field, whilst redundant in these events, is included for ease of
|
||||
working with the WebRTC API and is mandatory. Receiving clients should not
|
||||
attempt to validate the `type` field, but simply pass the object into the
|
||||
WebRTC API.
|
||||
allOf:
|
||||
- "$ref": core-event-schema/room_event.yaml
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue