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