onCallCancelled property

  1. @Deprecated('This interface has been deprecated. Please use onCallNotConnected instead.')
void Function(String callerId)? onCallCancelled
final

A user who cancel the call (Deprecated)

This interface has been deprecated. Please use onCallEnd instead.

Parameters:

  • callerId: User who cancel the call request

Implementation

@Deprecated(
    'This interface has been deprecated. Please use onCallNotConnected instead.')
final void Function(String callerId)? onCallCancelled;