EncryptGroupCallData constructor
EncryptGroupCallData({
- required int groupCallId,
- GroupCallDataChannel? dataChannel,
- required String data,
- required int unencryptedPrefixSize,
Implementation
EncryptGroupCallData({
required this.groupCallId,
this.dataChannel,
required this.data,
required this.unencryptedPrefixSize,
});