Package it.tdlight.jni
Class TdApi.ToggleGroupCallIsMyVideoEnabled
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleGroupCallIsMyVideoEnabled
- Enclosing class:
- TdApi
public static class TdApi.ToggleGroupCallIsMyVideoEnabled extends TdApi.Function
Toggles whether current user's video is enabled.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
isMyVideoEnabled
Pass true if the current user's video is enabled. -
Constructor Summary
Constructors Constructor Description ToggleGroupCallIsMyVideoEnabled()
Toggles whether current user's video is enabled.ToggleGroupCallIsMyVideoEnabled(int groupCallId, boolean isMyVideoEnabled)
Toggles whether current user's video is enabled.ToggleGroupCallIsMyVideoEnabled(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. -
isMyVideoEnabled
public boolean isMyVideoEnabledPass true if the current user's video is enabled. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToggleGroupCallIsMyVideoEnabled
public ToggleGroupCallIsMyVideoEnabled()Toggles whether current user's video is enabled.Returns
Ok
-
ToggleGroupCallIsMyVideoEnabled
public ToggleGroupCallIsMyVideoEnabled(int groupCallId, boolean isMyVideoEnabled)Toggles whether current user's video is enabled.Returns
Ok
- Parameters:
groupCallId
- int Group call identifier.isMyVideoEnabled
- boolean Pass true if the current user's video is enabled.
-
ToggleGroupCallIsMyVideoEnabled
- 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()
-