onLCKAccept property

void Function(NELCKAcceptResult result)? onLCKAccept
final

Called when the iOS Live Communication Kit accept 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(NELCKAcceptResult result)? onLCKAccept;