com.opentok.CreatedSession
clase pública CreatedSession extende Objeto
Se utiliza internamente.
Resumen del método
Todos los métodosMétodos estáticosMétodos de instanciaMétodos concretos
Modificador y tipo
Método
Descripción
String
getApplicationId()
String
getCreateDt()
String
getId()
String
getMediaServerURL()
String
getPartnerId()
String
getProjectId()
static CreatedSession
makeSession()
Se utiliza internamente.
String
toString()
Métodos heredados de la clase java.lang.Objeto
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Detalles del método
makeSession
público estático CreatedSession makeSession()
De uso interno. Utiliza el OpenTok.createSession(SessionProperties properties)
Método para crear una sesión de OpenTok.
getId
público Cadena getId()
getProjectId
público Cadena getProjectId()
getApplicationId
público Cadena getApplicationId()
getPartnerId
público Cadena getPartnerId()
getCreateDt
público Cadena getCreateDt()
getMediaServerURL
público Cadena getMediaServerURL()
toString
público Cadena toString()
Sobrescrituras:
: toString en clase Object