DyteParticipantCountView
A component which shows count of total joined participants in a meeting.
public lazy var lblSubtitle: DyteParticipantCountView = {
let label = DyteParticipantCountView(meeting: self.meeting)
label.textAlignment = .left
return label
}()