Class RoomOptionsDTO
java.lang.Object
org.apache.openmeetings.db.dto.room.RoomOptionsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoomOptionsDTO
fromString
(String s) boolean
boolean
boolean
boolean
void
setAllowRecording
(boolean allowRecording) void
setAllowSameURLMultipleTimes
(boolean allowSameURLMultipleTimes) void
setExternalRoomId
(String externalRoomId) void
setExternalType
(String externalType) setModerator
(boolean moderator) void
setRecordingId
(Long recordingId) void
setShowAudioVideoTest
(boolean showAudioVideoTest) toString()
-
Constructor Details
-
RoomOptionsDTO
public RoomOptionsDTO()
-
-
Method Details
-
getRoomId
-
setRoomId
-
getExternalRoomId
-
setExternalRoomId
-
getExternalType
-
setExternalType
-
getRecordingId
-
setRecordingId
-
isModerator
public boolean isModerator() -
setModerator
-
isShowAudioVideoTest
public boolean isShowAudioVideoTest() -
setShowAudioVideoTest
public void setShowAudioVideoTest(boolean showAudioVideoTest) -
isAllowSameURLMultipleTimes
public boolean isAllowSameURLMultipleTimes() -
setAllowSameURLMultipleTimes
public void setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) -
isAllowRecording
public boolean isAllowRecording() -
setAllowRecording
public void setAllowRecording(boolean allowRecording) -
fromString
-
toString
-