- Enclosing class:
- TdApi
Creates a new call.
Returns
CallId
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
Pass true to create a video call.The call protocols supported by the application.long
Identifier of the user to be called. -
Constructor Summary
ConstructorDescriptionCreates a new call.CreateCall
(long userId, TdApi.CallProtocol protocol, boolean isVideo) Creates a new call.CreateCall
(DataInput input) Creates a new call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdIdentifier of the user to be called. -
protocol
The call protocols supported by the application. -
isVideo
public boolean isVideoPass true to create a video call. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CreateCall
public CreateCall()Creates a new call. ReturnsCallId
-
CreateCall
Creates a new call. ReturnsCallId
- Parameters:
userId
- long Identifier of the user to be called.protocol
- CallProtocol The call protocols supported by the application.isVideo
- boolean Pass true to create a video call.
-
CreateCall
Creates a new call. ReturnsCallId
- 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()
-