Bläddra i källkod

audio_level oppacity and addParticipant button name

j8
Konstantyn Pahsura 8 år sedan
förälder
incheckning
d7ed0bac69
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2
    2
      interface_config.js
  2. 1
    1
      lang/main.json

+ 2
- 2
interface_config.js Visa fil

@@ -55,6 +55,6 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
55 55
     DISABLE_DOMINANT_SPEAKER_INDICATOR: false,
56 56
     // disables the ringing sound when the RingOverlay is shown.
57 57
     DISABLE_RINGING: false,
58
-    AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.7)",
59
-    AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.4)"
58
+    AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.4)",
59
+    AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.2)"
60 60
 };

+ 1
- 1
lang/main.json Visa fil

@@ -1,6 +1,6 @@
1 1
 {
2 2
     "contactlist": "Participants (__pcount__)",
3
-    "addParticipants": "Add Participants",
3
+    "addParticipants": "Share the link",
4 4
     "roomLocked": "Callers must enter a password",
5 5
     "roomUnlocked": "Anyone with the link can join",
6 6
     "passwordSetRemotely": "set by another participant",

Laddar…
Avbryt
Spara