Luis Taniça
Luis Taniça
@mm44 can you explain your problems/questions in more detail? I'm not sure I understand what the issue is.
You should be able to add your event listener to those events, e.g.: ```ts const rtcoServer = new ArticoServer(); rtcoServer.server.on('connection', (socket) => { // get client ID for new connection...
IMO shadcn would be a good move. Unlike DaisyUI, shadcn is not a dependency. Shadcn is a tool to help you build your own component library. In fact, with the...
Yeah, what @SelfhostedPro mentioned is indeed a working workaround for now. It looks like the cli just scaffolds the project for pnpm, so we need to just make a few...
Hi @stephenprogramscoffee! Sorry for the delayed response. That is a great question! Unfortunately, as it is, Artico is simply a wrapper around WebRTC APIs, in order to make it easier...
Release when?