修复bug
This commit is contained in:
4
Podfile
4
Podfile
@@ -33,7 +33,7 @@ target 'YuMi' do
|
||||
pod 'IQKeyboardManager'
|
||||
pod 'TZImagePickerController'
|
||||
#TRTC
|
||||
pod 'TXLiteAVSDK_TRTC', '~> 10.3.12317'
|
||||
pod 'TXLiteAVSDK_TRTC', '~> 11.4.14445'
|
||||
#vap礼物动画
|
||||
pod 'QGVAPlayer'
|
||||
#上传音乐
|
||||
@@ -62,7 +62,7 @@ target 'YuMi' do
|
||||
|
||||
pod 'UMCommon'
|
||||
pod 'UMDevice'
|
||||
#pod 'lottie-ios'
|
||||
pod 'lottie-ios'
|
||||
pod 'WeexSDK'
|
||||
pod 'ZLCollectionViewFlowLayout'
|
||||
pod 'WMZDropDownMenu'
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#import <WeexSDK.h>
|
||||
#import <ZLCollectionViewHorzontalLayout.h>
|
||||
#import <TABAnimated.h>
|
||||
#import <Lottie-Swift.h>
|
||||
|
||||
|
||||
@interface XPVendorCallViewController ()
|
||||
@@ -34,7 +35,10 @@
|
||||
[[TABAnimated sharedAnimated] initWithOnlySkeleton];
|
||||
[TABAnimated sharedAnimated].openLog = NO;
|
||||
|
||||
|
||||
[LottieAnimationView animateWithDuration:1 animations:^{
|
||||
|
||||
}];
|
||||
|
||||
|
||||
WXSDKInstance *instance = [[WXSDKInstance alloc] init];
|
||||
instance.isMainContainerStack = NO;
|
||||
|
@@ -117,7 +117,9 @@
|
||||
[self.engine callExperimentalAPI:jsonString];
|
||||
NSString *aecString = @"{\"api\":\"enableAudioAEC\",\"params\":{\"enable\":1,\"level\":100}}";
|
||||
[self.engine callExperimentalAPI:aecString];
|
||||
[self.engine startLocalAudio:TRTCAudioQualityMusic];
|
||||
[self.engine startLocalAudio:TRTCAudioQualityDefault];
|
||||
[self.engine.getDeviceManager setSystemVolumeType:TXSystemVolumeTypeMedia];
|
||||
|
||||
} else {
|
||||
[self.engine stopLocalAudio];
|
||||
}
|
||||
|
@@ -1658,7 +1658,7 @@
|
||||
if (self.svgaQueue.count > 0) {
|
||||
dispatch_sync(dispatch_get_main_queue(), ^{
|
||||
GiftReceiveInfoModel * receiveModel = [self.svgaQueue firstObject];
|
||||
[self createGiftBannerViewAnimation:receiveModel];
|
||||
[self createGiftSvgaAnimation:receiveModel];
|
||||
[self.svgaQueue removeObject:receiveModel];
|
||||
});
|
||||
}else {
|
||||
|
Reference in New Issue
Block a user