onCallCancelled property
A user who cancel the call
callerId
User who cancel the call request
Implementation
final void Function(String callerId)? onCallCancelled;
A user who cancel the call
callerId
User who cancel the call request
final void Function(String callerId)? onCallCancelled;