Uses of Class
org.drinkless.tdlib.TdApi.GroupCallDataChannel
Packages that use TdApi.GroupCallDataChannel
-
Uses of TdApi.GroupCallDataChannel in org.drinkless.tdlib
Subclasses of TdApi.GroupCallDataChannel in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The main data channel for audio and video data.static class
The data channel for screen sharing.Fields in org.drinkless.tdlib declared as TdApi.GroupCallDataChannelModifier and TypeFieldDescriptionTdApi.DecryptGroupCallData.dataChannel
Data channel for which data was encrypted; pass null if unknown.TdApi.EncryptGroupCallData.dataChannel
Data channel for which data is encrypted.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallDataChannelModifierConstructorDescriptionDecryptGroupCallData
(int groupCallId, TdApi.MessageSender participantId, TdApi.GroupCallDataChannel dataChannel, byte[] data) Creates a function, which decrypts group call data received by tgcalls.EncryptGroupCallData
(int groupCallId, TdApi.GroupCallDataChannel dataChannel, byte[] data, int unencryptedPrefixSize) Creates a function, which encrypts group call data before sending them over network using tgcalls.