TRTC_Flutter icon indicating copy to clipboard operation
TRTC_Flutter copied to clipboard

High-quality Interactive Audio/Video Flutter SDK

Results 21 TRTC_Flutter issues
Sort by recently updated
recently updated
newest added

【当前现象】:windows编译失败, 【问题时间段】:2019-09-01 16:23~16:55 【机型】:windows11 【之前版本有无此问题】:2.3.0无此问题 【是否必现】:必现, 【复现方法】:clone 本项目,将trtc版本写死为2.3.5,`flutter run -d windows` 则编译报错,版本降至2.3.0,则编译正常。 【日志或者描述、截图】: ``` flutter doctor -v [√] Flutter (Channel stable, 3.3.0, on Microsoft Windows [Version 10.0.22000.856], locale zh-CN) •...

![1661410125911](https://user-images.githubusercontent.com/20548416/186594640-373c231f-2e47-440f-905c-409e9b3ddc4b.png) ![image](https://user-images.githubusercontent.com/20548416/186596973-6b17a717-5bff-448c-a723-ebf6088ef735.png) tencent_trtc_cloud 包在flutter 3.1.0 以上版本 报错 以下是解决方案 ![image](https://user-images.githubusercontent.com/20548416/186596541-c1c3737e-36d1-487a-a848-c9a0bc7c85e8.png) 请尽快更新

错误如下: ![iShot_2022-08-19_17 07 07](https://user-images.githubusercontent.com/37497239/185585654-6d1a4252-b020-4b89-8420-d2696638a6fe.png)

【当前现象】:闪退 【SDKAppID】:1400647623 【房间号】: 72800502 【useID】:1949 【问题时间段】:2022-06-14 16:07:26~16:07:26 【机型】:iPhone 8 Plus (A1864/A1898)(15.4) 【之前版本有无此问题】:不清楚 【是否必现】:偶现 【复现方法】:进房马上退出 【日志或者描述、截图】: `tencent_trtc_cloud/TencentTRTCCloud.swift:317: Fatal error: Unexpectedly found nil while unwrapping an Optional value * thread # 1,...

【当前现象】:升级到tencent_trtc_cloud: 2.3.9之后,只要加入的房间(房间里面有其他人开启摄像头),其他用户在房间里面,并开启摄像头,我进入房间,没有使用“startRemoteView()”或“startRoteSubStreamView()”,因为我已经屏蔽相关代码,但是trtcCloud.registerListener也监听到 onFirstVideoFrame 事件。 【机型】:华为nova6 4g 【之前版本有无此问题】:2.3.9之前没有,2.3.9有 【是否必现】:必出现 【复现方法】:其他用户提前进入视频房间,并开启摄像头。然后我再进房间。 【日志或者描述、截图】: [LiteAV_C_20221014.zip](https://github.com/LiteAVSDK/TRTC_Flutter/files/10131193/LiteAV_C_20221014.zip)

【当前现象】:如:进房失败,提示错误码xxxx 【问题时间段】:2019-09-01 16:23~16:55 【机型】:iphone xr ,ios16 【之前版本有无此问题】:tencent_trtc_cloud-2.3.4 tencent_trtc_cloud-2.3.8 均有问题 【是否必现】:必现 【复现方法】: ``` return TRTCCloudVideoView( key: const ValueKey("_bigVideoViewId"), viewType: TRTCCloudDef.TRTC_VideoView_TextureView, onViewCreated: (viewId) async { controller.bigVideoViewId = viewId; controller.openCamera(); }, ); Future...

您好,我在用TRTC的电话功能, 在iOS的device下打电话中,有Alarm之后,拿回来AudioSession的动作看起来有问题。 如下有 Flutter doctor 与 当时出来的Error。 麻烦您们看一下 谢谢。 Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.16.5, on macOS 14.2.1 23C71 darwin-arm64 (Rosetta),...

源码集成没有问题,把 Flutter 整体打包为 framework 后,ios 工程编译报错。 ``` ld: Undefined symbols: _OBJC_CLASS_$_TRTCAudioRecordingParams, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCCloud, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCLocalRecordingParams, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCLocalStatistics, referenced from: in tencent_trtc_cloud[9](CloudManager.o)...