Переглянути джерело

audio_level oppacity and addParticipant button name

master
Konstantyn Pahsura 8 роки тому
джерело
коміт
d7ed0bac69
2 змінених файлів з 3 додано та 3 видалено
  1. 2
    2
      interface_config.js
  2. 1
    1
      lang/main.json

+ 2
- 2
interface_config.js Переглянути файл

55
     DISABLE_DOMINANT_SPEAKER_INDICATOR: false,
55
     DISABLE_DOMINANT_SPEAKER_INDICATOR: false,
56
     // disables the ringing sound when the RingOverlay is shown.
56
     // disables the ringing sound when the RingOverlay is shown.
57
     DISABLE_RINGING: false,
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 Переглянути файл

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

Завантаження…
Відмінити
Зберегти