Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Participant Video Stream State Not Updating on Caller Side During UWP to UWP Video Call #163

Open
bhathi97 opened this issue May 15, 2024 · 0 comments

Comments

@bhathi97
Copy link

bhathi97 commented May 15, 2024

Description

In a UWP app to UWP app video call, the participant's video stream state does not update correctly on the caller's side. This issue occurs when the participant's video stream is started. The caller's application fails to reflect the participant's video stream, leading to inconsistencies in the video call experience.

This issue is for a:

- [ x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Initiate a video call from UWP App A (Caller) to UWP App B (Participant).
UWP App B's video stream not appear on UWP App A

Expected/desired behaviour

Participant Video stream should appear on the caller side

OS and Version?

Windows 11, version 22H2 (10.0; Build 22621)
UWP .NET 6.0

Proposed Solution

Ensure that the participant's video stream state is consistently monitored and updated on the caller's side. Implement real-time synchronization mechanisms to handle state changes

Repository

communication-services-dotnet-quickstarts-main/Calling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant