From a8300aba4b222e749af02a09788f778b1b986ab0 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:15:57 +0100 Subject: [PATCH] Add Janus (#66) --- software/janus.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/janus.yml diff --git a/software/janus.yml b/software/janus.yml new file mode 100644 index 0000000000..508165c1c2 --- /dev/null +++ b/software/janus.yml @@ -0,0 +1,11 @@ +name: "Janus" +website_url: "https://janus.conf.meetecho.com/" +source_code_url: "https://github.com/meetecho/janus-gateway" +description: "General-purpose, lightweight, minimalist WebRTC Server." +licenses: + - GPL-3.0 +platforms: + - C +tags: + - Communication - Video Conferencing +demo_url: "https://janus.conf.meetecho.com/demos.html" \ No newline at end of file