Merge pull request #1076 from kkrisstoff/UI/bugs-and-adjustments

audio_level oppacity and addParticipant button name
This commit is contained in:
yanas 2016-10-28 16:10:47 -05:00 committed by GitHub
commit 86ffccb95a
2 changed files with 3 additions and 3 deletions

View File

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

View File

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