participantJoined property

  1. @TagNumber(10)
ParticipantJoined get participantJoined

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);
  1. @TagNumber(10)
set participantJoined (ParticipantJoined v)

Implementation

@$pb.TagNumber(10)
set participantJoined(ParticipantJoined v) { setField(10, v); }