类 Participant.Builder

java.lang.Object
com.lark.oapi.service.vc.v1.model.Participant.Builder
封闭类:
Participant

public static class Participant.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • participantName

      public Participant.Builder participantName(String participantName)
      参会者

      示例值:kehan

      参数:
      participantName -
      返回:
    • department

      public Participant.Builder department(String department)
      部门

      示例值:development

      参数:
      department -
      返回:
    • userId

      public Participant.Builder userId(String userId)
      用户ID

      示例值:8efq90

      参数:
      userId -
      返回:
    • meetingRoomId

      public Participant.Builder meetingRoomId(String meetingRoomId)
      会议室ID

      示例值:omm_8efq90

      参数:
      meetingRoomId -
      返回:
    • employeeId

      public Participant.Builder employeeId(String employeeId)
      工号

      示例值:202205789

      参数:
      employeeId -
      返回:
    • phone

      public Participant.Builder phone(String phone)
      电话

      示例值:021-883889

      参数:
      phone -
      返回:
    • email

      public Participant.Builder email(String email)
      邮箱

      示例值:xxxx@163.com

      参数:
      email -
      返回:
    • device

      public Participant.Builder device(String device)
      设备

      示例值:windows

      参数:
      device -
      返回:
    • appVersion

      public Participant.Builder appVersion(String appVersion)
      客户端版本

      示例值:5.26.0-alpha.38

      参数:
      appVersion -
      返回:
    • publicIp

      public Participant.Builder publicIp(String publicIp)
      公网IP

      示例值:27.xx.xx.183

      参数:
      publicIp -
      返回:
    • internalIp

      public Participant.Builder internalIp(String internalIp)
      内网IP

      示例值:192.xx.xx.13

      参数:
      internalIp -
      返回:
    • useRtcProxy

      public Participant.Builder useRtcProxy(Boolean useRtcProxy)
      代理服务

      示例值:false

      参数:
      useRtcProxy -
      返回:
    • location

      public Participant.Builder location(String location)
      位置

      示例值:东莞

      参数:
      location -
      返回:
    • networkType

      public Participant.Builder networkType(String networkType)
      网络类型

      示例值:wifi

      参数:
      networkType -
      返回:
    • protocol

      public Participant.Builder protocol(String protocol)
      连接类型

      示例值:udp

      参数:
      protocol -
      返回:
    • microphone

      public Participant.Builder microphone(String microphone)
      麦克风

      示例值:麦克风阵列 (Realtek(R) Audio)

      参数:
      microphone -
      返回:
    • speaker

      public Participant.Builder speaker(String speaker)
      扬声器

      示例值:扬声器 (Realtek(R) Audio)

      参数:
      speaker -
      返回:
    • camera

      public Participant.Builder camera(String camera)
      摄像头

      示例值:HD Camera

      参数:
      camera -
      返回:
    • audio

      public Participant.Builder audio(Boolean audio)
      音频

      示例值:true

      参数:
      audio -
      返回:
    • video

      public Participant.Builder video(Boolean video)
      视频

      示例值:true

      参数:
      video -
      返回:
    • sharing

      public Participant.Builder sharing(Boolean sharing)
      共享

      示例值:false

      参数:
      sharing -
      返回:
    • joinTime

      public Participant.Builder joinTime(String joinTime)
      入会时间

      示例值:2022.12.23 11:16:59 (GMT+08:00)

      参数:
      joinTime -
      返回:
    • leaveTime

      public Participant.Builder leaveTime(String leaveTime)
      离会时间

      示例值:2022.12.23 11:18:51 (GMT+08:00)

      参数:
      leaveTime -
      返回:
    • timeInMeeting

      public Participant.Builder timeInMeeting(String timeInMeeting)
      参会时长

      示例值:00:01:52

      参数:
      timeInMeeting -
      返回:
    • leaveReason

      public Participant.Builder leaveReason(String leaveReason)
      离会原因

      示例值:主持人结束会议

      参数:
      leaveReason -
      返回:
    • build

      public Participant build()