matrix-spec/data/event-schemas/schema/m.call.sdp_stream_metadata_changed.yaml
Kévin Commaille c8c9df0963
Add support for muting in VoIP calls
As per MSC3291.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-03-19 20:03:07 +01:00

22 lines
528 B
YAML

type: object
x-addedInMatrixVersion: "1.10"
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