CallStateReady constructor
CallStateReady({
- CallProtocol? protocol,
- required List<
CallServer> servers, - required String config,
- required String encryptionKey,
- required List<
String> emojis, - required bool allowP2p,
- required bool isGroupCallSupported,
- required String customParameters,
Implementation
CallStateReady({
this.protocol,
required this.servers,
required this.config,
required this.encryptionKey,
required this.emojis,
required this.allowP2p,
required this.isGroupCallSupported,
required this.customParameters,
});