From 0b1543546a95dee506b519379d856de642982015 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 3 Oct 2023 11:45:53 +0000 Subject: [PATCH] Remove Livekit - Livekit is not an end-user application, it is a WebRTC development toolkit meant to be integrated in video conferencing applications. - As per multiple previous issues/PRs, we only list end-user applications, not SDKs or libraries --- software/livekit.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/livekit.yml diff --git a/software/livekit.yml b/software/livekit.yml deleted file mode 100644 index 43834f4d5e..0000000000 --- a/software/livekit.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: LiveKit -website_url: https://livekit.io/ -description: Modern, scalable WebRTC conferencing platform with client SDKs. -licenses: - - Apache-2.0 -platforms: - - Go -tags: - - Communication - Video Conferencing -source_code_url: https://github.com/livekit/livekit -demo_url: https://github.com/livekit/livekit#live-demos -stargazers_count: 5732 -updated_at: '2023-10-02' -archived: false