CallStateReady constructor
CallStateReady({
- String? extra,
- int? client_id,
- CallProtocol? protocol,
- vector<
CallServer> ? servers, - string? config,
- bytes? encryption_key,
- vector<
string> ? emojis, - Bool? allow_p2p,
Implementation
CallStateReady({
super.extra,
super.client_id,
this.protocol,
this.servers,
this.config,
this.encryption_key,
this.emojis,
this.allow_p2p,
});