,
This commit is contained in:
@@ -5,7 +5,7 @@ import io from 'socket.io-client';
|
||||
const SIGNALING_SERVER = 'http://localhost:3001'; // 실제 서버 주소로 변경
|
||||
|
||||
export default function RemoteControl() {
|
||||
const [employeeId, setEmployeeId] = useState('');
|
||||
const [employeeId, setEmployeeId] = useState('psn14020');
|
||||
const [status, setStatus] = useState('disconnected'); // 'disconnected' | 'connecting' | 'connected'
|
||||
const [displays, setDisplays] = useState([]);
|
||||
const [selectedDisplay, setSelectedDisplay] = useState(null);
|
||||
|
||||
Reference in New Issue
Block a user