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