Open
Description
My current Setup
const call = Daily.createCallObject({
startVideoOff: true,
dailyConfig: {
avoidEval: true
}
});
call.updateInputSettings({
audio: {
processor: {type: "noise-cancellation"},
settings: {
deviceId: "default"
},
}
})
await call.join({
url: 'https://dubit.daily.co/xxxxxxxxx',
subscribeToTracksAutomatically: false,
});
Activity