mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
toolbox/functions has functions that are specific only to web, specifically defaultToolbarButtons. This has caused the native build to attempt to bring in a web dependency which leads to a build error. The fix for now is splitting web functions from native functions to resolve the build error.