onUserJoin property

void Function(String userId)? onUserJoin
final

A user who join the call

Parameters:

  • userId: User who join the call

Implementation

final void Function(String userId)? onUserJoin;