simple-whip-server
simple-whip-server copied to clipboard
Simple WHIP Server (based on the Janus WebRTC Server)
This PR adds some dynamicity to endpoints creation. While you can still provide endpoint properties statically (e.g., room to join, label to use as display, RTP forwarding recipients, etc.), you...
The Janus API secret and the HTTPS options for the maintenance interface were not handled.
I'm expanding on the sample server apps you provided as examples and called something like this: `JSON.stringify(server.getEndpoint(req.params))` This produces the following error: ``` TypeError: Converting circular structure to JSON -->...