Skip to content

[Web] Using default microphone even when selecting other input device #408

@bloemy7

Description

@bloemy7

Package version: 5.1.2

Environment

  • OS: [e.g. iOS/Windows/...]: MacOS
  • Browser [e.g. chrome, safari]: Chrome

Describe the bug

When passing a non-null input device:

    RecordConfig config = RecordConfig(
      encoder: _codec,
      numChannels: 1,
      device: recordInputDevice,
    );

where I verify it is non null, and the ID is valid and taken from the list retrieved just before, it still just records with the default macOS microphone.

To Reproduce

Steps to reproduce the behavior:

  1. Start recording on web and pass it an input device that is non-null.

Expected behavior

Expect it to use the input device as microphone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions