matrix-spec/data/event-schemas/schema/m.call.sdp_stream_metadata_changed.yaml

25 lines
596 B
YAML
Raw Normal View History

$schema: https://json-schema.org/draft/2020-12/schema
type: object
x-addedInMatrixVersion: "1.11"
2024-10-15 18:22:40 +02:00
x-weight: 70
description: |-
This event is sent by callers when they wish to update a stream's metadata
but no negotiation is required.
allOf:
- $ref: core-event-schema/room_event.yaml
properties:
content:
type: object
allOf:
- $ref: core-event-schema/call_event.yaml
properties:
sdp_stream_metadata:
$ref: components/sdp_stream_metadata.yaml
required:
- sdp_stream_metadata
type:
type: string
enum:
- m.call.sdp_stream_metadata_changed