- Enclosing class:
- TdApi
Joins an active group call. Returns
join response payload for tgcalls.
Returns
Text
-
Field Summary
Modifier and TypeFieldDescriptionint
Caller audio channel synchronization source identifier; received from tgcalls.static final int
int
Group call identifier.If non-empty, invite hash to be used to join the group call without being muted by administrators.boolean
Pass true to join the call with muted microphone.boolean
Pass true if the user's video is enabled.Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only.Group call join payload; received from tgcalls. -
Constructor Summary
ConstructorDescriptionJoins an active group call.JoinGroupCall
(int groupCallId, TdApi.MessageSender participantId, int audioSourceId, String payload, boolean isMuted, boolean isMyVideoEnabled, String inviteHash) Joins an active group call.JoinGroupCall
(DataInput input) Joins an active group 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
-
groupCallId
public int groupCallIdGroup call identifier. -
participantId
Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only. -
audioSourceId
public int audioSourceIdCaller audio channel synchronization source identifier; received from tgcalls. -
payload
Group call join payload; received from tgcalls. -
isMuted
public boolean isMutedPass true to join the call with muted microphone. -
isMyVideoEnabled
public boolean isMyVideoEnabledPass true if the user's video is enabled. -
inviteHash
If non-empty, invite hash to be used to join the group call without being muted by administrators. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
JoinGroupCall
public JoinGroupCall()Joins an active group call. Returns join response payload for tgcalls. ReturnsText
-
JoinGroupCall
public JoinGroupCall(int groupCallId, TdApi.MessageSender participantId, int audioSourceId, String payload, boolean isMuted, boolean isMyVideoEnabled, String inviteHash) Joins an active group call. Returns join response payload for tgcalls. ReturnsText
- Parameters:
groupCallId
- int Group call identifier.participantId
- MessageSender Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only.audioSourceId
- int Caller audio channel synchronization source identifier; received from tgcalls.payload
- String Group call join payload; received from tgcalls.isMuted
- boolean Pass true to join the call with muted microphone.isMyVideoEnabled
- boolean Pass true if the user's video is enabled.inviteHash
- String If non-empty, invite hash to be used to join the group call without being muted by administrators.
-
JoinGroupCall
Joins an active group call. Returns join response payload for tgcalls. ReturnsText
- 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()
-