fix: Dial-in -- add missing webcamBackground prop for dial-in users (#20799)

This commit is contained in:
Gustavo Trott 2024-07-30 12:27:40 -03:00 committed by GitHub
parent 99d1262ff1
commit c441b8531a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ export default async function addDialInUser(meetingId, voiceUser) {
presenter: false,
locked: false, // TODO
avatar: '',
webcamBackground: '',
color,
pin: false,
clientType: 'dial-in-user',