public class Render
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt()
The time the Experience Composer started, expressed in milliseconds since the Unix epoch.
|
java.lang.String |
getId()
The Render ID.
|
java.lang.String |
getProjectId()
The Project ID.
|
java.lang.String |
getReason()
The reason field is only available when the status is either "stopped" or "failed".
|
java.lang.String |
getResolution()
The resolution of the Experience Composer (either "640x480", "1280x720", "480x640", or "720x1280").
|
java.lang.String |
getSessionId()
The Session ID.
|
RenderStatus |
getStatus()
The status of the Experience Composer.
|
java.lang.String |
getStreamId()
The ID of the composed stream being published.
|
long |
getUpdatedAt()
This timestamp matches the createdAt timestamp when calling
OpenTok.getRender(String). |
java.lang.String |
getUrl()
A publicly reachable URL controlled by the customer and capable of generating the content to be rendered
without user intervention.
|
public java.lang.String getId()
public java.lang.String getSessionId()
public java.lang.String getProjectId()
public long getCreatedAt()
public long getUpdatedAt()
OpenTok.getRender(String).public java.lang.String getUrl()
public java.lang.String getResolution()
public RenderStatus getStatus()
public java.lang.String getStreamId()
public java.lang.String getReason()