mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 21:27:10 +01:00
Add options to hide self and non-talking clients
This commit is contained in:
@@ -6,6 +6,8 @@ function handleAuthMessage(data) {
|
||||
parseClientInfos(data.payload.connections[0].clientInfos)
|
||||
);
|
||||
thisClient = clientList.getById(data.payload.connections[0].clientId);
|
||||
|
||||
selfClient = data.payload.connections[0].clientInfos.find((client) => client.id == data.payload.connections[0].clientId);
|
||||
}
|
||||
|
||||
function handleClientMoved(data) {
|
||||
|
||||
Reference in New Issue
Block a user