Announcement: Tencent Cloud Mini Program Platform Renamed to Tencent Cloud Super App as a Service on January 2, 2025
Console Updates
Android SDK Updates
iOS SDK Updates
Flutter SDK Updates
IDE Updates
Base Library Updates
APIs | Plugin names | Required permissions |
LBS-related APIs (location and POI search) | Access to location | |
MDNS APIs | Access to local network | |
TCP/UDP APIs | Access to network | |
Media APIs (images and videos) | Access to the image library | |
Wireless API, Bluetooth API, calendar API, contacts API, clipboard API, biometric authentication API | Wireless API, Bluetooth API, calendar API, contacts API, clipboard API, biometric authentication API | |
Map APIs | Access to location | |
Mini game runtime capability | None | |
AdMob ad loading | Access to network | |
Premium mobile player | Microphone, access to the images and videos library | |
Live streaming | Camera and mic permissions | |
NFC | NFC permissions and capabilities | |
Short drama component | Access to image and video library |
{// Other configurations...// Custom configurations"customConfig": {"vodLicenseUrl": "https://1304609156.trtcube-license.cn/license/v2/1304609156_1/v_cube.license","vodLicenseKey": "59d8c5e1203bc124a652304ff541a33b",// Other configurations...}}
Supports short drama componentimplementation "com.tencent.tcmpp.android:TUIDramaPlayer:1.0.3"implementation 'com.tencent.liteav:LiteAVSDK_Professional_Player_Premium:latest.release // For version information, see Tencent Cloud Documentation
platform :ios, '9.0'source 'https://github.com/CocoaPods/Specs.git'target 'App' dopod 'TXLiteAVSDK_Player_Premium'end
// If you only need to integrate the live streaming component library, use the following lightweight dependency.implementation 'com.tencent.liteav:LiteAVSDK_Live:latest.release' // For version information, see Tencent Cloud Documentation// If you only need to integrate the premium mobile player component library, use the following lightweight dependency version.implementation 'com.tencent.liteav:LiteAVSDK_Player_Premium:latest.release' // For version information, see Tencent Cloud Documentation// If you need to integrate the premium mobile player component library and live streaming component library, use the following full dependency version.implementation 'com.tencent.liteav:LiteAVSDK_Professional_Player_Premium:latest.release // For version information, see Tencent Cloud Documentation
platform :ios, '9.0'source 'https://github.com/CocoaPods/Specs.git'target 'App' do// If you only need to integrate the live streaming component library, use the following lightweight dependency.pod 'TXLiteAVSDK_Live'// If you only need to integrate the premium mobile player component library, use the following lightweight dependency version.pod 'TXLiteAVSDK_Player_Premium'// If you need to integrate the premium mobile player component library and live streaming component library, use the following full dependency version.pod 'TXLiteAVSDK_Professional'end
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback