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