Skip to content

Bug: pauseAllPlayers() resets completed audios #490

Description

@outdoorapps

If I have multiple players on a page, like
Player 1
Player 2
Player 3

  1. I finished playing Player 1, the whole waveform will be colored to show it is completed
  2. Now I play Player 2, by calling
await _playerController.pauseAllPlayers(); // To avoid multiple players playing at the same time
await _playerController.startPlayer();
  1. Player 1 will now be un-colored, which is an unintended side effect of pauseAllPlayers()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions