NEMeetingInfo class

会议信息

Constructors

NEMeetingInfo({required int meetingUniqueId, required String meetingId, String? shortMeetingId, String? sipCid, required int type, required String subject, String? password, required int startTime, int scheduleStartTime = 0, int scheduleEndTime = 0, required int duration, required bool isHost, required bool isLocked, required String hostUserId, required List<NEInMeetingUserInfo> userList, String? extraData})

Properties

duration int
会议当前持续时间
final
extraData String?
final
hashCode int
The hash code for this object.
no setterinherited
hostUserId String
当前主持人id
final
isHost bool
当前用户是否为主持人
final
isLocked bool
当前会议是否被锁定
final
meetingId String
当前会议ID
final
meetingUniqueId int
预定成功后, 服务器生成唯一id
final
password String?
会议密码
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleEndTime int
会议预约结束时间
final
scheduleStartTime int
会议预约开始时间
final
shortMeetingId String?
当前会议短号ID
final
sipCid String?
当前会议SIP ID
final
startTime int
会议开始时间
final
subject String
会议主题
final
type int
会议类型
final
userList List<NEInMeetingUserInfo>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited