participant property

  1. @TagNumber(5)
Participant get participant

Participant information here is included as an optimisation for large calls where broadcasting on every participant join is expensive. You should NOT assume that this will always be available though you can use it to update the participant list when it is there.

Implementation

@$pb.TagNumber(5)
$0.Participant get participant => $_getN(4);
  1. @TagNumber(5)
set participant (Participant v)

Implementation

@$pb.TagNumber(5)
set participant($0.Participant v) { setField(5, v); }