Uses of Class
it.tdlight.jni.TdApi.CallProtocol
-
Uses of TdApi.CallProtocol in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.AcceptCall.protocol
The call protocols supported by the application.TdApi.CallStateReady.protocol
Call protocols supported by the peer.TdApi.CreateCall.protocol
The call protocols supported by the application.ModifierConstructorDescriptionAcceptCall
(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.