artico icon indicating copy to clipboard operation
artico copied to clipboard

Artico - WebRTC made simple

Results 5 artico issues
Sort by recently updated
recently updated
newest added

Not able to assign custom ID while using custom signalling server Server code ```js import { ArticoServer } from "@rtco/server"; const server = new ArticoServer(); server.listen(5000); ``` Client Code ```js...

Create documentation on how to use Artico within React Native applications.

I am running into an issue trying to create a simple test with your package. ``` Error [ERR_REQUIRE_ESM]: require() of ES Module /home/jordan/git/generic/project/prototypes/full-stack/electron/utils/artico-test/node_modules/nanoid/index.js from /home/jordan/git/generic/project/prototypes/full-stack/electron/utils/artico-test/node_modules/@rtco/client/build/index.js not supported. Instead change the...

This is the error i got while try to use it in react native