JMSDK iOS
v2.4.0
API文档
|
浏览该文件的文档.
9 #import <Foundation/Foundation.h>
38 NS_ASSUME_NONNULL_BEGIN
47 @property (nonatomic, copy) NSString *
identify;
78 @property (nonatomic, copy) NSString *uuid;
82 @property (nonatomic, copy) NSString *confNumber;
86 @property (nonatomic, copy) NSString *title;
90 @property (nonatomic, copy) NSString *password;
94 @property (nonatomic, copy) NSString *creator;
98 @property (nonatomic, copy) NSString *creatorName;
102 @property (nonatomic, strong) NSArray<JCConferenceReserveMember *> *members;
106 @property (nonatomic)
int memberMaxCount;
110 @property (nonatomic)
int onlineMemberCount;
114 @property (nonatomic)
long long startTime;
118 @property (nonatomic)
int duration;
130 @property (nonatomic)
long long modifyTime;
138 - (NSString *)titleWithMemberNames;
142 NS_ASSUME_NONNULL_END
JCConferenceUserIdType identifyType
Definition: JCConferenceReserveInfo.h:51
JCConferenceUserIdType
Definition: JCConferenceConstants.h:93
JCConferenceParticipantType
Definition: JCConferenceParticipant.h:14
NSString * displayName
Definition: JCConferenceReserveInfo.h:55
bool chairman
Definition: JCConferenceReserveInfo.h:63
@ JCConferenceReserveInfoStateAll
用于查询所有状态个数
Definition: JCConferenceReserveInfo.h:27
预约信息
Definition: JCConferenceReserveInfo.h:74
@ JCConferenceReserveInfoMediaTypeAudio
预约音频会议
Definition: JCConferenceReserveInfo.h:17
@ JCConferenceReserveInfoStateReserved
预约中
Definition: JCConferenceReserveInfo.h:29
预约成员对象
Definition: JCConferenceReserveInfo.h:43
JCConferenceParticipantType joinRole
Definition: JCConferenceReserveInfo.h:67
@ JCConferenceReserveInfoStateStarted
已开始
Definition: JCConferenceReserveInfo.h:31
NSString * expandInfo
Definition: JCConferenceReserveInfo.h:59
@ JCConferenceReserveInfoMediaTypeVideo
预约视频会议
Definition: JCConferenceReserveInfo.h:19
@ JCConferenceReserveInfoStateCanceled
已取消
Definition: JCConferenceReserveInfo.h:33
JCConferenceReserveInfoState
Definition: JCConferenceReserveInfo.h:25
@ JCConferenceReserveInfoStateEnded
已结束
Definition: JCConferenceReserveInfo.h:35
NSString * identify
Definition: JCConferenceReserveInfo.h:47
JCConferenceReserveInfoMediaType
Definition: JCConferenceReserveInfo.h:15