NEMeetingKit V4.8.0
载入中...
搜索中...
未找到
NEMeetingEvent.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
5#import <Foundation/Foundation.h>
6
7NS_ASSUME_NONNULL_BEGIN
8
66
138
140
144@interface NEMeetingEvent : NSObject
145
149@property(nonatomic, assign) NEMeetingStatus status;
150
154@property(nonatomic, assign) NEMeetingCode arg;
155
159@property(nonatomic, assign) id _Nullable obj;
160
161@end
162
163NS_ASSUME_NONNULL_END
MeetingCode
Definition NEMeetingEvent.h:70
@ MEETING_WAITING_VERIFY_PASSWORD
Definition NEMeetingEvent.h:136
@ MEETING_DISCONNECTING_BY_NORMAL
Definition NEMeetingEvent.h:75
@ MEETING_DISCONNECTING_CLOSED_BY_HOST
Definition NEMeetingEvent.h:85
@ MEETING_DISCONNECTING_CLOSED_BY_SELF_AS_HOST
Definition NEMeetingEvent.h:95
@ MEETING_DISCONNECTING_END_OF_LIFE
Definition NEMeetingEvent.h:131
@ MEETING_DISCONNECTING_NOT_EXIST
Definition NEMeetingEvent.h:106
@ MEETING_DISCONNECTING_JOIN_CHANNEL_ERROR
Definition NEMeetingEvent.h:121
@ MEETING_DISCONNECTING_JOIN_TIMEOUT
Definition NEMeetingEvent.h:126
@ MEETING_DISCONNECTING_RTC_INIT_ERROR
Definition NEMeetingEvent.h:116
@ MEETING_DISCONNECTING_AUTH_INFO_EXPIRED
Definition NEMeetingEvent.h:101
@ MEETING_DISCONNECTING_SYNC_DATA_ERROR
Definition NEMeetingEvent.h:111
@ MEETING_DISCONNECTING_BY_HOST
Definition NEMeetingEvent.h:80
@ MEETING_DISCONNECTING_LOGIN_ON_OTHER_DEVICE
Definition NEMeetingEvent.h:90
MeetingCode NEMeetingCode
Definition NEMeetingEvent.h:139
NEMeetingStatus
Definition NEMeetingEvent.h:12
@ MEETING_STATUS_IN_WAITING_ROOM
Definition NEMeetingEvent.h:49
@ MEETING_STATUS_WAITING
Definition NEMeetingEvent.h:29
@ MEETING_STATUS_DISCONNECTING
Definition NEMeetingEvent.h:54
@ MEETING_STATUS_INMEETING_MINIMIZED
Definition NEMeetingEvent.h:44
@ MEETING_STATUS_CONNECTING
Definition NEMeetingEvent.h:34
@ MEETING_STATUS_UNKNOWN
Definition NEMeetingEvent.h:64
@ MEETING_STATUS_INMEETING
Definition NEMeetingEvent.h:39
@ MEETING_STATUS_FAILED
Definition NEMeetingEvent.h:17
@ MEETING_STATUS_IN_SCREEN_SHARING
Definition NEMeetingEvent.h:59
@ MEETING_STATUS_IDLE
Definition NEMeetingEvent.h:22
Definition NEMeetingEvent.h:145
NEMeetingCode arg
Definition NEMeetingEvent.h:154
NEMeetingStatus status
Definition NEMeetingEvent.h:149
id _Nullable obj
Definition NEMeetingEvent.h:159