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 | |
Google AdMob ad loading | Access to network | |
Player Mobile Premium Version | Microphone, access to the images and videos library | |
Live streaming | Camera and mic permissions | |
NFC | NFC permissions and capabilities |
{// Other configurations...// Custom configurations"customConfig": {"vodLicenseUrl": "https://1304609156.trtcube-license.cn/license/v2/1304609156_1/v_cube.license","vodLicenseKey": "59d8c5e1203bc124a652304ff541a33b",// Other configurations...}}
// 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 Player Mobile Premium Version 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 live streaming component library and Player Mobile Premium Version component library, use the following full dependency versions.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 Player Mobile Premium Version component library, use the following lightweight dependency version.pod 'TXLiteAVSDK_Player_Premium'// If you need to integrate the live streaming component library and Player Mobile Premium Version component library, use the following full dependency versions.pod 'TXLiteAVSDK_Professional'end
Feedback