we can probably enable the user list by default now
This commit is contained in:
parent
3a53d585ff
commit
f064f7b1be
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
experiments: {
|
||||
voiceSFUTesting: false,
|
||||
userListTest: false
|
||||
userListTest: true
|
||||
}
|
||||
};
|
||||
|
|
Reference in a new issue