Uses of Class
it.tdlight.jni.TdApi.CallState
-
Uses of TdApi.CallState in it.tdlight.jni
Subclasses of TdApi.CallState in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
The call has ended successfully.static final class
The call has ended with an error.static final class
The call has been answered and encryption keys are being exchanged.static final class
The call is hanging up after discardCall has been called.static final class
The call is pending, waiting to be accepted by a user.static final class
The call is ready to use.Fields in it.tdlight.jni declared as TdApi.CallStateConstructors in it.tdlight.jni with parameters of type TdApi.CallStateModifierConstructorDescriptionCall
(int id, long userId, boolean isOutgoing, boolean isVideo, TdApi.CallState state) Describes a call.