-
Notifications
You must be signed in to change notification settings - Fork 135
Description
iOS has the ability to configure reconnection in the Room ConnectOptions: https://github.com/livekit/client-sdk-swift/blob/main/Sources/LiveKit/Types/Options/ConnectOptions.swift
But Android has no such capability: https://github.com/livekit/client-sdk-android/blob/main/livekit-android-sdk/src/main/java/io/livekit/android/ConnectOptions.kt
I am facing an issue where the call reconnection randomly never occurs and I cannot identify the reason for this issue, so I was trying to change these settings on Android to see if it helped, and I was faced with the above limitation.
A similar issue #284 has been opened back in 2023, 3 years ago, and received no traction, so I am opening this one hoping it can get fresh eyes on it and address this platform inconsistency that has been going on for a while, and perhaps in that process resolve the reconnection issue I am facing.