menu
telnyx_webrtc package
documentation
model/call_state.dart
CallState
isDone property
isDone property
dark_mode
light_mode
isDone
property
bool
get
isDone
Returns true if the call is completed.
Implementation
bool get isDone => this == done;
telnyx_webrtc package
documentation
model/call_state
CallState
isDone property
CallState enum