Class TdApi.CallStateReady

  • Enclosing class:
    TdApi

    public static class TdApi.CallStateReady
    extends TdApi.CallState
    The call is ready to use.
    • Field Detail

      • config

        public java.lang.String config
        A JSON-encoded call config.
      • encryptionKey

        public byte[] encryptionKey
        Call encryption key.
      • emojis

        public java.lang.String[] emojis
        Encryption key emojis fingerprint.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallStateReady

        public CallStateReady()
        Default constructor.
      • CallStateReady

        public CallStateReady​(TdApi.CallProtocol protocol,
                              TdApi.CallConnection[] connections,
                              java.lang.String config,
                              byte[] encryptionKey,
                              java.lang.String[] emojis)
        Constructor for initialization of all fields.
        Parameters:
        protocol - Call protocols supported by the peer.
        connections - Available UDP reflectors.
        config - A JSON-encoded call config.
        encryptionKey - Call encryption key.
        emojis - Encryption key emojis fingerprint.