menu
exolve_voice_sdk package
documentation
call/call_event.dart
CallErrorEvent
CallErrorEvent const constructor
CallErrorEvent const constructor
dark_mode
light_mode
CallErrorEvent
constructor
const
CallErrorEvent
(
Call
call
, {
required
CallError
error
,
required
String
message
,
})
Implementation
const CallErrorEvent(super.call, {required this.error, required this.message});
exolve_voice_sdk package
documentation
call/call_event
CallErrorEvent
CallErrorEvent const constructor
CallErrorEvent class