java.lang.Object

com.opentok.CreatedSession


classe publique CreatedSession étend Objet

À usage interne.

Résumé de la méthode

Toutes les méthodesMéthodes statiquesMéthodes d'instanceMéthodes concrètes

Modificateur et type

Méthode

Description

String

getApplicationId()

String

getCreateDt()

String

getId()

String

getMediaServerURL()

String

getPartnerId()

String

getProjectId()

static CreatedSession

makeSession()

À usage interne.

String

toString()

Méthodes héritées de la classe java.lang.Objet

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Détails de la méthode

makeSession

public statique  CreatedSession makeSession()

À usage interne. Utilisez la commande OpenTok.createSession(SessionProperties properties) méthode permettant de créer une session OpenTok.

getId

public  Chaîne getId()

getProjectId

public  Chaîne getProjectId()

getApplicationId

public  Chaîne getApplicationId()

getPartnerId

public  Chaîne getPartnerId()

getCreateDt

public  Chaîne getCreateDt()

getMediaServerURL

public  Chaîne getMediaServerURL()

toString

public  Chaîne toString()

Remplacements : : toString en classe  Object