public static class TdApi.JoinGroupCall extends TdApi.Function
Returns Text
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
int |
audioSourceId
Caller audio channel synchronization source identifier; received from tgcalls.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
java.lang.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; pass null to join as self; video chats only.
|
java.lang.String |
payload
Group call join payload; received from tgcalls.
|
Constructor and Description |
---|
JoinGroupCall()
Default constructor for a function, which joins an active group call.
|
JoinGroupCall(int groupCallId,
TdApi.MessageSender participantId,
int audioSourceId,
java.lang.String payload,
boolean isMuted,
boolean isMyVideoEnabled,
java.lang.String inviteHash)
Creates a function, which joins an active group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public TdApi.MessageSender participantId
public int audioSourceId
public java.lang.String payload
public boolean isMuted
public boolean isMyVideoEnabled
public java.lang.String inviteHash
public static final int CONSTRUCTOR
public JoinGroupCall()
Returns Text
public JoinGroupCall(int groupCallId, TdApi.MessageSender participantId, int audioSourceId, java.lang.String payload, boolean isMuted, boolean isMyVideoEnabled, java.lang.String inviteHash)
Returns Text
groupCallId
- Group 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
- Caller audio channel synchronization source identifier; received from tgcalls.payload
- Group call join payload; received from tgcalls.isMuted
- True, if the user's microphone is muted.isMyVideoEnabled
- 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.public int getConstructor()
getConstructor
in class TdApi.Function