Package com.bytedesk.call.conference
Class CallConferenceResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.call.conference.CallConferenceResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallConferenceResponse
fromEntity
(CallConferenceEntity entity) 从实体对象创建响应对象Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
conferenceName
会议室名称 -
description
会议室描述 -
password
会议室密码 -
maxMembers
最大参与者数量 -
enabled
是否启用 -
recordEnabled
是否录音 -
recordPath
录音文件路径 -
creator
创建者 -
configJson
会议室配置参数(JSON格式) -
remarks
备注 -
passwordProtected
是否有密码保护
-
-
Constructor Details
-
CallConferenceResponse
public CallConferenceResponse()
-
-
Method Details
-
fromEntity
从实体对象创建响应对象
-