as part of my research, this might be a blocker. Access to the texture registry requires native languages supported by flutter method channels I believe: https://github.com/flutter/flutter/issues/110353
I guess you could have C++ FFI into rust then. But might become spaghetti code then? 🤷
b
boundless-energy-78552
07/26/2023, 2:47 PM
Hey, you can just use basic C api calls to use livekit-ffi.
We’re not directly exposing video renderers yet. You just have the raw video frames, maybe you can still draw them?
boundless-energy-78552
07/26/2023, 2:48 PM
On Android for e.g, maybe you can use a GLSurfaceView?