public class EventInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EventInfo() | 
| EventInfo(EventInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventDataInfo | getEventData()Get 事件详细内容,包含房间号,成员类型事件包含用户Id。 | 
| String | getEventType()Get 事件类型,有以下值:
RoomStart:房间开始 RoomEnd:房间结束 MemberJoin:成员加入 MemberQuit:成员退出 RecordFinish:录制结束
CameraOn: 摄像头打开
CameraOff: 摄像头关闭
MicOn: 麦克风打开
MicOff: 麦克风关闭
ScreenOn: 屏幕共享打开
ScreenOff: 屏幕共享关闭
VisibleOn: 页面可见
VisibleOff: 页面不可见 | 
| Long | getTimestamp()Get 事件发生的秒级unix时间戳。 | 
| void | setEventData(EventDataInfo EventData)Set 事件详细内容,包含房间号,成员类型事件包含用户Id。 | 
| void | setEventType(String EventType)Set 事件类型,有以下值:
RoomStart:房间开始 RoomEnd:房间结束 MemberJoin:成员加入 MemberQuit:成员退出 RecordFinish:录制结束
CameraOn: 摄像头打开
CameraOff: 摄像头关闭
MicOn: 麦克风打开
MicOff: 麦克风关闭
ScreenOn: 屏幕共享打开
ScreenOff: 屏幕共享关闭
VisibleOn: 页面可见
VisibleOff: 页面不可见 | 
| void | setTimestamp(Long Timestamp)Set 事件发生的秒级unix时间戳。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EventInfo()
public EventInfo(EventInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 事件发生的秒级unix时间戳。public String getEventType()
public void setEventType(String EventType)
EventType - 事件类型,有以下值:
RoomStart:房间开始 RoomEnd:房间结束 MemberJoin:成员加入 MemberQuit:成员退出 RecordFinish:录制结束
CameraOn: 摄像头打开
CameraOff: 摄像头关闭
MicOn: 麦克风打开
MicOff: 麦克风关闭
ScreenOn: 屏幕共享打开
ScreenOff: 屏幕共享关闭
VisibleOn: 页面可见
VisibleOff: 页面不可见public EventDataInfo getEventData()
public void setEventData(EventDataInfo EventData)
EventData - 事件详细内容,包含房间号,成员类型事件包含用户Id。Copyright © 2025. All rights reserved.