製品アップデート情報
Tencent Cloudオーディオビデオ端末SDKの再生アップグレードおよび承認チェック追加に関するお知らせ
TRTCアプリケーションのサブスクリプションパッケージサービスのリリースに関する説明について
RTC Room Engine SDK to implement beauty effect-related features.RTC Room Engine SDK, you need to log in to the SDK first.setBeautyLevel API and input an Int value to set the beauty level.import RTCRoomEngineimport TXLiteAVSDK_Professionallet beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager()let beautyLevel = 6beautyManager.setBeautyLevel(beautyLevel) // Replace with the Int value of the level you need to set
TXBeautyManager beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager();int beautyLevel = 6;beautyManager.setBeautyLevel(beautyLevel); // Replace with the Int value of the level you need to set
setWhitenessLevel API and input an Int value to set the whitening level.import RTCRoomEngineimport TXLiteAVSDK_Professionallet beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager()let whitenessLevel = 6beautyManager.setWhitenessLevel(whitenessLevel) // Replace with the Int value of the level you need to set
TXBeautyManager beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager();int whitenessLevel = 6;beautyManager.setWhitenessLevel(whitenessLevel); // Replace with the Int value of the level you need to set
setRuddyLevel API and input an Int value to set the ruddy level.import RTCRoomEngineimport TXLiteAVSDK_Professionallet beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager()let ruddyLevel = 6beautyManager.setRuddyLevel(ruddyLevel) // Replace with the Int value of the level you need to set
TXBeautyManager beautyManager = TUIRoomEngine.sharedInstance().getTRTCCloud().getBeautyManager();int ruddyLevel = 6;beautyManager.setRuddyLevel(ruddyLevel); // Replace with the Int value of the level you need to set
フィードバック