入会历史
更新时间:2025-08-01 04:10:31

入会历史

入会历史

@interface YealinkSDKMeetingHistoryInfo 

会议记录Id
@property (nonatomic, assign) int recordId

会议加入时间
@property (nonatomic, assign) long long joinTime

会议离开时间
@property (nonatomic, assign) long long leaveTime

会议Id
@property (nonatomic, copy) NSString *meetingId

会议号码
@property (nonatomic, copy) NSString *meetingNumber

会议密码
@property (nonatomic, copy) NSString *password

会议名称
@property (nonatomic, copy) NSString *title

会议邀请信息

@interface YealinkSDKMeetingInvite 

会议号
@property (nonatomic, copy) NSString *meetingNumber

入会秘钥
@property (nonatomic, copy) NSString *credential

会议归属地信息
@property (nonatomic, copy) NSString *location

会议主题
@property (nonatomic, copy) NSString *title

邀请者名称
@property (nonatomic, copy) NSString *inviterName

邀请事务id
@property (nonatomic, copy) NSString *inviteTransId

秘钥查询参数,用于webinar会议邀请时,get credential传给会控
@property (nonatomic, copy) NSString *credentialQuery

本页目录