增加麦序管理的协议

This commit is contained in:
zu
2021-11-04 19:01:19 +08:00
parent 06b1262740
commit 670e0c8e78
8 changed files with 47 additions and 3 deletions

View File

@@ -187,6 +187,14 @@
return self.userInfo;
}
- (NSMutableDictionary<NSString *,MicroQueueModel *> *)getMicroQueue {
return [self.stageView getMicroQueue];
}
- (void)onMicroQueueUpdate:(NSMutableDictionary<NSString *,MicroQueueModel *> *)queue {
[self.menuContainerView onMicroQueueUpdate:queue];
}
- (void)exitRoom {
[self.presenter exitNIMRoom:[NSString stringWithFormat:@"%ld", self.roomInfo.roomId]];
[[RtcManager instance] exitRoom];