fix: Dial-in -- add missing webcamBackground prop for dial-in users (#20799)
This commit is contained in:
parent
99d1262ff1
commit
c441b8531a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user