participantLeft property
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);
Implementation
@$pb.TagNumber(11)
set participantLeft(ParticipantLeft v) { setField(11, v); }