Uses of Class
it.tdlight.jni.TdApi.CallState
-
Uses of TdApi.CallState in it.tdlight.jni
Modifier 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.ModifierConstructorDescriptionCall
(int id, long userId, boolean isOutgoing, boolean isVideo, TdApi.CallState state) Describes a call.