participantLeft property

  1. @TagNumber(11)
ParticipantLeft get participantLeft

ParticipantLeft notifies the client that a call participant has left the call. This is not sent for anonymous users.

Implementation

@$pb.TagNumber(11)
ParticipantLeft get participantLeft => $_getN(7);
  1. @TagNumber(11)
set participantLeft (ParticipantLeft v)

Implementation

@$pb.TagNumber(11)
set participantLeft(ParticipantLeft v) { setField(11, v); }