You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
{
@OptIn(StreamCallActivityDelicateApi::class)
class CallActivity : ComposeStreamCallActivity() {
override val uiDelegate: StreamActivityUiDelegate<StreamCallActivity> = StreamCallActivityComposeDelegate()
override val configuration: StreamCallActivityConfiguration =
StreamCallActivityConfiguration(closeScreenOnCallEnded = false)
}
}
What's weird, is that when I use same code as above in your repository instead of your CallActivity in demo-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 defaultcamera on by defaultmicrophone 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
10.0.13
To Reproduce
Steps to reproduce the behavior:
Start call
Disconnect and connect to WiFi network
Call is finished..
Expected behavior
After reconnecting WiFi network, call is still continued
Device:
Vendor and model: Samsung Galaxy Note 10+
Android version: 12
Vendor and model: Samsung A7
Android version: 10
The text was updated successfully, but these errors were encountered:
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:
Vendor and model: Samsung Galaxy Note 10+
Android version: 12
Vendor and model: Samsung A7
Android version: 10
The text was updated successfully, but these errors were encountered: