InMeetingMemberInfo class

Constructors

InMeetingMemberInfo.new()

Properties

accountId String
视频会议帐号id
latefinal
audio int
声音状态,1:有,2:无(自己关闭),3:无(主持人禁),4:无(主持人解禁,但自己关闭)
getter/setter pair
avRoomUid int
音视频房间成员uid
latefinal
clientType int
成员客户端类型
getter/setter pair
handsUp List<HandsUp>
举手信息, 可能有多种状态的举手信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOnline bool
no setter
memberTag String?
成员客户端类型 http://doc.hz.netease.com/pages/viewpage.action?pageId=278096374 成员标签
getter/setter pair
nickName String
视频会议帐号昵称
getter/setter pair
placeHolderTime int
会议成员入会占位毫秒时间戳
getter/setter pair
roleType int
角色身份,1成员,2主持人,3管理员,4隐藏 RoleType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSharing int
幕共享状态 0:非共享中,1:共享中
getter/setter pair
status int
用户状态 1:占位, 2:在线 MemberStatus
latefinal
tag String
会议中的成员标签,自定义,最大长度1024个字符
getter/setter pair
video int
视频状态,1:有,2:无(自己关闭),3:无(主持人禁),4:无(主持人解禁,但自己关闭)
getter/setter pair
whiteBoardInteract int
白板互动权限状态,0关闭,1开启InteractionStatus
getter/setter pair

Methods

getAudioHandsUpTime() int
hasWhiteBoardInteract() bool
白板互动权限状态,0关闭,1开启
isAudioHandsUp() bool
当前静音举手状态
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
updateMuteAllHandsUp(bool up) → void
更新静音举手状态
updateWhiteBoardInteract(int value) bool
更新白板互动权限状态,0关闭,1开启

Operators

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

Static Methods

fromArrays(List? members) List<InMeetingMemberInfo>?
fromMap(Map map) InMeetingMemberInfo