participantLeft property

  1. @TagNumber.new(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.new(11)
set participantLeft (ParticipantLeft value)

Implementation

@$pb.TagNumber(11)
set participantLeft(ParticipantLeft value) => $_setField(11, value);