Skip to content

How to stop Audio Loopback (echo) in Electron js #264

@zardamhussain

Description

@zardamhussain

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, 
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions