类 Participant.Builder
java.lang.Object
com.lark.oapi.service.vc.v1.model.Participant.Builder
- 封闭类:
Participant
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明appVersion(String appVersion) 客户端版本音频build()摄像头department(String department) 部门设备邮箱employeeId(String employeeId) 工号internalIp(String internalIp) 内网IP入会时间leaveReason(String leaveReason) 离会原因离会时间位置meetingRoomId(String meetingRoomId) 会议室IDmicrophone(String microphone) 麦克风networkType(String networkType) 网络类型participantName(String participantName) 参会者电话连接类型公网IP共享扬声器timeInMeeting(String timeInMeeting) 参会时长用户IDuseRtcProxy(Boolean useRtcProxy) 代理服务视频
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
participantName
参会者示例值:kehan
- 参数:
participantName-- 返回:
-
department
部门示例值:development
- 参数:
department-- 返回:
-
userId
用户ID示例值:8efq90
- 参数:
userId-- 返回:
-
meetingRoomId
会议室ID示例值:omm_8efq90
- 参数:
meetingRoomId-- 返回:
-
employeeId
工号示例值:202205789
- 参数:
employeeId-- 返回:
-
phone
电话示例值:021-883889
- 参数:
phone-- 返回:
-
email
邮箱示例值:xxxx@163.com
- 参数:
email-- 返回:
-
device
设备示例值:windows
- 参数:
device-- 返回:
-
appVersion
客户端版本示例值:5.26.0-alpha.38
- 参数:
appVersion-- 返回:
-
publicIp
公网IP示例值:27.xx.xx.183
- 参数:
publicIp-- 返回:
-
internalIp
内网IP示例值:192.xx.xx.13
- 参数:
internalIp-- 返回:
-
useRtcProxy
代理服务示例值:false
- 参数:
useRtcProxy-- 返回:
-
location
位置示例值:东莞
- 参数:
location-- 返回:
-
networkType
网络类型示例值:wifi
- 参数:
networkType-- 返回:
-
protocol
连接类型示例值:udp
- 参数:
protocol-- 返回:
-
microphone
麦克风示例值:麦克风阵列 (Realtek(R) Audio)
- 参数:
microphone-- 返回:
-
speaker
扬声器示例值:扬声器 (Realtek(R) Audio)
- 参数:
speaker-- 返回:
-
camera
摄像头示例值:HD Camera
- 参数:
camera-- 返回:
-
audio
音频示例值:true
- 参数:
audio-- 返回:
-
video
视频示例值:true
- 参数:
video-- 返回:
-
sharing
共享示例值:false
- 参数:
sharing-- 返回:
-
joinTime
入会时间示例值:2022.12.23 11:16:59 (GMT+08:00)
- 参数:
joinTime-- 返回:
-
leaveTime
离会时间示例值:2022.12.23 11:18:51 (GMT+08:00)
- 参数:
leaveTime-- 返回:
-
timeInMeeting
参会时长示例值:00:01:52
- 参数:
timeInMeeting-- 返回:
-
leaveReason
离会原因示例值:主持人结束会议
- 参数:
leaveReason-- 返回:
-
build
-