pubspec.yaml 中写如下依赖:dependencies:tencent_trtc_cloud: 最新版本号
Info.plist 中加入对相机和麦克风的权限申请:<key>NSCameraUsageDescription</key><string>授权摄像头权限才能正常视频通话</string><key>NSMicrophoneUsageDescription</key><string>授权麦克风权限才能正常语音通话</string>
io.flutter.embedded_views_preview,并设定值为 YES。Info.plist 中加入对相机和麦克风的权限申请:<key>NSCameraUsageDescription</key><string>授权摄像头权限才能正常视频通话</string><key>NSMicrophoneUsageDescription</key><string>授权麦克风权限才能正常语音通话</string><key>NSPhotoLibraryUsageDescription</key><string>App需要您的同意,才能访问相册</string>
macos/Runner/*.entitlements 文件中添加com.apple.security.network.client 、 com.apple.security.network.server
添加后如下图所示:

libbz2.1.0.tbd 。
/android/app/src/main/AndroidManifest.xml 文件。xmlns:tools="http://schemas.android.com/tools" 加入到 manifest 中。tools:replace="android:label" 加入到 application 中。
flutter config --enable-windows-desktop。flutter run -d windows。文档反馈