From 262023c0faf2bbe1b9031820f0bc584b9519aa29 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 29 Apr 2021 10:03:53 +0200 Subject: Add support for simulcast streams. Signed-off-by: Joachim Bauch --- src/constants.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js index e422f9a7f..0a51cee3d 100644 --- a/src/constants.js +++ b/src/constants.js @@ -124,3 +124,8 @@ export const PRIVACY = { PUBLIC: 0, PRIVATE: 1, } +export const SIMULCAST = { + LOW: 0, + MEDIUM: 1, + HIGH: 2, +} -- cgit v1.2.3