voxeet / voxeet-uxkit-cordova

Dolby.io UXKit for Cordova
Other
1 stars 14 forks source link

Self-facing video does not appear when re-joining conference on android #35

Closed mattyg closed 3 years ago

mattyg commented 3 years ago

Describe the bug

Upon re-joining an existing conference, the self-facing video overlay does not appear, only the other participant's video appears. I have only produced this issue on android and have not yet tested it on ios.

Expected Behaviour

The self-facing video appears when joining a conference initially, or re-joining it subsequently.

Steps to Reproduce the Problem

See the minimalistic code example below.

Minimalistic code (recommended)

This repo (branch no-hud-video-bug) demonstrates the issue: https://github.com/mattyg/voxeet-cordova-example

Follow the steps below to reproduce:

1.

2.

    • Device A, hang up conference
    • Device A, tap "Join Conference" (or)
    • Device B, hang up conference
    • Device B tap "Join Conference"

Upon re-joining the conference, the self-facing video overlay does not appear, only the other device's video is shown

Specifications

FabienLavocat commented 3 years ago

Thank you @mattyg for reporting this issue, we are working on it and will get back to you as soon as we have a solution.

mattyg commented 3 years ago

It looks like this was resolved in the 1.4.0 release last week. Thanks.

In the future, could you please update these tickets when they have been addressed or resolved? I had no idea the recent release addressed this issue.