feat: basic ffi server to support other languages (#34)

* wip

* wip

* wip

* wip

not a fan of the way I do handles ..

* errors and async semantic

* fix example
This commit is contained in:
Théo Monnom
2023-01-25 00:09:19 +01:00
committed by GitHub
parent 84d2f234f5
commit 1610f86316
24 changed files with 1231 additions and 66 deletions
Generated
+14
View File
@@ -662,6 +662,20 @@ dependencies = [
"url",
]
[[package]]
name = "livekit-ffi"
version = "0.1.1"
dependencies = [
"lazy_static",
"livekit",
"parking_lot",
"prost",
"prost-build",
"prost-types",
"thiserror",
"tokio",
]
[[package]]
name = "livekit-utils"
version = "0.1.1"