Package it.tdlight.jni
Class TdApi.JoinGroupCall
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.JoinGroupCall
- Enclosing class:
- TdApi
public static class TdApi.JoinGroupCall extends TdApi.Function
Joins an active group call. Returns
join response payload for tgcalls.
Returns Text
-
Field Summary
Fields Modifier and Type Field Description int
audioSourceId
Caller audio channel synchronization source identifier; received from tgcalls.static int
CONSTRUCTOR
int
groupCallId
Group call identifier.String
inviteHash
If non-empty, invite hash to be used to join the group call without being muted by administrators.boolean
isMuted
True, if the user's microphone is muted.boolean
isMyVideoEnabled
True, if the user's video is enabled.TdApi.MessageSender
participantId
Identifier of a group call participant, which will be used to join the call; voice chats only.String
payload
Group call join payload; received from tgcalls. -
Constructor Summary
Constructors Constructor Description JoinGroupCall()
Joins 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
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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; 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:
- Constant Field Values
-
-
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; 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()
-