Module tdlight.api

Class TdApi.CallProtocol

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallProtocol
Enclosing class:
TdApi

public static final class TdApi.CallProtocol extends TdApi.Object
Specifies the supported call protocols.
  • Field Details

    • udpP2p

      public boolean udpP2p
      True, if UDP peer-to-peer connections are supported.
    • udpReflector

      public boolean udpReflector
      True, if connection through UDP reflectors is supported.
    • minLayer

      public int minLayer
      The minimum supported API layer; use 65.
    • maxLayer

      public int maxLayer
      The maximum supported API layer; use 65.
    • libraryVersions

      public String[] libraryVersions
      List of supported tgcalls versions.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CallProtocol

      public CallProtocol()
      Specifies the supported call protocols.
    • CallProtocol

      public CallProtocol(boolean udpP2p, boolean udpReflector, int minLayer, int maxLayer, String[] libraryVersions)
      Specifies the supported call protocols.
      Parameters:
      udpP2p - boolean True, if UDP peer-to-peer connections are supported.
      udpReflector - boolean True, if connection through UDP reflectors is supported.
      minLayer - int The minimum supported API layer; use 65.
      maxLayer - int The maximum supported API layer; use 65.
      libraryVersions - String[] List of supported tgcalls versions.
    • CallProtocol

      public CallProtocol(DataInput input) throws IOException
      Specifies the supported call protocols.
      Throws:
      IOException
  • Method Details