mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 14:55:29 +02:00
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"id": "livekit",
|
|
"name": "Livekit",
|
|
"version": "v1.9.0",
|
|
"description": "LiveKit is an open source platform for developers building realtime media applications.",
|
|
"logo": "livekit.svg",
|
|
"links": {
|
|
"github": "https://github.com/livekit/livekit",
|
|
"website": "https://livekit.io/",
|
|
"docs": "https://docs.livekit.io/"
|
|
},
|
|
"tags": [
|
|
"video",
|
|
"audio",
|
|
"real-time",
|
|
"streaming",
|
|
"webrtc"
|
|
]
|
|
}
|