Skip to content

The non-abstract class 'MediaDevicesWeb' is missing implementations for these members: #13

@zeroDivider

Description

@zeroDivider

Hi, from this morning, my pipelines fail due to (at least it seems) error in your lib:

/root/.pub-cache/hosted/pub.dartlang.org/dart_webrtc-1.0.6/lib/src/mediadevices_impl.dart:8:7:
Error: The non-abstract class 'MediaDevicesWeb' is missing implementations for these members:
 - MediaDevices.selectAudioOutput
class MediaDevicesWeb extends MediaDevices {
         ^^^^^^^^^^^^^^
/root/.pub-cache/hosted/pub.dartlang.org/webrtc_interface-1.0.6/lib/src/mediadevices.dart:125:27:
Info: 'MediaDevices.selectAudioOutput' is defined here.
  Future<MediaDeviceInfo> selectAudioOutput([AudioOutputOptions? options]);
                                              ^^^^^^^^^^^^^^^
Error: Compilation failed.

I guess it is due to new changes from webrtc-interface from 4 hours ago.

Currently, my local env is working because of outdated cache, but cannot merge anything, we are blocked :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions