public static class TdApi.CallStateReady extends TdApi.CallState
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowP2p
True, if peer-to-peer connection is allowed by users privacy settings.
|
java.lang.String |
config
A JSON-encoded call config.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
customParameters
Custom JSON-encoded call parameters to be passed to tgcalls.
|
java.lang.String[] |
emojis
Encryption key fingerprint represented as 4 emoji.
|
byte[] |
encryptionKey
Call encryption key.
|
TdApi.CallProtocol |
protocol
Call protocols supported by the other call participant.
|
TdApi.CallServer[] |
servers
List of available call servers.
|
| Constructor and Description |
|---|
CallStateReady()
The call is ready to use.
|
CallStateReady(TdApi.CallProtocol protocol,
TdApi.CallServer[] servers,
java.lang.String config,
byte[] encryptionKey,
java.lang.String[] emojis,
boolean allowP2p,
java.lang.String customParameters)
The call is ready to use.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.CallProtocol protocol
public TdApi.CallServer[] servers
public java.lang.String config
public byte[] encryptionKey
public java.lang.String[] emojis
public boolean allowP2p
public java.lang.String customParameters
public static final int CONSTRUCTOR
public CallStateReady()
public CallStateReady(TdApi.CallProtocol protocol, TdApi.CallServer[] servers, java.lang.String config, byte[] encryptionKey, java.lang.String[] emojis, boolean allowP2p, java.lang.String customParameters)
protocol - Call protocols supported by the other call participant.servers - List of available call servers.config - A JSON-encoded call config.encryptionKey - Call encryption key.emojis - Encryption key fingerprint represented as 4 emoji.allowP2p - True, if peer-to-peer connection is allowed by users privacy settings.customParameters - Custom JSON-encoded call parameters to be passed to tgcalls.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object