remove spoke prop from removeVoiceUser modifier
This commit is contained in:
parent
1e9d689733
commit
e718be6936
@ -28,6 +28,7 @@ export default function addVoiceUser(meetingId, voiceUser) {
|
||||
|
||||
const modifier = {
|
||||
$set: Object.assign(
|
||||
{ meetingId },
|
||||
flat(voiceUser),
|
||||
),
|
||||
};
|
||||
|
@ -23,7 +23,6 @@ export default function removeVoiceUser(meetingId, voiceUser) {
|
||||
talking: false,
|
||||
listenOnly: false,
|
||||
joined: false,
|
||||
spoke: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -64,4 +64,4 @@
|
||||
@keyframes fade-out {
|
||||
0% { opacity: 1; }
|
||||
100% { opacity: 0; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user