TRACK_UNPUBLISH_REASON_MODERATION constant
TrackUnpublishReason
const TRACK_UNPUBLISH_REASON_MODERATION
Represents muting the track due to moderation actions. This is different from permission revoked because the participant can unmute themselves here whereas in case of "permission revoke" it is not possible until the call permissions are updated.
Implementation
static const TrackUnpublishReason TRACK_UNPUBLISH_REASON_MODERATION =
TrackUnpublishReason._(
3, _omitEnumNames ? '' : 'TRACK_UNPUBLISH_REASON_MODERATION');