com.opentok.CreatedSession
public class CreatedSession extends Object
Used internally.
Method Summary
All MethodsStatic MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
String
getApplicationId()
String
getCreateDt()
String
getId()
String
getMediaServerURL()
String
getPartnerId()
String
getProjectId()
static CreatedSession
makeSession()
Used internally.
String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Method Details
makeSession
public static CreatedSession makeSession()
Used internally. Use the OpenTok.createSession(SessionProperties properties)
method to create an OpenTok session.
getId
public String getId()
getProjectId
public String getProjectId()
getApplicationId
public String getApplicationId()
getPartnerId
public String getPartnerId()
getCreateDt
public String getCreateDt()
getMediaServerURL
public String getMediaServerURL()
toString
public String toString()
Overrides:
: toString in class Object