- Enclosing class:
- TdApi
Toggles whether current user's
video is enabled.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.boolean
Pass true if the current user's video is enabled. -
Constructor Summary
ConstructorDescriptionToggles whether current user's video is enabled.ToggleGroupCallIsMyVideoEnabled
(int groupCallId, boolean isMyVideoEnabled) Toggles whether current user's video is enabled.Toggles whether current user's video is enabled. -
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. -
isMyVideoEnabled
public boolean isMyVideoEnabledPass true if the current user's video is enabled. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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
Toggles whether current user's video is enabled.Returns
Ok
- 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()
-