Open MoLeft opened 8 months ago
That config option is not implemented for mobile, it's just for web.
That config option is not implemented for mobile, it's just for web.
If I want to set the toolbar button on Android or iOS, what should I do?
You can't do that right now.
When I'm using Flutter's SDK, use the "configOverrides.toolbarButtons", it didn't work on android app. this is my code:
I've tried using "{...}" or "[...]", it won't work, and when i use the "{...}" exaple for "{'chat', 'microphone'}", When joining a meeting with
join()
, nothing happens