Apply suggestions from code review

This commit is contained in:
Richard van der Hoff 2024-03-26 19:07:54 +00:00 committed by GitHub
parent 9679311137
commit 13d60efeee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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.