mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44: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.
|
Whether the audio track in the stream is muted.
|
||||||
|
|
||||||
Defaults to `false` if not present.
|
Defaults to `false` if not present.
|
||||||
|
x-addedInMatrixVersion: "1.11"
|
||||||
video_muted:
|
video_muted:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
Whether the video track in the stream is muted.
|
Whether the video track in the stream is muted.
|
||||||
|
|
||||||
Defaults to `false` if not present.
|
Defaults to `false` if not present.
|
||||||
|
x-addedInMatrixVersion: "1.11"
|
||||||
required:
|
required:
|
||||||
- purpose
|
- purpose
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
type: object
|
type: object
|
||||||
x-addedInMatrixVersion: "1.10"
|
x-addedInMatrixVersion: "1.11"
|
||||||
description: |-
|
description: |-
|
||||||
This event is sent by callers when they wish to update a stream's metadata
|
This event is sent by callers when they wish to update a stream's metadata
|
||||||
but no negotiation is required.
|
but no negotiation is required.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue