onUserJoin property

void Function(String userId)? onUserJoin
final

A user who join the call

userId User who join the call

Implementation

final void Function(String userId)? onUserJoin;