Commit 2bc57bee by suolong

解决一些引用问题

parent 213bfc37
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
00ABEE152D0000D300CD3876 /* FUSSwiftAgoraSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00ABEE142D0000D300CD3876 /* FUSSwiftAgoraSession.swift */; }; 00ABEE152D0000D300CD3876 /* FUSSwiftAgoraSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00ABEE142D0000D300CD3876 /* FUSSwiftAgoraSession.swift */; };
00ABEE1A2D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 00ABEE192D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.m */; }; 00ABEE1A2D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 00ABEE192D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.m */; };
00ABEE1B2D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 00ABEE182D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.h */; }; 00ABEE1B2D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 00ABEE182D004B4E00CD3876 /* FUSCallOneToOneCallCheckModel.h */; };
00B8149D2CF9A0CC009A73A6 /* FUSChatCenterOCHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B8149C2CF9A0CC009A73A6 /* FUSChatCenterOCHeader.h */; }; 00B8149D2CF9A0CC009A73A6 /* FUSChatCenterOCHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B8149C2CF9A0CC009A73A6 /* FUSChatCenterOCHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
00B814A02CF9C237009A73A6 /* FUSCallOrderInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 00B8149F2CF9C237009A73A6 /* FUSCallOrderInfoModel.m */; }; 00B814A02CF9C237009A73A6 /* FUSCallOrderInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 00B8149F2CF9C237009A73A6 /* FUSCallOrderInfoModel.m */; };
00B814A12CF9C237009A73A6 /* FUSCallOrderInfoModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B8149E2CF9C237009A73A6 /* FUSCallOrderInfoModel.h */; }; 00B814A12CF9C237009A73A6 /* FUSCallOrderInfoModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B8149E2CF9C237009A73A6 /* FUSCallOrderInfoModel.h */; };
00B97D942D2B7DDD00533573 /* FUSZoneVideoCreditAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B97D912D2B7DDD00533573 /* FUSZoneVideoCreditAlertView.h */; }; 00B97D942D2B7DDD00533573 /* FUSZoneVideoCreditAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B97D912D2B7DDD00533573 /* FUSZoneVideoCreditAlertView.h */; };
......
...@@ -42,17 +42,6 @@ import UIKit ...@@ -42,17 +42,6 @@ import UIKit
} }
@objc public class SingleChatNotification: NSObject {
/// 开始声视讯聊天的通知
@objc public static let startVChatNotification = "startVChatNotification"
/// 结束声视讯聊天的通知
@objc public static let endVChatNotification = "endVChatNotification"
/// 收到声视讯邀请的通知
@objc public static let receiveVChatInviteNotification = "receiveVChatInviteNotification"
}
/// 通话结束原因 /// 通话结束原因
@objc public enum FUSCallEndReason: Int { @objc public enum FUSCallEndReason: Int {
......
...@@ -9,11 +9,8 @@ ...@@ -9,11 +9,8 @@
#import "FUSBaofangStreamPlayerView.h" #import "FUSBaofangStreamPlayerView.h"
#import "FUSLiveHelper.h" #import "FUSLiveHelper.h"
static NSString *const kStartVChatNotification = @"startVChatNotification";
//TODO: 索隆 - V57 static NSString *const kEndVChatNotification = @"endVChatNotification";
//#import <FUSChatCenterModule/FUSChatCenterModule-Swift.h>
@interface FUSBaofangStreamPlayerView () @interface FUSBaofangStreamPlayerView ()
// 播放错误重连的次数 // 播放错误重连的次数
...@@ -53,9 +50,9 @@ ...@@ -53,9 +50,9 @@
self.isCell = YES; self.isCell = YES;
//TODO: 索隆 - V57 //TODO: 索隆 - V57
// 视讯开始 // 视讯开始
// [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStartIMVideoChat:) name:SingleChatNotification.startVChatNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStartIMVideoChat:) name:kStartVChatNotification object:nil];
// // 视讯结束 //// // 视讯结束
// [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStopIMVideoChat:) name:SingleChatNotification.endVChatNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStopIMVideoChat:) name:kEndVChatNotification object:nil];
} }
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#import "FUSBaoFangAnchorModel.h" #import "FUSBaoFangAnchorModel.h"
#import "FUSLiveBeforeReadyModel.h" #import "FUSLiveBeforeReadyModel.h"
//#import <FUSShowRoomModule/FUSShowRoomModule-Swift.h> //#import <FUSShowRoomModule/FUSShowRoomModule-Swift.h>
@class FUSLiveRTCData;
typedef enum : NSInteger { typedef enum : NSInteger {
defaultRoom = 0 defaultRoom = 0
...@@ -185,7 +186,7 @@ typedef NS_ENUM(NSInteger,FUSLiveRoomScopeType) { ...@@ -185,7 +186,7 @@ typedef NS_ENUM(NSInteger,FUSLiveRoomScopeType) {
/// agora推流配置信息 /// agora推流配置信息
@property (nonatomic, strong) FUSStreamPushConfigModel * _Nullable agoraPushConfig; @property (nonatomic, strong) FUSStreamPushConfigModel * _Nullable agoraPushConfig;
//@property (nonatomic, strong) FUSLiveRTCData * _Nonnull liveRTCData; @property (nonatomic, strong) FUSLiveRTCData * _Nonnull liveRTCData;
/// 是否在准备开播页面 /// 是否在准备开播页面
@property (nonatomic, assign) BOOL isInStartLiveView; @property (nonatomic, assign) BOOL isInStartLiveView;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment