You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
528 B
YAML
22 lines
528 B
YAML
type: object
|
|
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.
|
|
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
|