TUILiveKit Release Notes
Live SDK Release Notes
pubspec.yaml to download the update automatically.pubspec.yaml of your project:dependencies:live_flutter_plugin: latest version number
Info.plist:<key>NSCameraUsageDescription</key><string>Video calls are possible only with camera permission.</string><key>NSMicrophoneUsageDescription</key><string>You can make audio calls only if you grant the app mic permission.</string>
/android/app/src/main/AndroidManifest.xml.xmlns:tools="http://schemas.android.com/tools" to manifest.tools:replace="android:label" to application.
live_flutter_plugin, complete the following configuration:import 'package:live_flutter_plugin/v2_tx_live_premier.dart';/// Tencent Cloud license management page (https://console.tencentcloud.com/live/license)setupLicense() {// The license URL of the current applicationvar LICENSEURL = "";// The license key of the current applicationvar LICENSEURLKEY = "";V2TXLivePremier.setLicence(LICENSEURL, LICENSEURLKEY);}
io.flutter.embedded_views_preview in info.plist is YES./example/android/app/src/main/AndroidManifest.xml.xmlns:tools="http://schemas.android.com/tools" to manifest.tools:replace="android:label" to application.
피드백