29 lines
478 B
Plaintext
29 lines
478 B
Plaintext
{
|
|
"privacy": {
|
|
"icon-spacing": 5,
|
|
// "icon-size": 18, // Dynamically generated
|
|
"transition-duration": 250,
|
|
"modules": [
|
|
{
|
|
"type": "screenshare",
|
|
"tooltip": true
|
|
},
|
|
{
|
|
"type": "audio-in",
|
|
"tooltip": true
|
|
}
|
|
],
|
|
"ignore-monitor": true,
|
|
"ignore": [
|
|
{
|
|
"type": "audio-in",
|
|
"name": "cava"
|
|
},
|
|
{
|
|
"type": "screenshare",
|
|
"name": "obs"
|
|
}
|
|
]
|
|
}
|
|
}
|