fix(contact-list): enable avatars by default

This commit is contained in:
Leonard Kim 2017-09-07 13:53:46 -07:00 committed by yanas
parent ba49c7955a
commit 082fe711f2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
// screen, 'width' would fit the original video width to the width of the
// screen respecting ratio.
VIDEO_LAYOUT_FIT: 'both',
SHOW_CONTACTLIST_AVATARS: false,
SHOW_CONTACTLIST_AVATARS: true,
/**
* Whether to only show the filmstrip (and hide the toolbar).
*/