remove spoke prop from removeVoiceUser modifier

This commit is contained in:
KDSBrowne 2019-11-11 17:24:36 +00:00
parent 1e9d689733
commit e718be6936
3 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ export default function addVoiceUser(meetingId, voiceUser) {
const modifier = {
$set: Object.assign(
{ meetingId },
flat(voiceUser),
),
};

View File

@ -23,7 +23,6 @@ export default function removeVoiceUser(meetingId, voiceUser) {
talking: false,
listenOnly: false,
joined: false,
spoke: false,
},
};