Skip to content

No mechanism for disabling sounds #14

@doryphores

Description

@doryphores

v1 had an API to enable/disable sounds:

Device.audio.incoming(false)

I can see some code related to this in v2:

private _enabledSounds: Record<Device.ToggleableSound, boolean> = {
[Device.SoundName.Disconnect]: true,
[Device.SoundName.Incoming]: true,
[Device.SoundName.Outgoing]: true,
};

But there doesn't seem to be a public API to configure the settings.

Is this an oversight? It is currently blocking us from upgrading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions