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 classThe call has ended successfully.static final classThe call has ended with an error.static final classThe call has been answered and encryption keys are being exchanged.static final classThe call is hanging up after discardCall has been called.static final classThe call is pending, waiting to be accepted by a user.static final classThe 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.