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:
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,