Add 'added in' version

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
pull/1511/head
David Baker 1 year ago committed by GitHub
parent 163605c4f1
commit c6ae1a4c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,7 @@ properties:
description: 'This identifies the party that sent this event. A client may
choose to re-use the device ID from end-to-end cryptography for the value
of this field.'
x-addedInMatrixVersion: "1.7"
required:
- call_id
- version

@ -34,6 +34,9 @@ properties:
description: Reason for the hangup. Note that this was optional in
previous previous versions of the spec, so a missing value should be
treated as `user_hangup`.
x-changedInMatrixVersion:
1.7: |-
Additional values were added.
enum:
- ice_timeout
- ice_failed

@ -35,6 +35,7 @@
"invitee": {
"type": "string",
"description": "The ID of the user being called. If omitted, any user in the room can answer.",
"x-addedInMatrixVersion": "1.7",
}
},
"required": ["offer", "lifetime"]

@ -33,6 +33,7 @@ description: |
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.
x-addedInMatrixVersion: "1.7"
allOf:
- "$ref": core-event-schema/room_event.yaml
properties:

@ -13,6 +13,7 @@ description: |
Note that, unlike `m.call.hangup`, this event has no `reason` field: the rejection of
a call is always implicitly because the user chose not to answer it.
x-addedInMatrixVersion: "1.7"
allOf:
- "$ref": core-event-schema/room_event.yaml
properties:

Loading…
Cancel
Save