export class Conductor { constructor(rcBrowserSockets, clientID, serviceID, requesterName) { this.ClientID = ""; this.ServiceID = ""; this.RequesterName = ""; this.RCBrowserSockets = rcBrowserSockets; this.ClientID = clientID; this.ServiceID = serviceID; this.RequesterName = requesterName; } } //# sourceMappingURL=Conductor.js.map