CallStateReady constructor

CallStateReady({
  1. String? extra,
  2. int? client_id,
  3. CallProtocol? protocol,
  4. vector<CallServer>? servers,
  5. string? config,
  6. bytes? encryption_key,
  7. vector<string>? emojis,
  8. Bool? allow_p2p,
})

Implementation

CallStateReady({
  super.extra,
  super.client_id,
  this.protocol,
  this.servers,
  this.config,
  this.encryption_key,
  this.emojis,
  this.allow_p2p,
});