Package it.tdlight.jni
Class TdApi.GroupCallJoinResponseWebrtc
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallJoinResponse
it.tdlight.jni.TdApi.GroupCallJoinResponseWebrtc
- Enclosing class:
- TdApi
public static class TdApi.GroupCallJoinResponseWebrtc extends TdApi.GroupCallJoinResponse
Contains data needed to join the group
call with WebRTC.
-
Field Summary
Fields Modifier and Type Field Description TdApi.GroupCallJoinResponseCandidate[]
candidates
Join response candidates to pass to tgcalls.static int
CONSTRUCTOR
TdApi.GroupCallPayload
payload
Group call payload to pass to tgcalls. -
Constructor Summary
Constructors Constructor Description GroupCallJoinResponseWebrtc()
Contains data needed to join the group call with WebRTC.GroupCallJoinResponseWebrtc(TdApi.GroupCallPayload payload, TdApi.GroupCallJoinResponseCandidate[] candidates)
Contains data needed to join the group call with WebRTC.GroupCallJoinResponseWebrtc(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.Object
serialize, toString
-
Field Details
-
payload
Group call payload to pass to tgcalls. -
candidates
Join response candidates to pass to tgcalls. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupCallJoinResponseWebrtc
public GroupCallJoinResponseWebrtc()Contains data needed to join the group call with WebRTC. -
GroupCallJoinResponseWebrtc
public GroupCallJoinResponseWebrtc(TdApi.GroupCallPayload payload, TdApi.GroupCallJoinResponseCandidate[] candidates)Contains data needed to join the group call with WebRTC.- Parameters:
payload
- GroupCallPayload Group call payload to pass to tgcalls.candidates
- GroupCallJoinResponseCandidate[] Join response candidates to pass to tgcalls.
-
GroupCallJoinResponseWebrtc
- 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()
-