This commit is contained in:
启星
2025-09-29 17:21:49 +08:00
parent 9307d88177
commit 2a44a06630
138 changed files with 2802 additions and 439 deletions

View File

@@ -74,7 +74,7 @@
}
-(void)rtcEngine:(AgoraRtcEngineKit *)engine didOccurError:(AgoraErrorCode)errorCode{
QXLOG(@"声网状态---%ld",errorCode)
}
//
- (void)setChannelProfile {
@@ -135,9 +135,10 @@
//
-(void)leaveChannel {
[self.agoraKit leaveChannel:^(AgoraChannelStats * _Nonnull stat) {
int result = [self.agoraKit leaveChannel:^(AgoraChannelStats * _Nonnull stat) {
QXLOG(@"声网进入退出频道回调");
}];
QXLOG(@"声网退出频道result---------%@",result);
//退
self.chatRoom = nil;
self.currentChannel = nil;