Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2bc57bee
authored
Mar 02, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决一些引用问题
parent
213bfc37
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
21 deletions
Modules/FUSChatCenterModule/FUSChatCenterModule.xcodeproj/project.pbxproj
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/Other/FUSChatCallStateEnumModel.swift
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/View/Other/FUSBaofangStreamPlayerView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Other/FUSLiveHelper.h
Modules/FUSChatCenterModule/FUSChatCenterModule.xcodeproj/project.pbxproj
View file @
2bc57bee
...
...
@@ -34,7 +34,7 @@
00ABEE152D0000D300CD3876
/* FUSSwiftAgoraSession.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
00ABEE142D0000D300CD3876
/* FUSSwiftAgoraSession.swift */
;
};
00ABEE1A2D004B4E00CD3876
/* FUSCallOneToOneCallCheckModel.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
00ABEE192D004B4E00CD3876
/* FUSCallOneToOneCallCheckModel.m */
;
};
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 */
;
};
00B814A12CF9C237009A73A6
/* FUSCallOrderInfoModel.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
00B8149E2CF9C237009A73A6
/* FUSCallOrderInfoModel.h */
;
};
00B97D942D2B7DDD00533573
/* FUSZoneVideoCreditAlertView.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
00B97D912D2B7DDD00533573
/* FUSZoneVideoCreditAlertView.h */
;
};
...
...
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/Other/FUSChatCallStateEnumModel.swift
View file @
2bc57bee
...
...
@@ -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
{
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/View/Other/FUSBaofangStreamPlayerView.m
View file @
2bc57bee
...
...
@@ -9,11 +9,8 @@
#import "FUSBaofangStreamPlayerView.h"
#import "FUSLiveHelper.h"
//TODO: 索隆 - V57
//#import <FUSChatCenterModule/FUSChatCenterModule-Swift.h>
static
NSString
*
const
kStartVChatNotification
=
@"startVChatNotification"
;
static
NSString
*
const
kEndVChatNotification
=
@"endVChatNotification"
;
@interface
FUSBaofangStreamPlayerView
()
// 播放错误重连的次数
...
...
@@ -53,9 +50,9 @@
self
.
isCell
=
YES
;
//TODO: 索隆 - V57
// 视讯开始
// [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStartIMVideoChat:) name:SingleChatNotification.s
tartVChatNotification object:nil];
// // 视讯结束
// [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(fus_recieveStopIMVideoChat:) name:SingleChatNotification.e
ndVChatNotification object:nil];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
fus_recieveStartIMVideoChat
:
)
name
:
kS
tartVChatNotification
object
:
nil
];
//
//
// 视讯结束
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
fus_recieveStopIMVideoChat
:
)
name
:
kE
ndVChatNotification
object
:
nil
];
}
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Other/FUSLiveHelper.h
View file @
2bc57bee
...
...
@@ -19,6 +19,7 @@
#import "FUSBaoFangAnchorModel.h"
#import "FUSLiveBeforeReadyModel.h"
//#import <FUSShowRoomModule/FUSShowRoomModule-Swift.h>
@class
FUSLiveRTCData
;
typedef
enum
:
NSInteger
{
defaultRoom
=
0
...
...
@@ -185,7 +186,7 @@ typedef NS_ENUM(NSInteger,FUSLiveRoomScopeType) {
/// agora推流配置信息
@property
(
nonatomic
,
strong
)
FUSStreamPushConfigModel
*
_Nullable
agoraPushConfig
;
//
@property (nonatomic, strong) FUSLiveRTCData * _Nonnull liveRTCData;
@property
(
nonatomic
,
strong
)
FUSLiveRTCData
*
_Nonnull
liveRTCData
;
/// 是否在准备开播页面
@property
(
nonatomic
,
assign
)
BOOL
isInStartLiveView
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment