simple-whip-server icon indicating copy to clipboard operation
simple-whip-server copied to clipboard

Simple WHIP Server (based on the Janus WebRTC Server)

Results 5 simple-whip-server issues
Sort by recently updated
recently updated
newest added

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 -->...