Class ConferenceRoom

java.lang.Object
io.antmedia.datastore.db.types.ConferenceRoom

@Entity("ConferenceRoom") @Indexes(@Index(fields=@Field("roomId"))) @Deprecated(forRemoval=true, since="2.12.0") public class ConferenceRoom extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.bson.types.ObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is the origin address of the node hosting the room.
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private List<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEndDate(long endDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setOriginAdress(String originAdress)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRoomId(String roomId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRoomStreamList(List<String> roomStreamList)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStartDate(long startDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setZombi(boolean zombi)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MULTI_TRACK_MODE

      public static final String MULTI_TRACK_MODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • LEGACY_MODE

      public static final String LEGACY_MODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • dbId

      @Id private org.bson.types.ObjectId dbId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • roomId

      private String roomId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • startDate

      private long startDate
      Deprecated, for removal: This API element is subject to removal in a future version.
    • endDate

      private long endDate
      Deprecated, for removal: This API element is subject to removal in a future version.
    • roomStreamList

      private List<String> roomStreamList
      Deprecated, for removal: This API element is subject to removal in a future version.
    • mode

      private String mode
      Deprecated, for removal: This API element is subject to removal in a future version.
    • zombi

      private boolean zombi
      Deprecated, for removal: This API element is subject to removal in a future version.
    • originAdress

      private String originAdress
      Deprecated, for removal: This API element is subject to removal in a future version.
      This is the origin address of the node hosting the room.
  • Constructor Details

    • ConferenceRoom

      public ConferenceRoom()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getRoomId

      public String getRoomId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRoomId

      public void setRoomId(String roomId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStartDate

      public long getStartDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStartDate

      public void setStartDate(long startDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEndDate

      public long getEndDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEndDate

      public void setEndDate(long endDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRoomStreamList

      public List<String> getRoomStreamList()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRoomStreamList

      public void setRoomStreamList(List<String> roomStreamList)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isZombi

      public boolean isZombi()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setZombi

      public void setZombi(boolean zombi)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMode

      public String getMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMode

      public void setMode(String mode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOriginAdress

      public String getOriginAdress()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOriginAdress

      public void setOriginAdress(String originAdress)
      Deprecated, for removal: This API element is subject to removal in a future version.