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