Skip to content

MemberInfo

Properties

avatar?

optional avatar?: string


board

board: boolean


camera

camera: boolean


cameraState?

optional cameraState?: DeviceStatus


currentStatus?

optional currentStatus?: number


device?

optional device?: number


enterTime?

optional enterTime?: number


groupId?

optional groupId?: string


handUp

handUp: boolean


handUpActive?

optional handUpActive?: boolean

举手动画瞬态标志(对齐老项目 tstore.ts TMemberInfo.handUpActive)。 举手后的 3 秒内为 true,用于驱动 UI 举手动画;3 秒后自动变为 false。 不影响 handUp 状态本身(handUp 由服务端/取消举手逻辑控制)。


handUpTimes?

optional handUpTimes?: number


handUpTimeStamp?

optional handUpTimeStamp?: number


joinType?

optional joinType?: JoinType


lastEnterTime?

optional lastEnterTime?: number


mic

mic: boolean


micState?

optional micState?: DeviceStatus


nickname?

optional nickname?: string


online

online: boolean


operatorId?

optional operatorId?: string

最近一次对该成员执行权限操作的操作者 userId(来自 operator_id)。


originId?

optional originId?: string


platform?

optional platform?: Platform


role

role: Role


schoolId?

optional schoolId?: number


screen

screen: number


screenState?

optional screenState?: ScreenState


silence

silence: boolean


stage

stage: boolean


userId

userId: string


userName

userName: string


visibleState?

optional visibleState?: number

成员是否对观众可见(0=不可见, 1=可见)。来自 visible_state 字段。