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,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user