mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-28 20:32:17 +01:00
15 lines
427 B
JavaScript
15 lines
427 B
JavaScript
const CONFIG = {
|
|
remoteAppPort: 5899, // The port the TS5 client uses for remote apps (TS client -> settings/Remote Apps/Port)
|
|
|
|
// Style of the overlay
|
|
style: {
|
|
fontBackground: "rgba(19, 20, 33, 0.5)",
|
|
fontColor: "#ffffff",
|
|
fontSize: "70pt",
|
|
fontStrokeSize: "3px",
|
|
fontStrokeColor: "#000000",
|
|
},
|
|
hideSelf: false, // Hide yourself in the overlay
|
|
hideSilent: false, // Only show talking people
|
|
};
|