Participants constructor
Implementation
Participants({
this.uid,
this.totalAudioMinutes,
this.totalVideoMinutes,
this.totalDurationInMinutes,
this.deviceId,
this.isJoined,
this.joinedAt,
this.mid,
this.state,
this.leftAt,
this.name,
this.avatar
});