mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-20 09:54:10 +02:00
Add 'added in' version
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
parent
163605c4f1
commit
c6ae1a4c98
|
|
@ -16,6 +16,7 @@ properties:
|
||||||
description: 'This identifies the party that sent this event. A client may
|
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
|
choose to re-use the device ID from end-to-end cryptography for the value
|
||||||
of this field.'
|
of this field.'
|
||||||
|
x-addedInMatrixVersion: "1.7"
|
||||||
required:
|
required:
|
||||||
- call_id
|
- call_id
|
||||||
- version
|
- version
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,9 @@ properties:
|
||||||
description: Reason for the hangup. Note that this was optional in
|
description: Reason for the hangup. Note that this was optional in
|
||||||
previous previous versions of the spec, so a missing value should be
|
previous previous versions of the spec, so a missing value should be
|
||||||
treated as `user_hangup`.
|
treated as `user_hangup`.
|
||||||
|
x-changedInMatrixVersion:
|
||||||
|
1.7: |-
|
||||||
|
Additional values were added.
|
||||||
enum:
|
enum:
|
||||||
- ice_timeout
|
- ice_timeout
|
||||||
- ice_failed
|
- ice_failed
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
"invitee": {
|
"invitee": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The ID of the user being called. If omitted, any user in the room can answer.",
|
"description": "The ID of the user being called. If omitted, any user in the room can answer.",
|
||||||
|
"x-addedInMatrixVersion": "1.7",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["offer", "lifetime"]
|
"required": ["offer", "lifetime"]
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ description: |
|
||||||
working with the WebRTC API and is mandatory. Receiving clients should not
|
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
|
attempt to validate the `type` field, but simply pass the object into the
|
||||||
WebRTC API.
|
WebRTC API.
|
||||||
|
x-addedInMatrixVersion: "1.7"
|
||||||
allOf:
|
allOf:
|
||||||
- "$ref": core-event-schema/room_event.yaml
|
- "$ref": core-event-schema/room_event.yaml
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ description: |
|
||||||
|
|
||||||
Note that, unlike `m.call.hangup`, this event has no `reason` field: the rejection of
|
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.
|
a call is always implicitly because the user chose not to answer it.
|
||||||
|
x-addedInMatrixVersion: "1.7"
|
||||||
allOf:
|
allOf:
|
||||||
- "$ref": core-event-schema/room_event.yaml
|
- "$ref": core-event-schema/room_event.yaml
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue