Integrating DeepAR Filters in Flutter Mobile App Live Streaming with Ant Media Server: Is It Possible?

Is there any way to integrate DeepAR filters in the live streaming of a Flutter mobile app using Ant Media Server?

From my research, DeepAR provides Flutter support via a plugin (deepar_flutter) and handles AR filters well using its own camera. However, Ant Media’s Flutter SDK currently doesn’t support applying AR filters or using DeepAR directly in a live stream. Ant Media does offer JS SDKs that support WebAR filters, but that doesn’t help for Flutter-based mobile apps.

Is there any workaround or method to combine DeepAR’s camera and filter output with Ant Media’s live stream for flutter apps? Any guidance or examples would be appreciated.