java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallServerType
it.tdlight.jni.TdApi.CallServerTypeWebrtc
- Enclosing class:
- TdApi
A WebRTC server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Authentication password.boolean
True, if the server supports STUN.boolean
True, if the server supports TURN.Username to be used for authentication. -
Constructor Summary
ConstructorDescriptionA WebRTC server.CallServerTypeWebrtc
(DataInput input) A WebRTC server.CallServerTypeWebrtc
(String username, String password, boolean supportsTurn, boolean supportsStun) A WebRTC server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
username
Username to be used for authentication. -
password
Authentication password. -
supportsTurn
public boolean supportsTurnTrue, if the server supports TURN. -
supportsStun
public boolean supportsStunTrue, if the server supports STUN. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CallServerTypeWebrtc
public CallServerTypeWebrtc()A WebRTC server. -
CallServerTypeWebrtc
public CallServerTypeWebrtc(String username, String password, boolean supportsTurn, boolean supportsStun) A WebRTC server.- Parameters:
username
- String Username to be used for authentication.password
- String Authentication password.supportsTurn
- boolean True, if the server supports TURN.supportsStun
- boolean True, if the server supports STUN.
-
CallServerTypeWebrtc
A WebRTC server.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-