This commit is contained in:
PxlLoewe
2025-05-24 12:47:09 -07:00
2 changed files with 15 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export const handleConnectDesktop = (socket: Socket, io: Server) => () => {
: user.publicId,
};
if (data.shouldTransmit) {
socket.to("pilots").emit("other-ptt", otherPttData);
socket.to("dispatchers").emit("other-ptt", otherPttData);
socket.to("pilots").emit("other-ptt", otherPttData);
}
});