mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Apply suggestions from code review
This commit is contained in:
parent
9679311137
commit
13d60efeee
|
|
@ -29,11 +29,13 @@ additionalProperties:
|
|||
Whether the audio track in the stream is muted.
|
||||
|
||||
Defaults to `false` if not present.
|
||||
x-addedInMatrixVersion: "1.11"
|
||||
video_muted:
|
||||
type: boolean
|
||||
description: |-
|
||||
Whether the video track in the stream is muted.
|
||||
|
||||
Defaults to `false` if not present.
|
||||
x-addedInMatrixVersion: "1.11"
|
||||
required:
|
||||
- purpose
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
type: object
|
||||
x-addedInMatrixVersion: "1.10"
|
||||
x-addedInMatrixVersion: "1.11"
|
||||
description: |-
|
||||
This event is sent by callers when they wish to update a stream's metadata
|
||||
but no negotiation is required.
|
||||
|
|
|
|||
Loading…
Reference in a new issue