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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744809954a4594998.html
评论列表(0条)