CallStateReady class
The call is ready to use.
- Inheritance
- Available Extensions
Constructors
- 
          CallStateReady({required CallProtocol protocol, required List<CallServer> servers, required String config, required bytes encryption_key, required List<String> emojis, required bool allow_p2p, int? extra, int? clientId})
- The call is ready to use
Properties
- allow_p2p ↔ bool
- 
  True, if peer-to-peer connection is allowed by users privacy settings.
  read / write
- clientId ↔ int?
- 
  TDLib client instance identifier, for which the response was received.
  read / writeoverride
- config ↔ String
- 
  A JSON-encoded call config.
  read / write
- 
  emojis
  ↔ List<String> 
- 
  Encryption key emojis fingerprint.
  read / write
- encryption_key ↔ bytes
- 
  Call encryption key.
; base64-encoded bytes List<int>read / write
- extra ↔ int?
- 
  Request identifier. Must be non-zero.
  read / writeoverride
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- protocol ↔ CallProtocol
- 
  Call protocols supported by the peer.
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- 
  servers
  ↔ List<CallServer> 
- 
  List of available call servers.
  read / write
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Object to Map serializer
  override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  fromMap(Map< String, dynamic> ? _map) → CallStateReady?
- 
  Construct from Map.
  override
Constants
- CONSTRUCTOR → const String
- 
  @type
  
    "callStateReady"