onUserReject property

void Function(String userId)? onUserReject
final

A user who reject the call

Parameters:

  • userId: User who reject the call

Implementation

final void Function(String userId)? onUserReject;