{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mediaStream", "title": "mediaStream", "required": [ "@odata.type" ], "type": "object", "properties": { "direction": { "$ref": "#/components/schemas/microsoft.graph.mediaDirection" }, "label": { "type": "string", "description": "The media stream label.", "nullable": true }, "mediaType": { "$ref": "#/components/schemas/microsoft.graph.modality" }, "serverMuted": { "type": "boolean", "description": "If the media is muted by the server." }, "sourceId": { "type": "string", "description": "The source ID." }, "@odata.type": { "type": "string" } } }