fix(contact-list): enable avatars by default
This commit is contained in:
parent
ba49c7955a
commit
082fe711f2
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue