mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
28 lines
701 B
YAML
28 lines
701 B
YAML
type: object
|
|
x-addedInMatrixVersion: "1.10"
|
|
description: |-
|
|
Metadata describing the [streams](/client-server-api/#streams) that will be
|
|
sent.
|
|
|
|
This is a map of stream ID to metadata about the stream.
|
|
additionalProperties:
|
|
type: object
|
|
title: StreamMetadata
|
|
description: Metadata describing a stream.
|
|
properties:
|
|
purpose:
|
|
type: string
|
|
enum:
|
|
- m.usermedia
|
|
- m.screenshare
|
|
description: |-
|
|
The purpose of the stream.
|
|
|
|
The possible values are:
|
|
|
|
* `m.usermedia` - stream that contains the webcam and/or microphone
|
|
tracks
|
|
* `m.screenshare` - stream with the screen-sharing tracks
|
|
required:
|
|
- purpose
|