From 3bf7b17a348003d278ffc7658eb36410fe770438 Mon Sep 17 00:00:00 2001 From: gioelecerati <50955448+gioelecerati@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:21:58 +0200 Subject: [PATCH] api: stream: added isMobile to pull streams (#2150) --- packages/api/src/schema/api-schema.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index 236d0e1c37..65b74d02c6 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -543,6 +543,11 @@ components: type: string example: Authorization: "Bearer 123" + isMobile: + type: boolean + description: |- + If true, the stream will be pulled from a mobile source. + default: false location: type: object description: |-