Added Aircraft log to mission
This commit is contained in:
@@ -115,6 +115,7 @@ interface PTTData {
|
||||
}
|
||||
|
||||
const handlePTT = (data: PTTData) => {
|
||||
console.log("PTT", data);
|
||||
const { shouldTransmit, source } = data;
|
||||
const { room } = useAudioStore.getState();
|
||||
if (!room) return;
|
||||
|
||||
Reference in New Issue
Block a user