participantJoined property
ParticipantJoined notifies the client that a new participant has joined the call. This is not sent for anonymous users.
Implementation
@$pb.TagNumber(10)
ParticipantJoined get participantJoined => $_getN(6);
Implementation
@$pb.TagNumber(10)
set participantJoined(ParticipantJoined v) { setField(10, v); }