Closed Rylaa closed 4 years ago
Hi, I'm glad to hear that this project is helpful for you.
I think AppRTC uses websocket server written in golang .
Your example supports only web socket?
Yes it is. This repository includes super simple signaling server written in node.js. You can create your own signaling server, or you may customize this client to connect AppRTC signaling server :)
Thanks for reply. I'm using AppRTC signaling server. I want to connect a AppRTC room on iPhone. I don't know how to connect the room and get fetch image and I didin't find any example on AppRTC. So I can convert your WebRTC example? this possible?
I see. I'm not sure this repository can connect to AppRTC signaling server... I hope this project is helpful for your case.
Hi, thanks for the project looking very helpful. I have a few question. i don't want use socket. I want this; User create a room on AppRTC(https://appr.tc/) and second user joins this room with room id. Your example supports only web socket?