
In the sample application provided in this repo , we can see a button like this in homepage itself .
When we click on this button "Load UIKit" the video call opens and works fine , but if we leave the call come back to the homepage and try to enter into video call again it doesn't work .
The issue is seen in android only , in ios it seems to be working fine ,
Is this a known issue ? Because it is easily reproducible wuth these three steps
1.In realtimUiKit for flutter Enter videocall from android
https://pub.dev/packages/realtimekit_ui/versions/0.2.0
2.Leave Meeting
3.Enter again . You are stuck with a spinner.
Iam not sure , but seems like some resources are not released during exit in android . Same code works fine in ios without doing anything .
Tested in Nothing Phone 2 , Android 15 .
In the sample application provided in this repo , we can see a button like this in homepage itself .
When we click on this button "Load UIKit" the video call opens and works fine , but if we leave the call come back to the homepage and try to enter into video call again it doesn't work .
The issue is seen in android only , in ios it seems to be working fine ,
Is this a known issue ? Because it is easily reproducible wuth these three steps
1.In realtimUiKit for flutter Enter videocall from android
https://pub.dev/packages/realtimekit_ui/versions/0.2.0
2.Leave Meeting
3.Enter again . You are stuck with a spinner.
Iam not sure , but seems like some resources are not released during exit in android . Same code works fine in ios without doing anything .
Tested in Nothing Phone 2 , Android 15 .