RTCMultiConnection icon indicating copy to clipboard operation
RTCMultiConnection copied to clipboard

need help, how i config node.js like muaz use else server address

Open vcluo opened this issue 4 years ago • 2 comments
trafficstars

image

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

vcluo avatar May 19 '21 06:05 vcluo

image when i use independent like this

vcluo avatar May 19 '21 06:05 vcluo

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||'*'}));

sghosh1810 avatar Jun 07 '21 19:06 sghosh1810