Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-14 16:20:15 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-18 13:03:23 +0300
commitd4ec6c04a0fa6f00480e94d0cfbab8d2c670cebf (patch)
tree1ab38570ef84ec78d855e5cd374f15c51f4086fd /src/constants.js
parent79ab18657d1cb6cac8931791c5009ecf83b23daf (diff)
Don't allow multiple HPB without clustering and add a cache warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 6a56f20fd..f967d5a15 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -17,6 +17,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+export const SIGNALING = {
+ MODE: {
+ INTERNAL: 'internal',
+ EXTERNAL: 'external',
+ CLUSTER_CONVERSATION: 'conversation_cluster',
+ },
+}
export const CONVERSATION = {
START_CALL: {
EVERYONE: 0,