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 = {
|
const modifier = {
|
||||||
$set: Object.assign(
|
$set: Object.assign(
|
||||||
|
{ meetingId },
|
||||||
flat(voiceUser),
|
flat(voiceUser),
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
@ -23,7 +23,6 @@ export default function removeVoiceUser(meetingId, voiceUser) {
|
|||||||
talking: false,
|
talking: false,
|
||||||
listenOnly: false,
|
listenOnly: false,
|
||||||
joined: false,
|
joined: false,
|
||||||
spoke: false,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user