Package io.antmedia.datastore.db.types
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
Modifier and TypeFieldDescriptionprivate 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.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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated, for removal: This API element is subject to removal in a future version.getMode()
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
isZombi()
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
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.
-
Field Details
-
MULTI_TRACK_MODE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
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 dbIdDeprecated, for removal: This API element is subject to removal in a future version. -
roomId
Deprecated, for removal: This API element is subject to removal in a future version. -
startDate
private long startDateDeprecated, for removal: This API element is subject to removal in a future version. -
endDate
private long endDateDeprecated, for removal: This API element is subject to removal in a future version. -
roomStreamList
Deprecated, for removal: This API element is subject to removal in a future version. -
mode
Deprecated, for removal: This API element is subject to removal in a future version. -
zombi
private boolean zombiDeprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setRoomId
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setRoomStreamList
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setMode
Deprecated, for removal: This API element is subject to removal in a future version. -
getOriginAdress
Deprecated, for removal: This API element is subject to removal in a future version. -
setOriginAdress
Deprecated, for removal: This API element is subject to removal in a future version.
-