Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Video position on frontend is behind by one update #18

@hyperionteam-msft

Description

@hyperionteam-msft

When calling mixer.display.position() you appear to get the old (e.g. n-1th update) video position. The behavior on frontend is different from in miix.

Using position.subscribe() appears to always provide the correct value, event though position() doesn't.

Repro steps:

Frontend at position A
Call mixer.moveVideo(B)
Call mixer.display.position() => returns A
Call mixer.moveVideo(C)
Call mixer.display.position() => returns B

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