| NEMeetingKit V4.17.0
    | 
import <Foundation/Foundation.h>import "NEMeetingEvent.h"import "NEMeetingInfo.h"import "NEMeetingKitDefine.h"import "NEMeetingMember.h"import "NEMeetingRecord.h"| 类 | |
| protocol | <NEMeetingStatusListener> | 
| protocol | <NEMeetingOnInjectedMenuItemClickListener> | 
| protocol | <NEMeetingViewClickListener> | 
| protocol | <NEMeetingListener> | 
| 回调接口,用于监听会议事件通知  更多... | |
| protocol | <MeetingServiceListener> | 
| class | NEMeetingService | 
| 类型定义 | |
| typedef void(^ | NEMenuStateController) (BOOL transition, _Nullable id extra) | 
| 变量 | |
| NS_ASSUME_NONNULL_BEGIN typedef void(^ | NEMeetingInfoCallback )(NSInteger resultCode, NSString *resultMsg, NEMeetingInfo *info) | 
| typedef void(^ NEMenuStateController) (BOOL transition, _Nullable id extra) | 
自定义菜单的状态迁移控制器回调。当自定义菜单项被点击时,SDK会回调对应接口,并提供该回调用于控制菜单项是否应该进行状态迁移。
| transition | 是否进行状态迁移 | 
| extra | 预留参数,当前可空 | 
| NS_ASSUME_NONNULL_BEGIN typedef void(^ NEMeetingInfoCallback) (NSInteger resultCode, NSString *resultMsg, NEMeetingInfo *info) | ( | NSInteger | resultCode, | 
| NSString * | resultMsg, | ||
| NEMeetingInfo * | info ) | 
获取当前会议详情回调。
| resultCode | 错误码 | 
| resultMsg | 错误描述,可能为空 | 
| info | 会议详情,可能为空 |