- Enclosing class:
- TdApi
Joins an active group call. Returns
join response payload for tgcalls.
Returns Text
-
Field Summary
FieldsModifier 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
True, if the user's microphone is muted.boolean
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; voice chats only.Group call join payload; received from tgcalls. -
Constructor Summary
ConstructorsConstructorDescriptionJoins 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) -
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; voice 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 isMutedTrue, if the user's microphone is muted. -
isMyVideoEnabled
public boolean isMyVideoEnabledTrue, 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.Returns
Text
-
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.Returns
Text
- 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; voice chats only.audioSourceId
- int Caller audio channel synchronization source identifier; received from tgcalls.payload
- String Group call join payload; received from tgcalls.isMuted
- boolean True, if the user's microphone is muted.isMyVideoEnabled
- boolean 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
- 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()
-