CallStateReady constructor
const
CallStateReady({
- required CallProtocol protocol,
- required List<
CallServer> servers, - required String config,
- required String encryptionKey,
- required List<
String> emojis, - required bool allowP2p,
The call is ready to use
Implementation
const CallStateReady({
required this.protocol,
required this.servers,
required this.config,
required this.encryptionKey,
required this.emojis,
required this.allowP2p,
});