onUserLeave property
A user who leave the call
Parameters:
userId: User who leave the call
Implementation
final void Function(String userId)? onUserLeave;
A user who leave the call
Parameters:
userId: User who leave the callfinal void Function(String userId)? onUserLeave;