We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436f7e9 commit 27e0214Copy full SHA for 27e0214
1 file changed
livekit-android-sdk/src/main/java/io/livekit/android/room/RTCEngine.kt
@@ -146,10 +146,6 @@ internal constructor(
146
ConnectionState.DISCONNECTED -> {
147
LKLog.d { "primary ICE disconnected" }
148
if (oldVal == ConnectionState.CONNECTED) {
149
- LKLog.d { "ready call reconnect()" }
150
- reconnect()
151
- } else if (oldVal == ConnectionState.RESUMING || oldVal == ConnectionState.RECONNECTING) {
152
- LKLog.d { "ICE disconnected during reconnect, retrying reconnect()" }
153
reconnect()
154
}
155
0 commit comments