Class CallConferenceEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.conference.CallConferenceEntity
All Implemented Interfaces:
Serializable

@Entity public class CallConferenceEntity extends BaseEntity
Call会议室实体 对应数据库表:freeswitch_conferences
See Also:
  • Field Details

    • conferenceName

      private String conferenceName
      会议室名称
    • profile

      private String profile
      会议室配置文件
    • description

      private String description
      会议室描述
    • password

      private String password
      会议室密码
    • moderatorPassword

      private String moderatorPassword
      主持人密码
    • maxMembers

      private Integer maxMembers
      最大参与者数量
    • enabled

      private Boolean enabled
      是否启用
    • recordEnabled

      private Boolean recordEnabled
      是否录音
    • recordPath

      private String recordPath
      录音文件路径
    • creator

      private String creator
      创建者
    • configJson

      private String configJson
      会议室配置参数(JSON格式)
    • remarks

      private String remarks
      备注
  • Constructor Details

    • CallConferenceEntity

      public CallConferenceEntity()
  • Method Details

    • isPasswordProtected

      public boolean isPasswordProtected()
      检查会议室是否有密码保护
    • isFull

      public boolean isFull(int currentMembers)
      检查会议室是否已满