Uses of Class
org.drinkless.tdlib.TdApi.CallProtocol
-
Packages that use TdApi.CallProtocol Package Description org.drinkless.tdlib -
-
Uses of TdApi.CallProtocol in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.CallProtocol Modifier and Type Field Description TdApi.CallProtocolTdApi.AcceptCall. protocolThe call protocols supported by the application.TdApi.CallProtocolTdApi.CallStateReady. protocolCall protocols supported by the peer.TdApi.CallProtocolTdApi.CreateCall. protocolThe call protocols supported by the application.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallProtocol Constructor Description AcceptCall(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)The call is ready to use.CreateCall(long userId, TdApi.CallProtocol protocol, boolean isVideo)Creates a function, which creates a new call.
-