|
@@ -41,14 +41,6 @@ var interfaceConfig = {
|
41
|
41
|
*/
|
42
|
42
|
DISABLE_PRESENCE_STATUS: false,
|
43
|
43
|
|
44
|
|
- /**
|
45
|
|
- * Whether the ringing sound in the call/ring overlay is disabled. If
|
46
|
|
- * {@code undefined}, defaults to {@code false}.
|
47
|
|
- *
|
48
|
|
- * @type {boolean}
|
49
|
|
- */
|
50
|
|
- DISABLE_RINGING: false,
|
51
|
|
-
|
52
|
44
|
/**
|
53
|
45
|
* Whether the speech to text transcription subtitles panel is disabled.
|
54
|
46
|
* If {@code undefined}, defaults to {@code false}.
|
|
@@ -70,9 +62,6 @@ var interfaceConfig = {
|
70
|
62
|
|
71
|
63
|
ENABLE_DIAL_OUT: true,
|
72
|
64
|
|
73
|
|
- // DEPRECATED. Animation no longer supported.
|
74
|
|
- // ENABLE_FEEDBACK_ANIMATION: false,
|
75
|
|
-
|
76
|
65
|
FILM_STRIP_MAX_HEIGHT: 120,
|
77
|
66
|
|
78
|
67
|
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true,
|