dyte-io / flutter-samples

0 stars 2 forks source link

'flutter_core' from the samples.. can't rejoin. #15

Open eunseoDev opened 2 weeks ago

eunseoDev commented 2 weeks ago

After joining a meeting once and leaving, I am unable to rejoin the meeting room. However, it seems that the camera turns on. What part of the code could be causing this error?

I encountered the above error while running the 'flutter_core' from the samples.

saksham-gt commented 2 weeks ago

Hey, the fix have been released in version 0.4.1. This repository was running on older version, updated it. Can you please check now?

eunseoDev commented 2 weeks ago

Thank you for the quick feedback. I downloaded the new version of the sample and tried to run it again. However, the same issue occurred. Once I leave the 'room', I still cannot re-enter. The camera is only on. I cannot navigate to the join room page from the join meeting.🥲

saksham-gt commented 2 weeks ago

Can you try flutter clean and flutter pub get again? If you're using iOS device, in ios/ directory delete Pods/, .symlinks/, Podfile.lock file and run pod repo update and pod install sequentially.