Tencent-RTC / TRTC_Flutter

High-quality Interactive Audio/Video Flutter SDK
https://trtc.io/
75 stars 33 forks source link

Android 端 updateLocalView 似乎无效 #33

Closed JiangJuHong closed 2 years ago

JiangJuHong commented 2 years ago

版本:tencent_trtc_cloud 1.2.7 描述:查看 flutter tencent_trtc_cloud 插件 Changelog,发现1.2.3已支持android端进行updateLocalViewupdateRemoteView。经测试,在1.2.7版本中不生效。同样的代码在ios设备上运行能够预期的进行updateLocalViewupdateRemoteView,Android无任何效果。

c1avie commented 2 years ago

我们排查一下,有结论了同步

c1avie commented 2 years ago

已修复了此问题,请更新sdk版本到1.2.8,并把TRTCCloudVideoView的viewType指定为TRTCCloudDef.TRTC_VideoView_TextureView才有效

JiangJuHong commented 2 years ago

收到