AgoraIO-Community / Agora-RTC-SDK-for-Xamarin

MIT License
31 stars 9 forks source link

Black Screen sometimes when moving AgoraView between controls #20

Open acuntex opened 3 years ago

acuntex commented 3 years ago

Hi,

I'm using the Agora SDK with Xamarin.Forms. (iOS/Android)

I'm having a 1-on-1 call with a big broadcast in the background and a small in the foreground (like in whatsapp). If you click on the small broadcast, the broadcasts switch. To accomplish this, I have to resize them and change the order of the controls by taking one out of the Grid and inserting it as first one.

Most of the times it works, but sometimes the one that has been removed/readded appears as a black screen. Audio still works and agora does not report any errors/warnings.

Any idea, why Agora stops painting on the canvas?

Thanks!

alexsorokoletov commented 3 years ago

Hi @acuntex! Does this happen on iOS and Android?

acuntex commented 3 years ago

@alexsorokoletov It happens on both. But more often on Android than on iOS.