Uses of Class
it.tdlight.jni.TdApi.CallProtocol
-
Uses of TdApi.CallProtocol in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.CallProtocolModifier and TypeFieldDescriptionTdApi.AcceptCall.protocolThe call protocols supported by the application.TdApi.CallStateReady.protocolCall protocols supported by the peer.TdApi.CreateCall.protocolThe call protocols supported by the application.Constructors in it.tdlight.jni with parameters of type TdApi.CallProtocolModifierConstructorDescriptionAcceptCall(int callId, TdApi.CallProtocol protocol) 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 new call.