| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.vc.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingParticipant.Builder |
MeetingParticipant.Builder.finalLeaveTime(String finalLeaveTime)
最终离会时间,秒级Unix时间戳
示例值:1624438144
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.firstJoinTime(String firstJoinTime)
首次入会时间,秒级Unix时间戳
示例值:1624438144
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.id(String id)
用户ID
示例值:ou_3ec3f6a28a0d08c45d895276e8e5e19b
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.inMeetingDuration(String inMeetingDuration)
累计在会中时间,时间单位:秒
示例值:123
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.isCohost(Boolean isCohost)
是否为联席主持人
示例值:false
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.isExternal(Boolean isExternal)
是否为外部参会人
示例值:false
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.isHost(Boolean isHost)
是否为主持人
示例值:true
|
static MeetingParticipant.Builder |
MeetingParticipant.newBuilder() |
MeetingParticipant.Builder |
MeetingParticipant.Builder.status(Integer status)
参会人状态
示例值:2
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.status(MeetingParticipantParticipantStatusEnum status)
参会人状态
示例值:2
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.userType(Integer userType)
用户类型
示例值:1
|
MeetingParticipant.Builder |
MeetingParticipant.Builder.userType(MeetingParticipantUserTypeEnum userType)
用户类型
示例值:1
|
| 构造器和说明 |
|---|
MeetingParticipant(MeetingParticipant.Builder builder) |
Copyright © 2022. All rights reserved.