Class TdApi.CallStateReady

  • Enclosing class:
    TdApi

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

      • config

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

        public byte[] encryptionKey
        Call encryption key.
      • emojis

        public String[] emojis
        Encryption key emojis fingerprint.
      • allowP2p

        public boolean allowP2p
        True, if peer-to-peer connection is allowed by users privacy settings.
      • CONSTRUCTOR

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

      • CallStateReady

        public CallStateReady()
        The call is ready to use.
      • CallStateReady

        public CallStateReady​(TdApi.CallProtocol protocol,
                              TdApi.CallServer[] servers,
                              String config,
                              byte[] encryptionKey,
                              String[] emojis,
                              boolean allowP2p)
        The call is ready to use.
        Parameters:
        protocol - Call protocols supported by the peer.
        servers - List of available call servers.
        config - A JSON-encoded call config.
        encryptionKey - Call encryption key.
        emojis - Encryption key emojis fingerprint.
        allowP2p - True, if peer-to-peer connection is allowed by users privacy settings.