You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use the livekit-ffi library, but for compatibility reasons, I require it to work with a shadowed version of the WebRTC library that uses the package name livekit.org.webrtc.* instead of the standard org.webrtc.*.
Could anyone advise on how to make livekit-ffi compatible with this modified package structure? Any guidance on adapting or configuring livekit-ffi to recognize the livekit.org.webrtc.* namespace would be greatly appreciated.
Thank you in advance for any help or suggestions!
The text was updated successfully, but these errors were encountered:
To achieve this, we compiled the WebRTC library after applying the necessary namespace changes directly in its source code. Once we had the WebRTC library built with our custom namespaces, we proceeded to compile livekit-ffi, linking it against our modified WebRTC library. This process allowed us to resolve the namespace conflicts and successfully integrate the libraries as needed.
Hi team,
I need to use the livekit-ffi library, but for compatibility reasons, I require it to work with a shadowed version of the WebRTC library that uses the package name
livekit.org.webrtc.*
instead of the standardorg.webrtc.*
.Could anyone advise on how to make
livekit-ffi
compatible with this modified package structure? Any guidance on adapting or configuring livekit-ffi to recognize thelivekit.org.webrtc.*
namespace would be greatly appreciated.Thank you in advance for any help or suggestions!
The text was updated successfully, but these errors were encountered: