com.opentok.CreatedSession
public class CreatedSession extends 目的
社内で使用されます。
方法の概要
すべてのメソッド 静的メソッド インスタンスメソッド 具体的なメソッド
修飾子と型
方法
説明
String
getApplicationId()
String
getCreateDt()
String
getId()
String
getMediaServerURL()
String
getPartnerId()
String
getProjectId()
static CreatedSession
makeSession()
社内で使用されます。
String
toString()
java.lang クラスから継承されたメソッド。目的
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
メソッドの詳細
makeSession
public static CreatedSession makeSession()
内部で使用されます。以下の OpenTok.createSession(SessionProperties properties)
OpenTokセッションを作成する方法。
getId
public ストリング getId()
getProjectId
public ストリング getProjectId()
getApplicationId
public ストリング getApplicationId()
getPartnerId
public ストリング getPartnerId()
getCreateDt
public ストリング getCreateDt()
getMediaServerURL
public ストリング getMediaServerURL()
toString
public ストリング toString()
上書き:
: toString 授業中 Object