Participant constructor
Participant({})
Implementation
Participant({
this.id,
required this.audioID,
required this.videoID,
this.ScreenID,
this.ScreenOn,
this.islevel,
this.isAdmin,
this.isHost,
required this.name,
this.muted,
this.isBanned,
this.isSuspended,
this.useBoard,
this.breakRoom,
this.videoOn,
this.audioOn,
});