// // OUIMeetingModule.h // OUIMeetingModule // // Created by x on 2023/4/18. // #import "DCUniModule.h" NS_ASSUME_NONNULL_BEGIN @class LiveRoomViewController; @interface OUIMeetingModule : DCUniModule /** 开始会议 - 点击邀请按钮,发送 “onNativeCallInvited” 事件 @param param {"liveURL": "xxx", "token": "xxx", "roomID": "xxx", "busyLineUserIDList": ["xxx", "xxx"]} */ - (void)startMeeting:(NSDictionary *)param; - (void)endCall; @end NS_ASSUME_NONNULL_END