webrtc - How to use Flutter RtcVideoRenderer object in Android native activity - Stack Overflow

admin2025-04-16  0

In my Flutter app I created separate Flutter plugin to keep all call feature separate. This plugin has signaling server and web RTC implementation in Flutter. One of the reason to create this plugin is to use separate Android native activity for call screen to attach foreground service and other native operations.

Since I have all business logic implemented in Flutter I want to use Flutter web RTC RtcVideoRenderer object in Android native activity to show local and remote video streams.

Till now I tried using Flutter RtcVideoRenderer textureId in Android activity as texture but it does not work.

So how can I do that. Any help is appreciated.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1744809956a268216.html

最新回复(0)