trackUnpublished property
TrackUnpublished is sent when a track (like audio, video, screenshare) is no longer published. It is sent on muting a track or when the participant is leaving the call.
Implementation
@$pb.TagNumber(17)
TrackUnpublished get trackUnpublished => $_getN(12);
Implementation
@$pb.TagNumber(17)
set trackUnpublished(TrackUnpublished v) { setField(17, v); }