增加麦序管理的协议
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user