Luis Taniça

Results 56 comments of Luis Taniça

What I ended up doing was to copy `peerjs`'s `.ts` source files into my RN app (which contains `react-native-webrtc`) and then made some small adjustments to the code to get...

@alihaxan020 I don't right now, but once I find some time I'll try to put something together to share.

@savaliyap @alihaxan020 Check out my new project [Artico](https://artico.dev). It works both in web and React Native and has working examples for both apps in Github. It provides the same functionality...

YES! This would be huge. Thank you so much!

@WaltDisneyWorld This is a demo from a couple of years ago. It should work as it is. Also, this is not a maintained library or anything, only code for you...

Oh yeah, you need to have Xcode set up and have a dev account I believe. I guess whatever the requirements would be for you to build a native iOS...

@AnupamKris I just took a look at the code. What you want do do should work if you replace that client code with: ```ts const rtco = new Artico({ signaling:...

@jorbo can you point me to this test repo so I can clone and test it out? And also provide instructions on how to reproduce the issue? Thanks!

You need to enable some poly fills in your app for it to work properly, if I remember correctly. I'll create some docs soon with better instructions.

@dukizwe Take a look at the polyfills logic. You'll need this to get Artico working on an Expo app. https://github.com/matallui/artico/blob/main/apps/demo-expo/components/polyfills.ts On a different note, please consider giving the repo a...