com.opentok.android.Session.Builder.IceServer
包含クラス: : Session.Builder
public static class Session.Builder.IceServer extends 目的
で利用されるカスタム TURN サーバーを定義します。
Session.Builder.setCustomIceServers(List, IncludeServers)
メソッドを使用する。
フィールド概要
フィールド
修飾子と型
フィールド
説明
String
credential
TURNサーバーの認証文字列。
String
url
カスタム TURN サーバーの URL。
String
user
TURNサーバーのユーザー名。
コンストラクタの概要
コンストラクタ
コンストラクタ
説明
IceServer(String url, String user, String credential)
コンストラクタ。
方法の概要
すべてのメソッド インスタンスメソッド 具体的なメソッド
修飾子と型
方法
説明
boolean
equals(Object object)
String
toString()
java.lang クラスから継承されたメソッド。目的
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
フィールドの詳細
url
public ストリング url
カスタム TURN サーバーの URL。
ユーザー
public ストリング ユーザー
TURNサーバーのユーザー名。
資格
public ストリング 資格
TURNサーバーの認証文字列。
コンストラクタの詳細
IceServer
public IceServer(ストリング url, ストリング ユーザー、 ストリング (資格情報)
コンストラクタ。
メソッドの詳細
等しい
public boolean equals(目的 オブジェクト)
上書き:
: equals 授業中 Object
toString
public ストリング toString()
上書き:
: toString 授業中 Object