Azure-Samples / communication-services-dotnet-quickstarts

Sample code for Azure Communication Services .Net quickstarts
MIT License
76 stars 104 forks source link

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

Open bhathi97 opened 4 months ago

bhathi97 commented 4 months ago

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