onLCKHangup property

void Function(NELCKHangupResult result)? onLCKHangup
final

Called when the iOS Live Communication Kit hangup action completes.

This is an action-result callback, not a call-state callback.

iOS only. Never fired on Android, Windows, or macOS.

Implementation

final void Function(NELCKHangupResult result)? onLCKHangup;