onUserLeave property

void Function(String userId)? onUserLeave
final

A user who leave the call

Parameters:

  • userId: User who leave the call

Implementation

final void Function(String userId)? onUserLeave;