VoiceParticipant constructor
Implementation
const VoiceParticipant({
required this.nick,
required this.role,
required this.mic,
required this.video,
required this.speaking,
required this.deaf,
required this.screen,
required this.hand,
});