public class VirtualRoom extends Object implements Serializable
| Constructor and Description |
|---|
VirtualRoom() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostUid() |
Date |
getStartDatetime() |
boolean |
getVideo() |
boolean |
getVideoRecording() |
void |
setHostUid(String hostUid) |
void |
setStartDatetime(Date startDatetime) |
void |
setVideo(boolean video) |
void |
setVideoRecording(boolean videoRecording) |
public boolean getVideo()
public void setVideo(boolean video)
public boolean getVideoRecording()
public void setVideoRecording(boolean videoRecording)
public Date getStartDatetime()
public void setStartDatetime(Date startDatetime)
public String getHostUid()
public void setHostUid(String hostUid)
Copyright 2022 OneSpan All rights reserved.