Uses of Class
org.drinkless.tdlib.TdApi.CallProtocol
Packages that use TdApi.CallProtocol
-
Uses of TdApi.CallProtocol in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.CallProtocolModifier and TypeFieldDescriptionTdApi.AcceptCall.protocol
The call protocols supported by the application.TdApi.CallStateReady.protocol
Call protocols supported by the other call participant.TdApi.CreateCall.protocol
The call protocols supported by the application.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallProtocolModifierConstructorDescriptionAcceptCall
(int callId, TdApi.CallProtocol protocol) Creates a function, which accepts an incoming call.CallStateReady
(TdApi.CallProtocol protocol, TdApi.CallServer[] servers, String config, byte[] encryptionKey, String[] emojis, boolean allowP2p, boolean isGroupCallSupported, String customParameters) The call is ready to use.CreateCall
(long userId, TdApi.CallProtocol protocol, boolean isVideo) Creates a function, which creates a new call.