Usage of ffi #294
ButcherOfBlaviken
started this conversation in
General
Replies: 1 comment
-
Hey, you can follow the protocol inside the LivekIt-FFI crate. There is some comments explaining how the architecture work. Also since our Python SDK is using the FFI it may be a good starting point to look at the code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I want to integrate livekit in my c++ application, without a c++ sdk, I thought using rust ffi might be a solution, but in livekit_ffi.h, I didn't see much function declarations and I can't find any examples, is there any API references or code examples? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions