mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
11 lines
337 B
JavaScript
11 lines
337 B
JavaScript
export class Conductor {
|
|
constructor(rcBrowserSockets, clientID, serviceID) {
|
|
this.ClientID = "";
|
|
this.ServiceID = "";
|
|
this.RequesterName = "";
|
|
this.RCBrowserSockets = rcBrowserSockets;
|
|
this.ClientID = clientID;
|
|
this.ServiceID = serviceID;
|
|
}
|
|
}
|
|
//# sourceMappingURL=Conductor.js.map
|