RTCMultiConnection
RTCMultiConnection copied to clipboard
need help, how i config node.js like muaz use else server address
trafficstars

when i want like muaz use independent webrtc server support the socket.io server to i another application use socketio service
how i config the node.js to support another application?
very thank khan and help me use rtc people
when i use independent like this
Use cors to define your url or * to accept any.
First do npm i cors.
Then if you are using express use
app.use(cors({origin: process.env.CORS||'*'}));