Tracking background updates from the Discord alpha client.
Current build hash: c4ba23900f70d7a178720f5cfd9c1cb45ec963c1
Lets users fine-tune or combine the app, emoji, GIF, and sticker buttons beside the chat box.
The chat box is used constantly, so small control changes can be very noticeable. Users on narrow layouts or those who use fewer media buttons can reduce clutter, while frequent users can keep the controls they need.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests opening a global soundboard wheel when the soundboard keybind is held.
Frequent soundboard users can pick sounds quickly without first navigating back to the voice screen. This mainly improves speed for users who rely on keybinds.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Adjusts the video processing path for Windows PCs using Intel graphics during voice or video calls.
Video calls and screen sharing can behave differently across hardware combinations. This experiment is scoped to Intel Windows systems to validate a more suitable processing path.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}default {
"autoNavigateChannel": false,
"autoOpenTIV": false,
"collectAnalytics": false
}variations {
"0": {
"autoNavigateChannel": false,
"autoOpenTIV": false,
"collectAnalytics": true
},
"1": {
"autoNavigateChannel": false,
"autoOpenTIV": true,
"collectAnalytics": true
},
"2": {
"autoNavigateChannel...default {
"topBarButton": false,
"userStatusMenu": false
}variations {
"1": {
"topBarButton": true,
"userStatusMenu": false
},
"2": {
"topBarButton": false,
"userStatusMenu": true
},
"3": {
"topBarButton": true,
"userStatusMenu": true
}
}default {
"enabled": false,
"variation": 0
}variations {
"1": {
"enabled": true,
"variation": 1
}
}