This commit is contained in:
Caleb
2026-03-18 10:23:29 +08:00
parent fd433e4337
commit 7847e9e789
4 changed files with 4 additions and 19 deletions

View File

@@ -25,12 +25,8 @@
[self setupUI];
// 使ID使使
NSString *lastChannelId = [[AVConfigManager sharedManager] loadCallChannelId];
if (lastChannelId.length == 0) {
lastChannelId = [[AVConfigManager sharedManager] loadConferenceChannelId];
}
self.channelIdTextField.text = lastChannelId;
// 使ID
self.channelIdTextField.text = [[AVConfigManager sharedManager] loadCallChannelId];
}
- (void)setupUI {
@@ -173,7 +169,7 @@
}
// ID
[[AVConfigManager sharedManager] saveConferenceChannelId:channelId];
[[AVConfigManager sharedManager] saveCallChannelId:channelId];
//
SellyVideoCallConferenceController *vc = [[SellyVideoCallConferenceController alloc] init];