Open Miara opened 2 months ago
Hi @Miara, we'll look into it as soon as possible, we'll keep you updated.
Any update on this? seems like a major bug, can re-produce this 100%
This is actually a UI issue within the ComposeStreamCallActivity
or rather its parent. We are going to do a release next week with a fix.
@aleksandar-apostolov any update on that one?
Describe the bug Something is broken with reconnecting a network during call (when network is disabled and enabled).
❗️It doesn't happen in your
demo-app
, but it happens in my app, although I used as simple as possible code from your SDK ❗️It happens only on WiFi! But it doesn't happen with reconnecting to mobile network.I prepared extremely simple calling activity, using only your SDK's code:
Declaration in AndroidManifest:
And call initialization. NOTE that when the type is "default". - then bug appears as well
What's weird, is that when I use same code as above in your repository instead of your
CallActivity
indemo-app
- reconnecting works properly. It doesn't finish call nor activity.But with the same code in my app - the call is finished. Im wondering what's going on - is that some remote config for your API Key in your repository?
I noticed that other settings declared in GetStream dashboard don't work well. For example, I have such definition for video call:
speaker on by default
camera on by default
microphone on by default
but afterwards, none of these settings is enabled when actual call is started. Microphone is off, speaker is off and camera is off.I'm not sure if this is not separate bug, but maybe it is related to reconnecting issue due to some reconnecting timeout policies?
SDK version
To Reproduce Steps to reproduce the behavior:
Expected behavior After reconnecting WiFi network, call is still continued
Device:
Android version: 12