Class JanusVideoEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.janus_video.JanusVideoEntity
All Implemented Interfaces:
Serializable

@Entity public class JanusVideoEntity extends BaseEntity
JanusVideo entity for content categorization and organization Provides video functionality for various system entities Database Table: bytedesk_janus_video Purpose: Stores janus_video definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the janus_video
    • description

      private String description
      Description of the janus_video
    • type

      private String type
      Type of janus_video (CUSTOMER, TICKET, ARTICLE, etc.)
    • thread

      private ThreadEntity thread
  • Constructor Details

    • JanusVideoEntity

      public JanusVideoEntity()